
body {
	background: #8A3B0E url('../images/bg.jpg') repeat;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: #8A3B0E;
	font-weight: bold;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000;	
}

ul li {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000;	
}

#wrapper {
	width: 818px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 818px;
}

#header img {
	float: left;
}

#navigator {
	width: 818px;
}

#navigator img {
	float: left;
}

#bodycontent {
	float: left;
	background-image: url('../images/home_11.png');
	width: 818px;
	behavior: url(iepngfix.htc);
}

#footer {
	width: 818px;
	height: 39px;
}

#leftcolumn {
	margin-top: 10px;
	margin-left: 30px;
	float: left;
	width: 470px;
}

*html #leftcolumn {
	margin-left: 15px;
}

#rightcolumn {
	margin-top: 10px;
	margin-right: 80px;
	float: right;
	width: 200px;
}

*html #rightcolumn {
	margin-right: 10px;
}

#subnav {
	width: 200px;
	margin-left: 30px;
}

#subnav h2 {
	width: 200px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #8A3B0E;
	padding: 5px;
}

#subnav ul {
	list-style-type: none;
	margin-top: -13px;
	width: 170px;
}

*html #subnav ul {
	position: relative;
	margin-top: -18px;
	margin-left: -20px;
}

#subnav ul li {
	margin-left: -40px;
	padding: 10px;
	background-color: #B5C567;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #FFF;
}

*html #subnav ul li {
	margin-left: 20px;
	width: 190px;
}

*:first-child+html #subnav ul {
	margin-top: -18px;
}

#subnav ul li:hover {
	background-color: #C8B165;
}

#subnav ul li a {
	color: #8A3B0E;
	text-decoration: none;
}

#popup_wrapper {
	top: 0px;
	left: 0px;
}

#popup_picture {
	float: left;
	width: 480px;
}

#popup_desc {
	float: right;
	width: 150px;
}

#popup_desc p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 5px;
}

#popup_desc a {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 5px;
}

#testimonials {
	width: 254px;
	border: 1px solid #C8B165;
}

#testimonials h2 {
	width: 245px;
	margin-top: 0px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #8A3B0E;
	padding: 5px;
}

#testimonials p {
	padding: 10px;
}

*:first-child+html #testimonials p {
	position: relative;
	top: -10px;
	display: block;
}

*html #testimonials p {
	position: relative;
	top: -10px;
}

.test_all {
	margin-top: -13px;
	width: 235px;
	background-color: #ddd85d;
	border-top: 1px solid #b5c567;
	border-bottom: 1px solid #b5c567;
}

*:first-child+html .test_all {
	position: relative;
	top: -7px;
}

*html .test_all {
	position: relative;
	top: -9px;
}

#seemore {
	width: 500px;
	float: left;
}

.seemore_cell {
	float: left;
	width: 150px;
	margin-right: 15px;
}

*html .seemore_cell {
	margin-right: 5px;
}

.seemore_cell img {
	border: 1px solid #b5c567;
}

.portfolio_item {
	position: relative;
	float: left;
	margin-right: 15px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.portfolio_item img {
	border: 1px solid #b5c567;
}

div.form_row {
	width: 500px;
	float: left;
}

div.form_row .label {
	float: left;
	background-color: #ccc;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7d7d7d;
	text-transform: uppercase;
	width: 120px;
	padding: 5px;
	margin: 5px 5px 5px 0px;
}

.form_row input, .form_row select, .form_row textarea {
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	top: 5px;
}