/* @group reset.css */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* @end */

/* @group global.css */
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  line-height: 0;
}
.hidden {display: none;}
/* @end */

html {
  height: 100%;
  background: #4b4b4b url("../img/html-bg-t.png") no-repeat 50% 0;
}
body {
  font: 12px/18px Arial, sans-serif;
  min-height: 100%;
  color: #4d4d4d;
  background: url("../img/body-bg-t.jpg") no-repeat 50% 0;
}

a {color: #cd001e;}

.container {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

/* @group Header */
.header {
  position: relative;
  height: 279px;
  background: url("../img/header-bg.jpg") no-repeat;
}
.header .licences {
  position: absolute;
  top: 0;
  right: 5px;
  color: #696969;
}
.header .licences li {
  font-size: 10px;
  display: inline;
  margin-right: 10px;
  line-height: 40px;
}
.header .service-nav {
  position: absolute;
  top: 40px;
  left: 0;
}
.header .service-nav li {
  float: left;
}
.header .service-nav li a {
  display: block;
  overflow: hidden;
  width: 22px;
  height: 0;
  margin-right: 6px;
  padding-top: 22px;
  background: url("../img/service-nav-bg.gif") no-repeat;
}
.header .service-nav .contacts a {background-position: -22px 0;}
.header .service-nav form {
  position: relative;
  overflow: hidden;
  width: 274px;
  height: 22px;
  left: 25px;
  background: url("../img/search-input-bg.gif") no-repeat;
}
.header .service-nav form .inp {
  position: relative;
  top: 2px;
  left: 7px;
  width: 240px;
  padding: 2px 0;
  color: #fff;
  border: 0;
  background: none;
}
.header .service-nav form .btn {
  position: absolute;
  top: 4px;
  right: 7px;
}
.header .service-nav form input:focus {outline: none;}
.header .branding {
  position: absolute;
  top: 127px;
  left: 55px;
  width: 265px;
  height: 82px;
  background: url("../img/logo-bg.png") no-repeat;
}
.header .branding a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 82px;
}
html>body .header .shadow {
  position: absolute;
  top: 63px;
  left: 0;
  width: 13px;
  height: 178px;
  margin-left: -8px;
  background: url("../img/header-shadow-bg.png") no-repeat;
}
/* @end */

/* @group Fonts */
@font-face {
  font-family: 'PTSansNarrowRegular';
  src: url('ptn57f-webfont.eot');
  src: local('☺'), url('ptn57f-webfont.woff') format('woff'), url('ptn57f-webfont.ttf') format('truetype'), url('ptn57f-webfont.svg#webfontsJllA6ip') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* @end */

/* @group Navigation */
.nav-container {
  position: relative;
  z-index: 999;
  height: 61px;
  background: url("../img/nav-bg.png") no-repeat;
}
.nav-container a {color: #fff;}
.nav-container .lang {
  float: left;
  width: 123px;
}
.nav-container .lang ul {
  padding: 9px 0 0 14px;
}
.nav-container .lang li {
  font-size: 11px;
  float: left;
  padding: 0 6px;
  margin-right: 4px;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  color: #262626;
}
.nav-container .lang .rounded {
  background: #bbb;
}
.nav-container .lang span {display: none;}
.nav {
  position: relative;
  float: left;
  margin-top: -5px;
  padding-left: 12px;
}
.nav li a {text-decoration: none;}
.nav li {
  font-family: 'PTSansNarrowRegular', Arial, sans-serif;
  font-size: 19px;
  position: relative;
  float: left;
}
.no-fontface .nav li {
  font-size: 17px;
  letter-spacing: -1px;
}
.nav li span {
  position: relative;
  display: block;
}
.nav li .l {
  z-index: 11;
  padding-left: 10px;
  background: url("../img/nav-item-bg.png") no-repeat 0 6px;
}
.nav li .r {
  padding: 16px 10px 13px 0;
  background: url("../img/nav-item-bg.png") no-repeat 100% 6px;
}
.nav li.first .l {background: none;}
.nav li.last .r {background: none;}
.nav li a.act {color: #e2ab63;}
.nav .hover .l {
  margin-right: 14px;
  background: url("../img/nav-item-hover-bg.png") no-repeat 0 0;
}
.nav .hover .l i {
  position: absolute;
  top: 0;
  right: -14px;
  display: block;
  width: 14px;
  height: 47px;
  background: url("../img/nav-item-hover-bg.png") no-repeat 100% 0;
}
.nav .hover .r {
  padding-right: 0;
  background: none;
}
.nav .hover span a {color: #4c4c4c;}
.nav li .sub {display: none;}
.nav .hover .sub {
  position: absolute;
  z-index: 10;
  top: 46px;
  left: 0;
  display: block;
  width: 198px;
}
.nav .hover .sub b {
  display: block;
  height: 7px;
  background: url("../img/nav-sub-bg-b.png") no-repeat 50% 100%;
}
.nav .hover .sub div {
  padding-bottom: 10px;
  background: url("../img/nav-sub-bg-t.png") no-repeat 50% 0;
}
.nav .hover .sub li a {
  color: #1d1d1d;
  text-decoration: underline;
}
.nav .hover .sub li a:hover {
  color: #bc001c;
}
.nav .hover .sub li {
  font-family: Arial, sans-serif;
  font-size: 12px;
  float: none;
  padding: 5px 20px 0 22px;
  text-indent: -7px;
  letter-spacing: 0;
}
.nav-container .request {
  font-family: 'PTSansNarrowRegular', Arial, sans-serif;
  font-size: 19px;
  float: right;
  width: 164px;
  line-height: 40px;
}
.no-fontface .nav-container .request {
  font-size: 17px;
  letter-spacing: -1px;
}
.nav-container .request a {
  text-decoration: none;
}
.nav-container .request span {
  position: absolute;
  margin-left: -13px;
  color: #fff;
}
/* @end */

/* @group Corners */
.main, .rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.image {
  position: relative;
  float: left;
  overflow: hidden;
}
.image img {display: block;}
.image .cn {
  position: absolute;
  left: -4px;
  display: block;
  width: 8px;
  height: 8px;
  background: url("../img/star-bg.png") no-repeat;
}
.image .cn.tl,
.image .cn.tr {
  top: -4px;
}
.image .cn.bl,
.image .cn.br {
  margin-top: -4px;
}
.image .cn.tr,
.image .cn.br {margin-left: 100%;}
/* @end */

/* @group Dashed */
.content ul li:before,
.content ul li ins {
  position: absolute;
  margin-left: -12px;
  content: "\2013\a0";
  color: #bc001c;
}
.content ul.reset li:before,
.content ul.reset li ins {
  display: none;
  margin: 0;
}
.content ul.reset {
  padding: 0;
}
/* @end */

/* @group Main */
.main-container {
  margin: 0 5px;
  background: url("../img/main-container-bg-tiley.gif") repeat-y;
}
.main-container-i {
  padding: 0 11px 0 10px;
  background: url("../img/main-container-bg.jpg") no-repeat;
}
.main-container .main {
  float: left;
  width: 787px;
  padding: 26px 0;
  background: #edece6;
}
.main .content {
  display: inline;
  float: right;
  width: 490px;
  margin-right: 25px;
}
.main .sidebar {
  float: left;
  width: 212px;
}
.main-container .aside {
  float: right;
  overflow: hidden;
  width: 160px;
}
.main-container .aside .banner img {display: block;}
/* @end */

/* @group Contacts */
.main-container .aside .contacts {
  margin-bottom: 11px;
  padding: 14px 10px 14px 14px;
  background: #edece6;
}
.main-container .aside .contacts h3 {
  font-family: 'PTSansNarrowRegular', Arial, sans-serif;
  font-size: 15px;
  color: #cd001e;
  margin-bottom: 5px;
}
.no-fontface .main-container .aside .contacts h3 {
  font-size: 13px;
  letter-spacing: -1px;
}
.main-container .aside .contacts address {
  font-style: normal;
  font-size: 11px;
  margin-bottom: 5px;
}
.main-container .aside .contacts address a {
  color: #4d4d4d;
}
.main-container .aside .contacts address em {font-style: italic;}
.main-container .aside .contacts address strong {
  font-weight: bold;
  color: #cd0001;
}
.main-container .aside .contacts .more {
  position: relative;
  padding-left: 12px;
}
.main-container .aside .contacts .more span {
  position: absolute;
  top: 0;
  left: 0;
}
/* @end */

/* @group Footer */
.footer {
  margin: 0 5px;
  padding: 60px 12px 55px;
  color: #b6b6b6;
  background: url("../img/footer-bg.gif") no-repeat;
}
.footer .counters {
  float: left;
  padding-right: 26px;
}
.footer .counters img {
  float: left;
  margin-top: 2px;
  margin-left: 13px;
}
.footer .copyright,
.footer .madeby {
  float: left;
}
.footer .madeby {
  line-height: 36px;
}
.footer .madeby span {
  margin: 0 25px;
}
.footer .copyright strong {
  font-weight: bold;
  color: #fff;
}
/* @end */

/* @group Subnav */
.sub-nav {
  margin-left: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}
.sub-nav li {
  font-family: 'PTSansNarrowRegular', Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 3px;
  padding: 3px 0 3px 35px;
  background: url("../img/ul-bg.gif") no-repeat 16px 11px;
}
.no-fontface .sub-nav li {
  font-size: 13px;
  letter-spacing: -1px;
}
.sub-nav li a {
  color: #424141;
  text-decoration: none;
}
.sub-nav .act {
  padding: 0;
  background: none;
}
.sub-nav .act .rounded {
  padding: 3px 0 3px 35px;
  background: #d4d3d0 url("../img/ul-bg.gif") no-repeat 16px 11px;
}
.sub-nav .act div {margin-bottom: 20px;}
.sub-nav .act ul {
  margin-bottom: 20px;
}
.sub-nav .act li {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 0 0 0 35px;
  text-indent: -7px;
  letter-spacing: 0;
  background: none;
}
.sub-nav .act li a {
  color: #1d1d1d;
  text-decoration: underline;
}
.sub-nav .act li a:hover {
  color: #bc001c;
}
/* @end */

/* @group Content */
.content h1 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #a1061c;
}
.content h2 {
  font-weight: bold;
  margin-bottom: 15px;
}
.content p,
.content ul {
  margin-bottom: 15px;
}
.content ul {padding-left: 13px;}
.content .image {
  margin-right: 15px;
}
.content strong {font-weight: bold;}
.content em {font-style: italic;}
.content table {
  position: relative;
  width: 100%;
  margin: 0 -8px 18px;
}
.content th,
.content td {
  padding: 4px 8px;
}
.content td {
  border-bottom: 1px solid #bebebe;
}
.content th {
  padding: 0;
}
.content th div {
  font-weight: bold;
  padding: 4px 8px;
  background: #d0cfcb;
}
.content .note {font-style: italic;}
/* @end */

/* @group Splash */
.splash {
  position: absolute;
  width: 596px;
  top: 50px;
  right: 14px;
}
.splash .splash-container {
  height: 178px;
}
.splash ul {
  font-size: 10px;
}
.splash ul li {
  float: left;
}
.splash ul li a {
  display: block;
  padding: 0 6px;
  line-height: 23px;
  text-decoration: none;
  color: #a5a2a2;
}
.splash ul li.activeSlide a {
  color: #fff;
  background: #bf001c;
}
.splash .prev {
  margin-left: 217px;
  margin-right: 30px;
}
.splash .next {margin-left: 30px;}
.splash .prev,
.splash .next {
  display: block;
  float: left;
  overflow: hidden;
  width: 4px;
  height: 0;
  padding: 23px 0 0;
  background: url("../img/splash-controls-bg.gif") no-repeat 0 8px;
}
.splash .next {background-position: -4px 8px;}
.splash-container img {
  position: relative;
  top: 1px;
  left: 1px;
  display: block;
}
.splash ins {
  position: absolute;
  top: 0;
  left: 0;
  width: 596px;
  height: 178px;
  background: url("../img/splash-frame-bg.png") no-repeat;
}
.splash table {
  position: absolute;
  top: 1px;
  right: -1px;
  width: 391px;
  z-index: 99;
}
.splash table td {
  vertical-align: bottom;
  height: 176px;
}
.splash .desc {
  background: url("../img/splash-opacity-bg.png") no-repeat;
}
.splash .desc div {
  position: relative;
  padding: 10px 30px 15px 40px;
}
.splash .desc .date {
  font-size: 13px;
  margin-bottom: 5px;
  color: #8e8e8e;
}
.splash .desc h3 {
  font-family: 'PTSansNarrowRegular', Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
.no-fontface .splash .desc h3 {
  font-size: 16px;
  letter-spacing: -1px;
}
.splash .desc h3 a {color: #fff;}
.splash .desc h3 .laquo {
  margin-left: -7px;
}
.splash .desc p {color: #bab9b9;}
.splash .more {
  font-size: 10px;
  position: absolute;
  right: 12px;
  line-height: 23px;
}
.splash .more a {
  text-decoration: none;
  color: #a5a2a2;
  margin-left: 15px;
}
/* @end */

/* @group Licences */
.licences-list li {
  display: inline;
  float: left;
  margin-right: 50px;
  padding: 15px;
  background: #fff;
}
.licences-list li img {display: block;}
/* @end */

/* @group Staff */
.staff-list li {
  display: inline-block;
  overflow: hidden;
  width: 170px;
  margin: 15px 50px 25px 0;
}
.staff-list .name {
  font-weight: bold;
  clear: left;
  padding-top: 15px;
  color: #a1061c;
}
.staff-list .name span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 24px;
}
/* @end */

/* @group Large list */
.large-list ul {
  padding: 0;
  margin: 0;
}
.large-list li {
  margin-top: 25px;
}
.large-list ul li:before,
.large-list ul li ins {
  font-size: 17px;
  margin-left: -17px !important;
  color: #4d4d4d !important;
}
.large-list h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
address {font-style: normal;}
/* @end */

/* @group Branches */
.branches-list p {margin-bottom: 0;}
.branches-list .date {
  font-style: italic;
}
/* @end */

/* @group Specialities */
.specialities-list .subhead {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
}
.specialities-list p {margin-bottom: 0;}
.specialities-list ul ul li {
  margin-top: 0;
  padding-left: 13px;
}
.specialities-list ul ul li:before,
.specialities-list ul ul li ins {
  font-size: 12px;
  margin-left: -12px !important;
}
.specialities-list h4 {font-weight: bold;}
.specialities-inner h2 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 0;
}
.specialities-inner .subhead {
  font-style: italic;
  font-size: 17px;
  line-height: 22px;
}
.specialities-inner h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.specialities-inner ul {
  padding-left: 0;
}
.specialities-inner ul h4 {color: #bc001c;}
/* @end */

/* @group Contacts */
.contacts-list ul li:before,
.contacts-list ul li ins {
  display: none !important;
  margin: 0 !important;
}
.contacts-list p {margin-bottom: 0;}
.sidebar .form {
  padding: 25px 0 0 15px;
}
.sidebar .form h3 {
  font-size: 18px;
  margin: 0 0 15px 8px;
}
.sidebar .form label {
  display: block;
  margin: 3px 0 0 8px;
}
.sidebar .form .inp {
  padding: 3px 0;
  border: 1px solid #a8a8a8;
  background: #fff;
}
.sidebar .form .inp input,
.sidebar .form .inp textarea {
  font-family: Arial, sans-serif;
  position: relative;
  left: 7px;
  width: 182px;
  color: #4d4d4d;
  border: 0;
}
.sidebar .form i {
  font-style: normal;
  color: #bc001c;
}
.sidebar .form select {width: 100%;}
.sidebar .form .inp textarea {overflow: hidden;}
.sidebar .form .inp input:focus,
.sidebar .form .inp textarea:focus {outline: none;}
.sidebar .form .inp input.hinted {color: #aaa;}
.sidebar .form .captcha {
  float: right;
  width: 65px;
  margin-top: 6px;
}
.sidebar .form .captcha input {width: 55px;}
.sidebar .form .submit {
  clear: both;
  padding-top: 15px;
}
.sidebar .form .submit button {
  padding: 6px 24px;
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
  border: 0;
  background: #a80019 url("../img/submit-bg-tilex.gif") repeat-x 0 50%;
}
/* @end */

/* @group News */
.news-list li {
  margin-top: 25px;
}
.news-list dt {
  font-size: 10px;
  float: left;
  margin-bottom: 5px;
  padding: 0 12px;
  color: #fff;
  background: #b6b6b6;
}
.news-list dd {
  clear: left;
}
.news-list .highlight dt {background: #e2ab63;}
.news-inner h2 {margin-bottom: 0;}
.news-inner .date {
  font-style: italic;
}
/* @end */

/* @group Pagination */
.pagination {
  display: inline-block;
  margin-top: 25px;
  background: #d7d6d4;
  padding: 0 12px;
}
.pagination h4,
.pagination ul,
.pagination li {
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  display: inline-block;
  margin: 0;
  color: #6c6c6c;
}
.pagination li {
  padding: 3px 8px;
}
.pagination li a {
  color: #6c6c6c;
}
.pagination h4 {
  padding: 3px 8px 3px 0;
}
.pagination li.next {padding-right: 0;}
.pagination li.next a {text-decoration: none;}
.pagination li.next a span {text-decoration: underline;}
.pagination li.act {
  background: #f9f9f7;
}
/* @end */

/* @group Price */
.price-inner h2 {
  font-size: 17px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 10px;
}
/* @end */

.nav li span a,
.request,
.aside h3,
.sub-nav ul > li > a,
.sub-nav ul > li > div > a,
.intro h1,
.news h2,
.splash .desc,
.presentation {
  -webkit-font-smoothing: antialiased;
}