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

html, body	{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(/images/pgbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #b8a57e;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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

#header {
	width: 100%;
}

#nav {
	width: 75%;
	padding-left: 165px;
	height: 25px;
	}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcf3e8;
	text-decoration:none;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#nav a:hover {
	text-decoration:underline;
}

#nav a.active {
	text-decoration:underline;
	}

#boxwrapper {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/box_bg.jpg);
	background-repeat: repeat-y;
}

#boxwrapper_home {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/home_bg.jpg);
	background-repeat: no-repeat;
	height: 421px;
}

#boxwrapper_about {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/about_bg.jpg);
	background-repeat: no-repeat;
	height: 421px;
}

#boxwrapper_products {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/products_bg.jpg);
	background-repeat: no-repeat;
	height: 421px;
}

#content {
	width: 100%;
}

#content_home {
	width: 35%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height: 20px;
	text-align: left;
	margin-left: 10px;
	padding-top: 30px;
	float: left;
}

#content_about {
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height:15px;
	text-align: left;
	margin-left: 10px;
	padding-top: 60px;
	float: left;
}

#content_products {
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height:15px;
	text-align: left;
	margin-left: 10px;
	padding-top: 60px;
	float: left;
}

#content_left {
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height: 25px;
	text-align: left;
	margin-left: 10px;
	padding-top: 5px;
	float: left;
}

#content_right {
	width: 498px;
	float: right;
	background-color: #b8a57e;
	margin-top: 10px;
	margin-right: 20px;
	padding-right: 10px;
}

#content_right_serv {
	width: 498px;
	float: right;
	background-color: #b8a57e;
	margin-top: 10px;
	margin-right: 20px;
	padding-right: 10px;
	background-image: url(/images/serv_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content_right_links {
	width: 498px;
	float: right;
	background-color: #b8a57e;
	margin-top: 10px;
	margin-right: 20px;
	padding-right: 10px;
}

#content_right_links a {
	color: #bb562e;
	text-decoration: underline;
	font-weight:bold;
}

#content a {
	color: #bb562e;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content_center {
	width: 80%;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#content_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 5px
	}
	
#content_right_links p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 5px
	}

#boxfoot {
	margin-top: 0px;
	width: 100%;
}

#cr, #cr a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	}
	
#cr a:hover {
	text-decoration:underline;
	}
	
#services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.hold_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b8a57e;;
	font-style:italic;
	font-weight:bold;
	}
	
#team {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	margin: 5px
	}
	
#team img {
	margin: 5px
	}
	
/*form style*/
input.red {
	background-color: #b8a57e;
	font-weight: bold;
	font-size: 12px;
	color: white;
}
input {font-size: 10px;}
select {font-size: 10px;}
textarea {font-size: 12px;}
.small {font-size: 10px;}

.tan {
	color: #fbf3e8;
	}