/*
Theme Name: LenMed
Theme URI: http://alxv.ru/
Description: Alxv's theme for LenMed site (http://lenmed-spb.ru/)
Author: Alxv
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


html, body, p, div, img, span, h1, h2, h3, h4 {
  margin:0;
  margin-top: 10;
  padding:0;
  font-weight: normal;
}

html, body {
  height: 100%;
}


body {
  font: normal normal 12px Arial, sans-serif;
  background: #008cda url('images/bg_body.gif') top left repeat-x;
  color: #666666;
  margin:0;
  padding:0;
  font-size: 12px;
  min-height: 100%;
}

img {
  border: none;
}
a {
  color: #488ccb;
}


.clear {
  clear: both;
}



#main_pane {
  width: 950px;
  margin: 0px auto;
  padding: 0 15px;
  background-color: white;
  min-height: 100%;
}

/******************* start FOOTER *******************/

.hfooter {
  clear: both;
  height: 68px;
}
#footer {
  width: 890px;
  height: 52px;
  margin: -68px auto 0px auto;
  padding: 16px 45px 0 45px;
  background: white url('images/bg_footer.gif') top left no-repeat;
}
#footer .info {
  float: left;
  line-height: 16px;
}
#footer .nav {
  float: left;
  margin-left: 50px;
}
#footer .nav .ele {
  line-height: 32px;
  margin-right: 15px;
  font-size: 13px;
  float: left;
}
#footer .nav .ele a {
  color: #787878;
  text-decoration: none;
}

/******************* start HEADER *******************/

#header {
  width: 980px;
  height: 220px;
}

#logo {
  width: 242px;
  height: 220px;
  float: left;
}

#header_info {
  width: 708px;
  height: 220px;
  background: url('images/head.jpg') top left no-repeat;
  float: left;
  position: relative;
}
#header_info .caption {
  color: #8f8f8f;
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 4px;
}
#header_info p {
  font-weight: normal;
  font-size: 12px;
}
#header_info .data {
  color: #ff0000;
  padding-bottom: 0px;
  font-size:10px;
}
#header_info .link {
  padding-top: 2px;
}

#adr {
  width: 135px;
  height: 75px;
  position: absolute;
  top: 12px;
  right: 25px;
  padding: 5px 0px 0px 0px;
/*
  border: 1px solid red;
*/
}
#wtime {
  width: 130px;
  height: 75px;
  position: absolute;
  top: 95px;
  right: 20px;
  padding: 7px 10px;
/*
  border: 1px solid red;
*/
}
#wtime .data.lcol {
  float: left;
  width: 50px;
}

#mail {
  width: 170px;
  height: 20px;
  position: absolute;
  top: 197px;
  right: 15px;
  text-align: right;
/*
  border: 1px solid red;
*/
}
#mail .data {
  float: right;
  padding-left: 5px;
}

#tel {
  width: 170px;
  height: 70px;
  position: absolute;
  top: 126px;
  right: 230px;
  text-align: right;
/*
  border: 1px solid red;
*/
}
#tel .caption {
  line-height: 70px;
  font-size: 20px;
}
#tel .data {
  float: right;
  padding: 7px 0 0 10px;
}
#tel .data p {
  font-size: 28px;
  line-height: 30px;
}

/******************* start TOP NAV *******************/

#top_nav {
  width: 952px;
  height: 44px;
  margin: 5px 0 10px 0;
}
#top_nav .btn {
  float: left;
  width: 156px;
  height: 44px;
  line-height: 44px;
  margin-right: 2px;
  text-align: center;
  font-size: 16px;
  background: #ededed url('images/btn_nav_top_i.gif') top left no-repeat;
}
#top_nav .btn.active {
  background: #ededed url('images/btn_nav_top_a.gif') top left no-repeat;
}
#top_nav .btn a {
  font-weight: bold;
  text-decoration: none;
}

/******************* start LEFT SIDEBAR *******************/

#sidebar_left {
  width: 227px;
  float: left;
  margin-bottom: 10px;
}
#sidebar_left .bnr {
  text-align: center;
  margin: 15px 0;
}

.sb_left_top,
.sb_left_bottom {
  width: 227px;
  height: 14px;
}

.sb_left_content {
  background: white url('images/bg_sidebar_l.gif') top left repeat-y;
}
.sb_left_content h2 {
  margin: 0 0 15px 20px;
  color: #af4035;
}
.sb_left_content h2.icon {
  margin: 5px 0 0 0;
  color: #787878;
  line-height: 18px;
  float: left;
}

#sidebar_left img.icon {
  width: 37px;
  height: 37px;
  margin: 5px 10px 15px 15px;
  float: left;
}

.sb_left_content .info {
  margin: 0 15px 5px 25px;
  float: left;
}
.sb_left_content .info img {
  margin: 5px 15px 0 0;
  float: left;
}
.sb_left_content .info a {
  display: block;
  float: left;
  margin: 5px 0 0 0;
  width: 145px;
}


.sb_left_top {
  background: #ededed url('images/bg_sidebar_l_t.gif') top left no-repeat;
}
.sb_left_bottom {
  background: #ededed url('images/bg_sidebar_l_b.gif') top left no-repeat;
}

#sidebar_left .btn {
  margin: 2px 0 0 13px;
  width: 179px;
  height: 36px;
  line-height: 13px;
  padding: 7px 0 0 20px;
  font-size: 14px;
  background: #ededed url('images/btn_nav_left_i.gif') top left no-repeat;
}
#sidebar_left .btnn {
  margin: 2px 0 0 13px;
  width: 179px;
  height: 36px;
  line-height: 13px;
  padding: 7px 0 0 20px;
  font-size: 11px;
  background: #ededed url('images/btn_nav_left_i.gif') top left no-repeat;
}
#sidebar_left .btn.one_str {
  height: 30px;
  padding-top: 13px;
}
#sidebar_left .btn.active {
  background: #ededed url('images/btn_nav_left_a.gif') top left no-repeat;
}
#sidebar_left .btnn.active {
  background: #ededed url('images/btn_nav_left_a.gif') top left no-repeat;
}
#sidebar_left .btn.extra {
  background: #ededed url('images/btn_nav_left_extra.gif') top left no-repeat;
}
#sidebar_left .btn a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#sidebar_left .btnn a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}



/******************* start RIGHT SIDEBAR *******************/

#sidebar_right {
  width: 214px;
  float: left;
  margin-bottom: 10px;
}

.sb_right_top,
.sb_right_bottom {
  width: 214px;
  height: 14px;
}

.sb_right_content {
  background: white url('images/bg_sidebar_r.gif') top left repeat-y;
  padding: 5px 0;
}
.sb_right_content h2 {
  margin: 0 0 0 20px;
  color: #787878;
}
.sb_right_content h2.icon {
  margin: 0;
  color: #787878;
  line-height: 18px;
  float: left;
}

.sb_right_content .info {
  margin: 0 15px 5px 15px;
  float: left;
}
.sb_right_content .info img {
  margin: 5px 5px 0 0;
  float: left;
}
.sb_right_content .info a {
  display: block;
  float: left;
  margin: 5px 0 0 0;
  width: 155px;
}


#sidebar_right img.icon {
  width: 37px;
  height: 37px;
  margin: 0 10px 15px 15px;
  float: left;
}

.sb_right_content .action {
  text-align: center;
}

.sb_right_top {
  background: #ededed url('images/bg_sidebar_r_t.gif') top left no-repeat;
}
.sb_right_bottom {
  background: #ededed url('images/bg_sidebar_r_b.gif') top left no-repeat;
}

/******************* start main content *******************/

#main_content {
  width: 498px;
  float: left;
  margin: 0 5px 10px 6px;
}

.main_content_top,
.main_content_bottom {
  width: 498px;
  height: 14px;
}

.main_content_content {
  background: white url('images/bg_content.gif') top left repeat-y;
  padding-bottom: 15px;
  padding-top: 10px;
}

.main_content_content h1 {
  margin: 0px 0 0 20px;
}

.main_content_content h2 {
  margin: 25px 0 0 20px;
  color: #af4035;
}
.main_content_content h3 {
  margin: 10px 5px 5px 20px;
  color: #787878;
font-weight: bold;
}
.main_content_content h2.entry-title {
  margin-top: 0px;
}

.main_content_content p {
  margin: 20px 20px 0 20px;
  text-align: justify;
  text-indent: 30px;
}
.main_content_content ul {
  margin: 10px 20px 0 20px;
}
.main_content_content table {
  margin: 20px 20px 0 20px;
  border: 1px solid #bbbbbb;
  border-collapse: collapse;
}
.main_content_content table td {
  padding: 5px;

}

.main_content_content .images_block {
  margin: 40px 0 0 18px;
}
.main_content_content .images_block img {
  margin: 0 4px 4px 0;
}

.main_content_top {
  background: #ededed url('images/bg_content_t.gif') top left no-repeat;
}
.main_content_bottom {
  background: #ededed url('images/bg_content_b.gif') top left no-repeat;
}





.wpcf7-form p {
  text-indent: 0px;
}
.wpcf7-form input,
.wpcf7-form textarea
{
  font: normal normal 12px Arial, sans-serif;
  border: 1px solid #bbbbbb;
}
.wpcf7-form textarea {
  width: 100%;
  padding: 2px;
}
.alignleft {float:left; margin-right:10px;}
.alignright {float:right; margin-left:10px;}
.aligncenter {margin-left:auto; margin-right:auto; display:block}


