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,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.2;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------------------------------------------------------------reset*/


html, body {
	min-height: 100% !important;
	color: #000;
	font: normal 12px / 16px Tahoma,Geneva,sans-serif;
}

html {


}

body {
	background: #E8E8E8;
}

.wrapper{
	position: relative;
	width: 1000px;
	height: auto;
	min-height: 100% !important;
	margin: 0 auto;
	background: #E8E8E8 url(../i/base.png) 0 100% no-repeat;
	overflow: hidden;
}

.base {

}

/*---------------------------------------------------------------------------global*/
h1:first-letter, h2:first-letter, h3:first-letter {
	text-transform: uppercase;
}

h1 {
	font-size: 28px;
	line-height: 34px;
}

a {
	color: #000;
	text-decoration: none;
}

.content_row p {
	padding: 0 0 10px;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/*---------------------------------------------------------------------------global*/
/*---------------------------------------------------------------------------header*/
.header {
	z-index: 5;
	position: absolute;
	width: 1000px;
	height: 270px;
	top: 0;
	left: 0;
	font-family: Arial, sans-serif;
	background:  url(../i/header.jpg) 0 0 no-repeat;
	overflow: hidden;
}

.logo, .logo span{
	position: absolute;
	width: 331px;
	height: 180px;
	overflow: hidden;
}
.logo{
	top: 19px;
	left: 35px;
}
.logo span{
	z-index: 2;
	left: 0;
	top: 0;
	background:  url(../i/header.jpg) -35px -19px no-repeat;
}

a.logo:hover{
	text-decoration: none;
	cursor: pointer;
}

#headertitle{
	position: absolute;
	width: 263px;
	height: 41px;
	padding: 3px 8px;
	top: 34px;
	left: 438px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: #D6006F;
	overflow: hidden;
}

.tel{
	position: absolute;
	width: 219px;
	height: 32px;
	top: 97px;
	left: 418px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	background: #7a1452;
}

.main_nav{
	position: absolute;
	height: 36px;
	top: 234px;
	left: 304px;
	overflow: hidden;
}
.main_nav li{
	height: 36px;
	float: left;
	padding: 0 4px;
}

.main_nav a{
	position: relative;
	display: block;
	height: 25px;
	font-size: 13px;
	padding: 0 10px;
	margin: 1px 0 10px;
	line-height: 24px;
	color: #fff;
	background:  url(../i/nav.png) 100% 0 no-repeat;
}
.main_nav a:before, .main_nav a:after{
	position: absolute;
	width: 5px;
	height: 25px;
	top: 0;
	content: "";
	background-image: url(../i/nav.png);
	background-repeat: no-repeat;
}
.main_nav a:after{
	right: -2px;
	background-position: 100% 0;
}
.main_nav a:before{
	left: -2px;
	background-position: 0 0;
}
.main_nav a:hover:before, .main_nav a:hover:after{
	position: absolute;
	width: 5px;
	height: 36px;
	top: 0;
	content: "";
	background-image: url(../i/activ.png);
	background-repeat: no-repeat;
}
.main_nav a:hover:after{
	right: -2px;
	background-position: 100% 0;
}

.main_nav a:hover:before{
	left: -2px;
	background-position: 0 0;

}
.main_nav a span{
	display: none;
}

.main_nav li a:hover{
	height: 36px;
	line-height: 26px;
	margin: 0;
	color: #000;
	text-decoration: none;
	background:  url(../i/activ.png) 50% 0 no-repeat;
}
.main_nav li a:hover span{
	display: none;
}

.search{
	position: absolute;
	width: 187px;
	height: 16px;
	padding: 5px 34px 8px 14px;
	top: 234px;
	left: 33px;
	background:  url(../i/search.png) 0 0 no-repeat;
	overflow: hidden;
}
.search label{
	display: none;
}
.search input{
	border: none;
}
#search{
	width: 187px;
	height: 16px;
	font-size: 14px;
	color: #b4b4b4;
	font-style: italic;
	background: none;
}

#search_submit{
	position: absolute;
	width: 22px;
	height: 22px;
	top: 4px;
	left: 205px;
	background: url(../i/search.png) -205px -4px no-repeat;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------header*/

/*---------------------------------------------------------------------------------main_row*/
.main_row{
	z-index: 1;
	position: relative;
	width: 936px;
	margin: 270px 0 0;
	padding: 0 32px;
	background:  url(../i/main_row.png) 100% 0 no-repeat;
	overflow: hidden;
}

.content_row, .secondary_row{
	position: relative;
}

/*---------------------------------------------------------------------------global*/
.error, .no, .message, .spam {

}
/*---------------------------------------------------------------------------global*/
/*---------------------------------------------------------------------------content_row*/
.content_row {
	width: 662px;
	float: right;
	overflow: hidden;
}

.nav_line {
	height: 20px;
}

.nav_line li{
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding: 0 7px 0 0;
	color: #d6006e;
	font-weight: bold;
	background:  url(../i/separator_n.png) 100% 50% no-repeat;
}

.nav_line .last{
	background: none;
	margin-left: 5px;
}

.nav_line a{
	font-size: 12px;
	line-height: 20px;
	padding: 0 5px;
	color: #d6006e;
}

.content_row h1{
	margin: 10px 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}


.content_row dt{
	margin: 10px 0 0;
	font-size: 18px;
}

.content_row dd dt{
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

.content_row a{
	color: #d6006e;
	text-decoration: underline;
}

.content_row a:hover{
	text-decoration: none;
}

.text ul li{
	padding: 0 0 0 10px;
	background:  url(../i/marker_2.png) 0 5px no-repeat;
}

.text ol{
	list-style: decimal inside;
}

.text p{
	margin: 10px 0;
}

.text{
	text-align: justify;
}

.text img{
	margin: 10px;
}

.text h2, .text h3{
	font-size: 12px;
	font-weight: bold;
}




/*---------------------------------------------------------------------------content_row*/
/*---------------------------------------------------------------------------secondary_row*/
.secondary_row{
	position: relative;
	width: 237px;
	padding: 5px 36px 50px 0;
	float: left;
}

.secondary_row a{
	display: block;
	text-decoration: underline;
}

.secondary_row a:hover{
	text-decoration: none;
}

.useful_data, .news{
	width: 233px;
	margin: 0 2px;
	background:  url(../i/back.png) 0 0 repeat-y;
}

.secondary_row h2{
	width: 217px;
	padding: 15px 0 15px 16px;
	font-size: 19px;
	font-weight: 400;
	color: #7a1452;
	background:  url(../i/top.png) 0 0 no-repeat;
}

.useful_data ul, .news ul{
	width: 201px;
	padding: 0 16px 15px;
	background:  url(../i/bott.png) 0 100% no-repeat;
	overflow: hidden;
}

.useful_data li{
	width: 174px;
	padding: 0 0 3px 27px;
	background:  url(../i/marker.png) 6px 4px no-repeat;
}

.news li{
	width: 201px;
	overflow: hidden;
}



.news dt{
	width: 54px;
	padding: 0 0 10px;
	float: left;
	font:italic 22px /25px Georgia,serif;
}

.news dt span{
	font-size: 12px;
	line-height: 12px;
	vertical-align: top;
}
.news dd{
	width: 145px;
	padding: 0 0 10px;
	float: left;
	overflow: hidden;
}

.secondary_row .map{
	position: relative;
	display: block;
	width: 237px;
	height: 63px;
	margin: 10px 0;
	text-decoration: none;
	background: #D6006F;
	overflow: hidden;
}
.map:hover{
	text-decoration: none;
	cursor: pointer;
}

.map span{
	z-index: 2;
	position: absolute;
	width: 237px;
	height: 63px;
	top: 0;
	left: 0;
	background:  url(../i/map.png) 0 0 no-repeat;
}

/*---------------------------------------------------------------------------secondary_row*/
/*---------------------------------------------------------------------------------main_row*/
/*-----------------------------------------------------------------------------------footer*/
.footer {
	position: relative;
	width: 1000px;
	height: 58px;
	text-align: center;
}
.footer p{
	margin: 0 100px 0 0;
	text-align: right;
	line-height: 58px;
}
.counter{
	position: absolute;
	height: 31px;
	top: 16px;
	left: 9px;
	overflow: hidden;
}
.counter li{
	width: 88px;
	height: 31px;
	float: left;
	margin: 0 9px;
	background: #fff;
}


/*-----------------------------------------------------------------------------------footer*/



