body {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
}

a {
	color: #737373;
	text-decoration: none;
}

#container {
	margin: 25px auto;
	text-align: left;
	width: 900px;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 352px;
	z-index: 9000;
}

#nav {
	float: left;
	width: 350px;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	padding: 10px 20px 15px 0;
	font-size: 16px;
}

#nav li a:hover, #nav li a.active {
	color: #fff;
}

#address {
	float: right;
}

#address a {
	color: #fff;
}

#address li {
	font-size: 9px;
	line-height: 12px;
	float: left;
	padding: 10px 0 15px 20px;
}
#content {
	height: 450px;
	width: 900px;
	border: 1px solid #333;
	overflow: hidden;
	position: relative;
}

#content #text {
	float: left;
	padding: 150px 0 0 60px;
	width: 300px;
}

#content #text h1  {
	font-size: 26px;
	margin-bottom: 20px;
}

#content #text p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}

#footer {
	margin-top: 20px;
	font-size: 9px;
}

#home #content { height: 410px; }

#staff #content { background: url(/images/staff_bg.jpg) no-repeat 0 0; }
#staff h1 { color: #b53e27; }

#staff #stafflist {
	float: left;
	width: 500px;
	padding: 150px 0 0 30px;
	
}

#staff #stafflist li {
	width: 105px;
	padding-right: 15px;
	float: left;
}

#staff #stafflist h3 {
	font-weight: bold;
	font-size: 16px;
	color: #b53e27;
	padding-bottom: 5px;
}

#staff #stafflist li b {
	display: block;
	padding-bottom: 5px;
}

#staff #stafflist img {
	display: block;
	padding: 2px;
	border: 2px solid #878483;
	margin-bottom: 5px;
}

#location #content { background: url(/images/location_bg.jpg) no-repeat 0 0; }

#location #content #text b { font-weight: normal; color: #9fb978; }

#location #map {
	color: #666;
	width: 380px;
	height: 300px;
	border: 2px solid white;
	float: left;
	margin: 100px 0 0 90px;
}

#services #content { background: url(/images/services_bg.jpg) no-repeat 0 0; }
#services #content h1 { color: #b8a37a; }
#services #content #serviceslist {
	color: #f0dcb7;
	clear: both;
	padding: 5px 0 0 60px;
	width: 300px;
	font-size: 14px;
	line-height: 18px;
}

#brands #content { 
	background: white;
	height: 1%;
	padding-bottom: 50px;
}

#brands #content h1 { color: #666; }

#brands #hero {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

#brands #appointment {
	display: block;
	float: left;
	margin: 0 65px 0 35px;
}

#brands #description {
	float: left;
	font-size: 11px;
	color: #4a4a4a;
	width: 460px;
	line-height: 16px;
}

#brands h2 {
	font-size: 20px;
	color: #75abcd;
	font-weight: normal;
	width: 120px;
	float: left;
	padding-right: 45px;
}

#brands #brandlist {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 170px;
}

#brands #brandlist a {
	display: block;
	padding: 5px 0 5px 20px;
	background: #e5e5e5;
	opacity: 0.9;
	background: #e5e5e5;
	opacity: 0.9;
}

#brands #brandlist a.active {
	background: #d1d1d1;
}

#brands #brandlist li.header {
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #666;
	color: #fff;
	background: #999;
	font-weight: bold;
}

#brands #brandlist a.all {
	
}

#brands #text ul li {
	padding: 5px;
}
