/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #93c0e1;
	margin: 0px; padding: 0px;
	text-align: center;
}

#mainbody{
	width: 736px;
	padding: 0px 19px 0px 19px;
	margin: 0px auto;
	background-image: url(images/mainbody_bg.jpg);
	text-align: center;
	padding-bottom: 6px;
}

#menu{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #5d6266;
	
}

a:hover{
	color:#FF6600;
}

#menu ul{
	margin: 0px auto; padding: 0px;
	background-image: url(images/menu_bg.jpg);
	width: auto;
	height: 40px;
	padding-left: 12px;
}
#menu ul li{
	display: block; float: left;
	position: relative;
	background-image: url(images/nav_button.jpg);
	width: 89px;
	margin: 0px;
	height: 40px;
	top: 0px; left: 0px;
	vertical-align: text-bottom;text-align: left;
}



#menu ul li a{
	display: block;
	position: absolute;
	width: 89px;
	margin: 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	padding-bottom: 4px;
	font-size: 10px;
	line-height: 1em;
}


#menu ul li ul{
	display: none;
	position: absolute;
	top: 40px;
	left: -1px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	border: 1px solid #adadad;
	height: auto;
	width: auto;
	
}

#menu ul li ul li{
	display: inline;
	background-image: url(images/subnav_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	width: 175px;
	height: 13px;
	padding-top: 3px;
	padding-left: 3px;
	border-top: 1px solid #adadad;
}
#menu ul li ul li a{
	display: block;
	position: relative;
	padding: 0px; margin: 0px;
	width: 175px;
	text-align: left;
	font-size: 9px;
	background-image: none;
}
a{
	font-weight: bold;
	color: #38632d;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}
#greenspacer{
	height: 8px;
	width: 100%;
	font-size: 8px;
	background-image: url(images/greenspacer.jpg);
}
#searchbar{
	width: auto;
	background-image:url(images/searchbar.jpg);
	
	height: 30px;
	padding-top: 8px;
}
#maincontent{
	width: auto;
	text-align: left;
	padding: 12px;
}
#headerimg{
	width: auto;
	text-align: left;
	padding: 12px;
	padding-bottom: 0px;
}

#threequartercol{
	float: left;
	width: 497px;
}

#quartercol{
	float: right;
	width: 205px;
}

.dotbar{
	height: 3px;
	width: 100%;
	background-image: url(images/dotbar.gif);
	overflow: hidden;
	margin-bottom: 3px;
}

.gradientbar{
	width: auto;
	height: 26px;
	padding-top: 8px;
	padding-left: 8px;
	background-image: url(images/gradientbar.gif);
	vertical-align: text-bottom;
	color: #091957;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #adadad;
}

.gradientbar a{
	font-size: 18px;
}

.gradientbar .minortitle a{
	font-size: 11px;
}



.gradientbar_checkout{
	width: auto;
	height: 26px;
	padding-top: 8px;
	padding-left: 8px;
	background-image: url(images/gradientbar_checkout.gif);
	vertical-align: text-bottom;
	color: #091957;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #adadad;
	vertical-align: text-bottom;
}

.inline{
	display: inline;
}

.basket{
	width: auto;
	height: auto;
	border: 1px solid #3a6c2f;
	padding: 3px;
	background-color: #9dc890;
	color: #091957;
	font-size: 10px;
	font-weight: bold;
}

.paratext{
	font-size: 11px;
	color: #091957;
	font-weight: normal;
}

.paratitle{
	font-size: 16px;
	font-weight: bold;
	color: black;
	padding-top: 6px;
	margin-bottom: 3px;
}

.breakbar{
	width: auto;
	height: 4px;
	font-size: 4px;
	overflow: hidden;
	background-image: url(images/breakbar1.gif);
}

.minortitle{
	font-size: 11px;
	font-weight: bold;
	color: #091957;
	text-align: center;
	padding: 8px;
}

.quarterpanel{
	margin-top: 12px;
}

.quartertext{
	border: 1px solid #1166b7;
	background-color: #93c0e1;
	padding: 6px;
	border-top: 0px;
}

.linkfooter{
	width: auto;
	padding: 4px 4px 4px 4px;
	border: 1px solid #ADADAD;
	font-size: 11px;
	font-weight: bold;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.footerterms{
	width: auto;
	height: 22px; 
	background-image: url(images/footer_bg.gif); 
	border: 1px solid #ababab; 
	text-align: center;
	color: #091957;
	padding-top: 8px;
}

h1{
	font-size: 18px;
	display: block;
	margin: 0px; padding-top: 12px; padding-bottom: 6px;
}

.sectionheader{
	background-image: url(images/sectionheader.gif);
	border: 1px solid #ababab;
	font-weight: bold;
	font-size: 11px;
	height: 19px;
	padding-top: 7px;
	padding-left: 7px;
	text-transform: uppercase;
	color: black;
	width: 487px;
	margin-bottom: 6px;
}

.productName{
	color: black;
	font-size: 16px;
	font-weight: bold;
}

.pricebar{
	width: auto;
	height: 30px;
	padding-top: 11px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/pricebar.gif);
	padding-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.feature1{
	background-color: #a6cce6;
	font-weight: bold;
	font-size: 10px;
}

.feature2{
	background-color: #93c0e0;
	font-weight: bold;
	font-size: 10px;
}

.related{
	border: 1px solid #093e84;
	background-color: #93c0e1;
}
.related_text{
	border: 1px solid #093e84;
	background-color: #93c0e1;
	padding: 6px;
}

.related_text a{
	font-size: 9px;
}

.paratext a{
	text-transform: none;
}

.gradientbar a{
	font-size: inherit;
}

.download{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.download:hover{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.download1{
	background-color: #519642;
}

.download2{
	background-color: #6CAC5E;
}

.download1:hover{
	background-color: #FC7C00;
}

.download2:hover{
	background-color: #FC7C00;
}

.downloadtable2{
	background-color: #A6CCE6;
	padding-left: 3px;
}
.downloadtable1{
	background-color: #93C0E0;
	padding-left: 3px;
}

.news_story{
	color: #38632d;
}