@charset "windows-1251";

/* Начальные установки */

*{
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	color:#FFF;
}

p, hr{margin:auto auto 1em auto;}

.clear{clear:both;}

ul li{list-style:none;}

.left{float:left;}
.right{float:right;}
.center{margin:0 auto;}

a img{border:0;}

/* /Начальные установки */

body{
	background:url(../i/logo.jpg) no-repeat;
	background-color:#091839;
}

#header{
	width:900px;
	height:235px;
	margin-bottom:40px;
}

div.menu{
	margin:209px 5px auto auto;
	height:26px;
	float:right;
	font-size:14px;
}
div.menu li{
	display:inline;
	color:#999;
}

div.menu a{
	margin:auto 8px auto 5px;
	text-decoration:none;
}
div.menu a:hover{border-bottom:1px solid white;}
div.menu a.here{color:#999;}
div.menu a.here:hover{border-bottom-width:0px;}

/* Контент */

div#content{
	margin:auto auto auto 230px;
	width:670px;
}

h2.title {
	font-size:14px;
	font-weight:normal;
	margin:15px auto 10px -107px;
}
h2.title img{
	vertical-align:middle;
	margin-right:5px;
}

div.content-block table{
	border-collapse:collapse;
	background:#1c2a45;
}
div.content-block table td{
	overflow:hidden;
	vertical-align:top;
}

td.left-block{width:255px;}
td.left-block  > a{
	display:block;
	margin:0 0 1em 0;
}

td.space{
	width:20px;
	background-color:#091839;
}

td.right-block{width:400px;}


div.content{
	padding:10px 25px 20px 25px;
	font-size:13px;
}

	/* Закругленные края */

img.corner.t-l{float:left; margin:-20px auto auto -20px}
img.corner.t-r{float:right; margin:-20px -20px auto auto}
img.corner.b-r{float:right; margin: auto -20px -20px auto}
img.corner.b-l{float:left; margin: auto auto -20px -20px}

	/* /Закругленные края */

/* /Контент */

/* Подвал */

div#footer{
	margin:10px 0 20px 0;
	width:890px;
}
div#footer div.counter{margin:-45px 0 0 70px}
div#footer div.phone{
	color:#999;
	font-size:13px;
}

/* /Подвал */