body {
	background-color: #544833;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #544833;
}
table {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #544833;
	line-height: normal;
}

a {
	color: #999966;
}
a:hover {
	color: #CC9900;
}

h1 {
	margin: 0px;
	color: #A48957;
}
h2 {
	margin: 0px;
	font-size: 16px;
	color: #A48957;
}
li {
	color: #A48957;
}

form {
	margin: 0px;
	padding: 0px;
}

.main {
	width: 900px;
	margin: auto;
}
.main .header {
	height: 145px;
	background: url(../images/header.jpg) top left no-repeat;
}
.main .menu {
	padding: 4px 15px 0px 15px;
	background-color: #d2c3ab;
}
.main .menu a {
	display: inline-block;
	float: left;
	height: 9px;
	padding: 12px 13px;
}
.main .menu img {
	float: left;
	padding: 5px 0px;
}
.mhome {
	width: 37px;
	background: url(../images/mhome.png) center no-repeat;
}
.mhome:hover {
	background: url(../images/mhome_hover.png) center no-repeat;
}
.mcontact {
	width: 78px;
	background: url(../images/mcontact.png) center no-repeat;
}
.mcontact:hover {
	background: url(../images/mcontact_hover.png) center no-repeat;
}
.mabout {
	width: 65px;
	background: url(../images/mabout.png) center no-repeat;
}
.mabout:hover {
	background: url(../images/mabout_hover.png) center no-repeat;
}
.mproducts {
	width: 66px;
	background: url(../images/mproducts.png) center no-repeat;
}
.mproducts:hover {
	background: url(../images/mproducts_hover.png) center no-repeat;
}
.mservices {
	width: 61px;
	background: url(../images/mservices.png) center no-repeat;
}
.mservices:hover {
	background: url(../images/mservices_hover.png) center no-repeat;
}
.mcapabilities {
	width: 80px;
	background: url(../images/mcapabilities.png) center no-repeat;
}
.mcapabilities:hover {
	background: url(../images/mcapabilities_hover.png) center no-repeat;
}
.mprojects {
	width: 129px;
	background: url(../images/mprojects.png) center no-repeat;
}
.mprojects:hover {
	background: url(../images/mprojects_hover.png) center no-repeat;
}
.mgallery {
	width: 55px;
	background: url(../images/mgallery.png) center no-repeat;
}
.mgallery:hover {
	background: url(../images/mgallery_hover.png) center no-repeat;
}
.mlinks {
	width: 34px;
	background: url(../images/mlinks.png) center no-repeat;
}
.mlinks:hover {
	background: url(../images/mlinks_hover.png) center no-repeat;
}

.main .content {
	padding: 50px;
	line-height: 22px;
	background-color: #f5ebdd;
}
.content .right {
	float:right;
	width: 420px;
}
.content .left {
	width: 300px;
	padding: 35px;
	padding-bottom: 0px;
}

.home {
	width: 900px;
	height: 694px;
	margin: auto;
	background: url(../images/home_bg.jpg) top left no-repeat;
}
.home .header {
	height: 220px;
}
.home .menu {
	padding: 30px 70px;
}
.home .menu a {
	display: block;
	margin: 20px 0px;
	padding: 0px 40px;
	width: 160px;
	height: 23px;
}
.bthome {
	background: url(../images/bthome.png) top left no-repeat;
}
.bthome:hover {
	background: url(../images/bthome_hover.png) top left no-repeat;
}
.btcontact {
	background: url(../images/btcontact.png) top left no-repeat;
}
.btcontact:hover {
	background: url(../images/btcontact_hover.png) top left no-repeat;
}
.btabout {
	background: url(../images/btabout.png) top left no-repeat;
}
.btabout:hover {
	background: url(../images/btabout_hover.png) top left no-repeat;
}
.btproducts {
	background: url(../images/btproducts.png) top left no-repeat;
}
.btproducts:hover {
	background: url(../images/btproducts_hover.png) top left no-repeat;
}
.btservices {
	background: url(../images/btservices.png) top left no-repeat;
}
.btservices:hover {
	background: url(../images/btservices_hover.png) top left no-repeat;
}
.btcapabilities {
	background: url(../images/btcapabilities.png) top left no-repeat;
}
.btcapabilities:hover {
	background: url(../images/btcapabilities_hover.png) top left no-repeat;
}
.btprojects {
	background: url(../images/btprojects.png) top left no-repeat;
}
.btprojects:hover {
	background: url(../images/btprojects_hover.png) top left no-repeat;
}
.btgallery {
	background: url(../images/btgallery.png) top left no-repeat;
}
.btgallery:hover {
	background: url(../images/btgallery_hover.png) top left no-repeat;
}
.btlinks {
	background: url(../images/btlinks.png) top left no-repeat;
}
.btlinks:hover {
	background: url(../images/btlinks_hover.png) top left no-repeat;
}

.photo {
	padding: 10px;
	background-color: #fff;
	text-align: center;
}
.photo .caption {
	padding: 10px;
	padding-bottom: 0px;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
}

.gallery {
	text-align: center;
}

.gallery a {
	display: inline-block;
	width: 150px;
	margin: 3px;
	padding: 0px 5px;
	vertical-align: middle;
}
.gallery img {
	padding: 5px;
	border: 0px;
	background-color: #fff;
}

.field .name {
	position: relative;
	top: 2px;
	width: 100px;
	padding: 2px 4px;
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #A48957;
	border-bottom: 1px solid #EEE;
	background-color: #fff;
	z-index: 1;
}
.field input {
	width: 300px;
	margin-bottom: 4px;
	padding: 2px 10px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #544833;
	border: 1px solid #A48957;
}
.field textarea {
	width: 300px;
	height: 150px;
	margin-bottom: 4px;
	padding: 2px 10px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #544833;
	border: 1px solid #A48957;
}
.button {
	margin-left: 25px;
	cursor: pointer;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #A48957;
	border: 2px solid #A48957;
	background-color: #fff;
}
.button:hover {
	color: #000;
	border: 2px solid #000;
	background-color: #f5ebdd;
}

.cap_table {
	border: 1px solid #d2c3ab;
	border-bottom: 0px;
}
.cap_table td {
	border-bottom: 1px solid #d2c3ab;
}

.footer {
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c7b79b;
}
.footer a {
	color: #c7b79b;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}

.tan {
	color: #A48957;
}

.bg_lb {
	background-color: #d2c3ab;
}

.clear {
	clear: both;
}

.preload {
	display: none;
}