@charset "UTF-8";
/* CSS Document */
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#top {
	background-image: url(../images/bkgd_01.png);
	height: 124px;
	width: 850px;
}
#main {
	height: 900px;
	width: 850px;
	background-image: url(../images/bkgd_02.png);
	background-repeat: no-repeat;
}
#main_tile {
	width: 850px;
	background-image: url(../images/bg_shadow.png);
	background-repeat: repeat-y;
}
.description_left {
	width: 260px;
	float: left;
	margin-top: 25px;
	margin-left: 75px;
}
.description_right {
	width: 260px;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
}
#logo {
	padding-top: 38px;
	padding-left: 75px;
	position: relative;
	float: left;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DDD;
	padding-top: 100px;
	position: relative;
	text-align: right;
	margin-right: 75px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DDD;
}
#nav a:hover {
	color: #A00;
}
#form_div {
	z-index: 100;
}
.cleaner {
	clear: both;
	width: 710px;
	margin-right: 50px;
	margin-left: 75px;
	height: 25px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #AAA;
}
.wunder_bolt {
	float: left;
	margin-top: 25px;
	margin-left: 75px;
}
#bottom_nav {
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #BBB;
	text-align: center;
	margin-top: 25px;
}
#bottom_nav a{
	color: #BBB;
	text-decoration: none;
}
#bottom_nav a:hover {
	color: #a00;
	text-decoration: underline;
}
.price {
	float: left;
}
.price2 {
	float: right;
}
#testimonial {
	height: 100px;
	width: 420px;
	position: relative;
	background-color: #6F6;
	color: #EEE;
}

