*{
	margin: 0px;
	padding: 0px;
	border: none;
}
body{
	background-color: #ffffff;
	color: #0b2e50;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
#wrapper{
	width: 979px;
	margin: 0px auto;
}
#header{
	height: 85px;
}
#logo{
	float: left;
	padding-top: 20px;
}
#logo a{
	display: block;
	width: 548px;
	height: 59px;
	background-image: url("/images/logo.png");
	text-decoration: none;
}
#searchbox{
	float: right;
}
#topphone{
	padding-bottom: 7px;
	padding-right: 2px;
	font-size: 14px;
	text-align: right;
}
#search{
	width: 315px;
	height: 33px;
	background-image: url("/images/search.png");
	padding-left: 20px;
	padding-top: 17px;
	padding-right: 15px;
}
#search input{
	font-size: 14px;
	color: #0b2e50;
	width: 280px;
	border: 1px #ffffff solid;
}
#search a{
	margin-left: 8px;
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	text-decoration: none;
}
#menu{
	height: 56px;
	background-color: #169cd4;
	background-image: url("/images/menu.png");
	font-size: 16px;
	padding-left: 3px;
}
#menu ul{
	list-style: none;
}
#menu ul li{
	display: inline;
}
#menu ul li a{
	color: #ffffff;
	display: block;
	float: left;
	padding-right: 18px;
	height: 56px;
	text-decoration: underline;
}
#menu ul li a:hover{
	text-decoration: none;
}
#menu ul li a span{
	display: block;
	float: left;
	height: 41px;
	padding-top: 15px;
	padding-left: 18px;
	cursor: pointer;
}
#menu ul li a.active{
	background-image: url("/images/menuright.png");
	background-position: top right;
	background-repeat: no-repeat;
}
#menu ul li a.active span{
	background-image: url("/images/menuleft.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#banner{
	margin-top: 10px;
	height: 324px;
	background-image: url("/images/banner.jpg");
}
#content{
	margin-top: 10px;
}
#promopart{
	float: right;
	width: 300px;
	background-color: #cfe1ed;
	background-image: url("/images/promobottom.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#promopartdecor{
	background-image: url("/images/promotop.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 12px;
}
#promopartdecor ol{
	list-style: decimal inside;
}
#promopartdecor ol li{
	padding-bottom: 10px;
}
h2{
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 22px;
}

p{
	padding-bottom: 6px;
}

#mainpart{
	margin-right: 350px;
}

#mainpart ul, #mainpart ol{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainpart ul ul, #mainpart ol ol{
	padding-left: 20px;
}
#mainpart ul li{
	padding-bottom: 5px;
}

h1{
	font-size: 26px;
	font-weight: normal;
	font-family: Tahoma;
	letter-spacing: -2px;
	padding-bottom: 5px;
}
#phones{
	float: left;
}
#counters{
	float: left;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px; 
}
#developers{
	float: right;
	padding-bottom: 10px; 
}
#footer{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 2px #0b2e50 solid;
	clear: right;
}
a{
	color: #db4865;
}
a:hover{
	color: #0b2e50;
}
#accordion{
	border-bottom: 1px #0b2e50 solid;
}
#accordion h3{
	padding: 10px;
	font-weight: normal;
	border-top: 1px #0b2e50 solid;
	cursor: pointer;
	font-size: 16px;
	background-color: #56a5cc;
	color: #ffffff;
	text-decoration: underline;
}
#accordion div{
	padding: 10px 30px;
	font-size: 14px;
}

#pagecontent{
	font-size: 11px;
	text-align: justify;
}
#promoblock a{
	color: gray;
	font-size: 10px;
}
.rightpromo{
	padding: 10px;
	font-size: 16px;
}
#vovablock{
	background-color: #ffffff;
	color: #1E344C;
	padding-bottom: 10px;
}
#vovablock h2{
	color: #BD2400;
	padding-bottom: 5px;
}
