@import url(http://fonts.googleapis.com/css?family=PT+Sans:400italic,400,700&subset=latin,cyrillic);

/* 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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
strong, b{ font-weight: bold;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
line-height: 1;
font-family: 'PT Sans', sans-serif;
background:url('../img/body_bg.jpg') no-repeat bottom center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:0;
	vertical-align:top;
}

a img{
border: 0;
}

a:hover{
text-decoration: none;
}
/* End CSS Reset */



.header_bg{
background:url('../img/header_bg.jpg') repeat;
height:93px;
}
.header{
background:url('../img/header.png') repeat-x top;
height:93px;
}
.logo{
position:relative;
display:block;
background:url('/templates/img/logo.png') no-repeat top left;
width:686px;
height:91px;
margin:0 0 -121px -455px;
left:303px;
z-index:3
}
.tel{
background:url('../img/icon_tel.png') no-repeat left;
text-decoration:none;
display:block;
width:240px;
color:#000;
font-size:25px;
padding:2px 0 0 0;
margin:12px 35px 0 0;
}

.menu{
background:url('../img/menu.png') repeat-x top;
height:39px;
text-align:right;
font-size:14px;
text-transform:uppercase;
position:relative;
z-index:5;
margin-right:13px;
}
.menu li{
display:inline;
padding:0 32px;
}
.menu li:last-child{
padding-right:25px;
}
.menu li a{
display:inline-block;
text-decoration:none;
padding:13px 0 7px;
color:#2b2b2b;
}
.menu li a:hover{
border-bottom:5px #3fbeff solid;
}
.menu li.act a{
border-bottom:5px #3fbeff solid;
}
.main_pic_bg{
background:url('../img/main_pic.gif') repeat-x top;
height:367px;
}
.main_pic{
background:url('../img/main.jpg') no-repeat center top;
height:367px;
}
.content{
width:1000px;
text-align:left;
color:#2b2b2b;
font-size:14px;
}
.content a{
color:#1987bf;
}
.content h1{
font-size:25px;
padding:16px 0 13px 0;
}
.content h2{
font-size:22px;
padding:16px 0 13px 0;
}
.content h3{
font-size:20px;
color:#494949;
padding:19px 0 15px 0;
}
.content p{
padding:5px 5px 5px 20px;
line-height:20px;
text-align:justify;
}
.content ul{
line-height:20px;
margin:5px 47px;
list-style-type: square;
}
.content li{
color:#3fbeff;
}
.content li span{
color:#2b2b2b;
}
.news_date{
display:inline-block;
background:#3fbeff;
padding:3px 11px 4px 9px;
}
.news_txt{
line-height:19px;
margin-bottom:25px;
}

.service_image{
border: solid 1px #cfcfcf;
border-bottom: none;
}

.serv_bot{
border: solid 1px #cfcfcf;
border-top: none;
background:url('../img/serv_bot.gif') no-repeat right top;
}
.serv_bot h3{
padding:18px 10px 10px 17px;
font-size:16px;
}
.footer{
background:url('../img/header_bg.jpg') repeat;
height:58px;
border-top:2px #3fbeff solid;
margin-top:35px;
}
.tel_footer{
background:url('../img/icon_tel_footer.png') no-repeat left;
text-decoration:none;
text-align:right;
display:block;
width:244px;
color:#000;
font-size:25px;
padding:2px 0 5px 0;
margin:13px 27px 0 0;
}
.map_footer{
background:url('../img/icon_map_footer.png') no-repeat left;
text-decoration:none;
text-align:left;
display:block;
width:315px;
color:#000;
font-size:16px;
line-height:18px;
padding:5px 0 5px 38px;
margin:5px 10px 0 28px;
}

.content .table{
margin: 10px 5px 10px 20px;
}

.content .table td{
padding: 10px;
border: solid 1px #dcdcdc;
background: #f4f4f4;
line-height: 1.2;
}

.content .table td:last-child{
text-align: center; 
color: #000000;
font-size: 16px;
}

.content .table  tr:nth-child(2n+1) td{
background: #ececec;
}