/* sets the main body properties */
HTML {
/*scrollbar-arrow-color: #B35612;*/
/*scrollbar-face-color: #000000;*/
/*scrollbar-3dlight-color: #000000;*/
/*scrollbar-highlight-color: #000000;*/
/*scrollbar-shadow-color: #000000;*/
/*scrollbar-darkshadow-color: #000000;*/
/*scrollbar-track-color: #B35612;*/
}

BODY {
margin: 0px;
background-color: #B35612;
color: #000000;
}


Table {
font-family: Verdana, Arial, sans-serif;
border-collapse: collapse;
}

.clear {
	clear:both;
}

/* this group sets the normal link colors */
A:LINK {color: #DC8632; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #DC8632; text-decoration : underline; font-weight: bold;}
A:HOVER {color: #000000; text-decoration : underline; font-weight: bold;}
A:ACTIVE {color: #DC8632; text-decoration : underline; font-weight: bold;}

/* We like to use headings for special effects */

H1 {
color: #A57E51;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 1.5em;
font-weight: bold;
letter-spacing: 2px;
}

h2 {
color: #4d591e;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
}

h3, h4, h5, h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #A57E51;
text-align: left;
font-weight: bold;
letter-spacing: 2px;
}

.headline {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #4d591e;
}

.titles {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color: #DC8632;
}

.maintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
}

.nav {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #4d591e;
font-weight:bold;
}
.nav a:link, .nav a:visited, .nav a:active {
	color: #4d591e;
	text-decoration:none;
}
.nav a:hover {
	color: #B55413;
	text-decoration: none;
}
.subnav {
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
color: #321B0D;
font-weight:bold;
padding-left:6px;
}
.subnav a:link, .subnav a:visited, .subnav a:active {
	color: #321B0D;
	text-decoration:none;
}
.subnav a:hover {
	color: #B55413;
	text-decoration: none;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}

li {
list-style-image: url('images/bullets.gif');
}


.sidebar {
background-color: #F6E8D8;
color: #000000;
text-align: center;
line-height: 20px;
padding: 20px 5px;
width: 225px;
vertical-align: top;
}

.main {
background-color: #F6E8D8;
color: #000000;
text-align: justify;
line-height: 20px;
vertical-align: top;
padding: 20px;
width: 100%;
}

.hottopic {
background-color: #F6E8D8;
color: #000000;
font-size: 90%;
vertical-align: top;
line-height: 14px;
width: 250px;
float: right;
padding: 3px;
margin: 0px 0px 10px 20px;
border: 1px dotted #E5A564;
}

#testimonials {
width:550px;
overflow:hidden;
}

.showroom {
	font-size: 9px;
}

.showroom p {
	margin: 0;
	padding: 0px;
}

.contactsection {
	float: left;
	width: 175px;
	margin: 0px 5px 0 3px;
}

/* IMAGE STYLE
=========================================== */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.imgCenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

