* html .buggybox {height: 1%;}

#dhtmltooltip{
position: absolute;
width: 120px;
border: 1px solid #eeeeee;
padding: 5px;
background-color: #ef0000;
visibility: hidden;
z-index: 100000;
color: white;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=3);
}
/* GENERAL */

body { 
background-color: #fcffe7;
color: #444444;
font-family: arial, helvetica, sans-serif; 
font-size: 12px;
margin: 0px;
padding: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: none;
}
/* DROPDOWN */


#navHolder ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
 }
 
#navHolder ul li {
 position: relative;
 float: left;
}
#navHolder ul li a:hover, #header ul li a#selected {
 background:white;
	color: black;
}
#navHolder li ul {
 position: absolute;
 left: 0px; /* Set 1px less than menu width */
 top: 36px;
 display: none;
 }
/* Styles for Menu Items */

#navHolder li ul li {
clear: both;
 margin-left: 0px;
}

#navHolder ul li a {
	display: block;
	text-decoration: none;
	float: left;
}
#navHolder ul li ul li a {
	width: 100px;
	text-align:left;
	padding: 4px;
	background: white;
	text-align: left;
	margin-left: 10px;
	font-weight: bold;
	border: 1px solid #eeeeee;
	border-left: 2px solid #ef0000;
}
#navHolder ul li ul li a:hover {
	background: #eeeeee;
}
 
/* Holly Hack. IE Requirement \*/
* html #navHolder ul li { float: left; height: 1%; }
* html #navHolder  ul li a { height: 1%; }
/* End */
#navHolder li:hover ul, #navHolder  li.over ul { display: block; } /* The magic */


/* STRUCTURE*/

div#container {
	margin: 0px 20px;
	position: relative;
	padding: 0px;
}

div.section {
clear: both;
}

div#s1left {
	background: url(../images/pageheader.gif) right no-repeat;
          height: 181px;
          z-index: 1;
}

div#s1right {
	float: right;
          width: 120px;
          height: 181px;
}      

div#headertext {
z-index: 1;
padding-top: 10px;
}

div#toprightlinks {
z-index: 1;
padding-top: 10px;
float: right;
}

div#toprightlinks ul {
	list-style: none;
}

div#toprightlinks ul li {
}

div#navHolder {
	position: absolute;
	top: 87px;
	z-index: 100;
}

div#navHolder ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#navHolder ul li {
	display: inline;
}


div#left {
position: relative;
top: -85px;
float: left;
text-align: right;
width: 338px;
padding-top: 66px;
}



div#content {
margin-left: 338px;
}

div#body {
	padding: 0px 0px 0px 0px;
	float: left;

}

div.bodys1 {
background-color: #fcffe7;
margin: 28px 0px 40px 0px;
padding: 6px 20px 00px 0px;
border-left: 5px #ee0000 solid;
}

#rollbg { background-color: #fcffe7;
}

div.bodys1content {
padding: 0px 0px 40px 20px;
margin-right: 50px;
margin-left:50px;
}

div.bodys1content2 {
padding: 0px 0px 40px 20px;
height: 0.01%;
}

div#bodys2 {
clear: both;
text-align:center;
}

div#bodys2box {
width: 180px;
display:inline;
}






/* PRODUCT */
.product_set_height { height:110px; padding-bottom:10px;}
#productlogo { padding-bottom: 20px; text-align: center;}

div.productimage {
text-align: right;
float: right;
margin-left: 10px;
}

#productlogo {
	padding-bottom: 20px;
	text-align: center;
}

div.product {
padding-bottom: 10px;
}

div.productleft {
}

div.productimage {
text-align: right;
float: right;
margin-left: 10px;
}



/* CONTACT */

div.contact {
width: 660px;
clear: both;
}

div.contactleft1 {
width: 400px;
float: left;
margin-right: 17px;
}

div.contactleft2 {
width: 400px;
float: left;
margin-right: 17px;
}

div.contactright {
vertical-align: top;
width: 200px;
float: left;
}






/* FOOTER */

div#bodyfooter {
padding: 10px 0px 17px 0px;
clear: both;
}

div#footerleft {
	float: left;
	width: 600px;
}

div#footerright {
	text-align: right;
}
div#footerright ul {
	margin: 0px;
	padding:0px;
	list-style:none;
}

div#footerright ul li {
	display: inline;
}



/* PRODUCTGRADES table */

table {
	border: 1px solid #363636;
	width:100%;
	background: white;
	margin-bottom: 20px;
}

table td, table th {
	text-align: center;
	width: 33%;
}

table h1 {
	text-transform: uppercase;
}

#gradetables tr td, #gradetables tr th {
	width: 16%;
}

#retailers tr td, #retailers tr th {
	width: 20%;
}

table th {
	background: #ef0000;
	color: white;
	padding-top: expression('20px');
}

table .highlighted {
	background: #eeeeee;
}

table .smalltext {
	color: black;
}

.highlightbox {
	float: right;
	background: #eeeeee;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	width: 120px;
	font-weight: bold;
	border-left: 5px solid #ef0000;
}
.highlightbox a {
}

#contactform {
	float: left;
	width: 55%;
}

#contactform table {;
	border: none;
}
#contactform td {
	width:auto;
	text-align:left;
}

.contactdetails {
	float: right;
}

/* TAGS */

.noborder {
border: 0px solid;
}

.bigtext {
font-size: 18px;
}

.smalltext {
font-family: verdana, arial, helvetica;
font-size: 9px;
line-height: 14px;
font-weight:normal;
}

.alignright {
text-align: right;
}

.alignbottom {
vertical-align: bottom;
}

.center {
text-align: center;
}

.padding10 {
padding: 10px;
}

.clearBoth {
	clear: both;
}

div.divider {
background: url("../images/divider.gif");
height: 2px;
font-size: 0px;
margin: 12px 0px 12px 0px;
}

.floatRightImage {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* LINKS */

a {
color: #cc0000;
text-decoration: none;
}





