/**************************************************************
*****************************************General font styles */
body {
	font-size: 62.5%;
	font-family: georgia, "times new roman";
	background: url(../images/body.jpg);
	color: #547033;
	}
a {
	color: #d38d38;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	}

p#footer {
	width: 830px;
	margin: 20px auto;
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
}

div#home-main {
	width: 800px;
	margin: 0 auto;
	background: url(../images/cnbg2.jpg);
	height: 473px;
	margin-top: 50px;
	border: 15px solid #fff;
	}

#home-main h1 {
	text-indent: -9999px;
	}

#home-main #home-nav {
	position: absolute;
	top: 0px;
	margin-left: 60px;
	left: 279px;
	height: 40px;
	width: 482px;
	}

#home-nav li {
	float: left;
	margin-right: 30px;
	}

#home-nav a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	}

#home-nav #products a {
	width: 80px;
	}

#home-nav #showrooms a {
	width: 200px;
	clip: rect(auto,auto,auto,auto);
	}

#home-nav #about a {
	width: 100px;
	}

.main {
	width: 800px;
	margin: 50px auto;
	border: 15px solid #fff;
	}

.main.products {
	background: #f7e2d5 url(../secondary-products) repeat-x;
	}

.main.showroom {
	background: #f7e2d5 url(../secondary-showrooms) repeat-x;
}

.main.about {
	background: #f7e2d5 url(../secondary-about) repeat-x;
}

.main.about p {
	color: #333;
}

.main h1 {
	display: none;
	}

.main #nav {
	position: absolute;
	top: 221px;
	margin-left: 20px;
	left: 85px;
	height: 96px;
	width: 768px;
	}

.main #nav li {
	float: left;
	margin-right: 25px;
	}

.main #nav a {
	display: block;
	height: 15px;
	text-indent: -9999px;
	}

#nav #home {
	width: 340px;
}

#nav #products a {
	width: 80px;
	}

#nav #showrooms a {
	width: 120px;
	}
	
#nav #about a {
	width: 85px;
	}	
	
.product-row {
	padding: 20px 0;
	border-bottom: 1px dashed #d9b5a5;
	margin: 0 20px;
	}

.product-row.first {
	margin-top: 0px;	
	}

.product-row img {
	width: 108px;
	border: 7px solid #d9b5a5;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
	}

.product-row img.last {
	margin-right: 0;
	}

.showroom-list {
	margin-top: 0px;
	padding: 30px;
}

.showroom-list h2,
.about-text h2 {
	line-height: 2em;
	font-size: 1.8em;
	margin-bottom: 10px;
}	

.showroom-list ul {
	width: 335px;
	float: left;
	margin-right: 60px;
}

.showroom-list ul.second {
	margin: 0;
}

.showroom-list li {
	border-bottom: 1px dashed #d9b5a5;
	padding: 10px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
}

.showroom-list li strong {
	display: block;
	margin-bottom: .5em;
	color: #547033;
	font-weight: bold;
}

.showroom-list h3 {
	font-size: 1.2em;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: .5em 0;
	color: #333;
}

.about-text {
	margin-top: 0px;
	padding: 30px;
}

.about-text p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.about-text img {
	float: left;
	margin: 5px 20px 10px 0;
	border: 10px solid #d9b5a5;
	width: 150px;
}

