@charset "utf-8";
/* CSS Document */
html,body,ul,dl,dt,dd,h1,h2,h4,h5,h6,pre,form,blockquote,fieldset,input,hr {
	margin:0; 
	padding:0;
}
h1,h2,h4,h5,h6,pre,code,address,caption,cite,code,em,th {
	font-size:1em; 
	font-weight:normal; 
	font-style:normal;
}
ul {
	list-style:none;
}
fieldset,img,hr {
	border:none;
}
caption,th {
	text-align:left;
}
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#171717;
	background-image:url('/images/img-header-background.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#3f3b3b;
	text-align:center;
}
#wrapper {
	width:990px;
	margin:auto;
	text-align:left;	
}
#header {
	height:96px;
	text-align:left;
}
#logo {
	width:460px;
	float:left;
}
#navWrapper {
	width:310px;
	padding-right:50px;
	float:right;
	text-align:left;
}
#search {
	width:100%;
	margin-top:48px;
	margin-bottom:5px;
	color:897f7f;
	float:left;
}
.searchBox {
	border:#897f7f solid 1px;
	width:150px;
	vertical-align:middle;
	color:#897f7f;
}
.searchButton {	
	width:60px;
	height:18px;
	padding:0;
	margin:0;
	border:0;
	background: transparent url(/images/btn-search-top.jpg);
	background-repeat:repeat-x;
	background-position:center;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
}
#headerNav {
	width:350px;
}
#headerNav li {
	float:left;
}
#headerNav a {
	color:#897f7f;
	text-decoration:none;
}
#headerNav a:hover {
	color:#897f7f;
}
#contentWrapper{
	width:990px;
	min-height:705px;
	/*
	background-image:url('/images/img-page-gradient.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	*/
	background-color: #ffffff;
	float:left;
}
h1 {
	font-size:24px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	padding-top:10px;
	color:#4E8A18;
	font-weight:normal;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:24px;
	padding:5px;
	font-weight:normal;
}
p {
	padding-top:10px;
}
#homeContent {
	width:950px;
	height:100%;
	background-image:url('/images/img-background.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	margin-left:20px;
	margin-right:20px;
	float:left;
}
#homeContent ul {
	width:100%;
	margin-top:230px;
	margin-left:10px;
	text-align:center;
}
#homeContent li {
	float:left;
	margin-right:26px;
	margin-left:26px;
}
#subContent {
	width:950px;
	height:100%;
	margin-left:20px;
	margin-right:20px;
	background-color:#FFFFFF;
	float:left;
}
/*home page boxes */
#boxOne {
	width:236px;
	height:332px;
	padding:10px;
	background:transparent url(/images/img-green-box.png);
	background-repeat:no-repeat;
	text-align:center;
}
#boxOneHeader {
	color:#5FBF2F;
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
}
.buttonGreen {
	font-size:14px;
	height:18px;
	font-weight:bold;
	background-image:url(/images/btn-green.jpg);
	background-repeat:repeat-x;
	border:#ecff83 solid 1px;
	cursor:pointer;
	color:#FFFFFF;
	padding:10px 0px 10px 0px;
}
.buttonGreen a {
	color:#FFFFFF;
	text-decoration:none;
}
.buttonGreen a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#boxTwo {
	width:236px;
	height:330px;
	padding:10px;
	background:transparent url(/images/img-red-box.png);
	background-repeat:no-repeat;
	text-align:center;
}
#boxTwoHeader {
	color:#ff0000;
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
}
.buttonRed {
	font-size:14px;
	height:18px;
	font-weight:bold;
	background-image:url(/images/btn-red.jpg);
	background-repeat:repeat-x;
	border:#FF0000 solid 1px;
	cursor:pointer;
	color:#FFFFFF;
	padding:10px 0px 10px 0px;
}
.buttonRed a {
	text-decoration:none;
	color:#FFFFFF;
}
.buttonRed a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
#boxThree {
	width:236px;
	height:330px;
	padding:10px;
	background:transparent url(/images/img-blue-box.png);
	background-repeat:no-repeat;
	text-align:center;
}
#boxThreeHeader {
	color:#3341f6;
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
}
.buttonBlue {
	font-size:14px;
	height:18px;
	font-weight:bold;
	background-image:url(/images/btn-blue.jpg);
	background-repeat:repeat-x;
	border:#00cfff solid 1px;
	color:#FFFFFF;
	cursor:pointer;
	padding:10px 0px 10px 0px;
}
.buttonBlue a {
	text-decoration:none;
	color:#FFFFFF;
}
.buttonBlue a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.productImageHome {
	width:232px;
	height:200px;
	margin-top:10px;
	margin-bottom:10px;
}
/*home page text under home page boxes */
#content {
	padding:35px;
	float:left;
}
/*red nav */
#navSubRed {
	width:178px;
	margin-left:15px;
	padding:10px;
	margin-bottom:20px;
	padding-bottom:10px;
	background-image:url('/images/img-nav-background-red.jpg');
	background-repeat:no-repeat;
	background-color:#932727;
	border-left:#ff0000 solid 1px;
	border-right:#ff0000 solid 1px;
	border-bottom:#ff0000 solid 1px;
	float:left;
}
#navSubRed ul {
}
#navSubRed li {
	padding-left:10px;
	line-height:25px;
}
#navSubRed a {
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#navSubRed a:hover {
	color:#FFFFFF;
}
/*blue nav */
#navSubBlue {
	width:178px;
	margin-left:15px;
	padding:10px;
	margin-bottom:20px;
	background-image:url('/images/img-nav-background-blue.jpg');
	background-repeat:no-repeat;
	background-color:#1C608D;
	border-left:#00cfff solid 1px;
	border-right:#00cfff solid 1px;
	border-bottom:#00cfff solid 1px;
	float:left;
}
#navSubBlue ul {	
}
#navSubBlue li {
	margin-left:10px;
	line-height:25px;
}
#navSubBlue a {
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#navSubBlue a:hover {
	color:#FFFFFF;
}
/*green nav */
#navSubGreen {
	width:178px;
	padding:10px;
	margin-left:15px;
	margin-bottom:10px;
	background-image:url('/images/img-nav-background-green.jpg');
	background-repeat:no-repeat;
	background-color:#4E8A18;
	border-left:#ecff83 solid 1px;
	border-right:#ecff83 solid 1px;
	border-bottom:#ecff83 solid 1px;
	float:left;
}
#navSubGreen ul {
}
#navSubGreen li {
	margin-left:10px;
	line-height:25px;
}
#navSubGreen a {
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#navSubGreen a:hover {
	color:#FFFFFF;
}
/*sub nav idendented shared */
.navSubSecondary ul {
}
.navSubSecondary li {
	margin-left:5px;
	line-height:20px;
	clear:both;
}
.navSubSecondary a {
	font-size:12px !important;
	color:#FFFFFF;
	text-decoration:none;
}
.navSubSecondary a:hover {
	font-size:12px;
	color:#FFFFFF;
}
.navSubTertiary ul {
}
.navSubTertiary li {
	clear:both;
	background-image:url(/images/img-list.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:8px;
}
.navSubTertiary a {
	display:inline-block;
	font-size:10px !important;
	color:#FFFFFF;
	text-decoration:none;
}
.navSubTertiary a:hover {
	font-size:12px;
	color:#FFFFFF;
}
/* Content Area */
#products {
	width:678px;
	margin-right:15px;
	border-left:#DEDEDE solid 1px;
	border-right:#DEDEDE solid 1px;
	border-bottom:#DEDEDE solid 1px;
	background-image:url(/images/img-products-gradient.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#f9f9f9;
	padding-bottom:5px;
	margin-bottom:10px;
	float:right;
}
.productSubPageLinks ul {
	margin-left:5px;
}
.productSubPageLinks li {
	width:128px;
	height:128px;
	border:#DEDEDE solid 1px;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-right:4px;
	float:left;
}
.productImage {
	width:128px;
	height:90px;
	float:left;
}
.productLink a {
	width:118px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	font-size:10px !important;
	text-align:center;
	color:#333333;
	text-decoration:none;
	float:left;
}
.productLink a:hover {
	font-size:10px !important;
	text-decoration:none;
	color:#333333;
}
#productDetailImage {
	margin-top:5px;
	width:400px;
	height:400px;
	border:#DEDEDE solid 1px;
	margin-right:5px;
	float:left;
}
#productDetailText {
	width:261px;
	padding-right:5px;
	padding-left:5px;
	float:left;
}
#pageNumbersContainer {
	width:668px;
	padding:5px;
	float:left;
}
#pageTotal {
	width:200px;
	float:left;
}
#pageNumbers {
	width:468px;
	text-align:right;
	float:right;
}
#pageNumbers a {
	color:#171717;
	text-decoration:none;
}
#pageNumbers a:hover {
	text-decoration:underline;
}
#productsSearch {
	width:678px;
	border:#DEDEDE solid 1px;
	background-image:url(/images/img-products-gradient.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#f9f9f9;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:5px;
	margin-bottom:10px;
	float:left;
}
#productsSearch ul {
	margin-left:5px;
}
#productsSearch li {
	width:128px;
	height:128px;
	border:#DEDEDE solid 1px;
	margin-top:5px;
	margin-right:4px;
	float:left;
}
#productsSearchHeader {
	font-size:18px;
	font-weight:bold;
	font-weight:normal;
	padding:10px;
}
#textArea {
	width:668px;
	border-left:#DEDEDE solid 1px;
	border-right:#DEDEDE solid 1px;
	border-bottom:#DEDEDE solid 1px;
	background-image:url(/images/img-products-gradient.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#f9f9f9;
	margin-left:20px;
	margin-right:20px;
	padding:5px;
	margin-bottom:10px;
	float:left;
}
.buttonBlueSearchPg {
	font-size:14px;
	width:220px;
	font-weight:bold;
	background-image:url(/images/btn-grey.jpg);
	background-repeat:repeat-x;
	border:#494949 solid 1px;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
	margin-top:10px;
	padding:10px 0px 10px 0px;
}
.buttonRedPg {
	font-size:14px;
	width:100px;
	font-weight:bold;
	background-image:url(/images/btn-red.jpg);
	background-repeat:repeat-x;
	border:#FF0000 solid 1px;
	cursor:pointer;
	color:#FFFFFF;
	text-align:center;
}
.loginBox {
	border:#897f7f solid 1px;
	width:200px;
	vertical-align:middle;
	color:#897f7f;
}
.searchField {
	font-size:14px;
	margin:0;
	padding:0;
	width:218px;
	border:#494949 solid 1px;
	text-align:left;
}
/*product detail page*/
.downloads ul {
	padding-top:10px;
}
.downloads li {
	padding-top:10px;
	line-height:30px;
}
.iconImageButton  {
}
.iconImageButton a {
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
	background-image:url(/images/btn-save-image.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	color:#171717;
	text-decoration:none;
}
.iconImageButton a:hover {
	color:#171717;
	text-decoration:underline;
}
.iconDownloadButton a {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	vertical-align:middle;
	background-image:url(/images/btn-download.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	color:#171717;
	text-decoration:none;
}
.iconDownloadButton a:hover {
	color:#171717;
	text-decoration:underline;
}
.iconEmailButton a {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	vertical-align:middle;
	background-image:url(/images/btn-email-this-item.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	color:#171717;
	text-decoration:none;
}
.iconEmailButton a:hover {
	color:#171717;
	text-decoration:underline;
}
.iconPrintButton a {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	vertical-align:middle;
	background-image:url(/images/btn-print.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	color:#171717;
	text-decoration:none;
}
.iconPrintButton a:hover {
	color:#171717;
	text-decoration:underline;
}
/*footer */
#footer {
	width:100%;
	height:35px;
	padding-top:10px;
	background-image:url('/images/img-footer-background.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	float:left;
	text-align:center;
	background-color:#f7f7f7;
	color:#afacac;
}
#footer a {
	text-decoration:none;
	color:#afacac;
}
#footer a:hover {
	color:#afacac;
}