@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/helveticaneue-medium.eot');
    src: url('../fonts/helveticaneue-medium.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue-medium.woff') format('woff'),
         url('../fonts/helveticaneue-medium.ttf') format('truetype'),
         url('../fonts/helveticaneue-medium.svg#HelveticaNeueMedium') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/helveticaneue-light.eot');
    src: url('../fonts/helveticaneue-light.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue-light.woff') format('woff'),
         url('../fonts/helveticaneue-light.ttf') format('truetype'),
         url('../fonts/helveticaneue-light.svg#HelveticaNeueLight') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/helveticaneue-bold.eot');
    src: url('../fonts/helveticaneue-bold.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue-bold.woff') format('woff'),
         url('../fonts/helveticaneue-bold.ttf') format('truetype'),
         url('../fonts/helveticaneue-bold.svg#HelveticaNeueBold') format('svg');
}
body{
	margin:0;
	color:#4a262b;
	font:14px 'HelveticaNeueMedium', Arial, Helvetica, sans-serif;
	background:#f2ebe8 url(../images/bg-header.gif) no-repeat 50% 0;
}
img{border-style:none;}
a{text-decoration:none; color:#00f;line-height: 1;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
body,
html {min-width: 988px;}
#wrapper{
	width:100%;
	overflow: hidden;
	background:url(../images/bg-header-promo.jpg) no-repeat 50% 0;
}
.wrapper-holder {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#header {
	height: 351px;
	background:url(../images/header-shadow.png) repeat-x 0 100%;
	padding: 0 0 10px;
	position: relative;
	z-index: 1000;
}
.header-holder {
	width:890px;
	margin: 0 auto;
	position: relative;
}
.box {
	width: 424px;
	position: absolute;
	right: -23px;
	top: 7px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
.box-t {
	height: 6px;
	background:url(../images/bg-box-t.png) no-repeat;
}
.box-b {
	height: 5px;
	background:url(../images/bg-box-b.png) no-repeat;
}
.box-c {
	background:url(../images/bg-box-c.png) repeat-y;
	padding: 0 23px 8px 10px;
}
.box .title {
	display: block;
	color: #384c49;
	font-size: 21px;
	line-height: 27px;
	text-transform: uppercase;
}
.box .sub-title {
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	display: block;

}
.box p {margin: 0;}
.box .btn {
	width: 155px;
	height: 30px;
	background:url(../images/btn.png) no-repeat;
	text-align: center;
	color: #fff;
	line-height: 30px;
	position: absolute;
	bottom: -22px;
	right: 36px;
	font-size: 14px;
	text-decoration: underline;
}
.box .btn:hover {
	text-decoration: none;
}
.header-info {
	position: absolute;
	top: 192px;
	left: 10px;
	width:890px;
}
.logo {
	width: 606px;
	height: 62px;
	background:url(../images/logo.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}
.logo a {
	display: block;
	height: 100%;
}
.slogan {
	margin: -5px 4px 37px 0;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: right;
}
.slogan span {
	color: #000;
	font-size: 17px;
	line-height: 17px;
	display: block;
	padding: 0 47px 0 0;
}
#nav {
	margin: 0 0 0 -18px;
	padding: 0;
	list-style: none;
}

/*#nav ul { width:1160px;}*/

#nav li {
	float: left;
	margin: 0 0 0 2px;
	position: relative;
}
.sub-menu{
	position: absolute;
	display: none;
	width: 165px;
	z-index: 100;
	top: 30px;
	background: #af5966;
	padding: 0;
	/*margin-top:2px;*/
	margin-top:0px;
	text-align: center;
}
#nav li .sub-menu li{float: none;height: 30px;line-height: 30px;display: block;text-align: center;margin:0; width:165px}
#nav li .sub-menu li:first-child a{width: 165px;}
#nav li .sub-menu li a{width: 165px;}
#nav li:hover .sub-menu{display: block;}
.menu-header-container{width: 890px; }
#nav a {
	/*width: 250px;*/
	width:250px;
	height: 30px;
	background: #af5966;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
	float: left;
	text-decoration: none;
}
#nav .active,
#nav a:hover {
	background: #db6f80;
}
#nav li:first-child {margin: 0;}
#nav li:first-child a {
	width: 124px;
}

#nav li:nth-child(4) a { width: 124px; }
#nav li:nth-child(5) a { width: 124px; }


#main {
	width: 100%;
}
.main-holder {
	width: 958px;
	margin: -9px auto 0;
	background:url(../images/bg-main.gif) repeat-y 50% 0;
	padding: 21px 1px 70px;
	position: relative;
}
.main-holder:after {
	content:'';
	display:block;
	clear:both;
}
#content {
	width: 640px;
	float: left;
	padding: 10px 0 0;
}
.block-info {
	color: #af5966;
	padding: 0 15px;
	line-height: 16px;
}
.block-info p {margin: 0 0 11px; font-size:13px}
.heading {
	background:url(../images/bg-heading.png) repeat-y;
	padding: 5px 5px 5px 130px;
	margin: 30px 0 9px -115px;
}
.heading h2 {
	line-height: 1;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	color: #6f5352;
	font-weight: normal;
}
.box-table {
	font-size: 12px;
}
.box-table table {
	width: 620px;
	border-collapse: collapse;
}
.box-table thead th {
	color: #af5966;
	font-weight: normal;
	padding: 0 2px;
	width: 113px;
	font-size: 14px;
}
.box-table td {
	padding: 3px 0px;
	text-align: center;
	border-bottom:1px dotted #b01443;
	background-color:#FFFFFF;
	color:#555555;
}
.box-table .col-4 {
	width: 100px;
}
.btn-02,
.btn-01 {
	width: 125px;
	height: 24px;
	background:url(../images/btn01.png) no-repeat;
	display: block;
	color: #fff;
	line-height: 21px;
	text-decoration: underline;
	margin: 0 0 0 auto;
	font-weight: bold;
}
.btn-02 {
	background:url(../images/btn02.png) no-repeat;
	margin: -4px 0 0 auto;
}
.btn-02:hover,
.btn-01:hover {text-decoration: none;}
.num {
	width: 30px;
	height: 30px;
	background:url(../images/bg-num.png) no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	float: left;
	margin: 0 0 0 -16px;
	position: relative;
}
.heading-add {
	margin: 24px 0 0 -115px;
}
.info-holder {
	margin: 0 0 25px;
}
.info {
	padding: 30px 24px 11px;
	border-bottom: 2px solid #af5966;
}
.info-holder .info-add {padding: 18px 24px 11px;}
.info .num {
	margin: 0 0 0 -40px;
}
.info .top {
	margin: 0 0 16px;
}
.info .top:after {
	content:'';
	display:block;
	clear:both;
}
.info .top .image {
	float: left;
	margin: 0 18px 0 0;
}
.info .top .description {overflow: hidden;}
.info .top-holder {overflow: hidden;}
.info .top-holder .title {
	float: left;
	font-size: 13px;
	color: #53504f;
	margin: 0 36px 0 4px;
}
.info .top-holder .title span {
	display: block;
	font-size: 16px;
	line-height: 18px;
}
.info .top-holder .title a {color: #53504f;}
.rating {
	width: 89px;
	height: 15px;
	background:url(../images/bg-box-rating.png) no-repeat;
	float: right;
	margin: 10px 0 0;
	list-style: none;
	padding: 3px;
}
.rating li:first-child {margin: 0;}
.rating li {
	float: left;
	margin: 0 0 0 3px;
}
.rating a {
	width: 15px;
	height: 14px;
	background:url(../images/star.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.rating .active a,
.rating a:hover {background-position: 0 -14px;}
.btn-01-normal,
.btn-02-normal {
	width: 155px;
	height: 30px;
	float: left;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	line-height: 28px;
	text-align: center;
	background:url(../images/btn01-normal.png) no-repeat;
}
.btn-02-normal {background:url(../images/btn02-normal.png) no-repeat;}
.btn-01-normal:hover,
.btn-02-normal:hover {
	text-decoration: none;
}
.advice-holder .titles,
.info .titles {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #333;
}
.list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #666;
	line-height: 17px;
}
.list li {
	background:url(../images/bullet01.png) no-repeat 0 50%;
	padding: 0 0 0 13px;
}
#sidebar {
	width: 310px;
	float: right;
}
.side-box {
	background:#eadbda;
	margin: 0 0 3px;
	padding: 10px 0 13px 10px;
	color: #4c4c4c;
}
.side-box p {margin: 0;}
.side-box .sub-title {
	font:14px/18px 'HelveticaNeueLight', Arial, Helvetica, sans-serif;
	padding: 0 5px 6px 0;
	display: block;
}

.side-box-news {
	background:#eadbda;
	margin: 0 0 3px;
	padding: 100px 0px 0px 0px;
	color: #4c4c4c;
	background:url(../images/News_bg.png) no-repeat left top;
}


.side-box-news a.sub-title:link, .side-box-news a.sub-title:visited, .side-box-news a.sub-title:active  {
	font:14px/18px 'HelveticaNeueLight', Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
	display: block;
	color:#4c3e3c; text-decoration:none;
}

.side-box-news a.sub-title:hover  {
	color:#b80f4a
}

a.side-box-news-more:link, a.side-box-news-more:visited, a.side-box-news-more:active {
	font:14px/18px 'HelveticaNeueLight', Arial, Helvetica, sans-serif;
	padding:10px 0px;
	display: block; color:#b80f4a; font-weight:bold; text-decoration:none
	}

a.side-box-news-more:hover {
	color:#4c3e3c;
	}


.side-box-news-block {
padding-left:18px; /*border-bottom:1px dotted #af5966;*/ border-bottom:1px solid #f3ebe8; margin-bottom:10px
}

#sidebar h3 {
	margin: 0;
	font-size: 17px;
	line-height: 19px;
	color: #af5966;
	font-weight: normal;
	
}


#sidebar .side-box-news h3 {
font:17px/30px 'HelveticaNeueLight', Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 5px;
	display: block;
	color:#b80f4a; text-decoration:none;
	background:url(../images/News_Arrow.png) no-repeat; background-position:right;
	height:30px; margin:0px 20px;
	border-top:1px dotted #af5966;
	border-bottom:1px dotted #af5966;
}
.form-mail {
	overflow: hidden;
}
.form-mail .text {
	width: 193px;
	margin: 3px 0 0;
	height: 23px;
	background:url(../images/bg-input.png) no-repeat;
	float: left;
}
.form-mail .text input {
	width: 173px;
	padding: 3px 10px;
	background: none;
	border:none;
	color: #6a595b;
	margin: 0;
	outline: none;
}
.form-mail .btn-submit {
	border:none;
	padding: 0 0 3px;
	float: right;
	width: 105px;
	height: 29px;
	background:url(../images/btn-submit.png) no-repeat;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}
.form-mail .btn-submit:hover {text-decoration: none;}
.social-box {
	background:#eadbda;
	padding: 10px 10px 22px 10px;
	margin: 0 0 56px;
}
.social {
	overflow: hidden;
	font-size: 12px;
	line-height: 14px;
	color: #4c4c4c;
	padding: 15px 0 0;
}
.social .image {
	float: left;
	margin: 7px 5px 0 0;
}
.social .description {
	overflow: hidden;
}
.social p {margin: 0;}
.ad {
	text-align: center;
}
.sub-holder {
	width: 550px;
	margin: -15px auto 0;
}
.sub-holder .sub-title {
	text-align: center;
	display: block;
	line-height: 19px;
	margin: 0 0 3px;
	color: #af5966;
	border-bottom: 1px solid #af5966;
}
.sub-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.sub-nav li {
	float: left;
	margin: 0 0 0 2px;
	line-height: 14px;
}
.sub-nav a {
	width: 86px;
	height: 30px;
	background: #af5966;
	color: #fff;
	padding: 0 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	float: left;
	text-decoration: none;
}
.sub-nav a {
	line-height: 14px;
}
.sub-nav .active,
.sub-nav a:hover {
	background: #db6f80;
}
.sub-nav li:first-child {margin: 0;}
.line-shadow {
	width: 2400px;
	height: 10px;
	position: absolute;
	top:69px;
	overflow: hidden;
	left: 50%;
	margin: 0 0 0 -1039px;
	background:url(../images/line-shadow.png) repeat-x;
}
.advice {
	overflow: hidden;
	background: #f5bcba;
	padding: 20px 55px 20px 13px;
	margin: 0 0 13px;
}
.advice  .rating {
	float: left;
	margin: 23px 0 0;
}
.advice .image {
	float: left;
	margin: 0 33px 0 0;
}
.advice .btn-01-normal {
	float: right;
	margin: 20px 0 0;
}
.advice-holder {
	padding: 0 9px 0 13px;
	line-height: 15px;
}
.advice-holder p {margin: 0 0 15px;}
.list-info h2 {
	line-height: 1;
	margin: 0 0 11px;
	font-size: 18px;
	line-height: 20px;
	color: #af5966;
	font-weight: normal;
}
#footer {
	width: 960px;
	padding: 5px 0 0;
	margin: 0 auto;
	background:url(../images/bg-footer.gif) repeat-y;
	min-height: 50px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
.list-info {
	padding: 0 0 40px 11px;
}
.list-info .list-holder {
	padding: 0 0 0 22px;
}
.image-advice {
	text-align: center;
	padding: 19px 0 34px;
}
.btn-holder {
	background:#f5bcba;
	padding: 20px 0;
}
.btn-holder a {
	margin: 0 auto;
	width: 345px;
	height: 30px;
	background:url(../images/btn01-big.png) no-repeat;
	text-align: center;
	line-height: 28px;
	color: #fff;
	display: block;
	font-weight: bold;
}
.btn-return {
	padding: 0 20px 0 30px;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	top:27px;
	left: -101px;
	color: #fff;
	background:#af5966 url(../images/arrow.gif) no-repeat;
}
#footer a {color: #fff;}
.copyright {
	width: 535px;
	display: block;
	padding:0 15px 9px;
}
.copyright span {display: block;}
.footer-holder {
	border-top:2px solid #fff;
	padding: 0 285px 0 15px;
}
.footer-nav {
	margin: 0;
	padding: 18px 0 24px;
	list-style: none;
	overflow: hidden;
	background:#822f49;
}
.footer-nav a {text-decoration: underline;}
.footer-nav a:hover {text-decoration: none;}
.footer-nav li {
	float: left;
	background:url(../images/divider01.gif) no-repeat 0 50%;
	padding: 0 10px;
}
.footer-nav li:first-child {
	background:none;
	padding: 0 10px 0 0;
}

h1 {
	line-height: 25px;
	font-size:25px;
}

.tab_comparation {
	font:12px/16px 'HelveticaNeueLight', Arial, Helvetica, sans-serif;
 color:#FFFFFF;
 font-weight:bold;
 background-color:#b01443
}

.Tab_Color { background-color:#eadbda}
