* {
	margin: 0;
	padding: 0;
	font-family: "Verdana";
}

body {
	text-align: center;
	background: #009AFD url(img/back.jpg) repeat-x 0 0;
	padding: 5px 0 10px;
}

div.site {
	border: 2px solid #22292D;
	background: #FFF;
	margin: 0 auto;
	width: 900px;
	padding: 0 0 20px;
}

div.header {
	background: url(img/header.jpg) no-repeat 0 0;
	width: 865px;
	margin: 0 auto;
	height: 315px;
}

div.content {
	padding: 20px;
	text-align: left;
}

div.footer {
	margin: 0 20px;
	background: url(img/footer.jpg) repeat-x 0 0;
	height: 66px;
}

div.header ul {
	list-style: none;
	text-align: left;
	padding: 84px 0 0 196px;
}

div.header ul li {
	display: inline;
	padding: 0 35px;
}

div.header ul li a {
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

div.header ul li a:hover {
	text-decoration: underline;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	color: 333px;
	margin: 15px 0;
}

h1 span {
	color: #0099ff;
	font-size: 16px;
}

p {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 10px 0;
}

h2 {
	color: #0099ff;
	font-size: 16px;
	margin: 20px 0;
}

div.left {
	width: 444px;
	float: left;
	display: inline;
	margin: 0 0 0 40px;
}

div.clear {
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

div.sidebar {
	width: 354px;
	height: 454px;
	float: right;
	display: inline;
	margin: 0;
	background: url(img/sidebar.jpg) no-repeat 0 0;
}

div.sidebar p, div.sidebar h2 {
	margin-left: 30px;
	margin-right: 30px;
}

div.sidebar h2 {
	margin-top: 35px;
}

div.phone {
	padding: 40px 0 0;
}

div.phone p {
	color: #fbb03b;
	font-size: 16px;
}

div.phone p span {
	color: #FFF;
	font-size: 28px;
	font-weight: normal;
}

/*--------------------form-----------------*/

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}
