@charset "utf-8";
/* AVG CSS Document */

html	{
	background: url(../images/content-bg.gif) repeat-y #fefefe;
	}

body	{
	/*overflow-x: hidden;*/
	min-width: 1000px;
	}
	
img	{
	border: none;
	}

#header	{
	
	height: 331px;
	}
	
#main-col	{
	/*width: 834px;*/
	background: url(../images/header-bg.jpg) no-repeat;
	width: 100%;
	height: auto;
	}
	
#content	{
	/*background: url(../images/content-bg.gif) repeat-y #ffffff;*/
	background: url(../images/rightcol-bg.gif) repeat-x top;
	width: 100%;
	clear: both;
	/*width: 3000px;*/
	}
	
#right-col	{
	/*width: 2000px;/*424px;*/
	float: left;
	margin-top: 10px;
	/*margin: 0 0 0 36px;*/
	}
	
#left-col	{
	width: 520px;
	height: auto;
	float: left;
	/*vertical-scrollbars: auto;*/
	padding: 30px 35px 0 20px;
	background: #FFFFFF;
	border-right: 1px solid #dfdfdf;
	}
	
/* Navigation */
	
#menu	{
	height: 30px;
	width: auto;
	position: relative; right: 130px; top: 1px;
	z-index: 3;
	}
	
#menu li	{
	float: left;
	display: inline;
	list-style: none;
	height: 30px;
	z-index: 3;
	margin-right: 5px;
	}
	
#menu a	{
	display: block;
	}
	
#menu a:hover	{
	background-position: 0px -30px !important;
	}
	
#menu a:active	{
	background-position: 0px -30px !important;
	}
	
.home	{
	background: url(../images/button-home.gif) no-repeat;
	height: 30px;
	width: 57px;
	}
	
#home .home	{
	background: url(../images/button-home.gif) no-repeat 0 -30px;
	}
	
.abou	{
	background: url(../images/button-about.gif) no-repeat;
	height: 30px;
	width: 77px;
	}
	
#about .abou	{
	background: url(../images/button-about.gif) no-repeat 0 -30px;
	}
	
.prod	{
	background: url(../images/button-products.gif) no-repeat;
	height: 30px;
	width: 76px;
	}
	
#products .prod	{
	background: url(../images/button-products.gif) no-repeat 0 -30px;
	}
	
.stan	{
	background: url(../images/button-standards.gif) no-repeat;
	height: 30px;
	width: 82px;
	}
	
#standards .stan	{
	background: url(../images/button-standards.gif) no-repeat 0 -30px;
	}
	
.cont	{
	background: url(../images/button-contact.gif) no-repeat;
	height: 30px;
	width: 89px;
	}
	
#contact .cont	{
	background: url(../images/button-contact.gif) no-repeat 0 -30px;
	}
	
#menu li ul a	{
	text-indent: 0;
	}

#menu li a	{
	text-indent: -9999px;
	}
	
/* dropdowns */

#menu li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #005480;
	border-right: 1px solid #005480;
	border-left: 1px solid #005480;
	background-color: #ffffff;
	z-index: 4;
}

#menu li ul li {
	width: 14em;
	display:block;
	float:none;
	height: 25px;
	border-bottom: 1px solid #005480;
	margin-right: 0;
	z-index: 4;
}

#menu li ul li a {
	color: #000000;
	text-indent: 0px;
	text-decoration:none;
	line-height: 25px;
	height: 25px;
	padding: 0 0 0 1em;
	z-index: 4;
}

#menu li ul li a:hover {
	background-color: #9fbdd5;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	visibility: visible;
}
	
/* Logo and Phone */
	
#nav-phone	{
	position: relative; left: 400px;
	width: 600px;
	}
	
#logo	{
	background: url(../images/logo.gif) no-repeat;
	width: 169px;
	height: 105px;
	position: relative; left: 45px; top: 10px;
	float: left;
	}
	
#logo a	{
	display: block;
	width: 167px;
	height: 96px;
	}
	
.phone	{
	position: relative; top: 20px; left: 100px;
	}
	
#flash	{
	/*clear: both;
	width: 1000px;
	height: 201px;*/
	
	/*position: relative; bottom: 3px;*/
	/*position: relative; top: 80px; right: 250px;*/
	
	/*position: relative; top: -3px;
	z-index: 0;*/
	}
	
/* Sticky Footer */

html, body {
     height: 100%;
}
#wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -135px;
}
#footer, .push {
     height: 135px;
}

#footer	{
	background: url(../images/footer.jpg) no-repeat;
	}
	
/* Product Links right */

#prodLinks	{
	background: url(../images/avg-prod.gif) top left no-repeat;
	width: 237px;
	margin: 20px 0 0 32px;
	padding-top: 32px;
	}
	
#prodLinks img	{
	margin-bottom: 3px;
	}
	
/* Text Formating */

p	{
	font: 12px/20px Arial, Helvetica, sans-serif;
	margin-top: 15px;
	}
	
h1	{
	color: #005480;
	}
	
h2	{
	color: #97bad0;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	}
	
#left-col ul li	{
	font: 14px Arial, Helvetica, sans-serif;
	list-style: disc inside;
	margin-top: 10px;
	}
	
#left-col img	{
	margin: 5px;
	}
	
#left-col a:link	{
	font: 12px Arial, Helvetica, sans-serif;
	}
	
a:link, a:visited	{
	color: #005480;
	text-decoration: underline;
	}
	
a:hover, a:focus	{
	color: #575757;
	text-decoration: none;
	}
	
/* Footer */

#foot-left	{
	float: left;
	position: relative; top: 108px; left: 50px;
	}
	
#foot-left ul li	{
	display: inline;
	font: 11px Arial, Helvetica, sans-serif;
	color: #739fb7;
	margin-right: 4px;
	}
	
#foot-left a:link, #foot-left a:visited	{
	color: #739fb7;
	text-decoration: none;
	}
	
#foot-left a:hover, #foot-left a:focus	{
	color: #739fb7;
	text-decoration: underline;
	}
	
#foot-right	{
	float: left;
	position: relative; top: 75px; left: 280px;
	}
	
/* Holder */

.holder	{
	clear: both;
	width: auto;
	}
	
/* Contact Page */

iframe	{
	margin-top: 15px;
	}
	
#right-col form	{
	margin-left: 32px;
	}

form#contactForm p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

form#contactForm .textinput, form#contactForm .textbox  {
	width: 250px;
	background-color: #ffffff;
	border: 1px solid #005480;
	padding: 3px;
	color: #000000;
	margin: 5px 0 5px 0;
} 

form#contactForm .textbox {
	width: 250px;
	height: 150px;
	margin: 5px 0 5px 0;
}

form#contactForm .button {
	background-color: #ffffff;
	border: 1px solid #005480;
	padding: 3px;
	color: #005480;
	margin: 5px 0 5px 0;
}
	
#left-col table	{
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	}

#left-col table td	{
	padding: 3px;
	}

/* Product Table Styles */

table.valveRating	{
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	}
	
table.valveRating th	{
	color: #000000;
	text-transform: uppercase;
	}
	
table.valveRating  td	{
	padding: 5px;
	border: 2px solid #ffffff;
	}

.orange td {
	background-color: #e2772c;
	}
	
.black td {
	background-color: #272525;
	}
	
.blue td {
	background-color: #00507f;
	}
	
.green td {
	background-color: #005333;
	}
	
.red td {
	background-color: #c53130;
	}
	
#right-prod-image	{
	margin: 20px 0 0 32px;
	}
	
/* PDF Download Link */

/*.PDFlink	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0;
	}*/
	
a[href$=".pdf"], a[href$=".PDF"] {
	text-indent: -9999px;
	background: url(/~avgcom/images/download.gif) no-repeat;
	width: 177px;
	height: 23px;
	display: block;
}

.watermark li	{
	list-style-image: url(../images/watermark.gif) !important;
	}

#prodLinks 	a	{
	background: none !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
	display: block;
	}
	
#flashholder	{
	clear: both;
	}
	
#sitemap, #sitemap ul	{
	padding-left: 20px;
	}
	
.req	{
	color: #FF0000;
	font-size: 11px;
	}
