@charset "utf-8";
/* CSS Document */

html {
     overflow-y: scroll;
}
body{
	background-color: #33261e;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#blank {
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
img{
	border: 0;
}
a{
	text-decoration: none;
	color: inherit;
}

#divider{
	border-bottom: #a7a79d 1px solid;
	padding-top: 10px;
	margin-bottom: 20px;
}

#body_wrapper1{
	width: 1000px;
	margin: 0 auto;
	background-image: url(../imgs/body_bg1.png);
	background-repeat: repeat-y;
}
#body_wrapper2{
	width: 988px;
	min-height: 412px;
	margin: 0 auto;
	background-image: url(../imgs/body_bg2.jpg);
	background-repeat: no-repeat;
}

#main_nav{
	width: 757px;
	float: left;
	margin-top: 15px;
	border-top: #a2a298 1px solid;
	border-bottom: #a2a298 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#main_nav a{
	text-decoration: none;
}
.button{
	float: left;
	padding: 17px 7px 13px 7px;
	line-height: 12px;
}
.button:hover{
	cursor: pointer;
	background-color: #f5f5f3;
}
.button_selected{
	background-color: #f5f5f3;
	float: left;
	padding: 17px 7px 13px 7px;
	line-height: 12px;
}
.button_selected:hover{
	cursor: pointer;

}
.btn_txt1{
	font-size: 16px;
	color: #7b2d00;
}
.btn_txt2{
	font-size: 10px;
	color: #868080;
}

#right_col_featured_projects{
	background-image:url(../imgs/featured_projects.png);
	background-repeat: no-repeat;
	height: 325px;
	width: 222px;
	padding-top: 140px;
}
#right_col_featured_projects a{
	color: #FFF;
	text-decoration: none;
}
#right_col_featured_projects a:hover{
	cursor: pointer;
}
.right_col_client_logos{
	background-image: url(../imgs/right_col_client_logos_bg.png);
	background-repeat: repeat-x;
	width: 105px;
	height: 91px;
	float: left;
	border: #aeaea5 1px solid;
}

#footer_wrapper{
	width: 1000px;
	height: 250px;
	margin: 0 auto;
}
#footer_wrapper a{
	text-decoration: none;
}
.footer_btn{
	margin: 10px 0px;
}
#footer2{
	background-image: url(../imgs/footer_bg1.png);
	background-repeat: repeat-x;
	height: 91px;
	width: 100%;
}