 @charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;

	}
	
body {
	background: #141515 url(images/BGD-Page.jpg) repeat-x center top;
	color: #4f401c;
	text-align:center;
	}
	
p {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	#BodyText {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	
a {
	color: #68291A;

	}
	

	
	
#treeShadowBottom {
	background: url(images/footer.png) repeat-x scroll center bottom;
	width: 100%;
	float: left;
	}


	
			
#ContentContainer {
	background: url(images/parchment.jpg) repeat-y scroll center top;
	float: left;
	width: 900px;

	}
	

#pagetitle{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin-top: 5px;
}
	
#bodytext{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
	
	
#InteriorFooter {
	width: 900px;
	background: url(images/interior_footer.jpg) no-repeat scroll center bottom;
	float: left;
	
	}
	
	
/* HEADER
-------------------------------------------------------- */

#container {
	width: 900px;
	margin: 0px auto;
	}

#header {
	text-align: left;
	margin: 1em auto;
	display: block;
	width: 900px;
	height: 171px;
	/*padding: 15px 25px 0px;*/
	background: url(images/header.png) no-repeat scroll center top;
	}

	
#mainBody {
	float: left;
	margin-top: 20px;
	padding: 0px 0px 120px 30px;
	width: 870px;
	}

	
	


/*
-------------- SIDE CONTENT
-------------------------------------------------------- */	

#sideContent {
	float: left;
	width: 220px;
	margin: 13px 0px 0px 0px;
	}
	
#mainBody #sideContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: url(../images/site/bg-sidebar_border.jpg) repeat-x scroll left bottom;
	padding-bottom: 10px;
	color: #68291b;
	}
	
#sideContent .sideBox {
	width: 220px;
	margin-bottom: 20px;
	float: left;
	}
	
	
/*
-------------- CONTACT FORM
-------------------------------------------------------- */		

#contact_form {
	padding-left: 50px;
	background: url(../images/site/bg-contact_parchment.jpg) repeat-y scroll left top;
	float: left;
	width: 540px;
	margin: 0px 0px 30px 0px;
	}

#contactForm {
	padding: 20px 30px 20px 30px;
	}

#contactForm label {
	font: bolder 12px Arial, Helvetica, sans-serif;
	color: #6B3300;
	text-transform: lowercase;
	}

#contactForm input {
	font-size: 20px;
	color: #333333;
	margin: 5px 0px 10px 0px;
	}

#contact_form textarea {
	margin-top: 5px;
	}
	
#contact_form #submit {
	width: 120px;
	font-size: 14px;
	float: right;
	margin: 0px 50px 20px 0px;
	}

html>body #firstname, #lastname {
	width: 200px;
	}

#firstname, #lastname {
	width: 197px;
	}

#company, #emailaddress, #comments {
	width: 404px;
	font-size: 20px;
	color: #333333;
	}
	
#comments {
	margin-bottom: 12px;
	}

.namelabel {
	margin-right: 148px;
	}

/*------------- FOOTER	 */
#footerFull {
	width: 100%;
	height: 125px;
	background: #141515;
	clear: both;
	}
	
#footerContainer {
	width: 100%;
		}
	
#footerContent {
	width: 870px;
	margin: 0px auto;
	padding: 0px 0px 40px 30px;
	}
#footerContent p {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #cdcccc;
}
#footerContent p a {
	color: #e8e494;
}
#footerContent p a:hover {
	text-decoration: none;
}
body#temp {
	background: #141615 url(../images/site/_coming_soon.jpg) no-repeat scroll center top;
}
