html, body { padding: 0; margin: 0; }
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #f5f0eb;
}	

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #63524b;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #63524b;
	font-style: italic;
	margin: 0;
	padding: 0;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #63524b;
	font-style: italic;
	margin: 0;
	padding: 0;
}

a
{
	color: #63805c;
	text-decoration: none;
}

a:hover, a:active
{
	color: #3f513b;
	text-decoration: underline;
}


/*========Header============*/

#header-container
{
	width: 946px;
	margin: 0 auto;
}

#header
{
	width: 946px;
	height: 143px;
}

#logo
{
	float: left;
	display: inline;
	margin-top: 49px;
	margin-left: 42px;
}

#header-nav
{
	float: left;
	display: inline;
	margin-top: 80px;
}

#header-nav ul
{
	margin: 0;
	padding: 0;
}

#header-nav li
{
	float: left;
	display: block;
	margin: 0 0 0 12px;
	padding: 0 3px;
}

#header-nav li.about
{
	width: 114px;
	height: 48px;
	background: url(../images/nav/about.png) no-repeat;
	overflow: hidden;
}

#header-nav li.services
{
	width: 122px;
	height: 48px;
	background: url(../images/nav/services.png) no-repeat;
	overflow: hidden;
}

#header-nav li.products
{
	width: 115px;
	height: 48px;
	background: url(../images/nav/products.png) no-repeat;
	overflow: hidden;
}

#header-nav li.contact
{
	width: 116px;
	height: 48px;
	background: url(../images/nav/contact.png) no-repeat;
	overflow: hidden;
}

#header-nav li:hover, #header-nav li.selected
{
	background-position: 0 -48px;
}

#About li.about, #Services li.services, #Products li.products, #Contact li.contact
{
	background-position: 0 -48px;
}


/*========Containers============*/

#container
{
	background: url(../images/header-bg.jpg) top repeat-x;
	position: relative;
}


#main-body-wrapper
{
	width: 100%;
	background: url(../images/body-bg.jpg) top no-repeat;
	min-height: 650px;
	padding-bottom: 40px;
}

#main-body-container
{
	margin-left: auto;
	margin-right: auto;
	width: 946px;
}

/*========Left Column============*/

#left-column
{
	display: inline;
	float: left;
	width: 218px;
}	

#nav-header
{
	float: left;
	margin-top: 35px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation li
{
	float: left;
	clear: left;
	display: block;
	list-style: none;
	margin: 4px 36px;
	padding: 0;
}

#navigation li a
{
	color: #766a61;
	text-decoration: none;
}

#navigation li a:hover, #navigation li.active a
{
	color: #352822;
}		

#rocks
{
	clear: left;
	position: absolute;
	margin-top: 20px;
	bottom: 0px;
}

/*========Right Column============*/

#right-column
{
	display: inline;
	float: left;
	margin-left: 25px;
	width: 702px;
}

#intro
{
	float: left;
	margin-top: 15px;
	width: 702px;
	height: 209px;
	background: url(../images/intro-bg.png) no-repeat;
}

#intro-txt
{
	float: left;
	display: inline;
	margin: 20px 0 0 221px;
}

#intro-testimonial
{
	float: left;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
}

/*--Body--*/

#body-container
{
	float: left;
	width: 702px;
}

#body
{
	float: left;
	width: 702px;
	background: url(../images/body-bg.png) left repeat-y;
}

#body-txt
{
	float: left;
	width: 661px;
	padding: 20px;
	line-height: 18px;
	min-height: 600px;
}

#body-txt-home
{
	float: left;
	width: 661px;
	padding: 20px;
	line-height: 18px;
	min-height: 460px;
}

#intro-img
{
	float: left;
	margin-left: 14px;
	width: 635px;
}

#body-left
{
	float: left;
	width: 410px;
}

#body-right
{
	float: left;
	margin-left: 24px;
	width: 207px;
}

#new-links ul
{
	margin: 10px 0 10px 20px;
	padding: 0;
}

#new-links li
{
	margin: 0;
	padding: 2px 0;
}

#body-footer
{
	float: left;
	padding-top: 80px;
}

/*========Footer============*/

#footer-wrapper
{
	clear: both;
	width: 100%;
	background: url(../images/footer-bg.jpg) top repeat-x;
	min-height: 174px;
}	

#footer-container
{
	width: 946px;
	margin: 0 auto;
}

#footer-logo
{
	float: left;
	width: 138px;
	margin: 30px 0 0 35px;
}

#footer-nav
{
	float: left;
	margin-left: 80px;
	width: 650px;
	margin-top: 30px;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	color: #8e8076;
}

#footer-nav ul
{
	margin: 0;
	padding: 0;
}

#footer-nav li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #8e8076;
	line-height: 24px;
}

#footer-nav li:last-child
{
	border: 0;
}

#footer-nav li a
{
	font-size: 10px;
	line-height: 10px;
	padding: 0 10px;
	color: #8e8076;
}

/*--Form--*/

fieldset
{
	border: 0;	
}

label
{
	float: left;
	clear: left;
	width: 100px;
}

#submit-btn input, textarea
{
	float: left;
	clear: left;
	margin-top: 5px;
}	

.form-row
{
	float: left;
	clear: left;
	padding: 5px 0;
}

#EmailForm
{
	float: left;
	margin-left: 30px;
}
