@charset "utf-8";
/* CSS Document */
body
{
	background-image:url(pix/layout_mainback.jpg);
	color:#000000; 
	font-family:Arial,Times New Roman,Verdana;	
}
p 
{
	padding-left:6px;
}
table#layout_table 
{ 
	width:800px; 
	height:auto; 	 
	padding:0px;			 
}
table#layout_table a
{ 
	color:#006633;			 
}
table#layout_table a:visited
{ 
	color:#FF0000;			 
}
table#layout_table a:hover
{ 
	color:#000000;			 
}
div#layout_menu 
{
	width:196px;
	height:auto;
	min-height:448px;
	border:0;
	border-style:inset;
	border-color:#0000FF;	
	vertical-align:top;
	margin:0px;
	padding:2px;
}
div#layout_parts 
{
	width:196px;
	height:auto;
	max-height:230px;
	overflow:auto;	
	border:0;
	border-style:inset;
	border-color:#0000FF;
	background-color:#e7fcb1;	
	vertical-align:top;
	margin:0px;
	padding:0px;
}
div#layout_menu a
{
	padding-top:5px;
	margin-top:5px;
	color:#000000;	
}
div#layout_menu a:link
{
	color:#000000;		
}
div#layout_menu a:visited
{
	color:#000033;	
}
div#layout_menu a:hover
{
	color:#e7fcb1;	
}
div#layout_header
{
	position:relative;
	width:800px;
	height:100px;
 	background-image:url(pix/layout_header.png);	
	padding:0px;
	margin:0px;
}
div#layout_content
{
	background-color:#e7fcb1;
	width:600px;
	height:auto;
	overflow:auto;
	margin:0px;
	padding:0px;
}
div#product_content
{
	width:600px;
	height:400px;
	background-color:#e7fcb1;
	overflow:auto;	
}
div#product_container
{
	width:600px;
	height:1px;	
	background-color:#e7fcb1;	
	overflow:auto;	
}

h1 { }
h2 { font-size:20px; font-weight:bold; }
h3 { }
p { font-size:14px; }
a#maillink { text-decoration:none; }
table { font-size:14px; }

.thumb { width:90%; height:90%; border-size:1px; border-style:inset; border-color:#003300; }

#partsframe { background-color:#e7fcb1; }