@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font:60px "Gotham Black", Arial, sans-serif;
	color:#FFF;
}
body {
	overflow-y:hidden;
}
img {
	height:auto;
	width:100%;
	display:none;
	display:inline;
	border:none;
}
.say_hello {
	position:absolute;
	top:5%;
	left:47%;
	width:610px;
}
.say_hello h2, .say_hello h3, .say_hello p {
	margin-top:15px;
	line-height:23px;
	color:#404040;
	text-transform:uppercase;
	padding-left:8px;
}
.say_hello h2 {
	font-size:200%;
}
.say_hello h3 {
	font-size:150%;
}
.say_hello p a, .say_hello p strong, .say_hello li {
	color:#404040;
}
.say_hello p {
	width:350px;
}
.say_hello h1 {
	display:block;
	width:231px;
	height:37px;
	background:url(/images/say_hello/say_hello_logo.jpg) top left no-repeat;
	text-indent:-5000px;
	margin-left:3px;
	color:#404040;
}
.say_hello div.form_plate {
	display:block;
	width:349px;
	height:247px;
	margin-left:5px;
	background:url(/images/say_hello/say_hello_form.png) top left no-repeat;
	position:absolute;
}
input {
	color:#777;
	background:none;
	border:none;
}
input#Name {
	position:absolute;
	margin-top:5px;
	margin-left:12px;
}
input#Email {
	position:absolute;
	margin-top:5px;
	margin-left:192px;
}
textarea#Message {
	position:absolute;
	margin-top:37px;
	margin-left:12px;
	width:335px;
	height:195px;
	background:none;
	border:none;
	color:#777;
}
input#Submit {
	position:absolute;
	margin-top:245px;
	margin-left:268px;
}
div.notices {
	position:absolute;
	margin-top:325px;
	margin-left:12px;
	color:#900;
	font-weight:bold;
}
div.notices.success {
	color:#090;
}
div.notices ul li, div.notices ul li label, div.notices ul li label a {
	color:#404040;
	font-weight:bold;
}
div.office_details {
	position:absolute;
	margin-left:370px;
	margin-top:-95px;
}