/* @override http://localhost/shd.css */

/* 	Site by leftlane designs
http://www.leftlanedesigns.com
*/

/* @group layout */

body {
	color: #969B8F;
	background: #E7E7E0;
	margin: 0 auto;
	padding: 0;
	font: 11px/20px "Trebuchet MS", Trebuchet, Georgia, "Times New Roman", Times, serif;
}

#header {
	width: 800px;
	height: 140px;
	display: block;
	margin: 0 auto;
}

#logo {
	width: 278px;
	height: 139px;
	text-align: center;
	color: white;
	display: block;
	float: left;
	border: 1px solid #7A7C7E;
	border-top-style: none;
	background: #969B8F url(images/logo.jpg) no-repeat center bottom;
}

#phone {
	width: 518px;
	height: 140px;
	text-align: right;
	display: block;
	float: right;
	background: url(images/phone.jpg) no-repeat 414px 120px;
}

#stripe {
	width: 100%;
	height:  395px;
	margin: 0;
	padding: 0;
	background-color: #BEBDB0;
}

#content {
	width: 800px;
	height:  395px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#left {
	padding: 10px;
	width: 260px;
	height: 375px;
	float: left;
	overflow: hidden;
	background-color: white;
	text-align: left;
}

#tagline {
	position: relative;
	left: -2px;
	top: -4px;
}

#right {
	width: 520px;
	float: left;
	display: block;
	height: 395px;
	overflow: hidden;
}

/* @group menu */

#menubar {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #969B8F;
	border-top: 1px solid #7A7C7E;
	border-bottom: 1px solid #7A7C7E;
}

#menu {
	width: 800px;
	height: 30px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#highrise {
	width: 119px;
	height: 30px;
	background: url(images/highrise.jpg) no-repeat center center;
	display: block;
	float: left;
	border-bottom-style: none;
	border-left: 1px solid #a9afa0;
	border-right: 1px solid #a9afa0;
}

#highrise:hover {
		background: url(images/highrise-over.jpg) no-repeat;
	border-left: 1px solid #7A7C7E;
	border-right: 1px solid #7A7C7E;
}

#newconstruction {
	width: 181px;
	height: 30px;
	background: url(images/newconstruction.jpg) no-repeat center center;
	display: block;
	float: left;
	border-bottom-style: none;
	border-left: 1px solid #a9afa0;
	border-right: 1px solid #a9afa0;
}

#newconstruction:hover {
		background: url(images/newconstruction-over.jpg) no-repeat;
	border-left: 1px solid #7A7C7E;
	border-right: 1px solid #7A7C7E;
}

#renovations {
	width: 138px;
	height: 30px;
	background: url(images/renovations.jpg) no-repeat center center;
	display: block;
	float: left;
	border-bottom-style: none;
	border-left: 1px solid #a9afa0;
	border-right: 1px solid #a9afa0;
}

#renovations:hover {
		background: url(images/renovations-over.jpg) no-repeat;
	border-left: 1px solid #7A7C7E;
	border-right: 1px solid #7A7C7E;
}

#furniture {
	width: 109px;
	height: 30px;
	background: url(images/furniture.jpg) no-repeat center center;
	display: block;
	float: left;
	border-bottom-style: none;
	border-left: 1px solid #a9afa0;
	border-right: 1px solid #a9afa0;
}

#furniture:hover {
		background: url(images/furniture-over.jpg) no-repeat;
	border-left: 1px solid #7A7C7E;
	border-right: 1px solid #7A7C7E;
}

#inprogress {
	width: 134px;
	height: 30px;
	background: url(images/inprogress.jpg) no-repeat center center;
	display: block;
	float: left;
	border-bottom-style: none;
	border-left: 1px solid #a9afa0;
	border-right: 1px solid #a9afa0;
}

#inprogress:hover {
		background: url(images/inprogress-over.jpg) no-repeat;
	border-left: 1px solid #7A7C7E;
	border-right: 1px solid #7A7C7E;
}

#awards {
	width: 107px;
	height: 30px;
	background: url(images/awards.jpg) no-repeat center center;
	display: block;
	float: left;
	border-bottom-style: none;
	border-left: 1px solid #a9afa0;
	border-right: 1px solid #a9afa0;
}

#awards:hover {
		background: url(images/awards-over.jpg) no-repeat;
	border-left: 1px solid #7A7C7E;
	border-right: 1px solid #7A7C7E;
}


/* @end */

/* @group galleries */

.galleries {
	margin-left: 20px;
}

.galleries a {
	border-bottom-style: none;
	color: #969B8F;
	clear: both;
	width: 200px;
	height: 11px;
	font-size: 11px;
	line-height: 14px;
	display: block;
	float: left;
	border-right: 11px solid #969B8F;
}

.galleries a:hover {
	color: #466F82;
	border-right: 11px solid #466F82;
	border-bottom-style: none;
}

          

.galleries a.active {
	color: #466F82;
	border-right: 11px solid #466F82;
	border-bottom-style: none;
}

/* @end */

#footer {
	width: 800px;
	height: 50px;
	display: block;
	text-align: right;
	clear: both;
	font-size: 11px;
	padding-right: 4px;
	line-height: 50px;
	margin: 0 auto;
}

/* @end */

a {
	text-decoration: none;
	color: #466F82;
	border-bottom: 1px dashed #BEBDB0;
}

a:hover {
	color: #466F82;
	border-bottom: 1px dashed #466F82;
}

.plain {
	color: #7c7d75;
	border-bottom-style: none;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

