html {
	overflow-y: scroll;
}
body {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	color: #d71920 !important;
}
a {
	text-decoration: none;
	color: black;
}
a:hover, .subnavon {
	text-decoration: none;
	color: #d71920 !important;
}

.smallCopy {
	font-size: 10pt;
}

/* MAIN CONTAINER */

#maincontainer {
	border: 1px solid white;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#mainlogo {
	cursor:pointer;
	margin: 0 auto;
	width: 377px;
	height: 137px;
	background:url(../images/page_logo.gif) no-repeat center;
}

#mainlogo h1 span {
	display:none;
}

#maincontent {
	width: auto;
	margin-left: 485px;
	padding-top: 40px;
}
#homecontent {
	color: white;
	width: auto;
	margin-top: 100px;
	padding-left: 0px;
	margin-left: 400px;
}
#producerInfo {
	border: 2px solid #d71920;
	padding: 10px;
	width: 400px;
}

.clearfloat {
	clear: both;
}

#printlogo {
	display:none;
}


#leftcol {
	left: 0px;
	width: 400px;
	top: 100px;
	position: absolute
}

/* PRODUCT PAGE CONTENT AREA */

#heropic {
	display:block;
	position: relative;
	
	/* border: 1px solid #d71920; */
	
	width: 250px;
	float: left;
	margin-left: -190px;
}

#productDesc {
	float: left;
	width: 410px;
	padding-left: 20px;
}

#productDesc ul {
	list-style-image: url(../images/star_bullet.gif);
}

#productDesc ul li {
	margin-left: 10px;
	padding-left: 10px;
}

.productSizeSmall {
	color: #CCC;
}

/* MAIN NAV */

#nav1 {
	width: 200px;
}

#topnav {
	margin-top: 30px;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	display:block;
	height:50px;
}
#topnav ul li {
	display:block;
	height:50px;
	margin-top: 10px;
}
#topnav ul li a {
	display:block;
}

#topnav .spacer{
	height: 15px;
}

#topnav a.searchproduct {
	background-image: url(../images/nav_search_product.gif);
	height: 50px;
	width: 200px;
}
#topnav a:hover.searchproduct, #topnav a.searchproducton {
	background-image: url(../images/nav_search_product_over.gif);
	height: 50px;
	width: 200px;
}
#topnav a.searchproducer {
	background-image: url(../images/nav_search_producer.gif);
	height: 50px;
	width: 200px;
}
#topnav a:hover.searchproducer, #topnav a.searchproduceron {
	background-image: url(../images/nav_search_producer_over.gif);
	height: 50px;
	width: 200px;
}
#topnav a.newproducts {
	background-image: url(../images/nav_search_newproducts.gif);
	height: 50px;
	width: 200px;
}
#topnav a:hover.newproducts, #topnav a.newproductson {
	background-image: url(../images/nav_search_newproducts_over.gif);
	height: 50px;
	width: 200px;
}
#topnav a.contactus {
	background-image: url(../images/nav_contact.gif);
	height: 50px;
	width: 200px;
}
#topnav a:hover.contactus, #topnav a.contactuson {
	background-image: url(../images/nav_contact_over.gif);
	height: 50px;
	width: 200px;
}
#topnav a.news {
	background-image: url(../images/nav_news.gif);
	height: 50px;
	width: 200px;
}
#topnav a:hover.news, #topnav a.newson {
	background-image: url(../images/nav_news_over.gif);
	height: 50px;
	width: 200px;
}
#topnav a.aboutus {
	background-image: url(../images/nav_about.gif);
	height: 50px;
	width: 200px;
}
#topnav a:hover.aboutus, #topnav a.aboutuson {
	background-image: url(../images/nav_about_over.gif);
	height: 50px;
	width: 200px;
}

#topnav span {
	display: none;
}

/* SUBNAV */

#topnav ul ul {

	list-style: none;
	
	font-weight: bold;
	font-size: 80%;
	
	width: 250px;
	height: auto;
	left: 200px;
	top: 0px;
	
	margin: 0px;
	padding-left: 15px;
	
	display:block;
	position: absolute;
}

#topnav ul ul li {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.8em;
	height: auto;
	line-height: 1;
	display:block;
}

#star {
	display:block;
	width:50px;
	height:50px;
	margin-left: -50px;
	margin-top: -50px;
	background-image: url(../images/star.gif);
}

/* PRODUCT GALLERY */

#productGallery {
	margin-top: 20px;
	font-weight: bold;
	color: #d71920;
	font-size: 11pt;
}

#productGallery .companyName {
	position: relative;
	margin-bottom: 3px;
	clear: both;
}

#productGallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display:block;

	font-weight: normal;

	position: relative;
	top: 10px;
}

#productGallery ul li {
	display: block;
	
	width: 100px;
	height: 160px;
	float: left;
	margin-right: 20px;

	font-size: 8pt;
	line-height: 1.2;	
}

.productThumb {
	display: block;
	width: 80px;
	height: 80px;
	padding: 10px;
	margin-bottom: 5px;
	
	border: 1px solid #d71920;

	background-position: center;
	background-repeat: no-repeat;
}

/* SEARCH */

#searchbox {
	text-align: center;
}
#searchbox #searchtext {
	border: 2px solid #ccced0;
	width: 200px;
	
	text-align: center;
	
	padding-top: 20px;
	padding-bottom: 20px;
}
.gotfocus {
	border: 2px solid #d71920 !important;
}

#searchbox h3 {
	background-image: url(../images/quicksearch.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;

	height: 13px;
	width: 109px;
	
	font-size: 1px;
	line-height: 0.1;
	
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#searchbox span {
	display: none;
}

#maincontainer #maincontent .smallCopy img.staff {
	padding-left: 15px;
}
#maincontainer #maincontent .smallCopy .staffpics {
	margin-left: 15px;
}
