@charset "utf-8";
/* CSS Document */

* {
	position: relative;
}

body {
	background-image: url(images/wood_smaller.jpg);
	background-repeat: repeat;
}

#container {
	width: 1000px;
	height: 1500px;
	margin: 0 0;
}

.clear {
	clear: both;
}

#top {
	background: url(images/header.jpg);
	height: 272px;
	width: 960px;
	margin: 0 0;
	background-repeat: no-repeat;
}

.header {
	height: 258px;
	float: left;
}

#welcome {
	width: 418px;
	background-image: url(images/card.jpg);
}

#services {
	width: 542px;
	background-image: url(images/services.jpg);
}

#body {
	background-image: url(images/body_2.jpg);
	width: 960px;
	height: 716px;
	margin: 0 0;
	background-repeat: no-repeat;
	clear: both;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 148px;
	width: 960px;
	margin: 0 0;
}

.list {
	display: block;
	position: absolute;
	margin-top: 100px;
	line-height: 32px
}

#left_list {
	margin-left: 40px;
}

#right_list {
	margin-left: 220px;
}

#about {
	position: absolute;
	margin-top: 93px;
	margin-left: 105px;
	text-align: left;
	width: 340px;
	line-height: 24px;
}

#pictues {
	position: absolute;
	margin-left: 480px;
	margin-top: 22px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li{ 
	width:430px;
	height:350px;
	overflow:hidden; 
}

div#gallery {
	width: auto;
	height: auto;
}

div#gallery a {
	position: absolute;
	background:url(images/gallery_sprite.png) bottom center;
	background-repeat: no-repeat;
	width: 208px;
	height: 208px;
	left: 285px;
	top: 35px;
	display: block;
	text-indent: -99999px;
}

div#gallery a:hover {
	background-position: top center;
}

div#green {
	width: auto;
	height: auto;
}

div#green a {
	position: absolute;
	background:url(images/green.png) top center;
	background-repeat: no-repeat;
	width: 348px;
	height: 338px;
	top: 377px;
	left: 44px;
	display: block;
	text-indent: -9999px;
}

div#green a:hover {
	background-position: bottom center;
}

ul.footer_text {
	float: left;
	position: absolute;
}

ul.footer_text#top_row {
	margin-top: -1px;
	margin-left: 130px;
}

ul.footer_text#bottom_row {
	margin-top: 30px;
	margin-left: 145px;
}

ul.footer_text li {
	display: inline;
	display: block;
	float: left;
	margin: 0 10px;
}

ul#top_row {
	clear: both;
}
	
div#contact_form {
	position: absolute;
	width: 348px;
	height: 338px;
	top: 456px;
	left: 480px;
	display: block;
}

#contact_form input {
	width: 203px;
	border: none;
	text-align: left;
	background: none;
	margin: 5px 0 0 10px;
}

#contact_form .submit-button {
	width: 58px;
	border: none;
	background: none;
}

#contact_form textarea {
	width: 314px;
	border: none;
	text-align: left;
	background: none;
	margin: 5px 0 0 10px;
}

.input-bg {
	background: url(images/form_sprite.jpg) bottom left no-repeat transparent;
	height: 22px;
	margin-bottom: 10px;
	position: relative;
}

.active {
	background: url(images/form_sprite.jpg) top left no-repeat transparent;
}

.message-bg {
	background: url(images/message_sprite.jpg) bottom left no-repeat transparent;
	height: 130px;
	margin-bottom: 10px;
	position: relative;
}

.active_message {
	background: url(images/message_sprite.jpg) top left no-repeat transparent;
}

#name {
	top: -7px;
}
#email {
	top: -8px;
}
#phone {
	top: -6px;
	left: 56px;
}
#message {
	top: -6px;
	left: 10px;
}

input.submit-button {
	top: -39px;
	left: 220px;
}

label.error {
	position: absolute;
	top: 6px;
	left: 125px;
	color: #da3939;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
