@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#content {
    position: relative;
    z-index: 2;
    line-height: 1.5em;
    font-family: sans-serif;
    font-size: 12px;
}

body {
	font: normal 13px/150% Arial, Helvetica, sans-serif;
	background-color: #C1C1C1;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0% 0%;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	display: block;
	float: right;
	height: 75px;
	width: 170px;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 40px;
	}
h2, h2 a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color:#F00;
	text-decoration:none;
	}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color:#F00;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:1.2em;
	text-align: justify;
	line-height:normal;
	}
a {
	color:#003;
	text-decoration:none;}
#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#container {
}
#contact  input, #contact  label, #contact  textarea, #contact  select {
	display: block;
	margin-top: 10px;
	padding: 2px;
}
#contact  label { margin-top: 0 }
textarea { font-size: 80%; font-family: Verdana,Arial,Helvetica,sans-serif; }
#response, #loading { display: none }
#loading { text-align: center }
label.error { font-size: 11px; color: red }
input.error, textarea.error { border: 1px solid red }
#response h3 { background: none; border: none }
#contact input.captcha, #contact input.sum {
	display: inline;
	width: 40px;
	text-align: center;
}
#contact input.sum { width: 20px }
span#spambot {
	font-size: 11px;
	  display: inline-block;
}
#contact input, #contact textarea, #contact select {
    border: 0 solid #D8D8D8;
    outline: 0 none;
    padding: 5px;
    width: 370px;
	font: normal 12px/150% Arial, Helvetica, sans-serif;
}
.logo {
	margin-bottom:50px;}
#contact textarea {font: normal 12px/150% Arial, Helvetica, sans-serif; height:100px  }

#contact input:hover, #contact textarea:hover, #contact input:focus, #contact textarea:focus {
    border-color: #B0B0B0;
}
input[type="submit"] {
	float:right;
	color:#FFF;
	width:100px !important;
	border:none !important;
	background-color:#003;
	}
table tr td {
	vertical-align: top;
}
td img {
	margin-top: 3px;
}
.web {
	display: block;
    float: left;
    margin: 0;
    padding: 120px 10px 0;
    width: 223px;
}
