/* 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html { font-size: 81.25%; }
body {
	font: normal 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #657071;
	background: #ffffff url(/images/bg.png) repeat-x top;
}
:focus { outline: 0; }
ol, ul { list-style: none; }
/* ******** end CSS Reset ******** */

/* text */
strong, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 {
	font-size: 1.7em;
	margin: 0em 0 0.5em;
	font-weight: normal;
	color: #308041;
	background: url(/images/bg_h1.png) no-repeat left 5px;
	padding-left: 21px;
	zoom:1;
}
h2 {
	font-size: 1.077em;
	margin: 0em 0 0.5em;
	color: #1f2022;
	font-weight: normal;
}
h3 { font-size: 0.846em; }
h4 {
	font-size: 0.846em;
	margin: 1.23em 0 .615em;
}
h5 {
	font-size: 1.2em;
	margin: 1.33em 0 .67em;
}
h6 {
	font-size: 1em;
	margin: 1.6em 0 .8em;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	line-height: 1.143em;
}
p, hr, ul, ol, table { margin-bottom: 1.143em; }
hr {
	margin-top: 1.143em;
	background-color: #e8e8e8;
	border: 0px;
	height: 2px;
}
table h2, table h3 { margin-bottom: 0em; }
em { font-style: italic; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
/* lists */
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
/* links */
a {
	text-decoration: underline;
	color: #e54e71;
}
.act a:link {color: red;}
a:hover { text-decoration: none; }
h1 a { text-decoration: none; }
h1 a:hover { text-decoration: underline; }
input[type='text'], input[type='password'] { cursor: text; }
.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.right { float: right; }
.left { float: left; }
.header {
	margin: 16px auto 10px;
	width: 989px;
	position: relative;
}
.header .logotype {
	display: block;
	height: 86px;
	width: 222px;
	text-indent: -999px;
	background: url(/images/logotype.png) no-repeat 0px 0px;
}
.header .logotype1 {
	display: block;
	height: 86px;
	width: 222px;
	text-indent: -999px;
	background: url(/images/logo.png) no-repeat 0px 0px;
}
.header .logotype2 {
	display: block;
	height: 86px;
	width: 222px;
	text-indent: -999px;
	background: url(/images/logo.png) no-repeat 0px -86px;
}
.header .search {
	position: absolute;
	top: 0px;
	right: 1px;
	background: url(/images/bg_search.png) no-repeat;
	display: block;
	height: 70px;
	width: 170px;
	padding: 16px 10px 0px;
	font-size: 10px;
}
.search .search-box {
	position: relative;
	width: 170px;
	margin: 10px 0px 0px;
}
.search .form-text {
	padding: 2px;
	width: 164px;
	border: 1px solid #9dd3dd;
	margin: 0px;
	line-height: 25px;
	z-index: 3;
	height: 21px;
	font-size: 12px;
	color: #008aab;
}
.search .form-submit {
	background: #FFFFFF url(/images/bg_h1.png) no-repeat center center;
	padding: 0px;
	height: 24px;
	width: 25px;
	border-width: 0px;
	text-indent: -999px;
	margin: 0px;
	z-index: 4;
	position: absolute;
	top: 2px;
	right: 1px;
	cursor:pointer;
}
.header .b1-2 {
	background: url(/images/banner.png) no-repeat;
	height: 73px;
	width: 147px;
	position: absolute;
	left: 232px;
	top: 0px;
	padding: 13px 115px 0px 14px;
}
.header .b2-2 {
	background: url(/images/banner.png) no-repeat;
	height: 73px;
	width: 147px;
	position: absolute;
	left: 515px;
	top: 0px;
	padding: 13px 115px 0px 14px;
}
.header .b1 {
	width: 276px;
	position: absolute;
	left: 232px;
	top: 0px;
}
.header .b2 {
	background: url(/images/banner2.png) no-repeat;
	height: 73px;
	width: 147px;
	position: absolute;
	left: 515px;
	top: 0px;

}
.header .b1 h4, .header .b2 h4 {
	margin: 0px 0px 8px;
	padding: 0px;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
}
.header .b1 a, .header .b2 a {
	font-size: 11px;
	color: #ff6c32;
}
.wrapper {
	margin: 0px auto;
	width: 989px;
	background: #FFFFFF url(/images/bg_wrapper.png) repeat-x left 50px;
	border-top: 1px solid #99c9a4;
	border-right: 1px solid #99c9a4;
	border-left: 1px solid #99c9a4;
	position: relative;
	padding: 0px;
}
.wrapper .container {
	padding: 0px 14px;
	margin-bottom: 20px;
}
.rtl, .rtr, .rbl, .rbr {
	display: block;
	position: absolute;
	overflow:hidden;
	height: 5px;
	width: 5px;
	z-index: 10;
}
.rtl {
	left: 0px;
	top: 0px;
	margin: -1px 0px 0px -1px;
}
.rtr {
	top: -1px;
	left: -4px;
	margin-left: 100%;
}
.rbl {
	left: -1px;
	margin-top: -4px;
	top: auto;
}
.rbr {
	left: -4px;
	margin-left: 100%;
	margin-top: -4px;
	top: auto;
}
#tabs .rtr {
	top: 0px;
	left: -5px;
	margin-left: 100%;
}
#tabs .rbl {
	left: 0px;
	margin-top: -5px;
	top: auto;
}
#tabs .rbr {
	left: -5px;
	margin-left: 100%;
	margin-top: -5px;
	top: auto;
}
.wrapper .wrap-rtl {
	background: url(/images/bg_round_wrap.gif) no-repeat -6px 0px;
	height: 6px;
	width: 6px;
}
.wrapper .wrap-rtr {
	background: url(/images/bg_round_wrap.gif) no-repeat 0px 0px;
	height: 6px;
	width: 6px;
	left: -5px;
}
.toper {
	height: 40px;
	margin-bottom: 10px;
	padding: 10px 14px 0px;
}
.toper .phone {
	background: url(/images/phone.png) no-repeat 4px 4px;
	padding-left: 176px;
	height: 30px;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}
ul.horiz-menu {
	font-size: 11px;
	margin-top: 6px;
}
.horiz-menu li {
	font-size: 11px;
	float: left;
	margin-left: 13px;
}
ul.horiz-menu li a { color: #000000; }
.horiz-menu .here a {
	font-weight: bold;
	color: #308041;
	text-decoration: none;
}

.sidebar-left {
	float: left;
	width: 210px;
}
.content {
	float: left;
	width: 554px;
	margin-left: 8px;
}
.breadcrumbs {
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	color: #657071;
	margin-bottom: 13px;
	padding: 0px 7px;
}

.sidebar-right {
	width: 175px;
	margin-left: 14px;
	float: left;
	overflow:hidden;
}
.block {
	border: 1px solid #c5dccb;
	margin-bottom: 12px;
	position: relative;
	background: #FFFFFF;
	display: block;
	zoom:1;
	font-size: 11px;
}
.sidebar-right .block {
	border-width: 0px;
	background-color: transparent;
}
.sidebar-right .bord {
	border-top: 1px solid #d0e5e8;
}
.sidebar-right .block h2 {
	font-size: 12px;
	color: #84a98c;
}
.block h2 {
	font-size: 13px;
	color: #308041;
	font-weight: bold;
	margin: 0px 0px 8px;
	padding: 0px;
}
.block li { margin-bottom: 9px; }
.block .here {
	background: #eef6f0;
	padding: 3px 0px 3px 13px;
	position: relative;
	margin: 0px -10px 7px -13px;
}

.block .box { padding: 10px 10px 9px 13px; }
.sidebar-right .block .box { padding: 10px 10px 0px 0px; }
.block .block-rtl { background: url(/images/bg_round_block.gif) no-repeat -5px -5px; }
.block .block-rtr, #tabs .block-rtr { background: url(/images/bg_round_block.gif) no-repeat 0px -5px; }
.block .block-rbl, #tabs .block-rbl { background: url(/images/bg_round_block.gif) no-repeat -5px 0px; }
.block .block-rbr, #tabs .block-rbr { background: url(/images/bg_round_block.gif) no-repeat 0px 0px; }
.block-b {
	border: 1px solid #c5dccb;
	padding: 13px;
}
.block-b h3, .block-b a {
	color:#a2cdb5;
	font-weight: normal;
}
.block-b ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.block-b ol li {
	margin: 20px 0px 0px;
	padding: 0px;
	color: #6a6a6a;
	font-size: 12px;
}
.block-b ol li h3 {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 3px;
	font-weight: bold;
}
.block-b ol li h3 a {
	color:#e54e72;
	font-weight: bold;
}
.block-b li cite {
	display: block;
	font-style: normal;
	font-size: 10px;
	margin: auto;
}
.block-b li cite a { color:#76bc9a; }
.navigation { background: #FFFFFF url(/images/bg_head_nav.gif) repeat-x top; }
.navigation .box { padding: 12px 10px 4px 9px; }
.navigation h2 {
	font-size: 16px;
	color: #000000;
	margin: 0px 0px 10px 4px;
	font-weight: normal;
}
.navigation .block-rtl { background: url(/images/bg_round_nav.gif) no-repeat -5px 0px; }
.navigation .block-rtr { background: url(/images/bg_round_nav.gif) no-repeat 0px 0px; }
.navigation ul {
	margin: 20px 0px 0px 19px;
	background: #ececec;
	position: relative;
}
.navigation li {
	background: #FFFFFF url(/images/bullet_nav.gif) no-repeat left 11px;
	zoom:1;
	margin: 0px 0px 1px -18px;
	padding: 9px 0px 9px 22px;
	position: relative;
}
.navigation li a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.navigation .here {
	background: #eef6f0 url(/images/bullet_nav_here.gif) no-repeat 9px 11px;
	padding: 9px 0px 9px 30px;
	margin: 0px -10px 1px -27px;
	text-decoration: none;
	color:red;
}
.splash { margin-bottom: 10px; }
.splash img { border: 1px solid #c9dece; }
.page { font-size: 12px; }

.page .box {
	padding: 20px;
}
.page ul li {
	margin: 0px;
	background: url(/images/bullet.gif) no-repeat 1px 8px;
	padding-left: 17px;
	zoom:1;
}
#tabs {
	width:100%;
	overflow:hidden;
	margin:0px 0px 17px;
	zoom:1;
	padding:0px;
	position:relative;
}
#tabs dt {
	float:left;
	line-height:27px;
	height: 27px;
	position:relative;
	cursor:pointer;
	background: #eefafd url(/images/bg_tabs.png) no-repeat left -81px;
	padding-left: 22px;
	font-size: 11px;
	color: #000000;
	margin-right: -10px;
}
#tabs dt span {
	background: url(/images/bg_tabs.png) no-repeat right -81px;
	display: block;
	height: 27px;
	padding-right: 22px;
	float: left;
}
#tabs dt.selected {
	background: #FFFFFF url(/images/bg_tabs.png) no-repeat left -54px;
	z-index:3;
	cursor:auto;
}
#tabs dt.selected span { background: url(/images/bg_tabs.png) no-repeat right -54px; }
#tabs dt#first { background: #FFFFFF url(/images/bg_tabs.png) no-repeat left -27px; }
#tabs dt#first span { background: url(/images/bg_tabs.png) no-repeat right -27px; }
#tabs dt#first.selected { background: #FFFFFF url(/images/bg_tabs.png) no-repeat left 0px; }
#tabs dt#first.selected span { background: url(/images/bg_tabs.png) no-repeat right 0px; }
#tabs dt#last { background: #FFFFFF url(/images/bg_tabs.png) no-repeat left -135px; }
#tabs dt#last span { background: url(/images/bg_tabs.png) no-repeat right -135px; }
#tabs dt#last.selected { background: #FFFFFF url(/images/bg_tabs.png) no-repeat left -108px; }
#tabs dt#last.selected span { background: url(/images/bg_tabs.png) no-repeat right -108px; }
#tabs dd {
	display:none;
	float:right;
	width:100%;
	margin:26px 0 0 -100%;
	position:relative;
	z-index:2;
}
#tabs dd.selected {
	display:block;
}
#tabs .tab-content {
	border: 1px solid #c5dccb;
	padding: 20px;
}
.info-blocks { margin-bottom: 10px; }
.info-blocks .info-block {
	background: url(/images/bg_inf_block.png) repeat-x top;
	color: #1f2022;
}
.info-block .box {
	padding: 15px 21px 8px;
}
.info-block .block-rtl { background: url(/images/bg_round_inf_block.gif) no-repeat -5px 0px; }
.info-block .block-rtr { background: url(/images/bg_round_inf_block.gif) no-repeat 0px 0px; }
.info-blocks .col1 {
	float: left;
	margin-right: 10px;
	width: 272px;
}
.info-blocks .col2 {
	float: left;
	width: 268px;
}
.info-block h2 {
	font-size: 17px;
	font-weight: normal;
}
.footer-b {
	padding: 0px 14px;
	margin-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;
}
.footer {
	background: #eef5ef;
	height: 66px;
	padding: 22px 14px 10px;
	color: #669085;
	font-size: 11px;
}
.footer a {
	color: #669085;
}
.footer .col-left {
	float: left;
	width: 210px;
	margin-right: 8px;
}
.footer-b ol { clear: both; }
.footer-b ol li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 24%;
}

.ltop {
    text-align: center;
    font-size: 12px;
    margin: 0px auto 10px;
    padding: 0 15px;
    width: 959px;
}

.lbottom {
    text-align: center;
    font-size: 12px;
    margin: 0 15px 15px 15px;
    padding: 0 15px;
}
