/* First, zero out everything */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
em{font-style:italic;}

/* now style on a clean slate */

body {
	background: #4A8BC1;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	color: #1A1A76;
	background-image: url(images/center-bkg.jpg);
	behavior:url("js/csshover.htc");
}

img, div, a { behavior: url(js/iepngfix.htc) }

#wrapper {
	width: 100%;
	height: auto;
	text-align:center;
}

#masthead {
	background: url(images/top-bkg.jpg);
	background-repeat: repeat-x;
	height: 249px;
	width: 100%;
}

#mastcontent {
	width: 910px;
	height: 249px;
	background: url(images/top-deco.png) right top no-repeat;
	/* overflow: hidden; */
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	margin: 5px 0 5px 35px;
	border: 0px;
}

#logo img {
	border: 0px;
}

#topmenu {
	font-family:arial,helvetica,sans-serif;
	height: 43px;
	width: 910px;
	background: url(images/menu-bkg.png);
	background-repeat: no-repeat;
	color: #fff;
}

#topmenu ul{
	list-style:none;
	display:inline;
	float: left;
	margin-left: 15px;	
	margin-top: 14px;
}
	
#topmenu a {
	text-decoration:none;
	padding-bottom: 12px;
}
	
#topmenu ul li{
	font-size:17px;
	display:inline;
	position:relative;
	font-size: 11px;
	font-weight: bold;
}

#topmenu ul li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	margin-left: 20px;
}
	
#topmenu ul li a:hover{
	color: #5ea4d7;
	text-decoration:none;
	text-transform:uppercase;
	margin-left: 20px;
}

#topmenu ul li ul {
	display:none;
}

#topmenu ul li:hover ul {
	display:block;
	background-color: #5ea4d7;
	color: #333;
	width: 210px;
	position:absolute;
	left: 0px;
	overflow:hidden;
	z-index: 1000;
	margin-left: 12px;
	top: 10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#topmenu ul li:hover ul li {
	font-size: 11px;
	text-align:left;
	float: left;
	display:block;
	width: 210px;
	padding: 4px 5px 4px 5px;
	border-bottom: 1px solid #91cefb;
	z-index: 1000;
}


#topmenu ul li:hover ul li:hover {
	font-size: 11px;
	text-align:left;
	float: left;
	display:block;
	width: 210px;
	padding: 4px 5px 4px 5px;
	background-color: #062a44;
	z-index: 1000;
}

#topmenu ul li:hover ul li:hover a {
	color: #fff;
	padding: 4px 5px 4px 5px;
	display:block;
	margin-left: 5px;
}

#topmenu ul li:hover ul li a {
	color: #fff;
	padding: 4px 5px 4px 5px;
	display:block;
	margin-left: 5px;
}

#askTab {
	float: right;
	width: 200px;
	height: 40px;
	text-align: right;
	background: url(images/ask-tab.png) right top no-repeat;
	z-index: 10;
	margin-top: 122px;
	margin-right: 30px;
}

#askTab {
	font: 15px/18px Georgia, "Times New Roman", Times, serif;
}

#askTab a {
	color: #ff9900;
	text-decoration: none;
	padding-right: 15px;
	margin-right: 12px;
	background: url(images/bullet-yellow.png) right no-repeat;
}

#askTab a:hover {
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
	margin-right: 12px;
	background: url(images/bullet-yellow.png) right no-repeat;
}

#maincontent {
	width: 910px;
	min-height: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -48px;
}

#maintop {
	background: url(images/blue-bkg-top.png) top no-repeat;
	height: 47px;
	width: 910px;
}

#maintop_center {
	width: 603px;
	float: left;
	display:inline;
	text-align:left;
	margin-left: 23px;
}

#maintop_center h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #A5C5E0;
	margin-top: 16px;
}	

#maintop_right {
	width: 260px;
	float: left;
	display:inline;
	text-align:left;
	margin-left: 24px;
}

#mainbody {
	width: 910px;
	min-height: 700px;
	height: auto;
	background: url(images/blue-bkg-center.png) repeat-y;
	float: left;
}

#mainbody_center {
	width: 603px;
	float: left;
	display:inline;
	text-align:left;
	margin-left: 23px;
}

#mainbody_center strong {
	font-weight: bold;
}

#mainbody_center h2 {
	color: #ffcc00;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}	

#mainbody_center div.ask-form h2 {
	color: #062a44;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}	

#mainbody_center div.ask-form-member h2 {
	color: #062a44;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}	

#toolskey {
	color: rgb(255, 153, 0);
        font-size: 12px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
	font-weight: bold;
}

#mainbody_center h3 {
        color: rgb(255, 153, 0);
        font-size: 12px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
	font-weight: bold;
}

#mainbody_center h3 a {
	color: #fff;
}

#mainbody_center blockquote {
	width: 400px;
	height: auto;
	background-color: rgb(255, 204, 0);
	font-color: rgb(26, 26, 118);
	border: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	padding: 10px;
	margin-bottom: 10px;
}


#mainbody_center p {
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-right: 20px;
}	

#mainbody_center p a {
	color: #fff;
}

#mainbody_center p a:hover {
	color: rgb(255, 204, 0);
}

#mainbody_center ul {
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 20px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 12px;
        line-height: 1.2;
}

#mainbody_center ol {
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 20px;
	color: #fff;
	margin-bottom: 10px;
}

#mainbody_center ul li {
	list-style: disc outside;
	margin-bottom: 6px;
}

#mainbody_center ul li a {
	color: #fff;
}

.faq_lines {
	width: 603px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

#mainbody_right {
	width: 260px;
	float: left;
	display:inline;
	text-align:left;
	margin-left: 24px;
	overflow:hidden;
}

#mainbody_right div.imagepod {
	display:none;
}

#mainbody_right h2 {
	color: rgb(26, 26, 118);
	font-size: 24px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
}

#mainbody_right h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	line-height: 18px;
}

#mainbody_right h4 {
	font-size: 24px;
	color: rgb(255, 204, 0);
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#mainbody_right h5 {
	font-size: 24px;
	color: rgb(26, 26, 118);
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.lightblueheading {
	font-size: 24px;
	color: rgb(165, 197, 224);
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}


#mainbody_right p {
        color: rgb(26, 26, 118);
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
        margin-right: 20px;
}      

#mainbody_right strong {
	font-weight: bold;
}

.newsletter-form {
	background-color: rgb(165, 197, 224);
	border: 1px solid rgb(6, 42, 68);
	width: 213px;
	height: auto;
	padding: 10px;
	line-height: 19px;
}

#my_cart {
	background-color: #062a44;
	border: 1px solid rgb(6, 42, 68);
	width: 213px;
	height: auto;
	padding: 10px;
	line-height: 19px;
	color: #fff;
}	

#my_cart h2 {
	color: #fff;
	float: left;
}

#my_cart p {
	color: #fff;
	margin-top: 10px;
}

.mycarticon {
	float: right;
}

.ask-form {
	background-color: rgb(165, 197, 224);
	border: 1px solid rgb(6, 42, 68);
	width: 413px;
	height: auto;
	padding: 10px;
	line-height: 19px;
	margin-left: auto;
	margin-right: auto;
}

.ask-form-member {
	background-color: rgb(165, 197, 224);
	border: 1px solid rgb(6, 42, 68);
	width: 561px;
	height: auto;
	padding: 10px;
	line-height: 19px;
}

.contactform {
	background-color: rgb(165, 197, 224);
	border: 1px solid rgb(6, 42, 68);
	width: 413px;
	height: auto;
	padding: 10px;
	line-height: 19px;
}

.catwebformbutton {
	background-color: rgb(6, 42, 68);
	border: 1px solid #000;
	font-size: 10px;
	font-weight: bold;
	height: 23px;
	width: auto;
	padding: 5px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	margin-top: 10px;
}

.cat_textbox {
	border: 1px solid rgb(6, 42, 68);
	font-size: 12px;
	height: 18px;
	width: 180px;
	padding: 2px;
	line-height: 16px;
}


#mainbottom {
	background: url(images/blue-bkg-bottom.png) top no-repeat;
	height: 15px;
	width: 910px;
	float: left;
	margin-bottom: 40px;
}

#footer {
	background-color: #4a8bc1;
	height: 47px;
	width: 100%;
	float: left;
}	

#footcontent {
	width: 910px;
	height: 47px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	font-weight: bold;
}

#footer_left {
	color: #062a44;
	width: 306px;
	height: 37px;
	float: left;
	text-align:left;
	margin-top: 10px;
}

#footer_left a {
	color: #062a44;
	text-decoration: none;
}

#footer_left a:hover {
	color: #fff;
	text-decoration: none;
}

#footer_middle {
	color: #062a44;
	width: 470px;
	height: 37px;
	float: left;
	text-align:right;
	margin-top: 10px;
}

#footer_middle a {
	color: #062a44;
	text-decoration: none;
}

#footer_middle a:hover {
	color: #fff;
	text-decoration: none;
}


#footer_right {
	color: #062a44;
	width: 134px;
	height: 47px;
	float: left;
}

#footer_right a {
	color: #062a44;
	text-decoration: none;
}

#footer_right a:hover {
	color: #fff;
	text-decoration: none;
}

/* socrates */

.detailimage {
        float: left;
        width: 300px;
        display:inline;
}

.detailimage img {
        margin-top: 20px;
        margin-left: 20px;
}

.detailimage ul li {
        list-style: square inside;
}

.detailtop {
	float: left;
	width: 250px;
	display:inline;
	margin-left: 20px;
	text-align:left;
}

.detaildescrip {
        float: left;
        width: 450px;
        margin-left: 20px;
        display:inline;
}

.detaildescrip p {
        margin-top: 5px;
        margin-bottom: 5px;
}

.detaildescrip ul li {
        list-style: square inside;
}

.detaildescrip ul {
        margin-top: 5px;
}

.detaildescrip h1 {
        font-size: 1.1em;
        color: #333;
        font-weight: bold;
        margin-top: 20px;
}

.detailtop h2 {
        font-size: .9em;
        color: #00458d;
        font-weight: normal;
        margin-top:0px;
        margin-bottom:5px;
        padding:0px;
	text-align:left;
}

.product_title {
	color: rgb(255, 153, 0);
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
}


.detailtop h4 {
        font-size: .9em;
        color: #fff;
        font-weight: normal;
        margin-top:0px;
        margin-bottom:5px;
        padding:0px;
}



.surveyresults {
	color: #fff;
}

.surveyresults td {
	padding: 5px;
}

.surveyresults a {
	color: #ffcc77;
}

.surveyresults a:hover {
	color: #fff;
}


#mainbody_center p.buttonlarge2 a {
	color: rgb(6, 42, 68);
}

#mainbody_center p.buttonlarge2 a:hover {
	color: #fff;
}

#mainbody_center p.formresponse {
	padding: 5px;
	border: 1px solid #679f41;
	background-color: #e3ffd0;
	color: #679f41;
}

#mainbody_center p.formerror {
	padding: 5px;
	border: 1px solid #a11512;
	background-color: #f1bfbe;
	color: #000;
	margin-top: 5px;
}

.yellow_text {
	color: rgb(255, 204, 0);
}

.lightblue_text {
	color: rgb(165, 197, 224);
}

.orange_text {
	color: rgb(255, 153, 0);
}

.dark_blue {
	color: #062a44;
}

.thumbnail {
	margin-right: 10px;
	margin-bottom: 10px;
}

#mainbody_center div.block_top h3 {
	border-bottom: 1px solid #fff;
	color: rgb(255, 204, 0);
	font-weight: bold;
	padding-top: 10px;
	width: 590px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

.imagepod {
        padding: 5px;
        text-align: left;
        font-size: 10px;
	color: #fff;
	float: right;
	border: 1px solid #666;
	margin: 5px;
}

#mainbody_center .imagepod a {
	color: rgb(255, 153, 0);
}

#mainbody_center .imagepod a:hover {
	color: rgb(255, 204, 0);
}

.imagepod img {
        margin-bottom:2px;
}

#myaccountmenu {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#myaccountmenu a {
	padding: 6px;
	background-color: rgb(165, 197, 224);
	color: #062a44;
	text-decoration:none;
}

#myaccountmenu a:hover {
	padding: 6px;
	background-color: rgb(255, 153, 0);
	color: #fff;
	text-decoration:none;
}

.clear {
	clear: both;
}

.buttonlarge2 {
	background-image: url(images/blank_button.png);
	width: 132px;
	height: 29px;
	display:block;
	text-transform:uppercase;
	text-align:center;
}

a.shopbuttons {
	color: #062a44;
	font-weight: bold;
	text-decoration:none;
	font-size: 10px;
	display:block;
	padding: 6px 5px 5px 5px;
	
}

a.shopbuttons:hover {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	font-size: 10px;
	display:block;
	padding: 6px 5px 5px 5px;
}

#coleft a {
	color: #fff;
}

#coleft a:hover {
	color: rgb(255, 204, 0);
}

.webform {
	margin-left: auto;
	margin-right: auto;
}

.question_greeting {
	font-weight:bold;
	color: rgb(165, 197, 224);
	margin-bottom: 5px;
	font-style:italic;
	font-size: 12px;
}

.question_signoff {
	font-weight:bold;
        color: rgb(165, 197, 224);
	margin-top: 5px;
	margin-bottom: 10px;
	font-style:italic;
	font-size: 12px;
}

.answer_greeting {
	margin-top: 5px;
	font-weight:bold;
	color: rgb(255, 153, 0);
	font-style:italic;
	font-size: 12px;
}

.answer_signoff {
	font-weight:bold;
        color: rgb(255, 153, 0);
	margin-top: 5px;
	margin-bottom: 15px;
	font-style:italic;
	font-size: 12px;
}
