@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow|Volkhov:400italic,700);

*{
	margin: 0; 
	padding: 0; 
	outline: 0; 
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body { 
	font: .74em "PT Sans Narrow", Arial, sans-serif; 
	background: #ffffff; 
	color: #0066a9; 
	text-align: center; 
}
.main-wrapper{
	clear:both;
	width:100%;
	height:100%;
}
.header{
	width:100%;
	height:90px;
	margin-bottom:0px;
}
.inner-header{ 
	clear:both; 
	width:900px; 
	height:90px;
	margin:0 auto; 
	text-align:left;
}
.logo{
	float:left;
	width:249px;
	height:81px;
	margin-bottom:10px;
}
.login{
	display:block;
	float:right;
	margin-top:12px;
	margin-left:23px;	
}
.big-link{
	width: 130px;
	height:22px;
	display:block;
	background:transparent url(../res/Login2.png) center top no-repeat;
	margin-top:24px;
  -moz-transition: background .30s ease-in;
  -webkit-transition: background .30s ease-in;
  -o-transition: background .30s ease-in;
  transition: background .30s ease-in;
}
.big-link:hover{
	background-image:url(../res/Login2_hover.png);
}
.line{
	display:block;
	height:10px;
	width:100%;
	background:#0066a9;
}
.navigation{
	display: block;
	height:30px;
	width:100%;
	background:#0066a9;
	
}
.menu{ 
	clear:both; 
	width:900px; 
	height:25px;
	margin:0 auto; 
	text-align:left;
}
.menu li, a{
	display:inline;
	font-family:"PT Sans Narrow", Arial, sans-serif;
	font-size:1.2em;
	color:#ccc;
	padding:7px;
	list-style:none;
	text-decoration:none;
  -moz-transition: color .30s ease-in;
  -webkit-transition: color .30s ease-in;
  -o-transition: color .30s ease-in;
  transition: color .30s ease-in;
}
.menu li, a:hover{
	color:#ef3f45;
}
.line2{
	display:block;
	height:10px;
	width:100%;
	background:#059bfd;
}
.main-body{
	display:block;
	height:600px;
	width:100%;
}
.main-body2{
	clear:both; 
	width:900px; 
	height:100%;
	margin:0 auto; 
	text-align:left;
	margin-top:70px;
}
.main-body2 p{
	font-family:"PT Sans Narrow", Arial, sans-serif;
	font-size:1.4em;
}
.wrapper {
	position: relative;
	max-width: 1000px;
	width: 1000px;
	height:400px;
	margin: 0 auto;
	margin-top:-10px;
	margin-bottom:10px;
}
.body-content2{
	clear:both; 
	width:900px; 
	height:1120px;
	margin:0 auto; 
	text-align:left;
	margin-top:20px;	
}
.body-content{
	clear:both; 
	width:900px; 
	height:200px;
	margin:0 auto; 
	text-align:left;
	margin-top:20px;	
}
.content-left{
	clear:both;
	float:left;
	width:900px;
}
.content-left p{
	font-family:"PT Sans Narrow", Arial, sans-serif;
	font-size:1.4em;
	margin-bottom:10px;
	margin-right:180px;
	margin-left:180px;
}
.footer{
	width:100%;
	height:250px;
	margin-bottom:0px;
	background:#0066a9;
}
.footer-main{ 
	clear:both; 
	width:900px; 
	height:90px;
	margin:0 auto; 
	text-align:left;
	margin-top:30px;
}
.footer-left{ 
	float:left;
	clear:both; 
	width:400px;  
	text-align:left;
	max-height:150px;
	margin-top:20px;
}
.footer-main h2{ 
	font-family:"PT Sans Narrow", Arial, sans-serif;
	color:#CCCCCC;
	font-size:1.2em;
	margin-bottom:10px;
	margin-top:15px;
}
.footer-main ul{ 
	margin-left:20px;
	border-right:1px thin #CCC;
}
.footer-main li, a{ 
	display:inline;
	font-size:1.1em;
}
.footer-right{ 
	float:right; 
	width:500px;  
	text-align:left;
	max-height:150px;
	margin-top:20px;
}

.line3{
	display:block;
	height:1px;
	width:900px;
	background:#ccc;
}
input[type=text], input[type=email], input[type=number] {
  padding: 0 10px;
  width: 220px;
  height: 30px;
  margin-bottom:5px;
  margin-top:2px;
  font-size:16px;
  color: #000;
  background: rgba(f, f, f, 0.16);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.20);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.20);
}
input[type=email]:hover, input[type=text]:hover, input[type=number]:hover {
  padding: 0 10px;
  width: 220px;
  height: 30px;
  color: #000;
  font-size:16px;
  background: rgba(86, 155, 161, 0.40);
  border: 0;
}
textarea {
  padding: 0 10px;
  width: 220px;
  height: 65px;
  color: #000;
  background: rgba(f, f, f, 0.16);
  border: 0;
  border-radius: 5px;
  margin-bottom:8px;
  font-size:16px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.10);
}
textarea:hover{
	padding: 0 10px;
  width: 220px;
  height: 65px;
  font-size:16px;
  color: #000;
  background: rgba(86, 155, 161, 0.40);
  border: 0;
}
input[type=submit] {
	padding: 11px 25px;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-weight:300;
	font-size: 17px;
	color: #fff;
	background: #0066a9;
	border-radius: 8px;
}

input[type=submit]:hover{
	padding: 11px 25px;
	background: #06C;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}