body
{
	background: #FFF url(/media/images/body-bg.gif) top repeat-x;
	font: 70% Arial, Helvetica, sans-serif;
	color: #939BA1;
	margin: 21px 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, ul, ol
{
 	margin-top: 10px;
 	margin-bottom: 10px;
}

h1 {font-size: 165%;}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}

.h1
{
	font-size: 165%;
 	display: block;
 	_height: 1px;
 	min-height: 1px;
 	font-weight: normal;
 	border-bottom: 2px solid #C4C4C4;
 	padding: 5px;
 	margin: 4px -5px 10px -5px;
 	background: url(/media/images/homepagetitle-bg.gif) repeat-x top;
}

img 
{
	border: 0;
}

form 
{
	margin: 0;
}

hr
{
	background: #fff;
	color: #fff;
	border: 0 none;
	border-top: 1px solid #ddd;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

input, select, textarea
{
	font: 100% Arial, Helvetica, sans-serif;
}

a
{
	color: #0B87B5;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#wrapper

{

 	margin: 0 auto;
 	width: 849px;
 	text-align: left;
 	position: relative;
}

#left
{

 	width: 271px;
	float: left;
}



#right
{
 	float: left;
 	width: 578px;
 	background: red;
}

#right .panel
{
 	padding: 0 22px;
 	background: #FFF url(/media/images/panelright-bg.gif) repeat-y;
}

#right .panel .bottom,
#right .panel .top
{
 	margin: 0 -22px;
 	display: block;
}

#right #showroomhome p
{
 	text-align: center;
 	margin: 4px -12px;
}

#left .panel
{
 	padding: 0 17px;
 	background: #FFF url(/media/images/panelleft-bg.gif) repeat-y;
}

#left .panel .bottom,
#left .panel .top
{
 	margin: 0 -17px;
 	display: block;
}

#menu
{
 	padding: 3px 0;
 	margin: 0;
 	list-style: none;
}

#menu li
{
 	_height: 1px;
 	min-height: 1px;
}

#menu li a
{
 	_height: 1px;
 	min-height: 1px;
 	display: block;
 	text-decoration: none;
 	margin: 1px 0;
 	padding: 8px;
 	background: #AEAEAE url(/media/images/menu-off.gif) repeat-x;
 	color: #FFF;
 	text-transform: lowercase;
}

#menu li a:hover
{
 	background: #F7941F url(/media/images/menu-on.gif) repeat-x;
}

#panellogo
{
 	height: 116px;
 	background: #FFF url(/media/images/panellogo-bg.gif) repeat-x;
}

#panellogo img
{
 	margin: 16px 0;
}

#panellogo .left
{
 	float: left;
 	margin: 0;
}

#panellogo .right
{
 	float: right;
 	margin: 0;
}

#panelflash
{
 	height: 116px;
 	background: #FFF url(/media/images/panellogo-bg.gif) repeat-x;
}

#panelflash div
{
 	padding-top: 16px;
}

#panelflash .left
{
 	float: left;
}

#panelflash .right
{
 	float: right;
}

.list
{
 	height: 120px;
 	border: 1px solid #C4C4C4;
 	padding: 4px;
 	margin: 10px 0;
}

.list img
{
 	float: left;
 	margin-right: 10px;
 	display: inline;
}

.list h2
{
 	font-size: 110%;
 	margin-top: 4px;
}

.list b
{
 	color: #555;
}

#contact b
{
 	float: left;
 	width: 100px;
}

#bigImage
{
 	position: relative;
 	margin-bottom: 4px;
 	padding-bottom: 4px;
 	border-bottom: 1px solid #ddd;
 	height: 400px;
}

#bigImage img
{
 	position: absolute;
 	top: 0;
 	left: 0;
}

.error
{
	color: #333;
}

.error b
{
	display: block;
}

.fieldleft
{
	float: left;
	width: 160px;
}

.fieldright
{
	margin: 0 0 3px 160px;
}