/*
Theme Name: Sandbachtimber 2009 Theme
*/
body {
	background-color: #FFF;
	background-image: url(images/top_grad.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica;
	font-size:14px;
	color: #493213;
}
a {
	color:#493213;
}
#the-site {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/left-margin.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header {
	background-image: url(images/rigth-margin.jpg);
	background-repeat: no-repeat;
	background-position: right;
	clear:both;
	display:block;
}
#footer {
	padding:20px;
	width:100%;
	position: fixed;
	bottom: 0px;
	margin:0 auto;
	height:60px;
	clear:both;
}
#logo {
	height:144px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#menu {
	font-size:18px;
	height:50px;
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#menu ul li {
	display:block;
	float:left;
	margin-right:10px;
}
#menu ul li a {
	display:block;
	float:left;
	color:#493213;
	text-decoration:none;
	height:38px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	cursor:hand;
}
#menu ul li a span {
	height:38px;
	float:left;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
}
#menu ul li a:hover {
	color:#99c915;
}
#menu ul li a:hover span {
/*display:block;
	width:auto;
	height:41px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	cursor:pointer;
	background-image: url(images/menu-hover-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
}
#menu ul li.current_page_item a, #menu ul li.current_page_item a:hover {
	color:#ffffff;
	background-color: #917140;
	background-image: url(images/menu_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu ul li.current_page_item a span {
	display:block;
	width:auto;
	height:38px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/menu_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
.underline {
	text-decoration:underline;
}
.tittle {
	background-color:#e7dcca;
	padding:5px;
	margin-bottom:20px;
}
#sub-products {
	font-size:18px;
}
#sub-products li {
	padding:10px;
}
#right-menu {
	float:right;
	padding:10px;
	width:220px;
	background-color:#e7dcca;
}
#right-menu a {
	color: #493213;
	text-decoration:none;
	display:block;
	clear:both;
	padding:2px;
	margin-bottom:2px;
}
#right-menu a:hover {
	color:#FFF;
	background-color: #775d3a;
	text-decoration:none;
}
#right-menu h2 {
	padding-bottom:10px;
}
#right-menu li .current-cat a {
	color:#FFF;
	background-color: #a78a64;
	text-decoration:none;
}
#right-menu ul li {
	padding-top:3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #775d3a;
}
#right-menu ul li ul li {
	padding:0px;
	border:none;
}
#right-menu ul ul {
	padding-left:20px;
}
#content {
	width:720px;
	padding:10px;
	float:left;
}
.alignleft {
	float:left;
	display:block;
}
.alignright {
	float:right;
	display:block;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img {
	border: 2px solid #917140;
	padding:2px;
	margin:5px;
}
#map {
	border: 2px solid #917140;
}
.small {
	font-size:11px;
}
.brown {
	color:#dace9c;
}
.clear {
	clear:both;
	display:block;
	padding-bottom:20px;
}
.contact_formwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}
form.contact_form {
	text-align: left;
	padding: 10px;
	width: 430px;
	width:80%;
}
form.contact_form fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}
form.contact_form label {
	display: block;
	float: left;
	width: 26%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
	clear: left;
}
form.contact_form label.fmtextlblwide {
	display: block;
	float: left;
	text-align: left;
	margin: 0 10px 0 1px;
	padding-bottom: 8px;
	width: 100%;
}
form.contact_form textarea {
	float: left;
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
	border: 1px solid #e7dcca;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica;
	font-size:14px;
	color: #493213;
}
form.contact_form .fmfullblock {
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-bottom: 13px;
	display: block;
}
form.contact_form .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left;
	display: block;
}
form.contact_form input.fmverify {
	float: left;
	width: 22%;
	margin-bottom: 15px;
	padding: 3px;
	position: relative;
	display: block;
	border: 1px solid #e7dcca;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica;
	font-size:14px;
	color: #493213;
}
form.contact_form img {
	margin: 1px 0 0 10px;
	float: left;
	border: 1px solid #e7dcca;
}
form.contact_form input.fmfile, form.contact_form input.fmtext {
	float: left;
	display: block;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
	border: 1px solid #e7dcca;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica;
	font-size:14px;
	color: #493213;
}
form.contact_form textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px;
	padding: 3px;
}
form.contact_form .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}
form.contact_form .submit {
	text-align: right;
	clear: both;
	width: 97%;
}
.contact_formwrap .contact_formerrors {
	display: block;
	float: left;
	width: 27%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
}
.contact_formwrap .errorlist {
	float: left;
	display: block;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
	text-align: left;
}
.contact_formwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both;
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}
.contact_formwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}
tr, td {
	border:1px solid #960;
	padding:2px;
}
#google-ad {
	margin-top:20px;
	padding-top:3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #775d3a;
}
#google-ad2 {
}
#latest-offers {
	width:720px;
	padding:10px;
}
#latest-offers h2 {
	background-image: url(images/ebay-logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#latest-offers li {
	display:block;
	float:left;
	width:352px;
	background-color:#F4F4F4;
	margin:2px;
}
#latest-offers li .ebaylink {
	height:35px;
	display:block;
	padding:5px;
	background-color: #e7dcca;
}
#latest-offers li table td {
	position:relative;
	display:block;
	float:left;
	border:none;
	clear:both;
}
#latest-offers img {
	height:72px;
	width:96px;
}

