@charset "utf-8";
body
{
	background-color: #806a45;
	margin: 0;
	padding: 0;	
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container
{
	width: 90%;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #000;
	text-align: left;
	background-color: #d6b274;	
	background-image: url(../graphics/menuback.jpg);		
}

#header
{
	background-color: #d6b274;
	border-bottom: 1px solid #000;
	background-image: url(../graphics/headerback.jpg);
	height: 100px;
	padding: 0;
	margin: 0;
}

#leftMenu
{
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
}

#partsMenuBox
{
	background-color: #d6b274;
	float: left;
	width: 124px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

#partsMenu
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	min-height: 350px;	
}

li.partsMenuItemBox
{
	display: block;
	margin-top: 15px;
	padding-left: 5px;
}

li.partsMenuItemBoxDown
{
	display: block;
	margin-top: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #000;	
}

a.partsMenuItem:link
{
	color: #b90f2c;
	text-decoration: none;
}

a.partsMenuItem:visited
{
	color: #b90f2c;
	text-decoration: none;	
}

a.partsMenuItem:hover
{
	color: #FF0000;
	text-decoration: none;	
}

a.partsMenuItem:active
{
	color: #FF0000;
	text-decoration: none;	
}

#content
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding: 25px;
	background-color: #FFF;
	border-left: 1px solid #000;
	min-height: 350px;
}

#contentParts
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding: 25px;
	background-color: #FFF;
	border-left: 1px solid #000;
	min-height: 350px;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 8px;	
	background-color: #fcb51f;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}

#callUs
{
	margin-top: 75px;
	margin-right: 10px;	
	float: right;
	font-size: 18px;
	color: #b90f2c;
}

a:link
{
	color: #b90f2c;
	text-decoration: none;
}

a:visited
{
	color: #b90f2c;
	text-decoration: none;	
}

a:hover
{
	color: #FF0000;
	text-decoration: none;		
}

a:active
{
	color: #FF0000;
	text-decoration: none;	
}

h1
{
	padding-left: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #432f68;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: right;
}

h2
{
	padding-left: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #432f68;
	margin-top: 20px;		
	margin-bottom: 5px;	
	clear: right;	
}

h3
{
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #432f68;
	margin-bottom: 5px;	
	clear: right;	
}

p
{
	font-weight: bold;
}

p.toplink
{
	font-weight: bold;
	font-size: 10px;
	margin-top: 1px;
	margin-left: 10px;	
}

ul
{
	font-weight: bold;
	list-style-type: circle;
}

#mfgbox
{
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #fcb51f;
	line-height: 16px;		
}

#mfgboxFD
{
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #d6b274;
	line-height: 16px;		
}

div.menuitem
{
	width: 175px;
	height: 25px;	
	margin: 0px;
	padding: 0px;
}

img.pagepic 
{
	border: 1px solid #000;
	float: right;
	margin: 10px;
	margin-top: 0px;
}

img.pagepicinline 
{
	border: 1px solid #000;
	margin: 10px;
	margin-top: 10px;
}

img.catpic 
{
	border: 1px solid;
	margin: 10px;
}

img.galpic 
{
	border: 1px solid;
	margin: 20px;
}

a:link img
{
	color: #000000;
}

a:visited img
{
	color: #000000;
}

a:hover img
{
	color: #FF0000;
}

a:active img
{
	color: #FF0000;
}

A:link img, A:visited img {border-color: #000;}
A:hover img {border-color: #f00;}

#footer a:link
{
	color: #000;
	text-decoration: none;
}

#footer a:visited
{
	color: #000;
	text-decoration: none;	
}

#footer a:hover
{
	color: #b90f2c;
	text-decoration: underline;		
}

#footer a:active
{
	color: #FF0000;
	text-decoration: underline;	
}