@charset "utf-8";
body  {
		scrollbar-3d-light-color:#65788F; 
	scrollbar-arrow-color:#b3bcc8;
	scrollbar-base-color:#ffffff;
	scrollbar-dark-shadow-color:#b3bcc8;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#b3bcc8;
	scrollbar-shadow-color:#c0c0c0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 20px 0 0 10px; /* 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: #000000;
	background-image: url(../images/bg_grey_1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


A.link1 {
		color: #ccc;
}

A.link2 {
		color: #666;
}

A.link3 {
		color: #000;
}

A.link5 {
		color: #C00;
		text-decoration: none;
}



A.link_crumb {
		color: #999;
}

H2 {
	font-size: 16pt;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #eee;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.twoColFixLtHdr #header { 
	background: #fff; 
	padding: 0 0px 0 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. */
	text-align: right;
	height:0px;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 2pt;
}

 


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	margin: 16px 0px 14px 20px;
	}

.twoColFixLtHdr #mainMenu {
	margin: 17px 0 0px 240px; /* 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: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #D81E05;
	width: 738px;
	border: solid 1px #fff;
	height: 43px;
} 

.twoColFixLtHdr #mainContent { 
	margin: 10px 0 0 240px; /* 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: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent_sub { 
	margin: 0px 0 0 0px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}

.twoColFixLtHdr #mainContent_sub #sub_images { 
	margin: 0px 50px 0px 0px;/* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 130px;
	float: right;
	z-index:1000;
	text-align: center;
}

.twoColFixLtHdr #mainContent_sub #product_images { 
	margin: 6px 0px 0px 0px;/* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 220px;
	float: right;
	z-index:2000;
	text-align: center;
}

.twoColFixLtHdr #mainContent_sub #product_main_images { 
	margin: 50px 20px 0px 0px;/* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	z-index:3000;
	text-align: center;
}

.twoColFixLtHdr #mainContent_sub #product_main_images_2 { 
	margin: 20px 20px 0px 0px;/* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	z-index:3000;
	text-align: center;
}


.twoColFixLtHdr #mainContent_sub #mainContent_text { 
	margin: 5px 0 30px 0px; /* 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: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 690px;
	background: #fff;
	border: solid 1px #dddddd;
	}
	
	
.twoColFixLtHdr #mainContent_text li{ 
	font-size: 10pt;
	}
	
	

.twoColFixLtHdr #mainContent_sub h1{ 
	font-size: 12pt;
	font-family: arial;
	color: #D81E05;
}

.twoColFixLtHdr #mainContent_sub h2{ 
	font-size: 12pt;
	font-family: arial;
	color: #666;
}

.twoColFixLtHdr #mainContent_sub p{ 
	font-size: 10pt;
	font-family: arial;
	color: #666;
}

.twoColFixLtHdr #mainContent_crumb { 
	margin: 0 20px 0 20px; /* 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: 4px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background-color: #fff;
	font-size: 8pt;
	color: #999;
	border: solid 1px #dddddd;
	}



.twoColFixLtHdr #footer { 
	padding: 20px 30px 20px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#888;
	text-align: left;
	font-size: 8pt;
	color: #ccc;
} 
.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 */
}
.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;
}
.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;
}

TD.printleft 	{
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 8pt;
		    font-weight: bold;
			color: black;
			padding-top: 10px;
			border-top: solid 1px #c0c0c0;
			text-transform: uppercase;
			}
			
TD.printright 	{
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: black;
			padding: 10px;
			background-color: #f1f1f1;
			border-top: solid 1px #c0c0c0;
			border-right: solid 1px #c0c0c0;
			}
			
TD.head1 {
			background-color: Gray;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			color: white;
			font-weight: bold;
			padding: 1px;
			margin: 1px;
			}
			
TD.head2 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight: bold;
			}
			
TD.head2b {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight: bold;
			background-color: #eee;
			padding-left: 5px;
			}
			
TD.head2c {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight: bold;
			background-color: #ddd;
			color: #000000;
			padding-left: 5px;
			}
			
TD.text1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			}
			
TD.text1b {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			background-color: #e1e1e1;
		    padding: 5px;
			}
			
TD.text1c {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			background-color: #d1d1d1;
			padding: 5px;
			}
			
TABLE.otherprods 	{
			margin-top: 30px;
			}
			
			
LI.art {
		list-style-type: square;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: gray;
		font-weight: normal;
		padding-left: 10px;
		margin-right: 20em;
		margin-top: 1em;
		}
		
.mysmall {
		font-size: 9pt;
		color: gray;
		}
		
		
TD.prodsubh 	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			background-color: #ccc;
			color: #666;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			padding: 4px;
		}
		
TD.proddata 	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9pt;
			color: #666;
			text-align: center;
			border-bottom: solid 1px silver;
			padding: 2px;
		}
		
TR.rowEven {
		 background-color: white;
		 }
		 
.rowHighlight {
		 background-color: #f1f1f1;
		 }
		