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

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

div.wrap1 {
	width: 887px;
	background: #8F9153;
	margin: 0 auto;
	padding: 20px 0;
}

div.wrap2 {
	margin: 0 20px;
	padding: 20px 0;
	background: #FFF;
}

div.header {
	background: url(img/header.jpg) no-repeat 0 0;
	height: 128px;
	margin: 0 20px;
}

div.header a.link {
	color: #825A0E;
	text-decoration: none;
	float: right;
	display: inline;
	margin: 42px 5px 0 0;
	font-weight: bold;
	font-size: 13px;
}

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

ul.menu {
	list-style: none;
}

ul.menu li {
	float: left;
	display; inline;
	margin: 41px 0 0;
	width: 200px;
}

ul.menu li a {
	color: #FBF8E8;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

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

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

div.subheader {
	/*background: url(img/subheader.jpg) no-repeat 0 0;*/
	height: 1px;
	margin: 10px 20px 0;
}

div.content {
	background: #FBF8E8 url(img/content.gif) no-repeat top right;
	margin: 0 20px;
}

div.content table {
	width: 100%;
}


div.content table td {
	padding: 20px;
	text-align: left;
	vertical-align: top;
}

div.content table td.sidebar {
	width: 210px;
	background: #D9CCA9 url(img/sidebar.gif) no-repeat 0 0;
	padding: 10px 0 30px;
	text-align: center;
}


td.sidebar img {
	margin: 20px 0 0;
}

div.footer {
	margin: 0 20px;
	background: url(img/footer.gif) no-repeat 0 0;
	height: 38px;
}

h1 {
	color: #825A0E;
	font-size: 26px;
	margin: 0 0 10px;
	font-weight: normal;
}

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

span.red {
	font-size: 15px;
	color: #CB343B;
}

span.blue {
	font-size: 15px;
	color: #0F6FB9;
}

p.phone {
	padding: 10px 0 0 47px;
	background: url(img/tel.gif) no-repeat 21px 11px;
	color: #825A0E;
	font-size: 15px;
	text-align: left;
	margin: 50px 0 0;
}

p strong {
	color: #825A0E;
	font-size: 24px;
}

/*--------------------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;}
