/* CSS Document */


body	{
	background-image:url(../images/bg.jpg);
	background-color: #434343;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #5B4D31;
	}

h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8D5301;
	padding-bottom: 1px;
	color: #6D5525;
	
	}
	
h2	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8d5301;
	margin-bottom: -10px;
	padding-bottom: 2px;
	}

a:link {
	color: #781405;
}
a:visited {
	color: #781405;
}
a:hover {
	color: #F74228;
}
a:active {
	color: #781405;
}


/*  ------------------------- Layout DIVs ------------------------------------  */

#wrapper	{
	}

#mainTable	{
	width:926px;
	margin:0px;
	padding:0px;
	text-align:left;
	}
#leftBar	{
	width:48px;
	vertical-align:top;
	background-image:url(../images/left-fill.gif);
	}
	
#centerC	{
	width:828px;
	vertical-align:top;
	background-color:c9b180;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	}
	
#rightBar	{
	width:50px;
	vertical-align:top;
	background-image:url(../images/right-fill.gif);
	}

#pgTiltle	{
	text-align:left;
	width:95%;
	
	}

#pgContent	{
	text-align:left;
	vertical-align:top;
	width:95%;
	}

/*  ------------------------- Classes ------------------------------------  */

.imgRT	{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
.imgLFT	{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	}

.ShowroomBlocks	{
	width: 100%;
	vertical-align:middle;
	}
#location {
	padding-left:100px;
}


	
