/* Общее */
* {
	margin: 0; padding: 0;
	/*border: 1px solid red;*/
}

img, input {
	border: 0px; vertical-align: baseline;
}

a {
	color: #048DC2; text-decoration: underline;
}

a:hover {
	color: #3B3C3C; text-decoration: none;
}

html {
	height: 100%;
}

body {
	width: 100%; height: 100%;
	background-color: #fff;
	font-family: Tahoma, sans-serif; color: #020202; font-size: 11px; line-height: 18px;
	text-align: center;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	margin-bottom: -62px;
}

* html #wrapper {
	height: 100%;
}

.clear {
	clear: both;
}
/* /Общее */


/* Шапка */
#header {
	width: 940px;
	float: left;
	margin: 11px 0 0 0;
}
	
	/* Лого */
	#header h1 {
		margin: 24px 0 10px 30px;
		font-family: Arial, serif; font-size: 27px; color: #CC6500;
	}

	#header h1 a,
	#header h1 a:hover {
		color: #fff; text-decoration: none;
	}

	#header h2 {
		margin: 6px 0 0 0px;
		padding:0 0 0 30px;
		font-family: Arial, serif; font-size: 14px; color: #fff; font-weight: normal;
		width: 400px;
	}

	#header h2 a,
	#header h2 a:hover {
		color: #fff; text-decoration: none;
	}
	/* /Лого */
/* /Шапка */


/* Навигация */
#mainNav {
	clear: both;
	float: left;
	width: 940px;
	margin: 2px 0 0 0;
	background: url(../img/mainnav-bg.gif) center center no-repeat #D49A48;
}

	#mainMenu {
		float: left;
		padding: 0 0 0 21px;
	}

	#mainMenu ul {
	float: left;
	list-style: none;
	}
	
	#mainMenu li {
	float: left;
	}
	
	#mainMenu li a {
		display: block;
		float: left;
		padding: 11px 16px 12px 14px;
		background: url(../img/mainmenu-separator.gif) right center no-repeat;
		font-family: Arial, serif; font-size: 15px; color: #048DC2; text-decoration: none;
	}
		
/* /Навигация */



/* Контент */
	#content {
		float: left;
		width: 661px;
		margin: 29px 0 0 47px;
	}

	#content h1.header {
		margin-bottom: 10px;
		font-family: Arial, serif; font-size: 18px; color: #ED7500;
	}
	
	#subNav ul.menu {
		width: 616px;
		float: left;
		list-style: none;
		margin: 15px 0 10px 0;
		padding: 0 0 1px 25px;
		background: url(../img/subnav-bottom-bg.gif) left bottom repeat-x;
	}
	
	#subNav ul.menu li {
		float: left;
		background: url(../img/subnav-li-left-bg-a.gif) left center no-repeat;		
	}
		
	#subNav ul.menu a {
		float: left;
		display: inline;
		margin: 0 4px 0 10px; padding: 14px 13px 11px 3px;
		font-size: 12px; color: #000; text-decoration: none; text-transform: uppercase;
		font-weight: bold;
		background: url(../img/subnav-li-right-bg-a.gif) right center no-repeat;		
	}

	#subNav ul.menu li.active {
		background: url(../img/subnav-li-left-bg.gif) left center no-repeat;
	}
	
	#subNav ul.menu li.active a {
		background: url(../img/subnav-li-right-bg.gif) right center no-repeat;
	}
	
	#subNav #div1, #subNav #div2, #subNav #div3, #subNav #div4 {
		margin: 0; padding: 0;
		clear: left;
	}
	
	#subNav #div2, #subNav #div3, #subNav #div4 {
		display: none;
	}

	
	#sidebar {
		clear: left;
		float: left;
		width: 232px;
	}

	#extraNav {
		float: left;
		clear: both;
		width: 232px;
		margin-top: 7px;
		background: url(../img/extranav-bottom-bg.gif) left bottom no-repeat;
	}
	
	#extraNav h1 {
		padding: 22px 0 16px 31px;
		font-family: Arial, serif; font-size: 12px; color: #000; text-transform: uppercase;
		background: url(../img/extranav-top-bg.gif) center center no-repeat;
		z-index: 100;
	}

	#extraNav ul {
		float: left;
		margin-top: -1px;
		list-style: none;
		z-index: 1;
	}
	
	#extraNav li {
		clear: left;
		float: left;		
	}
	
	#extraNav li a {
		display: block;
		width: 152px;
		margin: 0 0 0 10px; padding: 5px 0 5px 24px;
		list-style: none;
		border-top: 1px solid #D5D5D6;
		font-family: Arial, serif; font-size: 12px; color: #2F9DC7;
		text-transform: uppercase; text-decoration: none;
	}
	
	#extraNav li a:hover {
		color: #000;
	}

	#tags {
		float: left;
		clear: both;
		width: 232px;
		margin-top: 23px;
	}
	
	#tags h1 {
		padding: 22px 0 16px 31px;
		font-family: Arial, serif; font-size: 12px; color: #000; text-transform: uppercase;
		background: url(../img/extranav-top-bg.gif) center center no-repeat;
		z-index: 100;
	}
	
	#tags div {
		margin: 0 14px 0 28px;
		line-height: 20px;
	}
	
	#tags div a {
		text-decoration: underline; color: #2489B0;
	}
	
	#tags div a:hover {
		text-decoration: none; color: #2489B0;
	}
	
	#tags div a.size-1 {
		font-size: 12px;
	}
	
	#tags div a.size-2 {
		font-size: 13px;
	}
	
	#tags div a.size-3 {
		font-size: 14px;
	}
	
	#tags div a.size-4 {
		font-size: 16px;
	}
	
	#tags div a.size-5 {
		font-size: 19px;
	}
	
	#tags div a.size-5 {
		font-size: 22px;
	}
	
	#banner {
		display: none;
	}
	
	
	
/* Постраничная навигация */
.pageNav {
	clear: both;
	float: left;
	width: 661px;
	text-align: center;
	font-size: 11px; padding: 30px 0 0 0;
}

.pageNav .arr {
	padding: 0 11px 0 0; color:#000;
}

.pageNav .arr.disabled {
	color: #7A7A7A;
}

.pageNav .numbers {
	padding: 0; font-weight: normal; display: inline;
}

.pageNav a,
.pageNav .numbers a,
.pageNav .numbers span {
	padding: 1px 5px 2px 5px;
	color: #000;
	text-decoration: none;
}

.pageNav span.active {
	background: url(../img/pagenav-a-bg.gif) center center no-repeat #EDAD38;
	color: #fff;
}
/* /Постраничная навигация */
/* /Контент */


/* Футер */
#footer {
	clear: both;
	width: 940px; height: 61px;
	margin: 0 auto;
	border-top: 1px solid #D5D5D6;
	text-align: left;
}

#adv {
	float: left;
	margin: 22px 0 0 30px;
	font-family: Arial, serif; font-size: 11px; color: #656565;
}

#adv a {
	font-family: Arial, serif; font-size: 11px; color: #656565; text-decoration: none;
}


#counters {
	float: right;
}

#counters img {
	margin: 11px 3px 0 4px;
}
/* /Футер */

#empty {
	height: 100px;
	clear: both;
}
