@charset "utf-8";
/* CSS Document */

body {
	background-color: #b3936e;
	text-align: center;
	background-image:url(images/bg.jpg);
	background-position:center;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
/* end hide */

a {
	color:#f8eebc;
}

#container {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	display: table;
}

#inner {
	display: table-cell;
	vertical-align: middle;
}

#pageContent {
	display: block;
	margin: 0px auto;
	text-align: left;
	width: 955px;
	height: 576px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ded9d2;
	text-decoration: none;
}

#pageContent #top {
	height:80px;
	clear:both;
}

#pageContent #homeLeft {
	width: 800px;
	height:426px;
	float: left;
	background-color:#4a2e17;
}

#pageContent #homeLeft #homeLeftPicture {
	width:580px;
	float:left;
}

#pageContent #homeLeft #homeLeftText {
	width:200px;
	float:right;
	padding:15px 10px 15px 10px;
}

#pageContent #homeLeft #homeLeftPicture2 {
	width:200px;
	float:left;
}

#pageContent #homeLeft #homeLeftText2 {
	width:580px;
	height: 396px;
	float:right;
	padding:15px 10px 15px 10px;
}

#pageContent #homeLeft #homeLeftText a {
	font-size: 11px;
	text-decoration: none;
	color: #3a3839;
}

#pageContent #homeRight {
	width: 155px;
	float: right;
	clear:right;
}

#pageContent #homeRight #homeRightContent {
	height:426px;
}

#pageContent #bottom {
	height:70px;
	clear:both;
}

.bottom_nav {
	width:150px;
	float:left;
/*	border-right:#f8eebc solid 1px;*/
}

.nav_btn {
	height:18px;
	padding-top:4px;
	padding-left:5px;
}

.nav_sub_btn {
	height:18px;
	padding-top:4px;
	padding-left:20px;
}

.scroll-pane {
	height:385px;
	overflow: auto;
}

#pageContent #homeRightNavbar {
	height: 49px;
	background: url(images/bg_nav.jpg) repeat-x;
}

ul#minitabs {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
	white-space: nowrap
}

ul#minitabs li {
	display: inline;
	margin: 0 8px;
}

#pageContent #homeRight #homeRightBottom {
	height: 38px;
	background: url(images/bg_bottom.jpg) repeat-x;
	text-align: right;
	padding: 10px 15px 0 0;
}

#pageContent #subTopLogo {
	width: 226px;
	height: 49px;
	float: left;
	background: url(images/bg_nav.jpg) repeat-x;
}

#pageContent #subBottom {
	float: left;
	width: 850px;
	height: 38px;
	background: url(images/bg_bottom.jpg) repeat-x;
	text-align: right;
}

#pageContent #subBottom .text{
	padding: 10px 15px 0 0;
	width: 200px;
	float: right;
}

#pageContent #subBottom .text_2{
	padding: 10px 0 0 15px;
	width: 200px;
	float: left;
	text-align: left;
}

#pageContent #subContentLeft {
	width: 280px;
	height: 413px;
	float: left;
	background-color: #b2c2b2;
}

#pageContent #subContentRight {
	width: 570px;
	height: 413px;
	float: left;
	background-color: #e0dbd9;
}

#pageContent #subContentRight a {
	font-size: 11px;
	text-decoration: none;
	color: #123110;
}

#pageContent #subContentRight #subContentRightTitle {
	width: 500px;
	height: 30px;
	margin:0 auto;
	margin-top: 40px;
	font-weight: bold;
	color: #221e1f;
}

#pageContent #subContentRight #subContentRightText {
	width: 500px;
	margin:0 auto;
	color: #221e1f;
}

#pageContent #subContentRight #subContentRightText #subContentRightContactForm {
	width: 250px;
	height: 300px;
	color: #221e1f;
	float: left;
}

#pageContent #subContentRight #subContentRightText #subContentRightContactText {
	width: 200px;
	height: 300px;
	color: #221e1f;
	float: right;
}

#pageContent #subContentPortfolio {
	width: 850px;
	height: 413px;
	float: left;
	background-color: #FFFFFF;
	color: #221e1f;
}

#pageContent #subContentPortfolio a {
	font-size: 11px;
	text-decoration: none;
	color: #123110;
	font-weight:bold;
}

#pageContent #subContentPortfolio #PortfolioDetails {
	margin: 0 auto;
	width: 220px;
	margin-top: 20px;
	height: 180px;
}

#pageContent #subContentPortfolio #PortfolioDetails #PortfolioHeader {
	font-weight: bold;
	color: #a20f08;
	height: 25px;
}

#pageContent #subContentPortfolio #PortfolioPhotos {
	margin: 0 auto;
	width: 240px;
	height: 130px;
}

.text_bottom {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
}



