body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	background-color: #000;
	background-image: url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	color:#fff;
}
.wrapper {
	width: 100%;
}
p { color:#fff;}

.container { width:960px; margin:auto;}
.header { margin:30px 0px; margin-top:20px; }
.logo { text-align:center;}

.nav ul { margin:20px 0px; text-align:center;}
.nav ul li { list-style:none; display:inline; padding:5px 15px; font-size:22px; text-transform:uppercase; font-weight:bold;}
.nav ul li a { color:#fff; text-decoration:none;}
.nav ul li a.active { color:#e62700; text-decoration:none;}
.nav ul li a:hover { color:#e62700;  text-decoration:none;}


.section { width:100%; overflow:hidden; background-color: rgba(0,0,0,0.8);
background: rgba(0,0,0,0.8);
color: rgba(0,0,0,0.8);

border:1px solid #252525;
padding:30px;
min-height:400px;

 }


h1 { font-size:30px; color:#fff; text-align:center; text-transform:uppercase;}

.action_title { text-align:center; color:#fff; font-size:16px; padding:0px 20px;}
.big_button ul  { margin:60px; padding:0px; text-align:center;}

.big_button ul li  { list-style:none;

color:#fff; text-decoration:none; 
	
	 font-size:16px;
	 }

.big_button ul li a { 

color:#fff; 
text-decoration:none; 
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#ce1900;
	-moz-box-shadow: inset 0px -4px 0px #921a00;
	-webkit-box-shadow: inset 0px -4px 0px #921a00;
	box-shadow: inset 0px -4px 0px #921a00;
	 padding:15px 30px;
	 font-weight:bold;
	 }
	 
	 .big_button ul li a:hover { 


	background-color:#f84c09;
	-moz-box-shadow: inset 0px -4px 0px #c54311;
	-webkit-box-shadow: inset 0px -4px 0px #c54311;
	box-shadow: inset 0px -4px 0px #c54311;
	 padding:15px 30px;
	
	 }
.call { font-size:16px; text-align:center; margin-top:20px; color:#fff; }

.contacts { color:#fff; text-align:center; font-size:14px; margin:20px 0px; }
.contacts span { color:#ff2600;}

.footer { color:#4a4a4a; text-align:center; font-size:14px; margin:20px 0px; }

.label { color:#fff;}
.req { color:#F30;}

.text_field { border:none; width:240px; height:20px; padding:5px;}
.text_area  { border:none; width:440px; height:80px; padding:5px;}

.button-submit { background-color:#F30; color:#fff; padding:5px; border:none;}

td { padding:5px;}