@charset "utf-8";
/* CSS Document */

/*This strips away IE and Firefox specific spacing and padding.  Helps start from an even plain.*/

/*STANDARDIZE STYLES CROSS BROWSER*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/*END STANDARD STYLES*/


body{
	padding-top:10px;
	color:#333;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
	background-color:#fefefe;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}

a{
	color:#4f6f18;	
}

h2{
	font-size:14px;
	font-weight:bold;
}

h3{
	font-size:13px;
	font-weight:bold;
}

ul{
	list-style:inside;
	list-style-type:circle;
	padding:3px 0 3px 0;
}

li{
	font-size:12px;
	padding:3px 0px 3px 30px;
	text-indent:-20px;
}

em{
	font-style:italic;
}

strong{
	font-weight:bold;
}

.divider{
	height:5px;
	background-color:#FFF;
	overflow:hidden;
}

#mainContainer{
	width:934px;
	border-color:#ffffff;
	border-width:5px;
	border-style:solid;
}

#nav{
	height:137px;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-y;
}

#subnav{
	width:548px;
	height:16px;
	overflow:hidden;
}

#navTopSpacer{
	width:548px;
	height:89px;
}

#navBottomSpacer{
	width:548px;
	height:14px;
}

#middle{
	background-color:#FFF;
}

#content{
	padding:20px;
}

#heading{
	padding:15px 0 15px 0;
}

#rightCol{
	background-image:url(../images/bg_rightCol.gif);
	background-repeat:repeat-y;
}

#sidebarFlash{
	background-color:#FFF;
}

#footer{
	position:relative;
	top:-18px;
	font-size:10px;
}

.productCat{
	text-decoration: underline;
}

.contactInput{
	width:98%;	
	color:#333;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
}

#contactSubmit{
	padding-right:3px;
}

.required{
	color:#eb232b;
}
