body {
	font-family:'oxygenregular', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.site_wrapper {
	width:100%;
	position:relative;
}

header {
	width:100%;
	background-color:#000;
}
header .headercenter {
	width:820px;
	height:400px;
	margin:0 auto;
	position:relative;
}
.head_logo {
	position:absolute;
	bottom:20px;
	left:0;
}
.head_gfxcloud {
	position:absolute;
	bottom:-187px;
	right:0;
}
.contacts_wrapper {
	width:333px;
	height:336px;
	position:absolute;
	bottom:-356px;
	left:0;
}
.contacts_text p {
	font-family:'oxygenlight', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
}
.contacts_text span {
	display:block;
	padding-top:5px;
}
.contacts_wrapper .btn_contactus {
	display:inline-block;
	margin-top:18px;
	font-family:'oxygenregular', Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
}
.contacts_wrapper .btn_contactus span {
	display:inline-block;
	padding:0;
}
.contacts_form {
	display:none;
	padding-top:10px;
}
.contacts_form form {
	width:279px;
}
.contacts_form input {
	width:267px;
	height:25px;
	line-height:25px;
	margin:0;
	padding:0;
	padding-left:10px;
	margin-bottom:10px;
	border:solid 1px #CACACA;
	outline: none;
	color:#555;
}
.contacts_form textarea {
	min-width:267px;
	min-height:135px;
	max-width:267px;
	max-height:135px;
	margin:0;
	padding:0;
	padding-top:5px;
	margin-bottom:10px;
	padding-left:10px;
	border:solid 1px #CACACA;
	outline: none;
	color:#555;
}
.contacts_form input.form_submit {
	width:73px;
	height:25px;
	padding:0;
	background-color:#FFF;
	float:right;
	border-radius:2px;
	border:solid 1px #00acdc;
	color:#00acdc;
	cursor: pointer;
}





footer {
	width:100%;
	position:absolute;
	top: 400px;
}
footer .footercenter {
	width:820px;
	margin:0 auto;
	position:relative;
}
.slogan {
	position:absolute;
	top:218px;
	right:0;
	text-transform:uppercase;
}
.slogan .slogan_phrase {
	padding-bottom:5px;
	font-family:'oxygenbold', Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#333;
}
.slogan .slogan_adjectives span {
	font-family:'oxygenlight', Arial, Helvetica, sans-serif;
	margin-right:18px;
}


.formloading {
	width:16px;
	height:16px;
	margin:0 auto;
	padding-top:60px;
	display:none;
}
.formsuccess_msg {
	display:none;
	padding-top:120px;
}
.fsm_h1 {
	font-family:'oxygenbold', Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:5px;
}
.fsm_h2 {
	font-family:'oxygenlight', Arial, Helvetica, sans-serif;
	font-size:14px;
}
.clear_both {
	clear:both;
	width:0;
	height:0;
	font-size: 0;
	line-height: 0;
}

.invalid_field {
	border:1px solid #A00 !important;
}

.phonenumbers {
	padding-top: 16px;
	padding-bottom: 10px;
}




