﻿body 
{
	margin: 0 0 25px 0;
	font-family: Arial, Geneva, Verdana, Sans-Serif;
	font-size: 0.8em;
	background-repeat: no-repeat;
}
.print 
{
	display: none;
}
a img
{
	border: none;
}
#wrapper 
{
	width: 760px;
	margin: 0 auto;
	border-right: 1px solid #7b1d20;
	border-left: 1px solid #7b1d20;
	background-image: url(../images/main-bg.gif);
	background-color: #fff;
	background-repeat: repeat-y;
}
#header 
{
	display: block;
	/*height: 86px;*/
	height:135px; 
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#header h1
{
	font-size: 1.2em;
	margin: 15px 0 0 30px;
}
#nav 
{
	display: block;
	margin: 0;
	width: 218px;
	height: 750px;
	padding: 15px 0 0 0;
	float: left;
	background-image: url(../images/nav.jpg);
	background-color: #924127;
	background-repeat: no-repeat;
}
#nav ul, #nav li 
{
	list-style: none;
	margin: 0 0 0 24px;
	padding: 0;
}
#nav li 
{
	line-height: 2em;
}
#nav li a 
{
	text-decoration: none;
	display: block;
	width: 135px;
	padding: 5px 10px 5px 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	text-transform: lowercase;
}
#nav li a:hover 
{
	color: #222;
	background-color: #f7e3d2;
	border: 1px solid #aaa;
	border: 1px solid #7b1d20;
	padding: 4px 9px 4px 13px;
}
#nav li a.quote 
{
	margin-top: 60px;
	color: #fff;
	letter-spacing: 0;
	width: 135px;
	background-color: #924127;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	text-align: center;
	border-top: 1px solid #7b1d20;
	border-bottom: 1px solid #7b1d20;
}
#nav li a.quote:hover 
{
	color: #222;
	background-color: #f7e3d2;
	border: 1px solid #aaa;
	border: 1px solid #7b1d20;
	padding: 5px 9px 5px 13px;
}
#content 
{
	padding: 25px 0 25px 15px;
	float: right;
	width: 525px;
	min-height: 500px;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}
#content p a, li a 
{
	text-decoration: none;
	color: #009;
}
#content p a:hover, li a:hover 
{
	color: #00f;
	text-decoration: underline;
}
#content h3,h4,h5 
{
	color: #631d0e;
}
#content p 
{
	margin-right: 20px;
}
#content img.image_right {
	float: right;
	display: block;
	margin: 10px;
}
#content a.top
{
	color: #999;
	float: right;
	margin: 0 20px 0 0;
	text-decoration: none;	
}
#content a.top:hover 
{
	color: #333;
	border: none;
}
#content .testimonial p.text 
{
	margin: 10px 20px 0 15px;
	color: #333;
}
#content .testimonial p.name 
{
	margin: 5px 0 30px 40px;
	color: #666;
}
#content .links p.name 
{
	margin: 10px 0 0 20px;
}
#content .links p.url 
{
	margin: 0 0 15px 35px;
}
#content .showroom a.hover img
{
	border: none;
}
#content .showroom p 
{
	margin: 0 10px 0 15px;
	padding: 0;
}
#content .showroom td 
{
	padding: 10px 0;
	vertical-align: top;
}
#footer 
{
	clear: both;
	display: block;
	height: 30px;
	font-size: 0.8em;
	color: #b77;
	padding: 5px 0 0 0;
	background-color: #8b2312;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
#footer p 
{
	margin: 0px 15px 5px 5px;
	text-align: right;
}
#footer a 
{
	color: #b88;
	text-decoration: none;
}
#footer a:hover 
{
	color: #baa;
}