body, html {
	margin: 0; padding: 0; height:100%;

}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: black;
}

p {
	line-height: 18px;
	color: #232323;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #418ADA;
}

a:hover {
	text-decoration: underline;
}

#container {
	background: black url('/images/layout/top_bg.jpg') top center no-repeat;
	min-height: 100%;
	position: relative;
	clear: both;
}


#content {
	margin-left: auto; margin-right: auto;
	overflow: hidden;
	padding-bottom: 310px;   /* Height of the footer */
	background: white url(/images/layout/middle-pattern.jpg) repeat scroll 0 0;
	margin-top: 30px;
}

#footer {
	height: 310px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: black url('/images/layout/footer_bg.jpg') top center no-repeat;
	overflow: hidden;
}

#footer .middle {
	width: 1000px; margin-top: 20px;
	margin-left: auto; margin-right: auto;
}


#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#title {
	width: 700px;
	float: left;
}

#header_blocks {
	float: right;
	height: 268px;
	width: 270px;
	margin-top: 62px;
	background: url('/images/layout/header_blocks.png') no-repeat;
}

#title .top {
	overflow: hidden;
}


#title .links {
	margin-top: 40px;
	font-size: 26px;
	color: white;
	overflow: hidden;
}

#title .links a {
	text-decoration: none;
}


#title .links a .img {
	cursor: pointer;
}

#title .links a .txt {
	border-bottom: 1px solid #42464a;
	margin-left: 10px;
	margin-top: 3px;
	cursor: pointer;
	float: left;
}

#title .links a {
	color: white;
}

#title .links a:hover {
	color: #EE2292;
}

#title .links ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#title .links ul li {
	float: left;
	padding-right: 50px;
}

#logo {
	float: left;
	margin-top: 40px;
}

#title .top ul {
	margin: 0; padding: 0;
	margin-left: 73px;
	float: left;
}

#title .top ul li {
	float: left;
	display: block;
	width: 78px; height: 72px;
	border-right: 1px solid #33373b;
}

#title .top ul li.selected {
	background: url('/images/layout/menu_selected.jpg') no-repeat;
}

#title .top ul li:hover {
	background: url('/images/layout/menu_selected.jpg') no-repeat;
}

#title .top ul li a {
	padding-top: 45px;
	margin-left: 13px;
	padding-bottom: 1px;
	display: inline;
	float: left;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #292e33;
}

#title .top ul li.selected a {
	border-bottom: 0;
}

#title .intro {
	clear: both;
	color: white;
	margin-top: 60px;
	font-size: 38px;
	font-weight: normal;
}

#main {
	clear: both;
	background: white url('/images/layout/middle-pattern.jpg');
}

#main_sub {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: white url('/images/layout/middle-content.jpg') repeat-y;
	overflow: hidden;
	padding-bottom: 50px;
}

#main_sub h1 {
	color: #ee2292;
	font-size: 26px;
	float: left;
	width: 600px;
	padding: 0; margin: 0;
	padding-left: 20px;
}

#main_sub .head {
	margin-top: 35px;
}

#main_sub .head img {
	float: left;
}

#sidemenus {
	width: 220px;
	float: right;
}

#divthree {
	width: 1000px;
	float: left;
	margin-top: 50px;
}

#divthree .split {
	width: 290px;
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #ededed;
}

#divthree .split.last {
	margin-right: 0px;
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
	width: 260px;
}



#divthree .split h2 {
	margin-top: 0;
	padding-top 0;
	font-size: 19px;
	color: #333333;
}

#divthree .split h2.hilight {
	font-size: 19px;
	color: #ee2292;
}

#divthree .split p {
	font-size: 12px;
	color: #333333;
}

ul.features {
	list-style: none;
	padding: 0; margin: 0;
}

ul.features li {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 6px;
	margin-bottom: 6px;
	padding-left: 20px;
	vertical-align: top;
	background: url('/images/layout/ok.png') no-repeat;
}

ul.features li.sert {
	background: none;
	padding-left: 0;
}

ul.features li.sert img {
	border: 1px solid #DDDDDD;
	margin-right: 19px;
}

ul.features li.sert img.last {
	margin-right: 0;
}



#footer .split {
	width: 300px;
	float: left;
	margin-right: 50px;
	color: #ffffff;
}

#footer .split.last {
	margin-right: 0px;
	width: 250px;
}

#footer .split h2 {
	font-size: 19px;
	color: #ffffff;
}

#footer .split h2.hilight {
	font-size: 19px;
	color: #ffffff;
}

#footer .split p {
	font-size: 11px;
	color: #b6bfc8;
}


#footer p.name {
	color: #626466;
}

#footer a {
	color: #418ada;
}

#footer ul.contacts {
	list-style-type: none;
	padding: 0; margin: 0;
}

#footer ul.contacts li {
	border-bottom: 1px solid #263136;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#footer ul.contacts div {
	float: left;
	color: #626466;
	padding-right: 10px;
	width: 55px;
}

#footer ul.contacts img {
	padding-right: 3px;
}

#contact input.text {
	width: 250px;
}

#contact textarea {
	width: 340px;
}


#global_top {
	font-size: 14px;
	margin: 0; padding: 10px;
	background-color: black;
	color: white;
	overflow: hidden;
	width: 1000px;
	margin-left: auto; margin-right: auto;
}

#global_top ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#global_top ul li {
	float: left;
	padding-right: 40px;
}

#global_top a {
	color: white;
}

