html {
	overflow: -moz-scrollbars-vertical;
}
html {
	overflow-x: auto;
}
body {
	font-family:tahoma;
	font-size:12px;
	line-height:18px;
	color: #000;
	background-color:#3B3C6C;
	/*background-image:url(../images/body_bg.png);*/
	background-repeat:repeat-x;
	background-position:0px -40px;
}
body td, p, ul, li, h1, h2, h3 {
	font-family:tahoma;
	font-size:12px;
	line-height:18px;
	color: #000;
}
p {
	width:710px;
}
/* Navigation bar components */

table#nav {
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	margin-left:-3px;
	margin-bottom:55px;
}
table#nav td {
	font: 11px tahoma;
	text-align: left;
	border-right: 0px solid #000;
	border-top: 0px solid #000;
	border-bottom:1px solid #E9ECF1;
}
table#nav td a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}
#nav td a:link, #nav td a:visited {
	color: #E9ECF1;
	display: block;
	margin: 0;
	width:150px;
	line-height: 24px;
	font-weight:bold;
	padding-left:0px;
	/*background:url(../images/menu_arrow.png) no-repeat;*/
	background-position:0px 7px;
}
#nav td a:hover {
	color: #665F93;
}
td#line {
	color:#fff;
}
h1 {
	font-size:22px;
	font-weight:normal;
	color:#10597A;
	margin-bottom:20px;
	margin-top:20px;
}
strong {
	color:#0A435D;
}
.small {
	font-family:verdana;
	font-size:11px;
	color:#FFFE0D;
	padding:4px;
}
#wrapper {
	background:#665F93;
	width:983px;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}
#header {
	background:#FFF;
	height:150px;
	margin-bottom:5px;
	background-image:url(../images/header_bg.png);/*border-bottom:1px solid #FFF;*/
}
#logo {
	width:650px;
	float:left;
}
#top_banner {
	width:190px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:left;
}
#left {
	margin-top:-5px;
	width:160px;
	float:left;
	margin-left:0px;
	padding-left:20px;
	background-image:url(../images/left_menu_bg.png);
	background-repeat:no-repeat;
	min-height:330px;
}
#right {
	background:#FFF;
	width:755px;
	float:right;
	margin-bottom:4px;
	padding:15px;
	padding-left:25px;
	padding-top:0px;
	overflow:hidden;
	text-align:justify;
}
#footer {
	background:#32134C;
	padding:1px;
	height:24px;
	width:981px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	text-align:right;
	font-size:11px;
	color:#fff;
}
#copy {
	width:200px;
	float:right;
	text-align:right;
}
#copy a:link, #copy a:visited {
	font-size:11px;
	text-decoration:none;
}
#index_top_container {
	width:760px;
	height:276px;
	float:left;
	margin-bottom:4px;
	padding-top:5px;
	text-align:left;
}
#index_banner {
	width:520px;
	float:left;
	margin-bottom:4px;
	text-align:left;
	margin-top:10px;
}
#index_right {
	width:194px;
	float:right;
	height:296px;
	margin-bottom:4px;
	padding:0px;
	padding-left:2px;
	background-image:url(../images/news_header_bg.png);
	background-repeat:no-repeat;
}
#last_articles {
	width:716px;
	float:left;
	height:300px;
	margin-bottom:4px;
	margin-top:10px;
	padding:0px;
	/*background-image:url(../images/round_headers_bg.png);*/
	border:1px solid #eee;
	background-repeat:no-repeat;
}
.articles_header {
	margin:1px;
	height:22px;
	background:url(../images/articles_header.png);
	background-position:0% 50%;
	line-height:22px;
	color:#16387C;
	padding:4px;
	font-weight:bold;
}
.last_articles_header {
	width:545px;
	float:left;
	padding:6px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#FFF;
}
.last_articles_header strong {
	color:#FFF;
}
* html ul.last_articles_items {
	width:500px;
	margin-top:20px;
	margin-bottom:15px;
	padding-top:5px;
	list-style-type:circle;
}
ul.last_articles_items {
	margin-top:10px;
	margin-bottom:15px;
	padding-top:10px;
	list-style-type:circle;
}
ul.last_articles_items li {
	margin-bottom:15px;
	padding-right:25px;
}
ul.last_articles_items li a:link, ul.last_articles_items li a:visited {
	color:#106995;
	text-decoration:none;
}
ul.last_articles_items li a:hover {
	text-decoration:underline;
}
ul.news {
	width:180px;
	margin-left:0px;
	padding-left:0px;
	padding:4px;
	margin-top:10px;
}
ul.news li {
	list-style-type:square;
	font-size:11px;
	list-style-image:url('../images/arrow.png');
	list-style-type:none;
	line-height:13px;
}
ul.news_index li {
	list-style-type:square;
	font-size:12px;
	list-style-image:url('../images/arrow.png');
	list-style-type:none;
	line-height:18px;
	text-align:left;
	color:#16387C;
}
ul.news_index li img {
	background:#fff;
	padding:2px;
	border:1px solid #ebebf5;
	float:left;
	margin-right:10px;
}
.logo_text {
	color:#fff;
	font-size:18px;
}
ul.news li img {
	background:#fff;
	padding:2px;
	border:1px solid #ebebf5;
	float:left;
	margin-right:10px;
}
ul.news li a {
	color:#336699;
	text-decoration:underline;
}
.news_line {
	border-top:1px solid #eee;
	width:80%;
	height:5px;
	margin:5px;
}
table#feedback {
	border-top:4px solid #C1D6E6;
	background:#eee;
}
table#feedback td {
	border-bottom:1px solid #D8D8D8;
}
table#feedback {
	border-bottom:1px solid #D8D8D8;
}
table#feedback td.noborders {
	border-bottom:none;
}
.news_header {
	padding:4px;
}
#home-slider {
	height: 250px;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	width: 740px;
}
ul#home-slider {
	margin:0px;
	padding:0px;
	float:left;
}
#home-slider li {
	border-left: 4px solid #FFF;
	height: 250px;
	float: left;
	overflow: hidden;
	position: relative;
	width: 72px;
}
#home-slider li#menu-third {
	width: 484px;
}
#home-slider a {
	background: #EFEFEF;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	padding: 25px 10px;
	position: absolute;
	text-decoration: none;
	bottom: 0;
	width: 480px;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	text-transform:uppercase;
}
#home-slider a:hover {
	color: #333 !important;
	text-decoration: none !important;
}
#home-slider a span {
	clear: both;
	display: block;
	font-weight: normal !important;
}
#home-slider li#menu-first {
	background: url(../images/home-banner/6.jpg) repeat scroll 0%;
}
#home-slider li#menu-second {
	background: url(../images/home-banner/5.jpg) repeat scroll 0%;
}
#home-slider li#menu-third {
	background: url(../images/home-banner/7.jpg) repeat scroll 0%;
}
#home-slider li#menu-fourth {
	background: url(../images/home-banner/1.jpg) repeat scroll 0%;
}
#home-slider li#menu-fifth {
	background: url(../images/home-banner/7.jpg) repeat scroll 0%;
}
.contacts {
	width:250px;
	background:#F5F7F9;
	color:#16387C;
	padding:10px;
	float:left;
	height:100px;
	margin-right:10px;
	margin-top:10px;
	text-align:left;
}
.chlenove_img {
	border:1px solid #eee;
	background:#fff;
	padding:2px;
	float:left;
	margin-right:15px;
}
.ch_thumb {
	float:left;
	margin-right:15px;
	border:1px solid #eee;
	padding:2px;
}
.bmi_result {
	border:1px solid #4E6699;
	line-height:20px;
	font-size:25px;
	text-align:right;
	padding:6px;
	background:#fff;
	color:#32134C;
	width:140px;
	margin:0 auto;
}
table.bmi_table {
	border-top:0px solid #eee;
	border-right:0px solid #eee;
	background:#B6CDFB;
}
table.bmi_table td {
	border-bottom:0px solid #eee;
	border-left:0px solid #eee;
	font-size:11px;
	color:#4E6699;
}
.bmi {
	text-transform:uppercase;
	font-weight:bold;
	background:#665F93;
	color:white;
	text-align:center;
	margin:2px;
	line-height:12px;
	padding:2px;
	font-size:10px;
}
.bmi_container {
	background:#B6CDFB;
	margin:0 auto;
	margin-top:-4px;
	margin-left:-6px;
	margin-bottom:6px;
	width:160px;
	overflow:hidden;
	clear:both;
}
.bmi_input {
	text-align:center;
	margin-bottom:2px;
	margin:0px;
}
.calculate_bmi {
	width:100%;
	padding:2px;
	line-height:150%;
	margin-bottom:6px;
}
.clear {
	clear:both;
}

