@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
:focus {
	outline: none;
	}
body, html, input, textarea select ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#fcf6e9;
	}
body {
	background:#000;;
	}
a {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration:underline;
	font-size:14px;
	color:#2c7dc7;
	}
a:hover {
	text-decoration:none;
	}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#fcf6e9;
	}
ul {
	list-style: none;
	color:#fcf6e9;
	margin:15px 0 0 0;
	}
li {
	color:#fcf6e9;
	background:url(../images/li.png) 0 9px no-repeat;
	padding:0 0 0 20px;
	}
#main {
	width:1000px;
	margin:0 auto;
	text-align:center;
	}
#header {
	width:100%;
	height:374px;
	background:url(../images/header_bg.jpg) top center no-repeat;
	}
.fone {
	text-align:right;
	padding:90px 230px 0 0;
	}
.fone p {
	font-family:"Arial Black";
	font-size:24px;
	color:#000;
	}
.menu {
	/*padding:0 0 0 148px;*/
	height:33px;
	background:#000;
	/*text-align:left;*/
	}
.menu a {
	height:25px;
	width:139px;
	display:inline-block;
	text-align:center;
	padding:8px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background:#484848;
	text-decoration:none;
	margin:0 1px 0 0;
	}
.menu a:hover, .menu .active{
	background:#2c7dc7;
	}
#controler {
	min-height:737px;
	padding:38px 90px 20px 90px;
	background:#000;
	}
.title {
	text-align:center;
	}
.title h1{
	font-family:"Arial Black";
	font-size:24px;
	font-weight:normal;
	}
.title span.blue {
	color:#2c7dc7
	}
.title span.white {
	color:#f9fafb;
	}
.title span.red {
	color:#d8050f;
	}
.images {
	height:259px;
	overflow:hidden;
	padding:0 0 0 0;
	text-align:left;
	margin:45px 0 0;
	}
.images img {
	float:left;
	margin:0 25px 0 0;
	}
.images img.last {
	float:left;
	margin:0;
	}
.content {
	padding:33px 0 0 15px;
	text-align:left;
	}
.content p {
	margin:15px 0 0 0;
	}
.content p span {
	color:#2c7dc7;
	}
img.cond {
	float:right;
	margin:63px 0 0;
	}
#footer {
	height:109px;
	padding:0 78px 0 84px;
	background:#000;
	text-align:left;
	}
.footer_center {
	width:100%;
	border-top:1px solid #e2e2e2;
	}
.footer_center p {
	color:#676767;
	font-size:12px;
	margin:34px 0 0 20px;
	}
/*
================================================================================
|                                     FORM                                  |
================================================================================
*/
.contactForm {
	margin:20px 0 0 0;
	width:500px;
	}
.heights-form {
	width:270px;
	height:42px;
	}
.heights-form input {
	width:267px;
	padding:0px 0 1px 0;
	border: 1px solid #868686;
	color:#000;
	}
.container {
	width:497px;
	margin:1px 0 0 0;
	}
.container textarea{
	width:495px;
	height:100px;
	padding:0px 0 1px 0;
	line-height:15px;
	margin-bottom: 5px;
	border: 1px solid #868686;
	color:#000;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:14px;
	}
#error {
	float:left;
	}
.clears { width:48px !important; float:left !important; margin:0 5px 0 0; padding:0 !important; height:27px; background: url(../images/clear.png) no-repeat; border:none; cursor:pointer;} 
.send { width:48px !important; float:left !important; padding:0 !important; height:27px; background: url(../images/send.png) no-repeat; border:none; cursor:pointer;}
	
