/*----------------------------------------------------------------------------------*/
/*------------------------------RESET DEFAULT STYLES--------------------------------*/
/*----------------------------------------------------------------------------------*/
html,body {
	width:100%;
	height:100%;
}
body {
	padding:0px;
	margin:0px;
	font:11px "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	background:#51382C url(../images/bg.gif) left top repeat-x;
	color:#EEE3D0;
}
div, p, form, fieldset, label, input, textarea, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, td, tr {
	padding:0px;
	margin:0px;
	border:0px;
	font-weight:normal;
	text-decoration:none;
	outline:none;
	list-style:none;
}
:focus {
	outline:none;
}
a, a img {
	border:0px;
	outline:none;
}
a:link, a:visited {
	font:11px "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	color:#DDCEB6;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#ffffff;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------WRAPPER--------------------------------------*/
/*----------------------------------------------------------------------------------*/
.wrapper {
	width:700px;
	overflow:hidden;
	margin:0 auto;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------TOP NAV--------------------------------------*/
/*----------------------------------------------------------------------------------*/
ul.top_nav {
	overflow:hidden;
	margin:10px 0 0 370px;
}
ul.top_nav li {
	float:left;
	background:url(../images/sep.gif) left bottom no-repeat;
	padding:0 0 8px 12px;
	margin:0 12px 0 -2px;
}
ul.top_nav li a.active {
	color:#ffffff;
	background:url(../images/marker.gif) center bottom no-repeat;
	padding:0 0 8px 0;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------LOGO-----------------------------------------*/
/*----------------------------------------------------------------------------------*/
h1 {
	width:213px;
	height:52px;
	margin:60px 0 40px 20px;
	background:url(../images/slogan.png) left top no-repeat;
	text-indent:-9000px;
}
h1 a {
	display:block;
	width:213px;
	height:52px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------RECENT PROJECTS------------------------------*/
/*----------------------------------------------------------------------------------*/
ul.recent_projects {
	overflow:hidden;
	width:750px;
	/*min-height:405px;*/
	padding:0 0 5px 0;
}
ul.recent_projects li {
	float:left;
	width:187px;
	overflow:hidden;
	margin:0 15px 0 0;
	background:#573C2F;
	padding:35px 18px 75px 18px;
	position:relative;
}
ul.recent_projects li .bottom {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:15px;
	overflow:hidden;
	background:#51382C;
}
ul.recent_projects li h2 {
	border-bottom:1px solid #644737;
	padding:0 0 8px 0;
	margin:0 0 15px 0;
}
ul.recent_projects li h2 a {
	font:17px/17px "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
}
ul.recent_projects li .image_bg {
	display:block;
	width:180px;
	height:130px;
	overflow:hidden;
	background:#6A4B3B url(../images/image_bg.jpg) left top no-repeat;
	margin:0 0 15px 3px;
	padding:5px 0 0 0;
	text-align:center;
}
ul.recent_projects li p {
	line-height:16px;
	height:auto !important;
	min-height:50px;
	height:50px;
	padding:0 7px;
}
ul.recent_projects li a.link {
	width:137px;
	height:21px;
	overflow:hidden;
	display:block;
	margin:30px auto 0;
	padding:5px 0 0 33px;
	position:relative;
	color:#ffffff;
	background:url(../images/button_bg.jpg) left top repeat-x;
}
ul.recent_projects li a.link .left {
	position:absolute;
	left:0;
	top:0;
	background:url(../images/button_corners.jpg) left top no-repeat;
	width:4px;
	height:26px;
}
ul.recent_projects li a.link .right {
	position:absolute;
	right:0;
	top:0;
	background:url(../images/button_corners.jpg) right top no-repeat;
	width:3px;
	height:26px;
}
ul.recent_projects li a.link .arrow {
	position:absolute;
	left:20px;
	top:9px;
	background:url(../images/button_arrow.jpg) left top no-repeat;
	width:7px;
	height:7px;
}
ul.recent_projects .portfolio_error {
	padding:20px;
	background:#573C2F;
	margin:0 0 10px 0;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------FOOTER---------------------------------------*/
/*----------------------------------------------------------------------------------*/
.footer {
	overflow:hidden;
	/*background:#301B11;*/
	background:#372015;
	padding:12px 20px 40px 20px;
	clear:both;
}
.footer .copy {
	float:left;
	color:#573C2F;
	font-size:10px;
	line-height:16px;
	margin:0 240px 0 0;
}
.footer .copy a {
	color:#937565;
	text-transform:uppercase;
	font-size:10px;
}
.footer .copy a:hover {
	color:#ffffff;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------BOTTOM NAV-----------------------------------*/
/*----------------------------------------------------------------------------------*/
ul.bottom_nav {
	overflow:hidden;
}
ul.bottom_nav li {
	display:inline;
	margin:0 6px 0 -2px;
	background:url(../images/bottom_nav_bg.jpg) left center no-repeat;
	padding:0 0 0 8px;
}
ul.bottom_nav li a {
	color:#937565;
	font-size:10px;
}
ul.bottom_nav li a:hover {
	color:#ffffff;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------CONTACT--------------------------------------*/
/*----------------------------------------------------------------------------------*/
.contact {
	float:right;
	width:180px;
	margin:0 0 20px 20px;
	background:#483126;
	padding:30px 20px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
.contact h3 {
	font:14px/17px "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	border-bottom:1px solid #573B2E;
	padding:0 0 8px 0;
	margin:0 0 15px 0;
	color:#977462;
}
.contact p {
	color:#C4B2A0;
	margin:0 0 15px 0;
	line-height:16px;
}
.contact_form label {
	font-weight:bold;
	display:block;
}
.contact_form input {
	display:block;
	width:170px;
	background:#51382C;
	border:1px solid #62483B;
	font:11px "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	color:#EEE3D0;
	margin:5px 0 10px 0;
}
.contact_form textarea {
	display:block;
	width:170px;
	height:70px;
	background:#51382C;
	border:1px solid #62483B;
	font:11px "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	color:#EEE3D0;
	margin:5px 0 10px 0;
	overflow:auto;
}
.contact_form .submit {
	width:auto;
	cursor:pointer;
	padding:1px;
} 
/*----------------------------------------------------------------------------------*/
/*-------------------------------------CONTENT--------------------------------------*/
/*----------------------------------------------------------------------------------*/
.content {
	overflow:hidden;
	background:#573C2F;
	padding:30px 20px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
.content h2 {
	font:17px/17px "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	border-bottom:1px solid #644737;
	padding:0 0 8px 0;
	margin:0 0 15px 0;
}
.content p {
	line-height:16px;
	margin:0 0 15px 0;
}
.content a {
	color:#937565;
	text-decoration:underline;
}
.content a:hover {
	text-decoration:none;
}
