/*
	FREMANTLE TIMBER
*/

@import url('innerpage.css');

/* layout styles */
* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	line-height: 135%;
	color: #574a46;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #3a1c13 url(../images/bg.jpg) repeat-x;
}

#bg_wood {
	margin: 0 auto;
	padding: 0;
	width: 1170px;
	height: 400px;
	background: url(../images/bg_wood.gif) no-repeat center top;
}

#container {
	margin: 0 auto;
	padding: 0;
	padding-top: 21px;
	width: 770px;
}

#content {
	width: 770px;
	background-color: #FFFFFF;
}

a {
	color: #759647;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}

.clear {
    clear: both; 
    display: block; 
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */



/* HEADER STYLES */
#header {
	background: url(../images/bg_header.gif) no-repeat;
	position: relative;
	height: 163px;
}

#header img#logo {
	position: absolute;
	top: 42px;
	left: 14px;
}

#header img#phone_number {
	position: absolute;
	top: 132px;
	left: 460px;
}

/*	NAVIGATION STYLES	*/
#nav {
	height: 27px;
	position: absolute;
	top: 130px;
	left: 10px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	diplay: inline;
	float: left;
}

#nav ul li a {
	display: block;
	height: 27px;
}

#nav ul li a:hover {
	background-position: 0 -27px !important;
}

#nav ul li#home a {
	background: url(../images/nav/home.gif) no-repeat top;
	width: 57px;
}

#nav ul li#profile a {
	background: url(../images/nav/profile.gif) no-repeat top;
	width: 62px;
}

#nav ul li#specials a {
	background: url(../images/nav/specials.gif) no-repeat top;
	width: 74px;
}

#nav ul li#products a {
	background: url(../images/nav/products.gif) no-repeat top;
	width: 78px;
}

#nav ul li#contact a {
	background: url(../images/nav/contact.gif) no-repeat top;
	width: 75px;
}

/* CONTENT STYLES */
img#splash {
	float: left;
	margin: 8px 14px;
}

#featured {
	float: left;
	width: 174px;
	position: relative;
	margin-top: 19px;
	text-align: center;
	background: url(../images/featured_bg.gif) no-repeat top;
}

#featured  p {
	text-align: left;
	margin: 0 12px 0 12px;
}

#featured img {
	margin: 15px 0 6px 0;
}

#featured #more_products {
	position: absolute;
	text-align: right;
	top: 217px;
	right: 9px;
}

#contact_right {
	width: 175px;
	float: right;
	margin: 19px 14px 0 0;
	background: url(../images/contact_bg.gif) no-repeat top;
}

#contact_right p#address {
	margin: 65px 0 23px 14px!important;
}

#contact_right p#email {
	margin-bottom: 20px!important;
}

#contact_right p {
	margin: 0px 0 4px 38px;
}

#text {
	line-height: 170%;
	margin: 21px 45px 28px 41px;
}

#text p {
	margin: 19px 0 0px 0;
}

#text ul {
	margin-left: 25px;
}



/*	FOOTER STYLES */
#footer {
	text-align: center;
	font-size: 11px;
	height: 115px;
	background: url(../images/footer_bg.gif) no-repeat left;
}

#footer p {
	padding-top: 23px;
}

#footer img#webfirm {
	margin-top: 18px;
}

#footer a {
	color: #574a46;
}