/* Общее */
* {
	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: #656565; font-size: 12px; line-height: 18px;
	text-align: center;
}

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

* html #wrapper {
	height: 100%;
}

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


/* Шапка */
#header {
	width: 1000px;
	float: left;
	margin: 0 0 0 0;
}
	
	/* Лого */
	#header h1 {
		margin: 18px 0 0 60px;
		font-family: Verdana, sans-serif; font-size: 21px; color: #D10707;
	}

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

	#header h2 {
		margin: 6px 0 0 60px;
		font-family: Tahoma, serif; font-size: 11px; color: #737373; font-weight: normal;
		width: 500px;
	}

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


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

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

	#mainMenu ul {
	float: left;
	list-style: none;
	}
	
	#mainMenu li {
	float: left;
	}
	
	#mainMenu li a {
		display: block;
		float: left;
		padding: 7px 17px 7px 17px;		
		font-size: 15px; color: #020202; text-decoration: none;
	}
	
	#mainMenu li a:hover {
		color: #5B5A5A;
	}
	
	#mainMenu li a.active {
		background: url(../img/mainmenu-separator.gif) right center no-repeat #D5D5D6;
		color: #5B5A5A;
	}
	
	
	#search {
		float: right;
		display: inline;
		margin: -25px 62px 0 0;
	}

	#search label {
		float: left;
		margin: 2px 10px 0 0;
		font-size: 15px; color: #767575;
	}
	
	#search input.text {
		float: left;
		width: 179px; height: 19px;
		padding-top: 2px;
		background: #fff;
		border: 1px solid #AFAEAE;
		font-family: Tahoma, sans-serif; font-size: 12px;
	}
	
	#search input.image {
		float: left;
		width: 35px; height: 21px;
		background: url(../img/search-input-image-bg.gif) center center no-repeat;
	}	
/* /Навигация */



/* Контент */
	#content {
		float: left;
		display: inline;
		overflow: hidden;
		width: 535px;
		margin: 47px 0 0 0px;
	}

	#content h1.header {
		margin-bottom: 10px;
		font-size: 18px; color: #3B3C3C;
	}
	
	#subNav ul.menu {
		float: left;
		list-style: none;
		margin: 25px 0 10px -13px;
	}
	
	#subNav ul.menu li {
		float: left;
	}
	
	#subNav ul.menu a {
		float: left;
		display: inline;
		padding: 2px 12px 2px 13px;
		font-size: 12px; color: #000; text-decoration: underline; text-transform: uppercase;
		font-weight: bold;
		background: url(../img/subnav-li-right-bg-a.gif) left center no-repeat;		
	}
	
	#subNav ul.menu a:hover {
		color: #D10707; text-decoration: none;
	}
	
	#subNav ul.menu li.active a {
		color: #D10707; text-decoration: none;
	}

	#subNav h1 {
		margin: 24px 0 0 0px; padding: 0;
	}
	
	#subNav a  h1 {
		font-family: Tahoma, sans-serif; font-size: 14px; color: #000; text-decoration: underline;
	}
	
	#subNav h1 a:hover {
		color: #000; text-decoration: none;
	}
	
	#subNav p {
		font-family: Tahoma, sans-serif; font-size: 14px; color: #616161;
		margin: 11px 0 0 0px;
	}
	
	#subNav p a {
		font-family: Tahoma, sans-serif; font-size: 12px; color: #048DC2; font-weight: bold;
	}
	
	
	#subNav #div1, #subNav #div2, #subNav #div3, #subNav #div4, #subNav {
		margin: 0; padding: 0;
		clear: both;
	}
	
	#subNav #div2, #subNav #div3, #subNav #div4 {
		display: none;
	}

	
	#sidebar {
		float: left;
		overflow: hidden;
		display: inline;
		overflow: hidden;
		width: 247px;
	}

	#extraNav {
		float: left;
		clear: both;
		width: 150px;
		display: inline;
		margin: 35px 0 0 30px;
	}
	
	#extraNav h1 {
		width: 180px;
		margin: 0 0 10px 0; padding: 5px 0 4px 11px;
		font-family: Arial, serif; font-size: 16px; color: #fff; text-transform: uppercase; font-weight: normal;
		background: #D10707;
		z-index: 100;
	}

	#extraNav ul {
		float: left;
		list-style: none;
		z-index: 1;
		
	}
	
	#extraNav li {
		clear: left;
		float: left;		
	}
	
	#extraNav li a {
		display: block;
		width: 179px;
		 padding: 5px 0 5px 13px;
		list-style: none;
		border-top: 1px solid #D5D5D6;
		font-size: 12px; color: #3B3C3C;
		text-transform: uppercase; text-decoration: none;
	}
	
	#extraNav li a:hover {
		color: #D10707;
	}

	
	
	#tags {
		float: left;
		clear: both;
		display: inline;
		margin: 20px 0 0 30px;
	}
	
	#tags h1 {
		width: 180px;
		margin-bottom: 10px; padding: 5px 0 4px 11px;
		font-family: Arial, serif; font-size: 16px; color: #fff; text-transform: uppercase; font-weight: normal;
		background: #D10707;
		z-index: 100;
	}
	
#tags div {
width: 190px;
margin: 0 25px 0 5px;
line-height: 20px;
}
	
	#tags div a {
		text-decoration: underline; color: #555656;
	}
	
	#tags div a:hover {
		text-decoration: none; color: #D10707;
	}
	
	#tags div a.size-1 {
		font-size: 11px;
	}
	
	#tags div a.size-2 {
		font-size: 12px;
	}
	
	#tags div a.size-3 {
		font-size: 13px;
	}
	
	#tags div a.size-4 {
		font-size: 14px;
	}
	
	#tags div a.size-5 {
		font-size: 18px;
	}
	
	#tags div a.size-5 {
		font-size: 20px;
	}
	
	#banner {
		float: left;
		overflow: hidden;
		width: 218px;
		margin-top: 35px;
		text-align: center;
	}
	
	
	
/* Постраничная навигация */
.pageNav {
	clear: both;
	float: left;
	width: 535px;
	text-align: center;
	font-size: 11px; padding: 30px 0 0 0;
}

.pageNav .arr {
	padding: 0 5px 0 5px; 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 3px 2px 3px;
	color: #000;
	text-decoration: none;
}

.pageNav a:hover,
.pageNav .numbers a:hover {
	color: #D10707;
}

.pageNav span.active {
	color: #D10707;
}
/* /Постраничная навигация */
/* /Контент */


/* Футер */
#footer {
	clear: both;
	width: 1000px; height: 51px;
	margin: 0 auto;
	background: url(../img/footer-bg.gif) left bottom repeat-x #EDEDED;
	border-top: 2px solid #D5D5D6;
	text-align: left;
}

#adv {
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	font-family: Arial, serif; font-size: 10px; color: #656565;
}

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


#counters {
	float: right;
	display: inline;
	margin: 0 35px 0 0;
}

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

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