* {
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	height: 100%;
}

body{
	position: relative;
	width: 100%;
	min-width: 1000px;
	width: expression(document.documentElement.clientWidth < 1000? "1000px": "100%");
	height: auto !important;
	height: 100%;
	min-height: 100%;
	font: normal 100%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #da1e5e url(/i/bg.png) repeat 50% 0;
}

/* img(border: 0;)*/

.clr{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 1px;
	width: 100%;
}

a{color: #d71f5d;}
a:hover{text-decoration: none;}
a img, .img img{border: 0;}

.container{
	min-width: 1000px;
	width: 92%;
	width: expression(document.documentElement.clientWidth < 1087? "1000px": "92%");
	padding: 50px 0;
	margin: 0 auto;
}

.wrap{
	background: #271b1f;
	width: 88%;
	padding: 40px 7% 30px 5%;
	color: #fff;
	position: relative;
	margin-right: -5%;
}

.logo{
	width: 296px;
	height: 48px;
	background: transparent url(/i/logo.png) no-repeat 0 0;
	position: relative;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	left: -20px;
	margin-right: -200px;
}

* html .logo{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/logo.png');
}

.left{
	padding-top: 10px;
	float: left;
	width: 240px;
	background: transparent url(/i/left.png) no-repeat 100% 0;
}

.main{
	margin: 0 0 0 340px;
	padding-top: 5px;
	zoom: 1
}

/*
 * menu
 */

ul.menu{
	list-style: none;
	background: #271b1f url(/i/menu.png) repeat-y 0 0;
	position: relative;
	left: -40px;
	margin: 45px -30px 40px 0;
	font: italic 100%/120% Georgia, "Times new Roman", Times, serif;
}

ul.menu li{
	margin: 1px 0;
	padding: 0.4em 0 0.4em 40px;
	background: #271b1f;
}

ul.menu a{
	color: #d71f5d;
	text-decoration: none;
}

ul.menu a:hover,
ul.menu .active,
ul.menu .active a{color: #896157;}
ul.menu a:hover{text-decoration: underline;}

/*
 * news
 */

.news{
	font-size: 75%;
	line-height: 120%;
	width: 72%;
}

.news p{margin: 1em 0;}
.news span.date{color: #d71f5d;}

/*
 * ar
 */

.ar{
	width: 100%;
	position: relative;
	margin-bottom: 40px
}

.ar .wrapper{
	width: 100%;
	overflow: hidden;
	background: transparent url(/i/fr.jpg) repeat-x 0 0;
	height: 169px;
}

.ar .a-right span,
.ar .a-left span{
	position: absolute;
	top: 0;
	left: 0;
	height: 287px;
	width: 198px;
	background: transparent url(/i/kl.png) no-repeat 0 0;
}

* html .ar .a-right span{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/kl.png');
}

* html .ar .a-left span{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/kl.png');
}

.ar .a-left{
	position: absolute;
	top: -60px;
	width: 80px;
	height: 287px;
	overflow: hidden;
	left: -50px;
}

.ar .a-right{
	position: absolute;
	width: 118px;
	height: 287px;
	overflow: hidden;
	right: -50px;
	top: -60px;
}

.ar .a-right span{left: -80px;}

/*
 * content
 */

.content{
	padding-top: 15px;
	font-size: 87.5%;
	line-height: 120%;
}

.content h1{
	color: #d71f5d;
	font: italic 200%/110% Georgia, "Times new Roman", Times, serif;
	position: relative;
	left: -20px;
}

h2{
	font: italic 150%/110% Georgia, "Times new Roman", Times, serif;
	margin: 1.8em 0 0.6em 0;
}

h3{
	font: italic 120%/110% Georgia, "Times new Roman", Times, serif;
	margin: 2em 0 0.6em 0;
}

.content p{
	margin: 1em 0;
}

.content ol,
.content ul{
	margin: 1em 0 1em 2em;
}

.content ul{
	list-style: none;
	//list-style: disc;
}

.content ul li:before{
	margin-left: -1.2em;
	width: 1.2em;
	display: inline-block;
	content: '— ';
}

.content table{
	margin: 1em 0;
	border-collapse: collapse;
	position: relative;
	left: -20px;
}

.content th{
	font-weight: normal;
	color: #999;
	text-align: left;
	font-size: 85.71%;
	border-bottom: 1px solid #333;
}

.content th,
.content td{padding: 0.4em 20px;}
.content tr:hover td{background: #d71f5d;}

.content .ym img{
	vertical-align: baseline;
	margin-bottom: -1px;
}

.map{
	width: 110%;
	margin-right: -10%;
	background: transparent url(/i/map1.png) no-repeat 100% 0;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}

blockquote{
	font: italic 114.29%/120% Georgia, "Times new Roman", Times, serif;
	width: 65%;
	font-style: italic;
	position: relative;
	left: -20px;
	margin: 2em 0;
}

.content .img{
	position: relative;
	left: -20px;
	margin: 2em 0;
}

.content .img cite{
	display: block;
	color: #666;
	width: 50%;
	margin-left: 20px;
}

.content small.date{
	position: relative;
	left: -20px;
	color: #666;
	font-size: 85.71%;
	line-height: 100%;
	font-style: italic;
}

.content form label{
	float: left;
	width: 7.8em;
}

.content form p{margin: 0 0 1em 8em;}

input,
select,
textarea{font: normal 100%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;}

.content form .text{
	border: 1px solid #d8205e;
	padding: 2px;
	width: 12em;
	background: #271b1f;
	color: #fff;
}

.content form textarea.text{
	width: 18em;
	height: 6em;
}

.content form .button{
	border: 1px solid #d8205e;
	color: #fff;
	overflow: visible;
	background: #271b1f;
	padding: 2px 1em;
}

.content a:visited{color: #896157;}

.pages{
	margin: 3em 0 1em 0;
}

.pages .nv{
	position: relative;
	left: -1.3em;
	font-size: 92.86%;
	line-height: 120%;
	margin: 0;
	color: #999;
}

.pages .nv .next{margin-left: 1.4em;}
.pages .list{
	margin: 0.4em 0;
	padding: 0.2em 0;
	overflow: hidden;
}

.pages .list a,
.pages .list span{
	float: left;
	padding: 0.2em 0.4em;
}

.pages .list span{
	background: #d8205e;
}

/*
 * crumbs
 */

.crumbs{
	position: relative;
	left: -20px;
	color: #666;
	font-size: 85.71%;
	line-height: 120%;
	font-style: italic;
}

.crumbs a{color: #666;}

/*
 * columns
 */

.columns{
	width: 105%;
	//padding-right: 2px;
	margin-right: -6%;
}

.columns .item{
	float: left;
	width: 46%;
	padding-right: 4%;
	overflow: hidden;
}

.columns .item .img{
	width: 62%;
	max-width: 200px;
	width: expression(document.documentElement.clientWidth < 1300 ? "62%" : "200px");
	position: relative;
	height: 70px;
	overflow: hidden;
	float: left;
}

.columns .item .img img{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 0;
}

.columns .item p{
	margin: 0 0 0 63%;
	font-size: 68.75%;
	line-height: 120%;
	max-width: 10em;
}

.columns .t{
	max-width: 350px;
	width: expression(document.documentElement.clientWidth < 1300 ? "auto" : "350px");
}

.columns h4{
	position: relative;
	height: 60px;
	width: 70%;
	color: #d71f5d;
	font: italic 100%/120% Georgia, "Times new Roman", Times, serif;
}

.columns h4 span{
	position: absolute;
	bottom: 4px;
	left: 0;
}

/*
 * fl
 */

.fl{
	width: 102%;
	margin: 3em 0 2em 0;
}

.fr{margin: 20px 0;}

.fl .ii{
	width: 100%;
	overflow: hidden;
	height: 2px;
	font-size: 0;
	line-height: 0;
	display: block;
}

.fl .ii img{
	width: 100%;
	height: 2px;
}

/*
 * footer
 */

.footer{
	font-size: 68.75%;
	line-height: 180%;
}

.footer .main,
.footer .left{
	padding-top: 0;
	background: transparent;
}

.footer .phone{float: left;}
.footer .phone strong{
	font-size: 127.27%;
	line-height: 110%;
}

.footer .address{
	margin-left: 52.4%;
}

