@charset "utf-8";
body { margin:0; padding:0; width:100%; background:#fff url(images/body_bg.jpg) top repeat-x;}
html { padding:0; margin:0;}

body:before
{
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   }

/* main */
.main {width:100%; padding:0; margin:0 auto; }
.resize { width:960px; margin:0 auto;}

/********** header **********/
.header {margin:0 auto 30px auto; width:1000px; padding:0; background:url(images/menu_lft.gif) no-repeat 0px 111px;}
.block_header {margin:0 auto; width:960px; background: url(images/bg_top.jpg) repeat-x top; border:2px solid #fff;}
.head_2 {margin:0 auto; width:1000px; padding:0; background:url(images/menu_rght.gif) no-repeat 980px 111px;}
/* logo */
.logo { float:left; padding:0; margin:0; width:245px; padding:30px 0px 30px 30px;}
.logo_text {float:left; width:320px; padding:0; margin-top:48px; font:normal 11px Tahoma, Helvetica, sans-serif; color:#727b73; padding-left:5px; text-shadow: 0 1px 0 #fff;}
/*searchbar*/
.searchbar { float:left; font:normal 11px Tahoma, Helvetica, sans-serif; color:#000; padding:0; margin-top:50px; margin-left:60px;  width:260px;}

.qrcode img { float:left; margin: 0px 10px 20px 0px;  }


/* menu */	
.menu { padding:0; margin:0 auto; width:960px;  height:54px; background:url(images/menu_bg.jpg) top repeat-x; color:#fff; }
.menu ul { padding:0; list-style:none; border:0; margin:0; padding:0 30px !important; }
.menu ul li { float:left; margin:0; border:0; }
.menu ul li a { float:left; margin:0; color:#fff; font:bold 12px Arial, Helvetica, sans-serif; padding:19px; text-decoration: none; border-right:1px solid #87a718; width: auto; text-shadow: 0 1px 0 #000;}
.menu ul li a.active {color:#fff; text-decoration:none; font:bold 12px Arial, Helvetica, sans-serif; background:url(images/hover.jpg) repeat-x;}
.menu ul li a:hover { color:#fff; background:url(images/hover.jpg) repeat-x;}
.menu ul li a.newcat { background: url(images/menu_bg_r.jpg) repeat-x;}
.menu ul li a.newcat:hover { color:#fff; background:url(images/hover_newcat.jpg) repeat-x; }

/* text */
.text {margin:0 auto; width:960px; padding:0; background: url(images/text.jpg) repeat-x top; height:40px; border:2px solid #fff;  font:normal 10px Tahoma, Helvetica, sans-serif; color:#89908a;}
.text .left_t {float:left; width:70%; margin:15px 0 0 55px !important; margin:15px 0 0 25px; text-shadow: 0 1px 0 #fff;}
.text .right_t {float:right; width:150px; padding:8px;}
.text .right_t img { margin:5px 5px 0 0; box-shadow: 1px 1px 1px 1px #d1d1d1;}
.text .right_t img:hover { margin:5px 5px 0 0; box-shadow: 1px 1px 1px 1px #e8eae7;}
/*body*/
.body { width:900px; margin:0 auto; padding:20px 30px; background:#fff; border-bottom:1px solid #eaecea; border-left:2px solid #F3F4F4; border-right:2px solid #F3F4F4; }
.body a { font:12px Tahoma, Helvetica, sans-serif; color:#6f6f6f; line-height:1.8em;}
.body a:hover { text-decoration: none;}

.body h1 { font:normal 22px Tahoma, Helvetica, sans-serif; color:#363f38; margin:0; padding:15px 5px; }
.body h1 span { color:#99b41e;}

.body h2 { font:normal 16px Tahoma, Helvetica, sans-serif; color:#663366; margin:0; padding:15px 5px; border-bottom: 1px dashed #eaecea;}
.body h2 span { color:#663366;}
.body h3 { font:normal 12px Tahoma, Helvetica, sans-serif; color:#663366; margin:0; padding:15px 5px; border-bottom: 1px dashed #eaecea;}
.body p { font:normal 12px Tahoma, Helvetica, sans-serif; color:#6f6f6f; line-height:1.8em; margin:0; padding:5px;}
.body p span.red { color: #F00; }

.body p.advant {
	 -moz-border-radius: 4px;
  border-radius: 4px;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcfe81), to(#cbeb76));
        background-image: -webkit-linear-gradient(top, #dcfe81, #cbeb76);
        background-image: -moz-linear-gradient(top, #dcfe81, #cbeb76);
        background-image: -ms-linear-gradient(top, #dcfe81, #cbeb76);
        background-image: -o-linear-gradient(top, #dcfe81, #cbeb76);
        background-image: linear-gradient(top, #dcfe81, #cbeb76);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dcfe81', EndColorStr='#cbeb76');
	margin: 10px 0; 
	padding: 15px;
	box-shadow: 1px 1px 1px 1px #ccc;
	}
.body p.advant img { float:left; width: 20px; height: 16x; margin: 5px 5px 0 0;}
.body p.disadvant { background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF0F0), to(#fedddd));
        background-image: -webkit-linear-gradient(top, #FFF0F0, #fedddd);
        background-image: -moz-linear-gradient(top, #FFF0F0, #fedddd);
        background-image: -ms-linear-gradient(top, #FFF0F0, #fedddd);
        background-image: -o-linear-gradient(top, #FFF0F0, #fedddd);
        background-image: linear-gradient(top, #FFF0F0, #fedddd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFF0F0', EndColorStr='#fedddd');  -moz-border-radius: 4px;
  border-radius: 4px;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
	margin: 10px 0; 
	padding: 15px;
	box-shadow: 1px 1px 1px 1px #ccc;}
.body p.disadvant img { float:left; width: 20px; height: 16px; margin: 5px 5px 0 0;}
.body p.price {
	border-top: 1px dashed #eaeaea;≠≠
	margin: 5px 0;
	border-bottom: 1px dashed #eaeaea;
}
.body p.price img { margin: 5px 30px;}



.body #v_navi { float: left; width: 240px; padding: 10px 20px; border-right:1px dotted #eaecea;}

.body #v_navi a { display: block; padding: 5px 5px 7px; line-height: 1.5em; list-style: none; border-bottom:1px solid #eaecea; text-decoration: none;}
.body #v_navi a:hover { background-color: #F8F8F8; }
.body #v_navi #phone { background: url(images/phone_bg.gif) no-repeat center; width: 240px; height: 60px; margin: 10px auto; }
.body #v_navi #phone p.phone_text { font-family: Georgia, "Times New Roman", Times, serif; font-size: 34px; padding: 0 20px;}
.body #v_navi #phone p.phone_text span { font-size: 10px; text-shadow: #CCC; }

a.button {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0 auto;
	text-align:center;
}
a.button:hover {
    color: #333;
    border-color: #ccc;
    -moz-box-shadow: 0 2px 0 #ccc; -webkit-box-shadow:0 2px 5px #ccc;
    box-shadow: 0 1px 2px #ccc;
}
a.button:active {
    color: #ccc;
    border-color: #ccc;
}


.body #r_box { float:left; width: 560px; padding: 10px 20px;}
.body #r_box ul li {font:normal 12px Tahoma, Helvetica, sans-serif; color:#6f6f6f; line-height:1.8em;}
.body #r_box ol li {font:normal 12px Tahoma, Helvetica, sans-serif; color:#6f6f6f; line-height:1.8em;}
.body #v_navi div.adblock { margin: 10px 0;}
.body div.h_adblock { margin: 20px auto; width: 728px;}

/* adress table */
table {
*border-collapse: collapse; /* Для IE7 и старше */
    border-spacing: 0;
    width: 100%; 
font-family: 'trebuchet MS', 'Lucida sans', Arial;
    font-size: 14px;
    color: #444; }	
.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}  

/*search*/
table tr td { font:normal 12px Tahoma, Helvetica, sans-serif; color:#6f6f6f; line-height:1.8em; margin:0; padding: 0; }

/*services*/
.body .img {float:left; width:50px; padding:10px 0 0 15px; margin:0;}
.body .full {float:left; width:800px; border-bottom:1px dashed #caceca; padding: 10px 0 10px 0; margin:0;}
.body .full p {padding:0 0 0 20px !important;}
.body .full img {margin:0 15px 10px 0 !important;}
.body .bott {float:left; padding:5px;}
.body .bott p {padding:0 !important;}
.body .bott img {margin:5px 10px;}

.body .right  { float:right; width:270px; padding:0; margin:0 0 15px 0;}
.body .right .testimonials { margin:10px 0 0 0;}
.body .right a { font:normal 13px Arial, Helvetica, sans-serif; color:#99B41E; text-decoration:none;}
.body .right .testimonials h5 { font:bold 11px Arial, Helvetica, sans-serif; color:#616a62; float:right;}
.body .right .testimonials p {font:italic 13px Arial, Helvetica, sans-serif; color:#6e776f; line-height:1.8em;}

.body ul.sub { list-style:none; padding:0; margin:0;}
.body ul.sub li { line-height: normal; padding:10px 0 10px 25px; margin:0;}
.body ul.sub li a { font:normal 13px Arial, Helvetica, sans-serif; color:#6e6e6e;}
.body ul.sub li a.active { font:normal 13px Arial, Helvetica, sans-serif; color:#99b41e;}
.body ul.sub li a:hover { font:normal 13px Arial, Helvetica, sans-serif; color:#99b41e; text-decoration:underline;}

.body .left {float:left; width:570px; margin:0; padding:0;}
.body .left .line { border-top:1px dashed #caceca; padding:10px 0 0 0; margin:5px 0;}
.body .left p {font:normal 11px Arial, Helvetica, sans-serif; color:#6e776f; line-height:1.8em ;}
.body .left h3 {font:bold 17px Tahoma, Helvetica, sans-serif; color:#616a62; margin:0; padding:10px 0; }
.body .left img { margin:0; padding:5px 15px;}
.body_bg { background:#fff url(images/footer_bg.jpg) repeat-x bottom;}

/********** contact form **********/
.form { float:left; width:560px; margin:0 0 0 0px !important; margin: 0 0 0 20px;}
div#cerror { width: 540px; margin: 0 auto; text-align:center; }
div.form p.form_text{font:normal 11px Arial, Helvetica, sans-serif; color:#6e776f; line-height:1em; }
.inputtext { font:normal 11px Arial, Helvetica, sans-serif; color:#6e776f; width:540px;}
.comarea{width:540px;}
.tcenter input,textarea {font:normal 11px Arial, Helvetica, sans-serif; color:#6e776f; }

input.formbutton {width: 180px; background-color: #F2F2F2 ; color:#666; border: 1px solid #d8d8d8; margin: 0; padding: 2px 5px;}
input.formbutton:hover {padding: 2px 5px; background-color: #F6F6F6; color: #333; border: 1px solid #b6b6b6; margin: 0;}


/********** footer **********/
/*Twitter*/
.footer { width:964px; margin:0 auto; padding:20px 0; color:#a7aea8; font:normal 10px Tahoma, Geneva, sans-serif; background:url(images/footer_bg_l.jpg) repeat-x top;}
.footer a { color:#9db221; font:normal 10px Tahoma, Geneva, sans-serif; padding:5px ; text-decoration:underline; }
.footer a:hover {text-decoration:none;}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
li.bg, .bg { clear:both; padding:0; margin:5px 0; background:none;}

#banners { width: 300px; height: 36px; padding: 5px; margin:5px auto;}

/***********************java*********************************/
/* Scroll */
#screen { width:935px; padding:0; margin:0 auto;}
#screen ul { margin:0 auto; padding:0;}
#screen li { float:left; list-style:none; border:0;}
#screen .jq-ss-crop { margin:0; border:0; float:left; }
#left, #right { margin-top:50px; display:block; text-decoration:none; width:38px; padding:0 6px; }
#view { margin:0; padding:0; width:835px; border:0; height:300px; overflow:hidden; }
#images { width:2520px; padding:0; border:0; margin:0 auto;}
#images li a { color:#b1c229; font:bold 11px Tahoma, Geneva, sans-serif; line-height:1.8em;}
#images li span { display:block; font:normal 11px Tahoma, Geneva, sans-serif; color:#6f6f6f; padding:0 5px; margin:0; width:270px; line-height:1.8em;}
#images li img { margin:5px 0;}
#images li img.screen { display:block; border:0; margin:0; max-width:270px; padding:0;}

