/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}



html,body{
margin:0;
padding:0;
font-family: 'Lato', sans-serif;
background: #fff url(../images/bg.jpg) center top no-repeat;
}


#wrapper{
width: 940px;
margin: 0 auto;
}

.main{
width: 940px;
float: left;
}

.header, .content, .bottom, .sep2{
width: 100%;
float: left;
}



.header{
	margin-top: 160px;
	margin-bottom: 40px;
}


h1{
font-family: 'Open Sans', sans-serif;
color: #fff;
text-align: center;
font-size: 50px;
font-weight: 300;
margin: 0 0 10px 0;
    width: 652px;
}


h1 strong{
font-size: 38px;
font-weight: 700;
}

h2{
	text-align: center;
	font-weight: 300;
	font-size: 20px;
		color: #ffffff;

}

h2 strong{
	font-weight: 700;
	font-style: italic;
}


.content{
padding:0 70px;
}


.weatherbox{
width: 276px;
float: left;
height: 190px;
background: url(../images/logo.png) left top no-repeat;
margin-right: 44px;
}

.information{
width: 480px;
float: left;
padding-top: 0px;
}

h3{
font-size: 28px;
font-weight: 600;
color: #ffffff;
}

.information p{
font-size: 16px;
color: #ffffff;
display: block;
}

.form{
	float: left;
	width: 478px;
	margin-top: 20px;
}

.field{
background: url(../images/field.png) repeat;
width: 448px;
-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;
border: none;
font-style: italic;
font-family: 'Lato', sans-serif;
font-size: 16px;
color: #afb2af;
float: left;
padding: 15px ;
}

.submit{
padding: 3px 10px;
-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;
margin-left: -78px;
margin-top: 12px;
background: #ffffff;
border: none;
float: left;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}


.submit:hover{
background: #eeeeee;
}

