* {
	padding:0;
	margin:0;
}

body {
	background:#F2F8F9 url("images/bg.jpg");
	text-align:center;
	font:0.75em Arial;
	color:#000;
}

/* Основные элементы */

a {
	color:#35674D;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h2 {
	background:#C3E0E1 url("images/arw.gif") no-repeat left top;
	color:#35674D;
	font-size:1em;
	padding:5px 17px;
}

h3 {
	margin:0 10px 0 -21px;
	background:#c3e0e1;
	padding:5px 15px 5px 21px;
	color:#35674D;
	font-size:1.1em;
	margin-bottom:3px;
}

ol li{
	margin-left: 20px;
}

form img {
	border: 0px;
}

/* Структура сайта */

#wrapper {
	width:1010px;
	text-align:left;
	margin:0 auto;
	background:url("images/lines.gif") repeat-y;
}

#wrapper p {
	margin-bottom:15px;
}

/* Шапка сайта */

#header {
	background:url("images/head.jpg") no-repeat top;
	height:354px;
	position: relative;
}

/* Меню сайта */

#header ul {
	top:202px;
	left:320px;
	position:relative;
	width:500px;
}

#header li {
	list-style:none;
	float:left;
	padding:0 19px 0 11px;
	background:url("images/ball.gif") no-repeat right;
}

#header li a {
	color:#6B4B24;
	font-size:1.7em;
	font-family:"Times New Roman", Times, serif;
}

#header li a:hover {
	color:#000;
}

#header .nobg {
	background:none;
}

#navigation {
	position: absolute;
	right: 10px;
	top: 10px;
}

#navigation img {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	border: 0px;
}


/* Выпадающее меню */

#nav {
	list-style:none;
	text-align:left;
	width:250px;
	padding:22px 0 0 5px;
}

#nav li {
	background:url("images/arrow.gif") no-repeat left top;
	padding-left:15px;
	height:20px;
}

#nav a {
	color:#407258;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	letter-spacing:1px;
}

.popfirst{
	position:absolute;
	visibility:hidden;
	z-index:10;
	display:none;
}

/* Левая колонка */

#leftside {
	width:289px;
	float:left;
	padding:35px 0 0 15px;
	font-size:0.9em;
}

#leftside p {
	padding:0 17px;
}

#leftside p a {
	color:#000;
	text-decoration:none;
}

#leftside p a:hover {
	text-decoration:underline;
}

.all {
	color:#35674D;
	font-weight:bold;
	margin-left:17px;
}

/* Центральная колонка */

#main {
	width:470px;
	float:left;
	padding:0 15px 60px;
	margin-top:-30px;
        position: relative;
}

/* Правая колонка */

#rightside {
	position: relative;
	z-index: +3;
	width:180px;
	float:right;
	padding:0 5px 0 21px;
	margin-top:-82px;
	font-size:0.9em;
}

#rightside img {
	margin-bottom:3px;
}

.vote img {
	float:left;
        border: 0px;
	margin:0px 0px 0 0;
}

.vote br {
	clear:left;
}

/* Нижний блок */

#bottomblock {
	height:155px;
	margin:0px 216px 0 314px;
	width:480px;
}

#bottomblock div {
	width:150px;
	padding:0 5px;
	float:left;
	text-align:center;
}

#bottomblock a {
	color:#000;
	font-size:0.9em;
	font-weight:bold;
}

/* Подвал сайта */

#footer {
	text-align:center;
	margin-top:10px;
	background:url("images/footer_bg.png") repeat-x top;
	min-width:1000px;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
}

#footer p {
	padding-bottom:20px;
	color:#8C9358;
	font-weight:bold;
}

/* Меню в подвале */

#footer ul {
	height:30px;
	margin-bottom:20px;
	margin-left: 70px;
	background:url("images/footer.png") no-repeat center top;
}

#footer li {
	list-style:none;
	display:inline;
	margin:0 15px;
	height:30px;
	line-height:30px;
}

#footer li a {
	color:#1D3319;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

#footer li a:hover {
	text-decoration:underline;
}

/* Дополнительные классы */

.clearer {
	clear:both;
	font-size:0;
	height:0;
}

.green {
	color:#35674D;
}

li.level-1 {
  margin-left: 30px;
  list-style-type: disc;
}

li.level-2 {
  margin-left: 45px;
  list-style-type: circle;
}

li.level-3 {
  margin-left: 70px;
  list-style-type: square;
}

li.level-4 {
  margin-left: 90px;
  list-style-type: disc;
}


ul {
	margin-left: 20px;
}
