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

body {
	background: url(../images/layout/bg.png) repeat-y;
	background-position: center;
	background-color: #669933;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
#wrapper {
	width: 952px;
	margin: 0 auto;
	padding: 0 30px 0 30px;
}
a {
	text-decoration: none;
}
#logo {
	background: url(../images/layout/logo.png) no-repeat;
	width: 378px;
	height: 133px;
	display: block;
	float: left;
	margin: 5px;
}
#flash {
	float: right;
	display: block;
	width: 552px;
	height: 80px;
	margin: 0px 0 0 0;
}
.cl {
	clear: both;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #336504;
	margin: 0 0 10px 0;
	text-align: left;
	}	
h2 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #F9AA12;
	margin: 0 0 5px 0;
	line-height: normal;
	letter-spacing: -1px;
	}
h3 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #669933;
	margin: 0 0 5px 0;
	line-height: normal;
	letter-spacing: -1px;
}
h4 {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #F9AA12;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669933;
	margin: 0 0 5px 0;
	}
img.img_left {
	border: 1px solid #F9AA1D;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.img_left_nb {
	padding: 3px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.img_right {
	border: 1px solid #F9AA1D;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
img.img_right_nb {
	padding: 3px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
address {
	border: 2px solid #F9AA12;
	background: #fee7bc;
	color: #669933;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	padding: 5px;
	float: right;
	width: 220px;
	margin: 2px 0px 5px 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
td {
	vertical-align: top;
}
/* ------------------------------- NAVIGATION -------------------------------------*/
#top_nav {
	float: right;
	margin: 0 0 10px 0;
}
#home_btn, #about_btn, #contact_btn, #book_btn {
	display: block;
	float: left;
	margin: 0 8px 0 0;
}
#home_btn {
	background: url(../images/layout/home_btn.jpg) no-repeat top;
	width: 100px;
	height: 28px;
	margin-right: 0;
}
#about_btn {
	background: url(../images/layout/about_btn.jpg) no-repeat top;
	width: 114px;
	height: 27px;
}
#contact_btn {
	background: url(../images/layout/contact_btn.jpg) no-repeat top;
	width: 131px;
	height: 27px;
}
#book_btn {
	background: url(../images/layout/book_btn.jpg) no-repeat top;
	width: 193px;
	height: 27px;
}
#home_btn:hover, #about_btn:hover, #contact_btn:hover, #book_btn:hover {
	background-position: bottom;
}

#nav {
	width: 980px;
	margin: 0 auto;
}
#carpet_btn, #upholstery_btn, #tile_btn, #commercial_btn {
	background-position: top;
	background-repeat: no-repeat;
	height: 42px;
	display: block;
	float: left;
	margin: 0 15px 0 0;
}
#carpet_btn {
	background:url(../images/layout/carpet_btn.jpg);
	width: 198px;
}
#upholstery_btn {
	 background: url(../images/layout/upholstery_btn.jpg);
	 width: 234px;
}
#tile_btn {
	background: url(../images/layout/tile_btn.jpg);
	width: 229px;
}
#commercial_btn {
	background: url(../images/layout/commercial_btn.jpg);
	width: 249px;
}
#carpet_btn:hover, #upholstery_btn:hover, #tile_btn:hover, #commercial_btn:hover {
	background-position: bottom;
}
/* ------------------------------- MENU -------------------------------------*/
#menu {
	width: 160px;
	float: left;
	min-height: 300px;
	margin: 10px 0 0 5px;
}
.menu_item {
	font-size: 15px;
	color: #336504;
	display: block;
	margin: 2px 0 5px 0;
	padding: 0 0 0 10px;
}
.menu_item:hover {
	font-size: 15px;
	color: #F9AA1D;
}
.menu_item_selected {
	background: url(../images/layout/bullet.jpg) no-repeat left;
	font-size: 15px;
	color: #669933;
	margin: 2px 0 5px 0px;
	padding: 0 0 0 10px;
}
.sub_menu_item {
	color: #F9AA12;
	font-size: 14px;
	letter-spacing: -1px;
	margin: 4px 0 4px 10px;
	display: block;
	padding: 0 0 0 10px;
}
.sub_menu_item:hover, .sub_menu_item_selected {
	background: url(../images/layout/bullet.jpg) no-repeat left;
	color: #669933;
	font-size: 14px;
	letter-spacing: -1px;
	margin: 4px 0 4px 10px;
	display: block;
	padding: 0 0 0 10px;
}
/* ------------------------------- CONTENT -------------------------------------*/
#content {
	width: 520px;
	float: left;
	margin: 20px 20px 0 20px;
}
 #content p {
	line-height: 16px;
	text-align: justify;
}
 #content a {
	 color: #F9AA1D;
	 font-weight: bold;
 }
 #content a:hover {
	 color: #669933;
 }
.photo {
	background: url(../images/layout/main.jpg) no-repeat;
	width: 658px;
	height: 312px;
	margin: 0px 0 20px 0;
}
/* ------------------------------- RIGHT SIDE -------------------------------------*/
#side {
	width: 225px;
	float: left;
}
.blog_btn {
	background: url(../images/layout/blog_btn.jpg) no-repeat top;
	width: 226px;
	height: 53px;
	display: block;
	margin: 10px 0 5px 0;
}
	.blog_btn:hover {
		background-position: bottom;
	}
.blog_btn_lg {
	background: url(../images/layout/blog_btn_lg.jpg) no-repeat top;
	width: 246px;
	height: 53px;
	display: block;
	margin: 10px 0 15px 0;
}
	.blog_btn_lg:hover {
		background-position: bottom;
	}
.test_title {
	background: url(../images/layout/test_title.png) no-repeat;
	width: 203px;
	height: 31px;
	margin: 0px 0 5px 0;
}
.testimonial {
	color: #0d1f5f;
	margin: 2px 0 4px 0;
}
.test_name {
	color: #336504;
	float: right;
}
.box_top {
	background: url(../images/layout/box_top.png) no-repeat;
	width: 228px;
	height: 10px;
	margin: 10px 0 0 0;
}
.box_mid {
	background: url(../images/layout/box_mid.png) repeat-y;
	width: 208px;
	padding: 2px 10px 2px 10px;
}
.box_bottom {
	background: url(../images/layout/box_bottom.png) no-repeat;
	width: 228px;
	height: 14px;
}
.tip_title {
	background: url(../images/layout/tip_title.png) no-repeat;
	width: 194px;
	height: 42px;
	margin: 0 0 5px 0;
}
.tip_name {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #336504;
	margin: -2px 0 4px 0;
	letter-spacing: -1px;
}
.tip {
	color: #0d1f5f;
}
/* ------------------------------- FOOTER -------------------------------------*/
#footer {
	font-size: 10px;
	color: #f9aa12;
	margin: 10px 0 0 0;
}
#footer_links {
	float: left;
	width: 720px;
}
#footer_links a {
	color: #f0aa12;
}
	#footer_links a:hover {
		color: #669933;
	}
.review_links {
	float: left;
}
.google_link {
	background:url(../images/btn-googlereview.jpg) no-repeat top;
	float: left;
	display: block;
	width:119px;
	height:19px;
	margin-left: 20px;
	margin-top: 10px;
}
.yelp_link {
	background:url(../images/btn-yelp.jpg) no-repeat top;
	float: left;
	display: block;
	width:58px;
	height:31px;
	margin-left: 10px;
}
	.google_link:hover, .yelp_link:hover {
		background-position: bottom;
	}
/* ------------------------------- NEWS -------------------------------------*/
#news {
	background: url(../images/layout/news_title.jpg) no-repeat top left;
	padding: 38px 0 0 0;
	margin: 20px 0 0 0;
	width: 270px;
}
.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336504;
	margin: 2px 0 4px 0;
}
.tagline {
	color: #0d1f5f;
}
	.tagline:hover {
		color: #F9AA12;
	}
/* ------------------------------- PHOTO OF WEEK -------------------------------------*/
.photo_title {
	 background: url(../images/layout/photo_week.jpg) no-repeat;
	 width: 243px;
	 height: 37px;
	 margin: 10px 0 5px 0;
}
.photo_week {
	border: 2px solid #0d1f5f;
	width: 240px;
	height: 180px;
	background: no-repeat;
}
	.photo_week:hover {
		border: 2px solid #F9AA1D;
	}
.photo_border {
	 background: url(../images/layout/photo_border.png) no-repeat;
	 width: 520px;
	 height: 390px;
	margin: 10px 0 10px 0;
}
.photo_week_big {
	width: 520px;
	height: 390px;
	border: 1px solid #F9AA1D;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: no-repeat center;
}
.photo_caption {
	color: #669933;
	margin: 5px 0 0 10px;
	font-style: italic;
}
/* ------------------------------- TESTIMONIALS -------------------------------------*/
.t_photo {
	background-position: center;
	background-repeat: no-repeat; 
	width: 200px;
	height: 150px;
	border: 1px solid #F9AA1D;
	float: left;
	margin: 0 5px 0 0;
}
