/**
 * Common Blocks
 */
html,
body {
	height: 100%;
}

#layout {
	margin: 0;
	min-height: 100%;
	min-width: 970px;
	position: relative;
	width: 100%;
}

.counters {
	position: absolute;
	top: -1000px;
	left: -10000px;
}


/**
 * Header
 */
#header {
	background: #000;
	height: 200px;
}

#header .decor {
	background: url(../i/decor.png) no-repeat;
	height: 188px;
	max-width: 939px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 74%;
}


/**
 * Logo
 */
#logo {
	padding: 35px 0 0 1.5em;
}

#logo a,
#logo b {
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
}

#logo a:link,
#logo a:visited {
	color: #000;
}

#logo .descr {
	color: #92bd1c;
	display: block;
	font-size: .75em;
	margin-left: 78px;
	width: 7em;
}


/**
 * Navigation
 */
#navigation .cp_container {
	padding: 1px 1.5em 1px 0;
}

#navigation .navigation {
	margin: 0 0 1em;
}

#navigation .navigation a,
#navigation .navigation b {
	font-weight: bold;
}

#navigation .navigation li {
	margin-left: 1.5em;
}

#navigation .navigation .selected {
	color: #000;
}

#navigation a:link,
#navigation a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation a.selected {
	color: #006692 !important;
}


/**
 * Container
 */
#container {
	clear: both;
	padding: 0 0 10em 15.5em;
	position: relative;
	zoom: 1;
}

#container:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}


/**
 * Left Panel
 */
#left_panel {
	float: left;
	left: -15.5em;
	margin-right: -100%;
	padding-top: 3.7em;
	position: relative;
	width: 13em;
}

#left_panel .offer {
	background: #369a46;
	margin: 3em 0 0 auto;
	position: relative;
}

#left_panel .offer,
#left_panel .offer a {
	display: block;
	height: 160px;
	width: 160px;
}

#left_panel .offer a {
	position: absolute;
	z-index: 1;
}

#left_panel .offer img {
	left: 32px;
	position: absolute;
	top: 60px;
}


/**
 * Content
 */
#content {
	float: left;
	width: 100%;
}

#content .main {
	float: left;
	font-size: .9375em;
	line-height: 1.4;
	margin-right: -1px;
	padding-right: 4%;
	position: relative;
	width: 48%;
}

#content .extra {
	float: left;
	font-size: .9375em;
	overflow: hidden;
	width: 48%;
}

#content .extra .common_panel {
	max-width: 33em;
}

#content .extra .common_panel .cp_t,
#content .extra .common_panel .cp_b,
#content .extra .common_panel {
	padding-right: 15px;
}


/**
 * Footer
 */
#footer {
	background: #28a722;
	bottom: 0;
	clear: both;
	left: 0;
	padding: 15px 0;
	position: absolute;
	width: 100%;
}

#footer:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #000 !important;
}

#footer .feedback,
#footer .contact,
#footer .copyright {
	float: left;
	font-size: .8125em;
	margin: 0;
}

#footer .copyright {
	padding: 0 2.46em 0 1.846em;
	width: 14.77em;
}

#footer .feedback {
	width: 30%;
}

#footer .contact {
	float: right;
	width: 38%;
}

#footer .contact p,
#footer .contact address {
	margin: 0;
	padding-left: 1.846em;
}

/**
 * Columns
 */
.columns {
	clear: left;
	zoom: 1;
}

.columns:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

.columns .column {
	float: left;
	margin-right: -1px;
	padding-right: 6%;
	width: 47%;
	zoom: 1;
}

.columns .column_last {
	padding-right: 0 !important;
}


/**
 * Common Panel
 */
.common_panel {
	background: #91bf00;
	color: #fff;
	position: relative;
	width: 100%;
}

.common_panel h3 {
	font-size: 1.33em;
	padding: 0 0 .4em;
}

.common_panel h2 {
	padding: 0 0 .4em;
}

.common_panel a:link,
.common_panel a:visited,
.common_panel .pseudo {
	color: #fff;
}

.common_panel a:hover,
.common_panel .pseudo:hover {
	color: #333 !important;
}

.common_panel .cp_t,
.common_panel .cp_b {
	display: block;
	height: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.common_panel .cp_t .l,
.common_panel .cp_t .r,
.common_panel .cp_b .l,
.common_panel .cp_b .r {
	background: url(../i/corners.png) no-repeat;
	display: block;
	height: 10px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 10px;
}

.common_panel .cp_t .r,
.common_panel .cp_b .r {
	left: -10px;
	margin-left: 100%;
}

.common_panel .cp_t .l {
	background-position: -20px 0;
}

.common_panel .cp_t .r {
	background-position: -30px 0;
}

.common_panel .cp_b .l {
	background-position: -20px -10px;
}

.common_panel .cp_b .r {
	background-position: -30px -10px;
}

.common_panel .cp_container {
	padding: .5em 2em;
}

.left_panel .cp_t .l,
.left_panel .cp_b .l {
	display: none;
}

.right_panel .cp_t .r,
.right_panel .cp_b .r {
	display: none;
}


/**
 * Photo Popup
 */
.photo_popup {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.photo_popup .picture {
	background: #fff;
	padding: 10px;
	position: absolute;
	top: 20%;
}

.photo_popup .cur_picture {
	margin-left: 50%;
}

.photo_popup .prev_picture,
.photo_popup .next_picture {
	cursor: pointer;
}

.photo_popup .prev_picture img,
.photo_popup .next_picture img {
	filter: alpha(opacity=80);
	opacity: .8;
}

.photo_popup .prev_picture:hover img,
.photo_popup .next_picture:hover img,
.photo_popup_animate .prev_picture img,
.photo_popup_animate .next_picture img {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_popup .prev_picture {
	margin-right: -85px;
	right: 100%;
}

.photo_popup .next_picture {
	left: 100%;
	margin-left: -85px;
}

.photo_popup .hid_picture {
	position: absolute;
	visibility: hidden;
}

.photo_popup .picture img {
	display: block;
	margin-bottom: .5em;
}

.photo_popup_animate .prev_picture,
.photo_popup_animate .next_picture,
.photo_popup_animate .cur_picture,
.photo_popup_animate .hid_picture {
	margin: 0;
	right: auto;
	visibility: visible;
}

.photo_popup .picture .description {
	color: #000;
	display: block;
	font-size: 87.5%;
	padding: 0 15px;
}

.photo_popup .fader {
	background: #000;
	filter: alpha(opacity=60);
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%;
}

.photo_popup .close {
	cursor: pointer;
	height: 48px;
	overflow: hidden;
	right: 30px;
	position: absolute;
	top: 30px;
	width: 48px;
}

.photo_popup .close ins {
	background: url(../i/close.png) no-repeat;
	display: block;
	height: 96px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 48px;
}

.photo_popup .close:hover ins {
	top: -48px;
}