/* 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;
background: #fff url(../images/bg2.jpg) center top no-repeat;
}

#wrapper{
width: 940px;
margin: 0 auto;
}

.main, .header{
width: 100%;
float: left;
}

.header{
height: 499px;
}

.logo{
width: 350px;
margin: 140px auto 40px;
text-align: center;
}

h1{
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
color: #fff;
font-size: 56px;
font-weight:200;
letter-spacing: -2px;
margin-bottom: 10px;
}

h1 strong{
color: #a7e09f;
}


.form{
width: 325px;
margin: 0 auto;
color: #fff;
    text-align: center;
    
    padding:50px 50px 64px 50px ;
       /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(1, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
}

.form p{
font-size: 14px;
letter-spacing: 1px;
float: left;
padding-top: 9px;
margin-right: 10px;
    
}


ul.boxes{
margin-top: 50px;
width: 100%;
float: left;
}

h3{
font-size: 16px;
margin-bottom: 10px;
font-weight:bold;
text-transform: uppercase;
}

ul.boxes li{
font-size: 14px;
position: relative;
float: left;
text-align: center;
letter-spacing: 2px;
color: #433022;
margin-right: 20px;
width: 300px;
}

span.divider{
position: absolute;
width: 1px;
height: 20px;
background: #d3d1cf;
right: -5px;
}

ul.boxes li.last{
float: left;
margin-right: 0;
width: 300px;
}

ul.boxes li a{
color: #433022;
text-decoration: none;
}


ul.boxes li a:hover{
text-decoration: underline;
}
