@charset "utf-8";
/* kilwell yellow is ffd003 */
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:#efefef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding-bottom:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffcc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 10px 10px 10px;
	margin-left:0px;
}
/*#sidebar a:link {
	text-decoration:none;
	color:#000000;
}
#sidebar a:hover {
	text-decoration:none;
	color:#000000;
}*/
.twoColFixLtHdr #mainContent {
	margin: 3px 0 0 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 0px 5px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1 {
	font-size:20px;
}
#mainContent a:link {
	color: #006699;
}
#mainContent a:visited {
	color:#006699;
}
	
#mainContent a:hover {
	color: #6699CC;
}
#mainContent p {
padding-right:5px;
line-height:14px;
}

#rig {
	width:105px;
	padding:3px;
	float:left;
	margin-top: 10px;
	border: 1px solid;
	background-color: #ffffcc;
}
#rig1 {
	width:108px;
	padding:3px;
	float:left;
	border: 1px solid;
	background-color: #ffffcc;
}		
.twoColFixLtHdr #footer { 
	padding: 5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#efefef; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a:link{
	text-decoration:none;
	color: #666666;	
}
.twoColFixLtHdr #footer a:visited{
	text-decoration:none;
	color: #666666;	
}
.twoColFixLtHdr #footer a:hover{
	text-decoration:underline;
	color: #666666;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-size: 11px
}
.style2 {
	color: #FFC300
}
	
.style5 {
	font-size: 10px;
	color: #666666;
	line-height:13px;
}
.style6 {
	font-size: 11px; 
}

.style10 {color: #009900}
.greenbold {color:#009900;
			font-weight:bold}

.stylebold {
	font-weight:bold;
	font-size:11px;
}
.sidebarhead {
	font-size:12px;
	font-weight:bold;
	border:solid 1px;
	border-color:#999999;
	padding:8px;
	color:#ffd003;
	background-color:#000000;
	width:180px;
}

.h1 {
	background: transparent url(Images/h3_banner.jpg) no-repeat top left;
	text-align:center;
	padding: 0;
	width: 565px;
	height: 25px;
	border: 1px solid #cccccc;
	font-size:16px;
	line-height:25px;
	font-weight:bold;
	color:#333333;
	
}

.h3 {
	background: transparent url(Images/h3_banner.jpg) no-repeat top left;
	text-indent:10px;
	padding: 0;
	width: 565px;
	height: 25px;
	border: 1px solid #cccccc;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	color:#333333;
	
}
.h4 {
	background: transparent url(Images/h3_banner.jpg) no-repeat top left;
	text-indent:10px;
	padding: 0;
	width: 565px;
	height: 25px;
	border: 1px solid #cccccc;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	color:#333333;
	
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
	font-weight:bold;
}
.head3 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffcc;
}
.moredetails {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color:#efefef;
	padding:5px;
	margin:5px;
	border:1px solid #cccccc;
}
.moredetailsyw {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color:#ffffcc;
	padding:5px;
	border:1px solid #CCCCCC;
}
.moredetailsyel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color:#feec70;
	padding:5px;
	border:1px solid #CCCCCC;
}
.wholesale {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:20px;
	color: #666666;
	background-color:#feec70;
	padding:8px;
	width:177px;
	border:1px solid #CCCCCC;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#666666;
}
.BLKtablehead {
	color: #FFc300;
	font-weight: bold;
	background-color:#000000;
	text-align:center;
}

.img_border2 {
	border:#CCCCCC 1px solid;
	padding:8px;
}
.img_border {
	border:#999999 1px solid;
	padding:8px;
	background-color:#ffffcc;
	color:#666666;
}
.tablehead {
	color: #ffffcc;
	font-weight: bold;
	background-color:#ffc300;
	text-align:center;
}
.linkbox {
	font-weight:bold;
	background-color:ffffcc;
	text-align:center;
	border:#999999 1px solid;
}
.yellowbox {
	background-color:#FEFFDD;
	height:270px;
	width:165px;
	padding:7px;
	margin:2px 2px 7px 2px;
	border:#D5D5D5 1px solid;	 
}
.whitebox {
	background-color:ffffff;
	height:153px;
	width:153px;
	border:#d5d5d5 1px solid;
	margin:5px;
}
.productName {
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color:#666666;
	margin:5px 0px 5px 5px;
}

.productCode {
font-size:10;
font-weight:bold;
color:#974848;
margin:5px 0px 15px 5px;
}

.required {
font-size:11;
font-weight:bold;
color:#974848;
}
.submit {
font-size:13;
font-weight:bold;
color:#974848;
}


.button {
background-image:url(Images/view.jpg);
margin-left:5px;
background-position:left;
background-repeat:no-repeat;
line-height:30px;
text-align:center;
font-size:12;
font-weight:bold;
width:55px;
margin:20px 0px 10px 5px;
}	

.breadcrumbs {
	background-color:#FEFFDD;
	border:1px solid d5d5d5;
	padding:7px;
	margin:3px 10px 5px 2px;
}
.features {
	color:#666666;
	font-size:12px;
	font-weight:bold;	
}
.ad {
	font-size:12px;
	font-weight:bold;
	
	padding:8px;
	color:#993300;
	background-color:#feec70;
	width:180px;
	margin-bottom:10px;
}
.white {
color:#ffffff;
}

.menu {
line-height:15px;
}

	
