@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
.navigation {
	width: 652px;
	height: 23px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.navigation a {
	margin: 0;
	padding: 0;
}
/* content elements */
#popup_info, #full_info, #info, #orderHeader.header_image, #structured_content, #structured_sitemap, #tables p.description_header, #preview_flash, #shipping, #noflash_consumer, #noflash_holiday, #noflash_index, #noflash_ecard, #virtualgift_bkg, #virtualgift_buy, #card_type_header, .chromestyle, .chromestyle ul, .chromestyle ul li a, .dropmenudiv ul, .corp_message img {
	margin: 0;
	padding: 0;
}
/* Added 12-20-06 for drop down menus */
.chromestyle {
	width: 652px;
	font-weight: 700;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	width: 100%;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #494949;
	text-decoration: none;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	z-index:30000;
	position: absolute;
	top: 0;
	font: normal 12px Verdana;
	line-height: 24px;
	z-index: 999;
	background-color:#df1018;
	visibility: hidden;
	border: 1px solid #e1e1e1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	filter:alpha(opacity=90); /* makes dropdown menu transparent */
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#calculators_menu a {
	color:#CCCCCC;
	width:213px;
}
.dropmenudiv a {
	width: auto;
	display: block;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	text-indent: 13px;
	text-align: left;
	padding: 3px 0;
	text-decoration: none;
	font-weight: 700;
	font-size:12px;
/*	color: #694022;*/
	color: #FFFFFF;	
}
.dropmenudiv a:visited {
/*	color: #694022;*/
/*	color: #694022;*/
	color:#009900;
}
.dropmenudiv a:hover, .dropmenudiv a:active  {
/	text-decoration: none;
/*	color: #F93;*/
	color:#FFFFFF;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration: underline;
	color:#FFFFFF;
/*	background-color: #fafafa;*/
}


