/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	line-height: 1;
	font-size: .63em;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	color: inherit;
}

:focus {
	outline: 0;
}

.clear {
	clear: both;
}

/* @end */

/* @group Site */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	background-color: #463116;
	color: #fff;
	font-weight: normal;
}

body p {
	line-height: 150%;
	margin-bottom: 15px;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 260px;
	background: url(img/woodbkg_dark.jpg) repeat center top;
}

#headerpic {
	width: 960px;
	height: 230px;
	overflow: hidden;
	position: relative;
}

#logo {
	width: 300px;
	height: 100px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#logo a {
	width: 300px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	background: url(img/logo.png) no-repeat 32px 45px;
}

#nav {
	float: left;
	display: block;
	width: 960px;
	height: 30px;
	background-color: #48321a;
}

#nav li {
	float: left;
	display: block;
	border-right: 1px solid #55402a;
	position: relative;
}

#nav li.last {
	padding: 0;
	border: none;
}

#nav li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1;
	padding: 9px 13px;
}

#nav li:hover {
	background-color: #d1c2b3;
	color: #463116;
}

#nav li a:hover {
	background-color: #d1c2b3;
	color: #463116;
}

#nav li:hover a {
	background-color: #d1c2b3;
	color: #463116;
}

#nav li .submenu {
	display: none;
}

#nav li:hover .submenu {
	display: block;
}

#nav li .submenu {
	position: absolute;
	background-color: #d1c2b3;
	top: 30px;
	padding: 0;
	z-index:100;
}

#nav li .submenu li {
	float: none;
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	height: auto;
}

#nav li .submenu li a {
	float: none;
	display: block;
	background: none;
	color: #463116;
	padding: 0;
	margin-top: 5px;
	width: 130px;
	padding: 4px 10px;
	text-indent: 0;
	font-size: 1.1em;
	line-height: 140%;
	height: auto;
}

#nav li .submenu li a:hover {
	background-color: #ede3d9;
}

#contentwrapper {
	width: 100%;
	background: url(img/woodbkg.jpg) repeat center top;
}

#contentwrapper .inner {
	background-color: #fff;
	color: #6f583d;
	padding: 40px 20px;
	width: 920px;
}

#sidebar {
	float: left;
	width: 150px;
}

#sidebar p {
	font-size: 1.2em;
}

#testimonial {
	float: left;
	width: 150px;
}

#testimonial p {
	font-size: 1.1em;
	color:#4f3b24;
}

#testimonial h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #6f583d;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#testimonial h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #9d3404;
	margin-bottom: 5px;
}

#testimonial h4 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

.testimonialheader {
	color: #fff;
	background-color: #4f3b24;
	font: 1.6em "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 10px 20px;
	margin-bottom: 20px;
}


#content {
	float: right;
	width: 755px;
}

#content p {
	font-size: 1.2em;
}

#servicecontent {
	float: right;
	width: 755px;
}

#servicecontent p {
	font-size: 1.2em;
	margin-left:20px;
}

.serviceheader {
	color: #fff;
	background-color: #9d3404;
	font: 1.6em "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 10px 25px;
	margin-bottom: 20px;
}

#homecontent a {
	float: left;
	margin-bottom: 10px;
}

#homecontent a.cat {
	display: block;
	height: 175px;
	overflow: hidden;
	width: 245px;
}

#homecontent a.mr {
	margin-right: 10px;
}

#homecontent a.big {
	display: block;
	height: 358px;
	border: 1px solid #d1c2b3;
	overflow: hidden;
	margin-right: 10px;
}

#homecontent a.cat p {
	background-color: #d1c2b3;
	color: #fff;
	margin-bottom: 0px;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 1;
	padding: 8px 15px 7px;
	width: 245px;
}

#homecontent a.cat img {
	border-top: 3px solid #fff;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}

#homecontent a.cat:hover p {
	background-color: #48321a;
}

#homecontent a.cat:hover img {
	border-top: 3px solid #fff;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

#footer {
	background: url(img/woodbkg_dark.jpg) repeat center top;
	padding: 20px 0;
	font-size: 1.1em;
}

#footer h3 {
	font-size: 1.2em;
	display: inline-block;
	padding: 5px;
	background-color: #483217;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#footer a {
	color: #fff;
	font-weight:normal;
}

#footer a:hover {
	background-color: #483217;
}

#footer ul li {
	margin-bottom: 7px;
	color:#f37624;
	font-weight:bold;
	font-size:1.0em;
}

#footer_contact {
	width: 210px;
	float: left;
	height: 200px;
	border-right: 1px solid #483217;
}

#footer_news {
	width: 200px;
	padding: 0 25px;
	float: left;
	height: 200px;
	border-right: 1px solid #483217;
}

#footer_products {
	width: 200px;
	padding: 0 25px;
	float: left;
	height: 200px;
	border-right: 1px solid #483217;
}

#footer_subscribe {
	width: 222px;
	padding-left: 25px;
	float: left;
	height: 200px;
	position: relative;
}

#footer_subscribe form {
	height: 40px;
}

#mce-EMAIL {
	border: 0px;
	top: 40px;
	left: 22px;
	height: 23px;
	padding: 6px 5px 0 10px;
	width: 130px;
	color: #fff;
	background: url(img/fieldbkg.jpg) left bottom;
	font: 11px "Trebuchet MS", sans-serif;
		float:left;
}

#btn_go {
	border: none;
	position: absolute;
	top: 39px;
	left: 192px;
	height: 26px;
	width: 28px;
}

#btn_rss {
	display: block;
	margin-bottom: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 35px;
	background: url(img/ico_rss.png) no-repeat 2px center;
}

#btn_eml {
	display: block;
	margin-bottom: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 35px;
	background: url(img/ico_eml.png) no-repeat 3px center;
}

#btn_fb {
	display: block;
	margin-bottom: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 35px;
	background: url(img/ico_fb.png) no-repeat 2px center;
}

a#btn_rss:hover {
	border: none;
}

a#btn_eml:hover {
	border: none;
}

a#btn_fb:hover {
	border: none;
}

#copyright {
	padding: 10px 0;
	text-align: right;
}

#copyright a {
	color: #fff;
}

#copyright a:hover {
	border-bottom: 1px dotted #fff;
}

/* @end */

/* @group Subpage */

#sidebar #stay {
	position:relative;
}

#sidebar h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #6f583d;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#sidebar h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #6f583d;
	margin-bottom: 5px;
}

#sidebar ul li {
	margin-bottom: 5px;
}

#sidebar ul li a {
	color: #94806a;
	font-size: 1.2em;
}

#products a {
	float: left;
}

#products .prod {
	display: block;
	width: 368px;
	height: 308px;
	float: left;
	overflow: hidden;
	border: 1px solid #d1c2b3;
	margin-left: 7px;
	margin-bottom: 15px;
	background-color: #d1c2b3;
	color: #48321a;
}

#products .prod h2 {
	padding: 15px 10px 4px 15px;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing:1px;
	font-weight:bold;
	margin: 0;
	display:block;
}

#products .prod p{
	padding: 0 10px 2px 15px;
	display: block;
	text-transform: none;
	font-size: 1.1em;
}

#products .prod2 {
	display: block;
	width: 368px;
	height: 308px;
	float: left;
	overflow: hidden;
	border: 1px solid #d1c2b3;
	margin-left: 7px;
	margin-bottom: 15px;
	background-color: #48321a;
	color: #fff;
}

#products .prod2 h2 {
	padding: 15px 10px 4px 15px;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing:1px;
	font-weight:bold;
	margin: 0;
	display:block;
}

#products .prod2 p{
	padding: 0 10px 2px 15px;
	display: block;
	text-transform: none;
	font-size: 1.1em;
}

/* @end */

/* @group Blog */

#blogcontent {
	width: 725px;
	float: right;
}

#blogsidebar {
	
}

.blogheader {
	color: #fff;
	background-color: #9d3404;
	font: 1.8em "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 10px 25px;
	margin-bottom: 40px;
}

.entryholder {
	background-color: #f5f1ec;
	padding: 25px;
	margin-top: 20px;
	position: relative;
	margin-bottom: 60px;
}

.ble_title {
	font: bold 1.8em Arial, Helvetica, sans-serif;
	color: #58452d;
	margin-bottom: 5px;
}

.ble_title a {
	color: #58452d;
}

.ble_extratitle {
	color: #58452d;
	margin-bottom: 20px;
	margin-top: 25px;
	font: bold 1.6em arial, helvetica, serif;
}

.ble_extratitle a {
	color: #58452d;
}

.ble_extratitle a:hover {
	border-bottom: 1px dotted #58452d;
}

.ble_details {
	color: #58452d;
	font-size: 1em;
	font-style: italic;
	margin-bottom: 20px;
}

.ble_details a {
	color: #58452d;
	font-style: normal;
	font-weight: bold;
}

.ble_details a:hover {
	border-bottom: 1px dotted #58452d;
}

.timestamp {
	position: absolute;
	padding: 5px;
	width: 40px;
	line-height: 1.2;
	font-size: 1.5em;
	text-transform: uppercase;
	top:-20px;
	right: 25px;
	background-color: #d5c7b9;
	color: #58452d;
	text-align: center;
	font-weight: bold;
}

.ble_content {
	color: #58452d;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
}

.ble_content img {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	border: 1px solid #58452d;
}

.ble_content p {
	margin-bottom: 15px;
	line-height: 140%;
}

.ble_readmore {
	color: #fff;
	font: 1.2em "Trebuchet MS", sans-serif;
	background-color: #d5c7b9;
	padding: 5px;
	position: absolute;
	bottom: -10px;
	right: 120px;
}

a.ble_readmore:hover {
	background-color: #58452d;
}

.ble_comments {
	color: #fff;
	font: 1.2em "Trebuchet MS", sans-serif;
	background-color: #d5c7b9;
	padding: 5px;
	position: absolute;
	bottom: -10px;
	right: 25px;
}

a.ble_comments:hover {
	background-color: #58452d;
}

.ble_paginate {
	margin-top: 5px;
}

.ble_paginate .left {
	float: left;
}

.ble_paginate .right {
	float: right;
}

.ble_paginate a {
	color: #58452d;
	font-weight: bold;
	font-style: italic;
	font-size: 1.6em;
	margin-right: 25px;
	padding-top: 15px;
}

.ble_paginate a:hover {
	border-bottom: 1px dotted #58452d;
}

.ble_comment_normal {
	position: relative;
	padding: 30px 90px 25px 80px;
	background: #d5c7b9 url(img/comment_normal.gif) no-repeat left top;
	margin-bottom: 40px;
}

.ble_comment_normal .ble_comment_pic {
	background-image: url(img/commentpic1.gif);
	width: 54px;
	height: 54px;
	position: absolute;
	top: 30px;
	left: 13px;
}

.ble_comment_normal .ble_comment_author {
	color: #58452d;
	margin-bottom: 20px;
	font: bold 1.8em "Trebuchet MS", Arial, serif;
	text-transform: lowercase;
}

.ble_comment_normal .ble_comment_date {
	position: absolute;
	padding: 5px;
	width: 40px;
	line-height: 1.2;
	font-size: 1.5em;
	text-transform: uppercase;
	top:-20px;
	right: 25px;
	background-color: #f5f1ec;
	color: #58452d;
	text-align: center;
	font-weight: bold;
}

.ble_comment_normal .ble_comment_text {
	color: #58452d;
	font: 1.2em/140% "Trebuchet MS", Arial, sans-serif;
}

.ble_comment_text p {
	margin-bottom: 1em;
}

.ble_comment_alt {
	position: relative;
	padding: 30px 90px 25px 80px;
	background: #f5f1ec url(img/comment_alt.gif) no-repeat left top;
	margin-bottom: 40px;
}

.ble_comment_alt .ble_comment_pic {
	background-image: url(img/commentpic2.gif);
	width: 54px;
	height: 54px;
	position: absolute;
	top: 30px;
	left: 13px;
}

.ble_comment_alt .ble_comment_author {
	color: #58452d;
	margin-bottom: 20px;
	font: bold 1.8em "Trebuchet MS", Arial, serif;
	text-transform: lowercase;
}

.ble_comment_alt .ble_comment_date {
	position: absolute;
	padding: 5px;
	width: 40px;
	line-height: 1.2;
	font-size: 1.5em;
	text-transform: uppercase;
	top:-20px;
	right: 25px;
	background-color: #d5c7b9;
	color: #58452d;
	text-align: center;
	font-weight: bold;
}

.ble_comment_alt .ble_comment_text {
	color: #f;
	font: 1.2em/140% "Trebuchet MS", Arial, sans-serif;
}

.ble_comment_1 {
	position: relative;
	padding: 30px 90px 25px 165px;
	background: #58452d url(img/comment_admin.gif) no-repeat left top;
	margin-bottom: 40px;
}

.ble_comment_1 .ble_comment_pic {
	background-image: url(img/commentpicadmin.gif);
	width: 54px;
	height: 54px;
	position: absolute;
	top: 30px;
	left: 13px;
}

.ble_comment_1 .ble_comment_author {
	color: #fff;
	margin-bottom: 20px;
	font: bold 1.8em "Trebuchet MS", Arial, serif;
	text-transform: lowercase;
}

.ble_comment_1 .ble_comment_date {
	position: absolute;
	padding: 5px;
	width: 40px;
	line-height: 1.2;
	font-size: 1.5em;
	text-transform: uppercase;
	top:-20px;
	right: 25px;
	background-color: #f5f1ec;
	color: #58452d;
	text-align: center;
	font-weight: bold;
}

.ble_comment_1 .ble_comment_text {
	color: #fff;
	font: 1.2em/140% "Trebuchet MS", Arial, sans-serif;
}

.58452d {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 1px;
	font-weight: bold;
}

.ble_comment_fieldsmalltitle {
	color: #58452d;
	font-size: 1em;
}

.ble_comment_field {
	color: #58452d;
	background-color: #f5f1ec;
	border: 1px solid #58452d;
	padding: 3px;
	width: 300px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 16px;
	margin-top: 5px;
}

.ble_comment_btn {
	color: #fff;
	border: none;
	background-color: #58452d;
	padding: 3px;
	width: 80px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sidebar h3.ble_sideh {
	color: #fff;
	text-transform: uppercase;
	background-color: #58452d;
	display: inline-block;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: normal;
}

#blogsidebar ul {
	margin-top: 10px;
	margin-bottom: 25px;
}

#blogsidebar ul li {
	margin-bottom: 5px;
	color: #48321a;
	line-height:1.8em;
}

#blogsidebar ul li a {
	color: #48321a;
}

#blogsidebar ul li a:hover {
	background-color: #58452d;
	color: #fff;
}

.formbtn {
	color: #fff;
	border: none;
	background-color: #48331a;
	padding: 3px;
	width: 80px;
	font: 11px  "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	cursor:pointer;
}

input.field {
	border: 1px solid #48331a;
	padding: 3px;
	width: 174px;
	font: 11px  "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #48331a;
}

input.fieldw {
	border: 1px solid #48331a;
	padding: 3px;
	width: 530px;
	font: 11px  "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #48331a;
}

select.field {
	border: 1px solid #48331a;
	width: 200px;
	font: 11px  "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #48331a;
	height: 20px;
}

textarea.field {
	border: 1px solid #48331a;
	padding: 3px;
	width: 194px;

	font: 11px  "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #48331a;
}

.formtable {
	width: 70%;
	margin-left:20px;
}

.formtable strong {
	font-size: 18px;
}

.formtable td {
	font-size: 1.1em;
	padding: 5px;
	color: #543019;
}



/* @end */
