body {
	width: 100%;
	margin: 0 auto;
	background: #b2cbe5 url('images/bg.png') top center repeat-x;
	text-align: center;
}
a {
	font-family: Helvetica;
	font-size: 12px;
	color: #94c5ff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin-top:15px;
	margin-bottom:5px;
	font-family: arial;
	color: #336699;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {	
	margin-bottom:0px;
}
img {
	border: 0;
}

li {
	line-height: 20px;
	margin-top: 10px;
	margin-left: -20px;
}
.button {
	background: #224466;
	color: white;
	font-size: 14px;
	border-bottom: 1px solid #0e3052;
	border-right: 1px solid #0e3052;
	border-top: 1px solid #b7cfe7;
	border-left: 1px solid #b7cfe7;
	padding: 3px;
}
.pictures img {
	border: 6px #b7cfe7 solid; 
}
.bigtext {
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	color: gray;
}
#outer_container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: transparent url('images/bg_clouds.png') top center no-repeat;
}
#shadow_container {
	position: relative;
	width: 826px;
	min-height: 510px;
	margin: 0 auto;
	background: transparent url('images/bg_shadows.png') top center no-repeat;
}
#main_container {
	position: relative;
	float: left;
	width: 800px;
	margin-left: 13px;
	padding: 0;
	background: white;
}
#main_left {
	position: relative;
	width: 460px;
	float: left;
	margin: 0;
	text-align: left;
	padding: 10px 10px 10px 20px;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #336699;
}
#main_right {
	position: relative;
	width: 250px;
	min-height: 370px;
	float: right;
	margin: 0;
	text-align: left;
	padding: 10px 10px 10px 20px;
	font-family: arial, helvetica;
	font-size: 11px;
	color: #336699;
	background: url('images/estimator_bg.png') top center;
}
#display_box {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #d97712;	
	border: 1px #ffeaab solid;
	background: #fefae7;
}
#display_box_header {
	width: 100%;
	float: left;
	margin: 0;
	text-align: left;
	background: #ffeaab;
}
#display_box_body {
	float: left;
	margin: 0;
	text-align: left;
	background: #fefae7;
}
.display_box_body a {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #d97712;
}
.display_box_body a:hover {
	text-decoration: underline;
}
#footer {
	position: relative;
	width: 770px;
	min-height: 100px;
	margin: 0 auto;
	clear: both;
	padding: 20px 10px 10px 20px;
	font-family: arial, helvetica;
	font-size: 11px;
	color: #b7cfe7;	
	text-align: left;
	background: #224466;
}
.footer a {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #b7cfe7;
	text-decoration: none;
}
.footer a:hover {	
	text-decoration: underline;
}
#header {
	position: relative;
	width: 800px;
	height: 91px;	
	margin: 0 auto;	
	text-align: left;
}
#header2 {
	position: relative;
	width: 800px;
	height: 25px;	
	margin: 0 auto;	
	text-align: left;
}
#menu {
	position: relative;
	width: 800px;
	margin: 0 auto;	
	padding: 0;
	height: 36px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.menu_nav li {
	display: inline;	
}
ul.menu_nav li a {
	display:block;
	float: left;
}

/* MENU */

a.about {	
	width: 97px;
	height:36px;	
	text-decoration: none; 
	background: url("../images/menu_about.jpg");	
}
a.about:hover { 
	background-position: 0 -36px; 
}
a.whycs {
	width: 165px;
	height:36px;	
	text-decoration: none; 
	background: url("../images/menu_whycs.jpg");	
}
a.whycs:hover { 
	background-position: 0 -36px; 
}
a.ose {
	width: 227px;
	height:36px;	
	text-decoration: none; 
	background: url("../images/menu_ose.jpg");	
}
a.ose:hover { 
	background-position: 0 -36px; 
}
a.pics {
	width: 85px;
	height:36px;	
	text-decoration: none; 
	background: url("../images/menu_pics.jpg");	
}
a.pics:hover { 
	background-position: 0 -36px; 
}
a.blog {
	width: 109px;
	height:36px;	
	text-decoration: none; 
	background: url("../images/menu_blog.jpg");	
}
a.blog:hover { 
	background-position: 0 -36px; 
}
a.faq {
	width: 117px;
	height:36px;	
	text-decoration: none; 
	background: url("../images/menu_faq.jpg");	
}
a.faq:hover { 
	background-position: 0 -36px; 
}

/* END MENU */
