/* CSS Document */

innerPgWrapper {}

/* PRODUCTLIST.ASP STYLES */
.errorDiv {
	background-color: #FFFFCC;
	border: 1px dotted #CC0000;
	margin:50px;
	padding:15px;
	text-align:center;
	}
.errorDiv p { font: normal 11px Verdana, Arial, Helvetica, sans-serif; }
.errorDiv h3 { font: bold 16px Arial, Helvetica, sans-serif; color:#CC0000; }

#prodResultsTable th {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333333;
	padding: 8px 2px 2px 2px;
	background-color:#FF9900;
	border-bottom:1px solid #333333; 
	}
#prodResultsTable a:link { color:#333333; text-decoration:none; }
#prodResultsTable a:visited { color:#333333; text-decoration:none; }
#prodResultsTable a:hover { color:#333333; text-decoration:underline; }
#prodResultsTable a:active { color:#333333; text-decoration:none; }

#prodResultsTable td {
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding:4px 2px 2px 2px;
	}
.itmTD { border-bottom:1px dotted #BBBBBB; background-color:#FFFFFF; }
.altItmTD { border-bottom:1px dotted #BBBBBB; background-color:#DDDDDD; }

.noRecFound {
	padding:25px 0 25px 0;
	font:bold 13px Arial, Helvetica, sans-serif; !important
	color:#CC0000; !important
	text-align:center;
	}
.loginErr {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-align:center;
	}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/sideBGTile.jpg);
	background-repeat: repeat-x;
	text-align: center;

}
#topBanner {
	background-image: url(images/topBanner.jpg);
	height: 171px;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	position: relative;


}
#main {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}
#contentBox {
	background: url(images/mainBG2.jpg) repeat-y;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}
#threeColumns {

	width: 974px;
}
#leftCol {
	width: 231px;
	vertical-align: top;
	background-image: url(images/leftColBG.jpg);


}
#mainCol {
	text-align: left;
	vertical-align: top;
	width: 473px;
	padding-top:10px;


}
#rightCol {
	vertical-align: top;
	background-image: url(images/rightColBottom.jpg);
	width: 270px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer {
	background: url(images/footerBG.jpg) no-repeat top left;
	height: 212px;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}


#mainCol_admin {
	text-align: left;
	vertical-align: top;
	width: 673px;
	padding-top:10px;
	background-color:#FFFFFF;
}
#rightCol_admin {
	vertical-align: top;
	background-image: url(images/rightColBottom_admin.gif);
	width: 70px;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#footer_admin {
	background-image: url(images/footerBG_admin.jpg);
	height: 114px;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 10px;
}
h4 {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-top:-16px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 16px;
}
#leftCol ul {
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066CC;
}
#navBox {
	margin-left: 65px;
	margin-right: 6px;

}
#leftCol ul li a:link, #leftCol ul li a:active, #leftCol ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	background-image: url(images/navBG.jpg);
}
#leftCol ul li {
	display: inline;
}
#leftCol ul li a:hover {
	text-decoration: underline;
	background-image: url(images/navBGHover.jpg);
}

#rightColBot {
	width: 270px;
	height: 100px;
}
#rightColTop {
	background-image: url(images/rightColTopBG.jpg);
	width: 270px;
	background-position: bottom;
	height: 417px;
	position: relative;
}
#leftCol ul li ul li {
	border: none;
	display: block;
	background-image: url(images/arrowBullet.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 15px;
	background-position: left;
	margin-left: 10px;
}
#leftCol ul li ul {
	padding-top: 5px;
	padding-bottom: 10px;
	border: none;
}
#leftCol ul li ul a:link, #leftCol ul li ul a:active, #leftCol ul li ul a:visited {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	display: inline;
	border: none;
	background-image: none;
}
#leftCol ul li ul a:hover {
	background-image: none;

}
#topNav {
	position: absolute;
	right: 20px;
	bottom: 14px;
	width: 300px;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	float: left;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #CC3300;
	line-height: 20px;
}
#topNav ul li.last {
	border-right-style: none;
}
#topNav ul li a:link, #topNav ul li a:active, #topNav ul li a:visited {
	color: #000000;
	padding-right: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	line-height: 20px;
}
#topNav ul li a:hover {
	color: #FFFFFF;
}
#quoteEmail {
	position: absolute;
	right: 65px;
	bottom: 66px;
	width: 200px;
}
#quoteEmail ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#quoteEmail ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#quoteEmail a:link, #quoteEmail a:active, #quoteEmail a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;


}
#quoteEmail a:hover {
	color: #000000;
}


/*	
	#################################################################
	PAGINATION STYLES
	Style specific to the Product Paginaation
	################################################################# 
*/

#pageLinkDIV { padding: 10px 5px 10px 5px; text-align:right; }

div#pagination {
     height:50px;
     margin-top:3px;
 }
div#pagination .count {
     float:left;
     padding:5px;
     }
div#pagination .pages {
     float:right; padding:5px;
     }

div#paginationTop{ height:40px; margin-bottom:3px;}
div#paginationTop .count { float:left; padding:5px;}
div#paginationTop .pages { float:right; padding:5px;}

div.pagination { padding: 3px; margin: 3px; }
div.pagination a {
	 font:normal 10px Verdana, Arial, Helvetica, sans-serif;
     padding:3px;
     margin: 2px;
     border: 1px solid #ccc;
     text-decoration: none; /* no underline */
     color: #666;
}
div.pagination a:hover, div.pagination a:active {
     border: 1px solid #003366;
     color: #000;
	 background-color:#FFFFCC;
}
div.pagination span.current {
     padding: 3px;
     margin: 2px;
     border: 1px solid #003366;
	 font:bold 10px Verdana, Arial, Helvetica, sans-serif;
     background-color: #FF9900;
     color: #333;
     }
div.pagination span.disabled {
	 font:normal 10px Verdana, Arial, Helvetica, sans-serif;
     padding: 3px;
     margin: 2px;
     border: 1px solid #EEE;
     color: #DDD;
}
/*	
	#################################################################
	END PAGINATION STYLES
	################################################################# 
*/

#contactInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	margin-right: 75px;



}
#footerNav {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 130px;




}
#footerNav p {
	clear: both;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;



}
#footerNav a:link, #footerNav a:active, #footerNav a:visited {

	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#footerNav  a:hover {

	color: #006699;
}

#loginDIV {
	height:175px;
	background:url(images/loginBG.jpg) no-repeat center top;
	margin: 10px auto 10px auto;
	padding-top: 23px;	
}


.contBuck_top {
	width:197px;
	height:43px;
	background:url(images/contBuc_top.jpg) no-repeat; 
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF; 
	text-align:center;
	text-transform: uppercase;
	vertical-align:middle;
}
.contBuck_mid {
	width:197px;
	height:144px;
	background:url(images/contBuc_mid.jpg) no-repeat bottom;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333333;
	}
.contBuck_mid img{ border:1px solid #000; padding: 15px 0 10px 0; }
.contBuck_mid a:link { color: #333333; text-decoration:underline; }
.contBuck_mid a:visited { color: #333333; text-decoration:underline; }
.contBuck_mid a:hover { color: #333333; text-decoration:none; }
.contBuck_mid a:active { color: #333333; text-decoration:underline; }


#catContent_oneCol { width:98%; vertical-align:top; border-bottom: 1px dotted #CCCCCC; }
#catContent_twoCol { width:98%; vertical-align:top; border-bottom: 1px dotted #CCCCCC; }

#catContent_oneCol .catImage { width:100%; text-align:center; }
#catContent_oneCol .catContent { display: none; }

#catContent_twoCol .catImage { float:left; width:190px; vertical-align:top; padding-top:10px; }
#catContent_twoCol .catContent { float:right; width:270px; vertical-align:middle; }

.clear { height:1px; clear:both; }

.subLinks { 
	text-align:right; 
	font:normal 13px Arial, Helvetica, sans-serif; 
	color:#999; 
	margin:-8px 10px 20px 10px;
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
	padding:8px 0 8px 0;
	}
.subLinks a { font: bold 13px Arial, Helvetica, sans-serif; color:#CC0000; }
.subLinks a:link { padding: 0 8px 0 8px; text-decoration:underline; color:#CC0000; }
.subLinks a:visited { padding: 0 8px 0 8px; text-decoration:underline; color:#CC0000; }
.subLinks a:hover { padding: 0 8px 0 8px; text-decoration:none; color:#FF0000; }
.subLinks a:active { padding: 0 8px 0 8px; text-decoration:underline; color:#CC0000; }

.PRITitles { border-bottom:1px dotted #999; font:bold 12px Arial, Helvetica, sans-serif; color:#003366;}

.aboutList { list-style:url(images/ogArrow.gif); font: bold 12px Arial, Helvetica, sans-serif; color:#003366; }
.aboutList li{ margin: 10px 0 10px 0; }

#contactForm { width:360px; margin:0 50px 0 50px; }
#contactForm fieldset { 
	margin:10px 0 10px 0;
	padding:10px;
	border: 1px solid #CCCCCC;
	}
#contactForm legend { 
	font: normal 14px Arial, Helvetica, sans-serif;
	color:#666666;
	}
#contactForm label { width:75px; text-align:right; display:inline; margin-right:8px; vertical-align:top; } 
#contactForm input { width:220px; } 
#contactForm textarea { width:220px; } 
#contactForm .subButt { width: 80px; }

#eeLink {
	width:175px;
	height:60px;
	position:relative;
	top:-65px;
	left:65px;
	float:left;
	padding:0px;
	margin:0px;
	border:none;
	z-index:100;
	}