* {
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	height: 100%;
	background: #f8faf8 url(i/bg.png) repeat-x 0 -30px;
}

body{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 100%;
	position: relative;
	background: transparent;
	font: normal 75%/120% Arial, Tahoma, Verdana, sans;
	color: #333;
}

/*
 *	tags
 */

a{color: #224474;}
a:hover{color: #EF5203}

a img{border:0}

p{
	line-height: 120%;
	margin: 1em 0;
}

h2{
	font: normal 1.4em/110% Arial, Tahoma, Verdana, sans;
	color: #000;
}

h3{
	font: normal 1.2em/110% Arial, Tahoma, Verdana, sans;
	color: #000;
}

h4{
	font: normal 1.1em/110% Arial, Tahoma, Verdana, sans;
	color: #000;
	margin: 1.4em 0 0.6em 0;
}

/*
 *	main
 */

body.rand1{background: transparent url(i/bg.jpg) no-repeat 40% 100px;}
body.rand2{background: transparent url(i/bg2.jpg) no-repeat 40% 100px;}
body.rand3{background: transparent url(i/bg3.jpg) no-repeat 40% 100px;}
body.rand4{background: transparent url(i/bg4.jpg) no-repeat 40% 100px;}
body.rand5{background: transparent url(i/bg5.jpg) no-repeat 40% 100px;}


/*
 *	container
 */
 
.container{
	margin: 0 14% 0 auto;
	width: 80%;
	padding-bottom: 14em;
	position: relative;
	z-index: 2;
}

/*
 *	header
 */

.header{
	width: 100%;
	height: 60px;
	padding: 3em 0;
	position: relative;
	z-index: 20;
}

.header .lang{
	position: absolute;
	top: 4.4em;
	right: -11em;
	height: 2em;
	width: 8em;
}

.header .lang span,
.header .lang a{
	padding: 0.4em;
	float: left;
}

.header .lang .active{
	background: #cc3827;
	color: #fff;
}

.header .lang a{text-decoration: none;}
 
.header .logo{
	float: left;
	display: block;
	height: 34px;
	padding-top: 10px;
	width: 210px;
	left: -40px;
	margin-right: -40px;
	position: relative;
	text-decoration: none;
}
.logo img{
	width:210px;
}

.header ul.menu{
	float: right;
	list-style: none;
	padding-top: 1.4em;
	height: 2em;
}

ul.menu li{
	float: left;
	position: relative;
}

ul.menu li div.sub-mn{
	position: absolute;
	top: 2.4em;
	width: 20em;
	display: none;
	background: #cc3827 url(i/corners.png) no-repeat bottom right;
}


ul.menu li div.sub-mn ul{
	width: auto;
	float: none;
	list-style: none;
	height: auto;
	overflow: hidden;
	padding: 0.4em 1em;
	line-height: 100%;
	background: transparent url(i/corners.png) no-repeat top left;
}

ul.menu li.active div.sub-mn ul{background: transparent;}

ul.menu li.active div.sub-mn ul li,
ul.menu li div.sub-mn ul li{
	float: none;
	margin: 0.4em 0;
	background: transparent;
}

ul.menu li.active div.sub-mn ul a,
ul.menu li.active div.sub-mn ul span,
ul.menu li div.sub-mn ul a,
ul.menu li div.sub-mn ul span{
	display: inline;
	padding: 0;
	background: transparent;
}

ul.menu li.active div.sub-mn ul a,
ul.menu li div.sub-mn ul a{color: #fff;}

ul.menu li.active div.sub-mn ul li.active span,
ul.menu li.active div.sub-mn ul a:hover,
ul.menu li div.sub-mn ul a:hover{color: #ff9;}


ul.menu li div.sub-mn ul a{text-decoration: underline;}

ul.menu li a,
ul.menu li span{display: block;}
ul.menu li a:hover span{text-decoration: none;}

ul.menu li a,
ul.menu li span{
	padding: 0.4em 1em;
	text-decoration: none;
}

ul.menu li a span,
ul.menu li span span,
ul.menu li.active span span,
ul.menu li.active a span{
	padding: 0;
	background: none;
}

ul.menu li a span{text-decoration: underline;}

ul.menu li a small,
ul.menu li span small{
	display: none;
	font-style: italic;
	color: #666;
	padding-top: 0.6em;
}

ul.menu li.active{background: #cc3827 url(i/corners.png) no-repeat bottom right;}

ul.menu li.active a,
ul.menu li.active span{
	color: #fff;
	background: transparent url(i/corners.png) no-repeat top left;
}

/*
 *	list
 */
 
.content ul, 
.content ol,
.contacts ul,
.contacts ol,
.desc ul{
	margin: 1em 0;
	line-height: 140%;
	padding-left: 2em;
}

.content ul,
.contacts ul,
.desc ul{
	list-style: none;
	//list-style-image: url(i/list.png);
}

.content ul li:before,
.contacts ul li:before,
.desc ul li:before{
	content: '— ';
	margin-left: -1.18em;
	//content: '';
	//margin-left: 0;
}

.contacts ul{
	position: relative;
	left: -2em;
	font-size: 133.33%;
	line-height: 110%;
}

.contacts ul li{
	margin: 0.4em 0;
}
 

/*
 *	top
 */
 
div.top{
	width: 100%;
	height: 480px;
	padding-top: 0;
	color: #000;
}

div.top .desc{
	float: left;
	width: 18em;
	position: relative;
	left: 3.6em;
}

div.top .desc p.phone{
	margin: 0;
	font-size: 180%;
	line-height: 110%;
	position: relative;
	font-style: normal;
	color: #000;
}

div.top .desc p.phone small{
	position: absolute;
	top: 0.7em;
	left: -5em;
	font-size: 50%;
	line-height: 120%;
	color: #444;
}

div.top .desc{
	color: #666;
	font-style: italic;
}

div.top .right{
	float: right;
	width: 35%;
	padding: 50px 0 0 2em;
}

div.top .right p{
	font-size: 2em;
	color: #000;
	line-height: 100%;
	margin: 0 0 1em 0;
	position: relative;
}

div.top .right cite{
	float: right;
	width: 40%;
	display: block;
	font-size: 1.2em;
	color: #333;
}

span.q{
	position: absolute;
	margin-left: -0.4em;
}

.desc ul{
	font-size: 1.2em;
	font-style: italic;
	padding-left: 3em
}

/*
 *	content
 */
 
.content{
	padding-left: 3em;
	font-size: 1.2em;
}

.content p{line-height: 120%;}

.text{
	width: 60%;
	margin: 0 auto 0 0;
	position: relative;
}

.text blockquote{
	font-size: 1.1em;
	color: #000;
	margin: 1em 0 1.6em 1.8em;
}

.content h1{
	font: normal 3.2em/110% Arial, Tahoma, Verdana, sans;
	color: #000;
	position: relative;
	left: -1em;
}

.content h2{
	font-size: 1.9em;
	margin: 1.4em 0 0.8em 0;
	width: 60%;
}

.content small.date{
	color: #666;
	display: block;
	margin: -1.4em 0 2em;
	font-size: 0.8em;
	line-height: 120%;
}

.content h3{
	font-size: 1.7em;
	margin: 1.4em 0 0.8em 0;
	width: 80%;
}

.content h4{
	font-size: 1.3em;
	margin: 1.6em 0 0.8em 0;
}

.text img{
	position: relative;
	left: -3.2em;
	margin: 2em 0 3em 0;
}

.text .right{
	position: absolute;
	width: 20%;
	right: -25%;
	font-style: italic;
}

.text .right h4{font-style: italic;}

.text .right p{
	font-size: 0.8em;
	color: #666;
}

.text .news-item{
	margin: 2em 0;
	width: 100%;
	overflow: hidden;
}

.text .news-item dt{
	float: left;
	width: 150px;
}

.text .news-item dd{margin-left: 170px;}

.text .news-item h3{
	font-size: 130%;
	line-height: 120%;
	margin-top: 0;
}

.text .news-item img{
	margin: 0;
	left: 0;
}

.content .news-item small.date{
	color: #666;
	margin: 0;
	font-size: 0.8em;
	line-height: 120%;
}

/*
 *	table
 */
 
.text table{
	margin: 2em 1em;
	border-collapse: collapse;
}

.text th{
	padding: 0.6em 1.98em;
	font-weight: normal;
	color: #999;
	text-align: left;
	border-bottom: 1px solid #999;
}

.text td{
	padding: 0.6em 1.8em;
	color: #000;
	font-size: 1.1em;
}

.text tr:hover td{
	background:#ef5203;
	color: #fff;
}

.text cite{
	margin-left: 3.3em;
	font-size: 0.9em;
	display: block;
	line-height: 120%;
	margin-bottom: 2em;
	color: #666;
}
/*
 *	smenu
 */
 
div.smenu{
	width: 100%;
	padding-left: 2em;
	left: -2em;
	position: relative;
	//padding-right: 4px;
	margin: 1em 0 2em 0;
	font-style: italic;
}

div.smenu ul{
	float: left;
	width: 25%;
	padding: 0;
}

div.smenu li{margin-right: 2em;}

div.smenu li.active span,
div.smenu li.active a{color: #ee5202}

.clear{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/*
 *	columns
 */
 
.columns{
	width: 100%;
	overflow: hidden;
}

/*
 *	news
 */
 
dl.news{
	left: 3.6em;
	position: relative;
	float: left;
	width: 40%;
	overflow: hidden;
}

dl.news dt{
	float: left;
	width: 150px;
}

dl.news dd{
	margin: 1em 0 0 170px;
}

div.contacts{
	float: right;
	width: 35%;
}

div.contacts h2{
	position: relative;
	left: -1.6em;
}

div.contacts p{line-height: 110%;}

/*
 *	footer
 */

.footer{
	width: 80%;
	bottom: 0;
	left: 6%;
	clear: both;
	padding: 3em 0 0 0;
	height: 8em;
	font-size: 0.9em;
	position: absolute;
	z-index: 3;
}

.footer a{
	color: #333;
}

.footer a:hover{text-decoration: none;}
.footer .copy{
	float: left;
	width: 40%;
	padding: 4px 0 12px 4.235em;
	text-indent: -1.1em;
}

.footer .developer{
	float: right;
	width: 35%;
	padding: 4px 0 12px 1.2em;
	text-indent: -1.1em;
	position: relative;
}

.footer .developer a.sl{
	position: absolute;
	top: -1px;
	left: -26px;
	width: 22px;
	height: 25px;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url(i/sl.png) no-repeat top left;
}

.footer #sl{
	display: none;
	position: absolute;
	bottom: 8em;
	right: 35%;
	margin-right: -14em;
	width: 14em;
	padding: 1em 2em;
	background: #dedede;
}

.footer #sl p{
	margin: 0;
	line-height: 140%;
}

.footer #sl .st{
	position: absolute;
	bottom: -10px;
	right: 15%;
	font-size: 0;
	line-height: 0;
	height: 0;
	width: 0;
	border-right: 10px solid #dedede;
	border-bottom: 10px solid transparent;
	//border-bottom: 10px solid #f8faf8;
}

/*
 * t-inner
 */

.t-inner{
	position: absolute;
	bottom: 0;
	right: 0;
	font-style: italic;
	color: #787878;
	line-height: 140%;
}
.t-inner p{line-height: 140%;}

.t-inner .gl{
	line-height: 140%;
	width: 350px;
}

.t-inner .gl h4{
	font: italic 214.28%/100% Arial, Helvetica, sans-serif;
	color: #787878;
	margin: 0;
}

.t-inner .sm{
	position: absolute;
	font-size: 150%;
	line-height: 140%;
}

.ti1 .container{height: auto !important;height: 650px;min-height: 650px;}
.ti2 .container{height: auto !important;height: 680px;min-height: 680px;}
.ti3 .container{height: auto !important;height: 560px;min-height: 560px;}
.ti4 .container{height: auto !important;height: 650px;min-height: 650px;}
.ti5 .container{height: auto !important;height: 600px;min-height: 600px;}

/*
 * .t-inner1
 */

.ti1 .t-inner{
	bottom: 0;
	width: 40%;
	padding-left: 150px;
	height: 650px;
	background: transparent url(i/inner1.png) no-repeat 0 150px;
}

.ti1 .t-inner .sm{
	top: 520px;
	left: -50px;
}

/*
 * ti2
 */

.ti2 .t-inner{
	bottom: 0;
	width: 40%;
	padding-left: 0;
	height: 680px;
	background: transparent url(i/inner2.png) no-repeat 0 100%;
}

.ti2 .t-inner .gl{width: 200px;}

.ti2 .t-inner .sm{
	top: 580px;
	left: -100px;
}

/*
 * ti3
 */

.ti3 .t-inner{
	bottom: 0;
	width: 40%;
	padding: 0 0 0 100px;
	height: 527px;
	background: transparent url(i/inner3.png) no-repeat 100px 100%;
}

.ti3 .t-inner .gl{width: 250px;padding-top:150px;}

.ti3 .t-inner .sm{
	top: 420px;
	left: -20px;
}

/*
 * ti4
 */

.ti4 .t-inner{
	bottom: 0;
	width: 37%;
	padding: 0 0 0 0;
	height: 580px;
	background: transparent url(i/inner4.jpg) no-repeat 50px 120px;
}

.ti4 .t-inner .sm{
	top: 400px;
	left: -100px;
}

/*
 * ti5
 */

.ti5 .t-inner{
	bottom: 0;
	width: 37%;
	padding: 0 0 0 120px;
	height: 620px;
	background: transparent url(i/inner5.png) no-repeat 0 40px;
}

.ti5 .t-inner .gl{width: 200px;}

.ti5 .t-inner .sm{
	top: 520px;
	left: -80px;
}
