* {
	margin: 0;
	padding: 0;
}

body {
	background: url('background.png') 50% 50%;
	font-family: Helvetica, arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #555;
	text-align: center;
}

#container {
	width: 900px;
	margin: 50px auto 50px auto;
	text-align: left;
	overflow: hidden;
}

#container .info {
	width: 600px;
	float: left;
}

#container .side {
	width: 200px;
	float: right;
	font-size: 14px;
}

.col {
	float: left;
	width: 50%;
	margin: 15px 0 0 0;
	font-size: 14px;
}

.col h4 {
	text-transform: uppercase;
}

.col ul {
	list-style-type: square;
	margin: 5px 0 0 20px;
}

#head {
	background: #09b6da url('head.png') repeat-x;
	height: 320px;
}

#head .inner {
	background: url('logo.png') no-repeat 100% 35px;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 140px 0 25px 0;
	text-align: left;
}

h1 {
	background: url('satsuma.png') no-repeat left;
	height: 53px;
	text-indent: -1000px;
	overflow: hidden;
	margin: 0 0 15px -2px;
}

h2 {
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	margin: 5px 0 0 0;
	letter-spacing: -1px;
}

#head h2 {
	display: none;
	line-height: 24px;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
}

p {
	margin: 1em 0 1em 0;
}

hr {	
	background: #eee;
	height: 5px;
	margin: 35px 0 20px 0;
	border: 0;
	clear: both;
}

#foot {
	background: #f7f7f7;
	border-top: 1px solid #eee;
	padding: 25px 0 25px 0;
}

#foot .inner {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#foot h2, #container h2 {
	color: #333;
	margin: 0;
}

h2 + p {
	margin-top: 2px;
}

form {
	margin: 20px -15px 40px 0;
	overflow: hidden;
}

form p.thx {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #5dd107;
}

form p.error {
	float: right;
	margin: 0 300px 0 0;
}

form p.error b {
	color: #df380a;
}

input[type=text], textarea {
	float: left;
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #555;
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #bbb;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text].reset, textarea.reset {
	color: #999;
	font-style: italic;
}

input[type=text] {
	width: 193.33px;
}

textarea {
	width: 600px;
}

input[type=submit] {
	background: #0bb6d7;
	border: 0;
	float: left;
	clear: both;
	padding: 5px 8px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: 'Arial Black';
	text-transform: uppercase;
	cursor: pointer;
}

input[type=submit]:hover {
	background: #5dd107;
}

.contact {
	margin: 10px 0 15px 0;
	padding: 15px 0 0 0;
	border-top: 2px solid #eee;
}

.contact p.title {
	font-size: 9px;
	font-weight: bold;
	font-family: 'Arial Black';
	text-transform: uppercase;
	margin-top: 2px;
	color: #5dd107;
}

a {
	color: #0bb6d7;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background: #2dee35;
	color: #fff;
}