@charset "utf-8";
/* CSS Document */

body {
	background: #DDAB6C url(../images/back.jpg) top center no-repeat fixed;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
	}
	
p {
	font-size: 80%;
	line-height: 140%;
	}
	
ul {
	font-size: 80%;
	line-height: 140%;
	}
	
a {
	color: #00CC00;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.clear {
	clear: both;
	}
	
.top_line {
	margin: 7px 0 0 2px;
	}
	
.logoText {
	color: #73A546;
	margin-top: -5px;
	text-align: center;
	font-size: 85%;
}
	
#cleanscene_container {
	margin: 10px auto;
	width: 745px;
	background: #FFFFFF url(../images/main_back.gif) top center repeat;
	}
	
#cleanscene_header {
	width: 100%;
	height: 67px;
	background: url(../images/header_top.gif) top left no-repeat;
	}
	
#cleanscene_logo {
	width: 203px;
	padding: 0;
	margin: 7px 0 0 17px;
	float: left;
	}
	
#cleanscene_tag {
	margin: 7px 0 0 25px;
	float: left;
	}
	
#cleanscene_tel {
	margin: 14px 17px 0 0;
	float: right;
	}
	
#nav {
	margin: 15px 0 0 0;
	height: 65px;
	}
	
#nav ul {
	margin: 0 2px 0 0;
	}
	
#nav ul li {
	float: right;
	margin: 0 0 0 0;
	padding: 15px 0 5px 0;
	list-style: none;
	}
	
#nav ul li a{
	border-right: 1px solid #00CC00;
	padding: 15px 10px 5px 10px;
	font-weight: bold;
	color: #666666;
	text-transform: capitalize;
	font-size: 90%;
	text-decoration: none;
	background-color: #E5FFE5;
	}
	
#nav ul li a.first{
	padding: 15px 10px 5px 10px;
	font-weight: bold;
	color: #666666;
	text-transform: capitalize;
	font-size: 90%;
	text-decoration: none;
	background-color: #E5FFE5;
	border: none;
	}	
	
#nav ul li a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 90%;
	text-decoration: none;
	background: #00CC00 url(../images/button_over.gif) center top no-repeat;
	}
	
#nav ul li a.current{
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 90%;
	text-decoration: none;
	background: #00CC00 url(../images/button_over.gif) center top no-repeat;
	}
	
#sub_nav {
	float: right;
	font-size: 70%;
	font-weight: bold;
	margin: 5px 5px 0 0;
	color: #00CC00;	
	}
	
#sub_nav a {
	color: #666666;
	text-decoration: none;
	}
	
#sub_nav a:hover {
	color: #00CC00;
	text-decoration: none;
	}
	
#cleanscene_main {
	margin: 20px 15px 0 15px;
	width: 100%;
	min-height: 550px;
	}
	
#cleanscene_main_left {
	float: left;
	width: 490px;
	}
	
#cleanscene_main_right {
	padding: 55px 20px 10px 0;
	float: right;
	width: 210px;
	}
	
#cleanscene_footer {
	padding: 12px 0 10px 0;
	width: 100%;
	border-bottom: 2px solid #BB9750;
	text-align: center;
	font-size: 80%;
	}	
	
#dreamworks {
	margin: 10px auto;
	width: 745px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 80%;
	}
	
#dreamworks a {
	color: #990000;
	}