/* CSS Document */


/*BODY*/

body {
	margin: 0px;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
li {
	background: url(images/nav_bullet.gif) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

ul.product_bullets { margin-left: 0; padding-left: 0; list-style: none; }
ul.product_bullets li { padding-left:15px; line-height: 16px;
background:transparent url("images/products_bullet.gif") no-repeat; background-position:left 3px;
}
ul.bullets2 { margin-left: 0; padding-left: 0; list-style: none; }
ul.bullets2 li { padding-left:15px; line-height: 16px;
background:transparent url("images/products_bullet2.gif") no-repeat; background-position:left 3px;
}


/*TEXT*/
.navHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 14px;
	font-weight: bold;
}
.productHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #fc8448;
	font-size: 18px;
	font-weight: bold;
}
.productDescription {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 11px;
	font-weight: bold;
}
.descriptText {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 12px;
	line-height:16px;
}
.descriptTexthdr {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 14px;
	line-height:16px;
}
.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fc8448;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 12px;
	text-decoration: none;
}
.headerSpecs {
	font-family: Arial, Helvetica, sans-serif;
	color: #fc8448;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.headerSpecs2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
.productsText {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 12px;
	text-decoration: none;
	line-height:20px;
}
.blueText {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 11px;
	text-decoration: none;
}




/*LINKS*/
a{
outline:none;
}
.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.sidenav:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.seemore {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 12px;
	text-decoration: none;
}
.seemore:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 12px;
	text-decoration: underline;
}
.learnmore {
	font-family: Arial, Helvetica, sans-serif;
	color: #fc8448;
	font-size: 11px;
	text-decoration: underline;
}
.learnmore:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 11px;
	text-decoration: underline;
}
.jumplink {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 11px;
	text-decoration: none;
}
.jumplink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 11px;
	text-decoration: underline;
}
.hlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}
.hlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 14px;
	font-weight:bold;
	text-decoration: underline;
}




/*BACKGROUNDS*/
.bg_sidenav {
	background-image: url(../images/background_1.gif);
	background-repeat: no-repeat;	
}
.bg_feature {
	background-image: url(../images/background_feature.gif);
	background-repeat: no-repeat;	
}
.bg_summary {
	background-image: url(../images/background_2.gif);
	background-repeat: no-repeat;	
}
.bg_footer {
	background-image: url(../images/background_footer.gif);
	background-repeat: no-repeat;	
}
.bg_subpages {
	background-image: url(../images/background_repeat.gif);
	background-repeat: repeat-y;	
}
.bg_search {
	background-image: url(../images/search_3.gif);
	background-repeat: no-repeat;	
}
.bg_header {
	background-image: url(images/home_3.gif);
	background-repeat: no-repeat;	
}