html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #1F1F1F;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #3F3F3F;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
}


p, ol, ul {
	margin-top: 0px;
	
}

ol, ul
{
	margin: 0px;
	padding: 0px;
	list-style:  none
}

p {
	line-height: 160%;
}

strong {
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


ul.style1
{
}

ul.style1 li
{
	padding: 1.50em 0em 1.90em 0em;
	border-top: 1px solid #e8e8e8;
}

ul.style1 a
{
	text-decoration: none;
	color: #6e6d6d;
}

ul.style1 a:hover
{
	text-decoration: none;
}


/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #FFFFFF;
}

#wrapper-bgbtm {
	overflow: hidden;
	padding: 2em 0em;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

#header
{
	overflow: hidden;
	height: 150px;
}

/** LOGO */

#logo
{
	position: relative;
	float: left;
	width: 380px;
	height: 100px;
}

#logo h1, #logo p
{
	margin: 0px;
	line-height: normal;
}

#logo h1 a
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 150px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.50em;
}

#logo span
{
	color: #ffc500;
}

/** MENU */

#menu
{
	padding: 60px 0px 0px 0px;
}

#menu ul
{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
	margin-left: 2em;
}

#menu a
{
	display: block;
	padding: 0.50em 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.00em;
	color: #979A97;
}

#menu a:hover
{

	color: #FFFFFF;
	border-radius: 5px;
	background: #444444;
}

#menu .active a
{
	border-radius: 5px;
	background: #ffc500;
	color: #000000;
}

#menu .first
{
	padding-left: 0px;
	border-left: none;
	box-shadow: none;
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
	float: left;
	width: 800px;
}

#content h2
{
	margin-bottom: 0.20em;
	letter-spacing: -1px;
	font-size: 3em;
	font-weight: 600;
}

#content .byline
{
	display: block;
	text-transform: uppercase;
	font-size: 1.10em;
	font-weight: 400;
	margin-bottom: 2em;
}

#content img
{
	margin-bottom: 1em;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 350px;
}

/* Footer */

#footer {
	overflow: hidden;
	padding: 50px 0em;
}

#footer p {
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #cccccc;
}

#belka
{
	overflow: hidden;

	width: 1200px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e8e8e8;
}


#featured
{
	overflow: hidden;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 0px solid #e8e8e8;
}

#featured img
{
	display: block;
	width: 100%;
}

#featured p
{
	text-align: center;
}

#featured h2
{
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.00em;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #151515;
}


#fbox1
{
	float: left;
	width: 350px;
}

#fbox2
{
	float: left;
	width: 400px;
	margin-left: 50px;
}


#fbox3
{
	float: right;
	width: 350px;
}

.button
{
	display: block;
	margin-top: 3em;
	text-align: center;
	text-decoration: none;
}

.button span
{
	padding: 0.75em 2em;
	background: #ffc500;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #151515;
}

