@charset "utf-8";
/*---------------------------General Clases---------------------------------------*/
body {font-family:Arial, Helvetica, sans-serif; background:#ffffff; color:#3e492a; font-size:12px;}
article, aside, audio, canvas, command, datalist, details, figcaption, figure, footer, header, hgroup, keygen, mark, menu, meter, nav, output, progress, rp, rt, ruby, section, source, summary, time, video, wbr {display:block;}
@font-face {
font-family:'dincondensedcdincondensed';
  src: url('fonts/dincondensedc-webfont.eot');
  src: url('fonts/dincondensedc-webfontd41d.eot?#iefix') format('embedded-opentype'),
       url('fonts/dincondensedc-webfont.woff') format('woff'),
       url('fonts/dincondensedc-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
h3, h4, h5, h6, body, form, ul {margin:0; padding:0; list-style-type:none;}
h1 {font-size:38px;}
h2 {font-size:36px}
h3 {font-size:18px; font-weight:normal; margin:0 0 5px 0;}
h4 {font-size:32px;}
h5 {font-size:28px;}
h6 {font-size:26px;}
h1, h2, h3, h4, h5 {padding:8px 0;}
.left {float:left;}
.right {float:right;}
.sp { /* MOD*/clear:both;}
.spLeft {/* MOD*/clear:left;}
.spRight {clear:right;}
a img{border:0;}

form .textbox {background: #ffffff; margin:0 0 15px 0; border:solid 1px #3e492a; border-radius:3px; -moz-border-radius-bottom:3px; -webkit-border-radius:3px; -khtml-border-radius:3px;}
form .textbox label {padding:0 20px 0 0;}
form .textbox input, form .textbox textarea {background:none; width:100%; border:0; font-size:12px; color: #3e492a; font-family:Arial, Helvetica, sans-serif; padding:8px; outline:none;}
form .submit {
background:#3e492a;
border: solid 2px #f1efe5;
outline: solid 3px #3e492a;
padding:8px 25px;
margin-left:10px;
font-size:14px;
color:#f1efe5;
font-weight: normal;
cursor:pointer;
}
form .submit:hover {background:#495631;}
.button1{
background:#f4f4f4 url(images/rss.png) 8px 6px no-repeat;
display:block;
font-size:14px;
line-height:42px;
height:42px;
color:#3e492a;
text-decoration:none;
font-weight:bold;
padding:0 0 0 55px;
border:0;
}
/* FIX IE7*/
html* {z-index:2;}
#navigation * {z-index:3;}


/* BEGIN LAYOUT */
.conteiner {
width:990px;
margin:0 auto;
background:#f1efe5;
border:1px solid #3e492a;
border-top: none;
box-shadow: 0px 0px 25px #767676;
border-radius: 0 0 8px 8px;
-moz-border-radius-bottom: 0 0 8px 8px;
-webkit-border-radius: 0 0 8px 8px;
-khtml-border-radius: 0 0 8px 8px;
}
/* BEGIN HEADER */
.header-b {padding:0; color:#3e492a; height:97px; font-family:'dincondensedcdincondensed'; letter-spacing:1px;}
.header-b .left-b {width:343px; float:left; padding-left:30px;}
.header-b .left-b .description-b {font-size:29px; font-weight:normal; margin:25px 0 0 0; padding:0;}
.header-b .logo {margin:30px auto -100px; width:245px; position:relative; float:left; z-index:9;}


.header-b .contact-b {float:right; text-align: right; margin-top: 15px; padding-right: 30px; line-height: 1.2;}

.siteinfo {
	font-style: normal;
	font-size: 1.5em;
}
.phone-b {font-size: 1.8em;}


.header-b .contact-b a {color:#3e492a; text-decoration:none;}
.header-b .contact-b a:hover {text-decoration:underline;}


/* BEGINA NAVIGATION */
.nav-gorizontal {background: url(images/head_bg.png) repeat-x; height:50px; clear:both;}
.nav-left {float:left; width:372px;}
.nav-right {float:right; width:372px;}
/* BEGINA NAVIGATION */
#navigation {font-family:'dincondensedcdincondensed'; letter-spacing:3px;}
#navigation a {font-size:20px; color:#f1efe5; text-decoration:none;}
#navigation ul li {float:left; position:relative;}

#navigation ul li ul li {
float:none;
border-right:0;
padding:5px;
background:#3e492a;
}
#navigation ul li a {
display:block;
padding:14px 22px;
color:#f1efe5;
font-size:20px;
}
#navigation ul li ul li a {
padding:8px 10px;
display:block;
color:#f1efe5;
text-decoration:none;
height:auto;
font-size:14px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
}
#navigation ul li a:hover {}
#navigation ul li ul li a:hover {color:#3e492a; background:#f1efe5;}
#navigation ul li:hover ul{display: block;}
#navigation ul li ul {
padding:2px;
position:absolute;
top: 50px;
background:#f1efe5;
z-index:3;
left:-1px;
width:180px;/* MOD */
display: none;
border:3px solid #3e492a;
border-top: none;
letter-spacing:0px;
}
#navigation ul li ul .last {border-bottom:0;}
#navigation ul li.home {padding:0;}
#navigation ul li.home a {padding:14px 22px;}

/* BEGIN SEARCH */
#search {background:#ffffff; width:230px; height:34px; margin:0 0 32px 0; padding:0; position:relative;}
#search .submit {position:absolute; width:16px; height:14px; background: url(images/bSearch.png) left top no-repeat; left: 8spx; top: 10px; border:none; outline:none;}
#search .text {position:absolute; padding:9px 0; background:none; border:0; left: 38px; top:1px; width: 185px; font-size:12px; color:#3e492a; outline:none;}


/* BEGIN SIDEBAR */
.sidebar-b {
float:left;
width:230px;
margin-left:32px;
}
.sidebar-b .box {
border: solid 1px #3e492a;
border-radius:3px;
-moz-border-radius-bottom:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
margin-bottom:32px;
}
.sidebar-b .box em {
font-size:11px;
display:block;
color: #3e492a;
font-weight:bold;
margin:0 0 3px 0;
}
.sidebar-b .box em b{
font-size:11px;
color:#666666;
font-style:normal;
float:right
}
.sidebar-b ol {
color:#3e492a;
font-size:11px;
margin:0;
padding:20px 20px 6px 29px;
font-weight:bold;
}
.sidebar-b ol li{padding:0 0 16px 3px;}
.sidebar-b ol li a {
color:#3e492a;
font-size:12px;
text-decoration:none;
line-height:162%;
font-weight:normal;}
.sidebar-b ol li a:hover{color:#999999; font-weight:bold;}
.box .content div {
float:none;
margin:0;
padding:2px;
}
.box .content div a {color: #3e492a;}
.sidebar-b .box .title span {
display:block;
background:#f9f9f9 url(images/tBox.jpg) 10px center no-repeat;
padding:10px 0 8px 30px;
font-size:13px;
color:#333333;
}
.sidebar-b .box .title {
padding:1px;
border-bottom:1px solid #dfdfdf;
font-size:14px;
}
.sidebar-b .box ul {padding:0 10px;}
.sidebar-b .box ul li {padding:1px 0; border-top:1px solid #e3e3e3;}
.sidebar-b .box ul .first {border:0;}
.sidebar-b .box ul li a {
padding:15px 10px;
display:block;
color:#666666;
text-decoration:none;
font-size:12px;
}
.sidebar-b .box ul li a:hover{color:#3e492a; font-weight:bold;}
.sidebar-b .box ul li .active{color:#3e492a;}
.sidebar-b .box ul li.last {/* MOD */border-bottom:0px;}
.sidebar-b #icons {text-align:left; padding-left:32px;}
.sidebar-b #icons img {}
/* BEGIN CONTENT */



#main {
border-top:0px;
padding:30px;
margin:0;
min-height:450px;
}
#content{float:left; width:662px; min-height:500px;}
#content a, #no_sidebar_content a{color:#3e492a;}
#content a:hover, #no_sidebar_content a:hover{color:#3e492a; text-decoration:none}
#title {
font-size:17px;
background:url(images/tContent.jpg) left center no-repeat;
padding:2px 0 0 28px;
margin-bottom:28px;
margin-top:-5px;
}
#detail{
line-height:175%;
margin-bottom:30px;
padding-bottom:32px;
font-size:12px;
margin-top:-7px;
}
.homepage_widget{
line-height:175%;
font-size:12px;
margin-top:-7px;
overflow:hidden;
height:100%;
margin-bottom:30px;
}
.line {border-bottom:1px solid #E3E3E3;	padding-bottom:32px;}


.homepage_widget p{
float:left;
margin:0 0 0 10px;
text-align:center;
}
.homepage_widget .first{margin-left:0;}
.homepage_widget .image{
display:block;
background:#fefefe;
text-align:center;
padding:1px;
border:1px solid #e3e3e3;
}
.homepage_widget img{}
#content .homepage_widget p a{color:#666666; text-decoration:none}
#content .homepage_widget p a:hover{color:#3e492a;}
#content ul{ margin:0 0 5px 20px; list-style:disc}
#content ul li{ margin:0 0 5px 0;}
.comments{}
.comments .comment{ background-color:#f8f8f8;  padding:10px;}
.comments .next_row{ background-color:#f2f2f2}
.comment_info{ overflow:hidden; height:30px;}
.comment_info b{ float:left; color:#3e492a;}
.comment_info span{ float:right; font-weight:bold; font-size:11px;}
.comment_form_info{ overflow:hidden; height:100%}
.comment_form_info .textbox{ float:left; width:300px;}
.comment_form_info .textbox_spacer{ float:left; width:18px; height:1px;}
.comment_form_info .captcha{ width:100px;}
.post {margin-bottom:10px}
.post h2 {font-size:16px; margin:0 0 10px 0; padding:0}
#post {margin-bottom:10px; clear:both;}
#post h2 {font-size:16px; margin:0 0 10px 0; padding:0}
.errors{color:#F00}

.title-b {
  font-family:'dincondensedcdincondensed';
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	line-height: 1.2;
	padding: 15px 0;
	letter-spacing: 1.5px;
}
.title-home {padding: 0}

.breadcrumbs {
background:#ffffff url(images/titleExt.html) left top repeat-x;
border:1px solid #3e492a;
font-family:'dincondensedcdincondensed';
font-weight: normal;
padding:3px 8px;
letter-spacing: 1.5px;
border-radius:3px;
-moz-border-radius-bottom:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
text-decoration: none;
}
.breadcrumbs a {text-decoration: none;}
.breadcrumbs .active-rumbs {font-weight: bold;}

#titleExt123 a:hover {color:#58702b;}




#titleExt .right .date {/* MOD*/text-decoration:none;}


/* START MOD GALARY */
ul.products li .image {display:block; margin:0; padding:0; text-align:center; float:left;}
ul.products li .name {font-size:16px; padding-top:5px; clear:both;}
ul.products li .name a {text-decoration:none; color:#111111;}
ul.products li .name a:hover {color:#3e3e3e;}
ul.products li {float:left; width:200px; margin:5px 5px; display:block; overflow:hidden;}
ul.thumbs li {float:left; margin:5px 5px; display:block;}
ul.products .last{ margin-right:0;}
ul.products li .price {font-size:14px; color:#ebb100;}
ul.products li.last {margin:5px 5px;/*MOD*/}
#gallery_latest_images{ text-align:center;}
#gallery_latest_images a{margin:10px 0 0px 0; display:block;}
/* END MOD GALARY */





/* BEGIN FOOTER */
.footer-b {width:990px; margin:0 auto; padding:30px 0; color:#3e492a;}
.footer-b .left {max-width: 49%; font-size:12px; line-height:167%;}
.footer-b .left .webstudio {font-size:12px;}
.footer-b .left .webstudio a {color:#3e492a; font-weight: bold;}
.footer-b ul {font-size:12px; float:right;}
.footer-b li{float:left; padding:0 15px; background:url(images/sp2.html) right center no-repeat;}
.footer-b li.last {padding-right:0; background:none;}
.footer-b a {color:#3e492a; text-decoration:none;}
.footer-b a:hover {text-decoration:underline;}
/* END BEGIN FOOTER */

#contact{ overflow:hidden; height:100%}
#contact .right {width:425px; float:right;}
#contact .right  #title{
background:none;
padding:0;
font-size:22px;
color:#3e492a;
margin:7px 0 0 0;
padding-bottom:18px;
}
#contact .right  #detail{
line-height:175%;
margin-bottom:32px;
padding-bottom:32px;
font-size:13px;
}
#titleExt .right {width:auto;/* MOD */}
#contact .left{float:left; width:470px;/* MOD */}
#contact .left a {color:#3e492a; text-decoration:none;}
#contact .left a:hover {text-decoration: underline;}
#contact .left #title{
background:none;
padding:0;
font-size:22px;
color:#3e492a;
margin:7px 0 0 0;
padding-bottom:18px;
}
#contact .left #detail{
line-height:175%;
margin-bottom:32px;
padding-bottom:32px;
font-size:13px;
}
#titleExt .left {width:auto;/* MOD */}





/*blogs styles*/
#blog-title {
display:block;
border-bottom:1px solid #f1efe5;
box-shadow: -2px 5px 5px rgba(122,122,122,0.1);
padding:0;
}
.blog-title-links {
position:relative;
z-index:2;
left:-2px;
bottom:-12px;
padding:7px 10px;
color:#ffffff !important;
text-decoration:none;
font-size:16px;
font-weight:normal;
font-style:italic;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
box-shadow: 3px 3px 1px rgba(122,122,122,0.3);
background: #3e492a;
background: -webkit-gradient(linear, left top, right top, from(#69794c), to(#3e492a));
background: -webkit-linear-gradient(left, #3e492a, #69794c);
background: -moz-linear-gradient(left, #3e492a, #69794c);
background: -ms-linear-gradient(left, #3e492a, #69794c);
background: -o-linear-gradient(left, #3e492a, #69794c);
}
#bloglinks {
width:auto;
margin-top: 50px;
padding:0 0 10px 0;
clear:both;
}
#blogdalee {
float:right;
margin:-20px 5px 0 0;
padding: 5px 10px 5px 10px;
background:#393939;
background: linear-gradient(#707070, #393939);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#393939), to(#707070));
background: -webkit-linear-gradient(#707070, #393939);
background: -moz-linear-gradient(#707070, #393939);
background: -o-linear-gradient(#707070, #393939);
background: -ms-linear-gradient(#707070, #393939);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
#blogdalee:hover {
background:#393939;
background: linear-gradient(#393939, #707070);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#707070), to(#393939));
background: -webkit-linear-gradient(#393939, #707070);
background: -moz-linear-gradient(#393939, #707070);
background: -o-linear-gradient(#393939, #707070);
background: -ms-linear-gradient(#393939, #707070);
}
#blogdalee a {color:#ffffff; text-decoration:none;}
#blogdalee a:hover {color:#e5e5e5;}
/*end *blogs styles*/