/*	Netpeak.ua
	SP Gray	*/

* {
margin: 0;
padding: 0;
}

body {
font-family:Trebuchet MS,sans-serif;
color:#999;
font-size:14px;
background:#fff;
}

a {
color:#AF8C65;
text-decoration:underline;
}

a:hover {
color:#DEB821;
text-decoration:none;
}

p {
margin:10px 0;
}

div.header {
height:90px;
left:0;
position:absolute;
top:40px;
width:100%;
}

div.header div.logo {
margin-left:9%;
}

div.center {
left:0;
position:absolute;
top:150px;
width:100%;
}

div.center div.text {
left:12%;
position:absolute;
top:0;
width:34%;
}

div.center div.text h1 {
color:#9A9A9A;
font-size:36px;
font-weight:lighter;
margin:0 0 0 -3px;
padding:0 0 10px;
}

div.center div.text h2 {
color:#9A9A9A;
font-size:22px;
font-weight:lighter;
margin:0 0 0 -3px;
padding:0 0 10px;
}

body div.text ul {
margin-left:50px;
}

div.center div.form {
padding-right:55px;
position:absolute;
right:10%;
top:15px;
width:300px;
}

div.center div.form p {
color:#9A9A9A;
font-size:14px;
font-weight:normal;
margin:0;
padding:0 0 10px;
}

div.footer {
left:0;
position:absolute;
top:1230px;
width:100%;
margin-bottom:15px;
}

div.footer div.copy {
font-size:24px;
left:12%;
padding-top:16px;
position:absolute;
top:-70px;
}

div.footer div.logos {
position:absolute;
right:10%;
top:-70px;
}

.email_form {
width:190px;
border:1px solid #AF8C65;
padding:1px 2px;
color:#999;
}

.email_form:hover {
border:1px solid #DEB821;
}

.submit {
padding:1px 3px;
padding:0 2px;
color:#000;
font-size:11px;
background:#fff;
border:1px solid #AF8C65;
}

.submit:hover {
border:1px solid #DEB821;
}

