/**
 * Common
 */
body {
	background: #000;
}


/**
 * Header
 */
#header {
	color: #fff;
	height: auto;
}


/**
 * Contacts
 */
#contacts {
	height: 1px;
	margin-bottom: 2em;
	margin-left: 15.5em;
	position: relative;
}

#contacts .content {
	color: #91bf00;
	font-size: 1.875em;
	left: 65%;
	position: absolute;
	top: -2.5em;
}


/**
 * Logo
 */
#logo {
	margin: 0 auto;
	width: 300px;
}

#logo .descr {
	font-size: 2em;
	left: 0;
	margin-left: .65em;
	position: absolute;
	top: 65px;
}


/**
 * Left Panel
 */
#left_panel {
	padding-top: 0;
}

#left_panel .offer {
	background: #ed1556;
}

#left_panel .offer img {
	left: 37px;
	top: 60px;
}


/**
 * Container
 */
#container {
	padding-bottom: 5em;
}


/**
 * Content
 */
#content .main,
#content .main a {
	color: #fff;
}

#content .main {
	padding-right: 9%;
	width: 56%;
}

#content .extra,
#content .extra a {
	color: #92bd1c;
}

#content .extra {
	width: 33%;
}

#content h2 {
	font-size: 1.867em;
	margin-bottom: 0;
}

#content .back {
	/*background: url(decor.png) no-repeat;*/
	clear: left;
	height: 520px;
	margin: 0 0 0 auto;
	max-width: 1150px;
	overflow: hidden;
	width: 100%;
}


/**
 * Common Panel
 */
.common_panel .cp_t .l {
	background-position: 0 0;
}

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

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

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


/**
 * News
 */
#content .news {
	margin: .75em 0 1em;
}

#content .news .item {
	margin-bottom: 1em;
}

#content .news .date,
#content .news .summary {
	margin: 0;
}
