@charset "utf-8";
/*
Theme Name:acssamara
Theme URI:
Описание:
Author: Rudchyk.Sergii
Author URI:
*/

a{
	text-decoration:underline;
    color: #000;
}
a:hover{
	text-decoration:none;
}
a img{
	border:0;
}
strong{
	font-weight:bold;
}
b{
	font-weight:bold;
}
em{
	font-style:italic;
}
i{
	font-style:italic;
}
u{
	text-decoration:underline;
}
br{
	clear:both;
}
p{
	margin:15px 0;
}
ul{
	list-style:disc;
}
.nulling_ul{
	list-style:none;
}
li{
	margin-left:25px;
}
ol{
	list-style:decimal;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 2px solid #000;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
h1{
	font-size:20px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
h4{
	font-size:14px;
}
h5{
	font-size:12px;
}
h6{
	font-size:10px;
}
/*WordPress › images*/

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0; 
	display:inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
body{
	height: 100%; 
	margin:0px; 
	padding:0px;
    font-size: 12px;
    color: #000;
    font-family: Arial;
}

.main{
	height:100%;
	position:relative;
    background-color: #fff;
    background-image: url(images/bg.png);
    background-repeat: repeat-x;
    background-position: top;
}
#home{
    background-color: #f5f2eb;
    background-image: none;
}
html>body .main { height: auto; min-height: 100%; }
.header{
    width: 100%;
    height: 100px;
}
.logo_block{
    float: left;
    width: 35%;
    height: 100px;
}
.logo{
    width: 209px;
    height: 62px;
    margin: 32px 0 0 0;
    float: right;
}
.header_block{
    float: left;
    width: 65%;
    height: 100px;
}
.main_header_block{
    float: left;
    width: 100%;
    display: inline-block;
}
.top_nav{
    width: 100%;
    height: 35px;
    display: inline-block;
	position:relative;
	z-index:100;
}
.top_nav ul{
    margin: 9px 0 0 400px;
    padding: 0;
    list-style: none;
}
.top_nav li{
    margin: 0;
    padding: 0 15px;
    float: left;
}
.top_nav a{
    color: #767676;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.top_nav a:hover{
    text-decoration: underline;
}
.city{
    padding: 0 0 0 10px !important;
    position: relative;
}
.city a{
    border: 1px solid #cbcbcb;
    background-color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #868686!important;
    font-size: 8px!important;
    background-image: url(images/sity_img.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding: 3px 30px 3px 15px;
}
.city a:hover{
    text-decoration: none;
}
.city:hover ul{
    display: block;
}
.city ul{
    display: none;
    position: absolute;
    margin: 0;
    padding: 2px 0 2px;
    z-index: 1000;
    border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    border: 1px solid #cbcbcb;
    border-top: none;
    background-color: #FFF;
    top: 15px;
	left:0;
	z-index: 1000;
}
/* Firefox & IE 7, и выше */
html>body .city ul {
    left:10px;
}

.city ul li{
    float: none !important;
    padding: 1px 0!important;
}
.city ul li a{
    border: none!important;
    background-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-image: none!important;
    padding: 5px 20px 5px 15px;
}
.city ul li a:hover{
    text-decoration: underline !important;
}
.botttom_main_block{
    width: 100%;
    height: 52px;
    background-image: url(images/nav_bg.png);
    background-repeat: repeat-x;
}
.botttom_block{
    width: 100%;
    height: 52px;
    background-image: url(images/nav.jpg);
    background-repeat: no-repeat;
    background-position: top left;
	position:relative;
	z-index:10;
}
.main_nav{
    float: left;
    width: 530px;
}
.main_nav ul{
    margin: 0 0 0 13px;
    padding: 0;
    list-style: none;
    position: relative;
}
.main_nav li{
    margin: 0;
    padding: 0;
    float: left;
    background-image: url(images/nav_separator.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 2px;
}
.main_nav a{
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    padding: 12px 18px 13px;
    display: block;
    border: 1px solid transparent;
}
.main_nav a:hover{
    color: #3b467e;
    background-image: url(images/nav_hover.png);
    background-repeat: repeat-x;
    border: 1px solid #fff;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    margin-top: 12px;
    padding: 5px 18px 18px;
}
.main_nav li ul{
    display: none;
    position: absolute;
    width: 1000px;
    margin: 0 !important;
    top: 51px;
    left: 7px;
}
.main_nav li:hover ul{
    display: block;
}
.main_nav li:hover a{
    color: #3b467e;
    background-image: url(images/nav_hover.png);
    background-repeat: repeat-x;
    border: 1px solid #fff;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    margin-top: 12px;
    padding: 5px 18px 18px;
}
.main_nav li ul li{
    float: left;
    padding: 0 !important;
    background-image: none!important;
    margin: 0 !important;
}
.main_nav li ul li a{
    font-size: 12px !important;
    color: #000!important;
    background-image: none!important;
    padding: 0!important;
    margin: 0 !important;
    border: none!important;
    width: 99px;
    height: 21px;
    text-align: center;
    line-height: 21px;
}
.main_nav li ul li a:hover{
    font-size: 12px !important;
    color: #fff!important;
    background-image: url(images/sub_menu.png)!important;
    padding: 0!important;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    margin-top: 0 !important;
    border: none!important;
}
.search{
    float: left;
    width: 179px;
    margin-top: 5px;
}
.search span{
    font-size: 9px;
    color: #000;
    display: inline-block;
    width: 45px;
    text-align: center;
}
.art-field{
    width: 99px;
    height: 16px;
    background-color: #efebe2;
    border: 1px solid #cec9c0;
    padding: 0;
    margin: 0;
    font-size: 9px;
    color: #000;
}
.art-button{
    position: relative;
    top: 4px;
    left: 3px;
    z-index: 100;
}
.main_content{
    width: 100%;
}
.content{
    width: 950px;
    margin: 20px auto 56px;
}
#page{
    background-image: url(images/single_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
.content_block{
    width: 100%;
    display: inline-block;
}
.sidebar{
    width: 180px;
    float: left;
}
.home_widget{
    margin-bottom: 55px;
    width: 100%;
    height: 378px;
    background-image: url(images/sidebar_block.jpg);
    display: inline-block;
}
.home_nav{
    width: 155px;
    margin: 5px auto 0;
    padding: 0;
    list-style: none;
	position:relative;
	z-index:100;
	
}
.home_nav li{
    padding: 5px 0;
    border-bottom: 1px solid #d0d1ca;
    width: 100;
    margin: 0;
    background-image: url(images/separator1.png);
    background-position: right;
    background-repeat: no-repeat;
	position:relative;
	z-index:150;
}
.home_nav li ul{
    display: none;
    position: absolute;
    list-style: none;
    width: 178px;
    z-index: 999;
    top: -3px;
	left:156px;
	z-index:1000;
}
.home_nav li:hover ul{
    display: block;
}
.home_nav li ul li{
    padding: 5px 0;
    border-bottom: 1px solid #d0d1ca;
    margin: 0 13px 0 11px;
    background-image: url(images/separator1.png);
    background-position: 141px 9px;
    background-repeat: no-repeat;
	position:relative;
	 background-color: #EEE9E3;
	 
}
.home_nav li ul li a{
	z-index:1000;
	position:relative;
	z-index:1000;
}
.home_nav a{
    font-size: 11px;
    color: #000;
    text-decoration: none;
	position:static;
	z-index:200;
}
.home_nav a:hover{
    text-decoration: none;
}
.home_buttons{
    margin: 36px auto 0;
    width: 161px;
    padding: 0;
    list-style: none;
}
.home_buttons li{
    margin-bottom: 9px;
    margin-left: 0;
    padding: 0;
}
.home_buttons a{
    width: 111px;
    height: 51px;
    padding-left: 50px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.home_buttons a:hover{
    text-decoration: none;
    color: #111;
}
.home_buttons a span{
    display: block;
    font-size: 18px;
    padding-top: 6px;
}
.belt{
    background-image: url(images/сallback.png);
}
.call{
     background-image: url(images/сallback2.png);
}
.consultant{
     background-image: url(images/consultant.png);
	 background-position:top;
}
.consultant:hover{
	 background-position:bottom;
}
.first{
    display: block;
}
.second{
    display: none;
}
.consultant:hover .first{
    display: none;
}
.consultant:hover{
    color: #fff!important;
}
.consultant:hover .second{
    display: block;
}
/*WordPress › widget*/
.sidebar_widget{
    margin: 0;
    padding: 0;
    list-style: none;
}
.screen-reader-text {
	display:none;
}
.widget{
    margin: 0;
    padding: 0;
    border: 1px solid #9a9a9a;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.widget a{
    color: #999999;
    text-decoration: none;
}
.widget a:hover{
    text-decoration: underline;
}
.widgettitle{
    color: #0d9abd;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 5px;
}
.textwidget{
    padding: 10px;
    font-size: 12px;
    color: #999999;
}
.textwidget p{
    margin: 0;
    padding: 0;
}
.name span{
    font-size: 14px;
    color: #333366;
}
.adress{
    padding: 10px 0 !important;
}
.phone{
    border-top: 1px solid #999999;
    margin-top: 10px;
}
.phone p{
    background-image: url(images/phone.jpg);
    background-repeat: no-repeat;
    background-position: 0 8px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 5px!important;
    text-indent: 15px;
}
.phone span{
    color: #99cc00;
}
.text_block{
    width: 770px;
    float: left;
}
.home_post{
    padding-left: 35px;
    width: 735px;
    background-image: url(images/main_img.jpg);
    height: 564px;
    background-repeat: no-repeat;
    background-position: right bottom;
	position:relative;
}
.column{
    width: 293px;
    display: inline-block;
}
.carousel{
    width: 100%;
    margin-bottom: 15px;
}
.new{
    margin-bottom: 25px;
}
.new img{
    margin-left: 15px;
}
.home_title{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    padding-left: 15px;
    background-image: url(images/list_style.jpg);
    background-repeat: no-repeat;
    background-position: left;
    margin: 5px 0 10px;
}
.home_title span{
    font-size: 11px;
    color: #999999;
    text-transform: none;
    padding-left: 5px;
}
.home_title img{
    position: relative;
    top: -3px;
}

#news{
    margin-bottom: 20px;
}

#news ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#news li{
    padding: 3px 0;
    margin: 0 24px 0 25px;
    border-bottom: 1px solid #ebe6d9;
	/*overflow:hidden;*/
	position:relative;
	height:14px;
}

#news li span{
    color: #000;
   /* display: inline-block;*/
    width: 60px;
    font-size: 11px;
}

#news a{
    color: #999;
    font-size: 12px;
    text-decoration: none;
}
#news a:hover{
  /*  text-decoration: underline;*/}

.home_bottom{
    margin-bottom: 15px;
}
.home_bottom ul{
    margin: 0 24px 0 15px;
    padding: 0;
    list-style: none;
}
.home_bottom li{
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}
.empty{
    width: 100%;
    height: 62px;
}
.main_footer{
    width: 100%;
    height: 62px;
    position: absolute;
    bottom: 0;
}
.footer{
    width: 910px;
    margin: 0 auto;
    border-top: 1px solid #ebe6d9;
}
.footer_block{
    width: 100%;
    display: inline-block;
    height: 62px;
}
.footer_text{
    width: 430px;
    float: left;
    margin-top: 15px;
}
.footer_logo{
    width: 96px;
    float: left;
}
.footer_blogname{
    width: 238px;
    float: left;
    font-size: 12px;
    color: #999;
    margin: 4px 0 0 13px;
    background-image: url(images/footer_separator.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 5px 0 5px 13px;
}
.counter{
    width: 300px;
    float: right;
    margin-top: 15px;
}
.counter ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.counter li{
    margin: 0 0 0 10px;
    padding: 0;
    float: right;
}

.counter li a img 
 { 
 opacity:0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */ 
 -moz-opacity:0.3; /* Mozilla 1.6 */ 
 filter:alpha(opacity=40); /* IE 5.5+*/ 
 } 

.counter li a:hover img 
 { 
 opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100); 
 }


.post_block{
    width: 710px;
    background-image: url(images/page_post_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 192px;
    margin: 161px 0 0 47px;
    position: relative;
}
.post{
    padding: 30px;
    line-height: 20px;
}
.post a{
    color: #808080;
    text-decoration: none;
}
.post a:hover{
    text-decoration: underline;
}
.post_title{
    font-size: 20px;
    color: #005fd4;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-right: 255px;
}
#post_title_shadow{
    font-size: 20px;
    color: #005fd4;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-right: 255px;
}
.post_content{
text-align: justify;
word-spacing: -0.3ex;
font-size:0.80em;
	  	 line-height: 1.2em;
	  	 	 float:left;
	  	 	 color:#989898;
}

.post_content a{
	 color:#01669a;
	 text-decoration:none;
}
.post_content a:hover{
	 text-decoration:underline;
}
.post_content p{
    text-align: justify;  /* Выравнивание по ширине */
     padding:0px 0 10px 0px;
}
.post_content ol{
	 margin-left:25px;
	 padding-bottom:12px;
	list-style-position:  outside;
}
.post_content ol li{
	 /*background:url(http://air63.ru/images/marker.png) left 6px no-repeat;*/
	/* list-style-image: none;*/
	 /*list-style-position: outside;*/
	/* list-style:none;*/
	 /*list-style-type: circle;*/
}
.post_content ul{
	 margin-left:25px;
	 padding-bottom:12px;
}
.post_content ul li{
	 /*background:url(http://air63.ru/images/marker.png) left 6px no-repeat;*/
	 list-style-image: none;
	 list-style-position: outside;
	 list-style:none;
	 list-style-type: circle;
}
.breadcrumb{
    position: absolute;
    top: 34px;
    right: 10px;
    font-size: 11px;
    color: #989898;
    width: 255px;
    text-decoration: none;
   
}
.breadcrumb a{
    color: #989898;
    padding: 0 4px;
    text-decoration: none;
}
.breadcrumb a:hover{
    color: #757575;
}
.breadcrumb img{
    padding: 0 4px;
    position: relative;
    top: -1px;
}
.page_widget{
    margin: 0 auto 125px;
    width: 174px;
    height: 178px;
    background-image: url(images/page_menu_bg.png);
    display: inline-block;
}
.page_nav{
    width: 154px;
    margin: 10px auto 0;
    padding: 0;
    list-style: none;
}
.page_nav li{
    padding: 1px 0;
    margin: 0;
}
.page_nav a{
    font-size: 12px;
    color: #000;
    text-decoration: none;
    width: 154px;
    height: 24px;
    display: block;
    background-image: url(images/page_menu.png);
    background-position: bottom;
    text-indent: 21px;
    line-height: 24px;
}
.page_nav a:hover{
    text-decoration: none;
    background-position: top;
}
.empty_block{
    width: 100%;
    height: 128px;
}
.single_title{
    background-image: url(images/title_img.jpg);
    background-repeat: no-repeat;
    background-position: 5px 0;
}
.single_widget{
    margin: 0 auto 25px;
    width: 174px;
    height: 178px;
    background-image: url(images/page_menu_bg.png);
    display: inline-block;
}

.thumb{
    width: 90px;
     border-bottom: 1px solid #b1d8e9;
}
.thumb img{
    width: 90px;
    height: 75px;
}
.description{
    width: 330px;
    padding: 0 5px;
    text-align: justify;
    line-height: 14px;
     border-bottom: 1px solid #b1d8e9;
}
.area{
    text-align: center;
    width: 80px;
     border-bottom: 1px solid #b1d8e9;
}
.price{
    text-align: center;
    width: 60px;
     border-bottom: 1px solid #b1d8e9;
}
.correct_link{
	position:absolute;
	top:121px;
	right:208px;
	font-size:10px;
	color:#99cc00;
	font-family:Arial;
	padding-left:10px;
	background-image:url(images/li.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
}
.correct_link:hover{
	text-decoration:underline;
}
.correct_link span{
	text-transform:uppercase;
	color:#f58d07;
}


/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

svg {
/*
  For IE9.
*/
  overflow: hidden;
}
/*----------------------------------------------------------------------------------
аккордион
-----------------------------------------------------------------------------------*/
/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/

.container {
	width:100%;	
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}

.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	overflow:hidden;
}

.contentWrapper{	
}

.contentInnerWrapper{
	text-align: justify;
}

.handle{
	float: left;
	width: 23px;
	margin: 1px;
	margin-right: -10px;
	background:  url(http://acssamara.ru/sm-content/themes/acssamara/images/blade.png) no-repeat;
}
.handleOver{	
	background: url(../images/blade_sel.png) no-repeat;
}
.handleSelected{	
	background: url(../images/blade_sel.png) no-repeat;
}

/*EXTRAS*/

/*  TEST 3  */

/*Main Container*/

.container3 {
	width:100%;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}

/*Handle*/
.handle3 {
	float: left;
	width: 23px;
	height: 125px;
	text-align:center;
}
.handle3 img{
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.handleOver3{
}
.handleOver3 img{
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

.handleSelected3{
	
}

.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	
}
.contentWrapper3 h3{

}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	overflow:hidden;
}



.test4 .handle {
	float: left;
	width: 23px;
	margin-right: -10px;
	background:  url(../images/blade_grey.png) no-repeat;
	text-align:center;
	padding-top:10px;
	font-weight: bold;
	color: #9e9e9e;
	font-size: 16px;
}
.test4 .handleOver{	
	background: url(../images/blade_grey_sel.png) no-repeat;
}
.test4 .handleSelected{
	
	background: url(../images/blade_grey_sel.png) no-repeat;
}

#shadow {
display:inline ;   }
#podcatom{
display: none;
}

/* стиль статей */

.article_content ul{
	 margin-left:25px;
	 padding-bottom:12px;
	 padding-top:12px;
}
.article_content ul li{
	
	 list-style-image: none;
	 list-style-position: outside;
	 list-style:none;
	/* list-style-type: circle;*/
}
.article_content{
text-align: justify;
word-spacing: -0.3ex;
font-size:0.80em;
	  	 line-height: 1.2em;
	  	 	 float:left;
	  	 	 color:#989898;
}
.cherta{
    border-top: 1px solid #999999;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article_content a{
	 color:#01669a;
	 text-decoration:none;
}
.article_content a:hover{

	 text-decoration:underline;
	 /*font-weight: bold; */
	  margin-left: 4px;
/*	  word-spacing: -0.3ex;
font-size:0.90em;*/
}
.articlepodcat {float:right;font-size:9px; }

 #tooltip {
 width: 200px;
 position: absolute;
 z-index: 10;
 border: 1px solid #b1d8e9;
 background-color: #f5f2eb;
 font: 1em verdana;
 color: #000;
 padding: 5px;
 opacity: 0.75;
     font-size: 11px;
    color: #828282;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 }