/* CSS Document */

body {	
	font-family: "trebuchet ms";	
	font-size: 11px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background:#e4e4e4;
	}
	

#wrapper {
	width:998px;
	margin:0 auto;
	padding:0;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	background:#d0d0d0;
	height:100%;
	}
	
#wrapper2 {
	width:998px;
	margin:0;
	padding:0 0 0 0;
	/*border-left:2px solid #FFFFFF;
	/*border-right:2px solid #FFFFFF;
	/*border-bottom:2px solid #FFFFFF;*/
	background:url(../images/bkgd_wrapper.gif) top left repeat;
	height:auto;
	}
	
wrapper, html {height:100%}	
	

/*-----------------BANNER------------------*/
	
#banner {
	width:976px;
	height:108px;
	margin:0 0 0 10px;
	padding:0;
	}
	
#logo {
	width:647px;
	height:108px;
	margin:0;
	float:left;
	}
	
#banner_menu {
	width:328px;
	height:108px;
	margin:0;
	padding:0;
	float:left;
	background:url(../images/banner_right_menu.gif) top left no-repeat;
	}
	
#banner_menu ul {
	width:210px;
	height:70px;
	margin:26px 0 0 36px;
	padding:0;
	}
	
#banner_menu li {
	list-style:url(../images/banner_menu_list_bullets.gif);
	margin:0;
	padding:0;
	width:200px;
	height:auto;
	}

#banner_menu li a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}
	
#banner_menu li a:hover {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
	}
	
#banner_menu li.contact_number {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	}

/*----------NAV-----------*/

#nav {
	width:976px;
	height:42px;
	margin:1px 0 0 10px;
	padding:0;
	font-size:16px;
	color:#FFFFFF;
	clear:both;
	}
	
#nav ul {
	width:976px;
	height:42px;
	margin:0;
	padding:0;
	}
	
#nav li {
	display:block;
	float:left;
	width:160px;
	height:32px;
	background:url(../images/bkgd_nav.gif) top left no-repeat;
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
	font-weight:bold;
	}
	
#nav li:hover {
	display:block;
	float:left;
	width:160px;
	height:32px;
	background:url(../images/bkgd_nav_ro.gif) top left no-repeat;
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
	font-weight:bold;
	}
	
#nav li.active {
	display:block;
	float:left;
	width:160px;
	height:32px;
	background:url(../images/bkgd_nav_ro.gif) top left no-repeat;
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
	font-weight:bold;
	}
	
#nav li.search_bar {
	background:url(../images/bkgd_search_bar.gif) top left no-repeat;
	width:318px;
	height:34px;
	list-style:none;
	margin:0;
	padding:8px 0 0 18px;
	text-align:left;
	}
	
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	margin:0 10px 0 0;
	}
	
#nav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	margin:0 10px 0 0;
	}
	
.search_title {
	margin:0 10px 0 0;
	}
	
/*hack*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack - http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */

/*--------------------------LEFT NAV--------------------------*/

#left_side {	
	width:158px;
	height:auto;
	float:left;
	margin:0 0 10px 10px;
	}

#left_nav {
	background:url(../images/left_nav_bkgd.gif) top left no-repeat;
	width:158px;
	height:244px;
	margin:10px 0 0 0;
	padding:0;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	}
	
#left_nav ul {
	width:158px;
	height:244px;
	margin:0;
	padding:0;
	}
	
#left_nav li {
	background:url(../images/left_nav_list_bkgd.gif);
	list-style:none;
	width:136px;
	height:20px;
	padding:6px 0 0 22px;
	margin:6px 0 0 0;
	}
	
#left_nav li.title {
	background:url(../images/left_nav_list_bkgd_title.gif);
	list-style:none;
	width:144px;
	height:25px;
	padding:8px 0 0 14px;
	margin:0 0 0 0;
	}
	
#left_nav li.home {
	background:url(../images/left_nav_list_bkgd_home.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}

#left_nav li.home:hover {
	background:url(../images/left_nav_list_bkgd_home_ro.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav a.home:hover {
	color:#0c6303;
	text-decoration:none;
	}
	
#left_nav li.about {
	background:url(../images/left_nav_list_bkgd_products.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav li.about:hover {
	background:url(../images/left_nav_list_bkgd_products_ro.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav li.products {
	background:url(../images/left_nav_list_bkgd_services.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav li.products:hover {
	background:url(../images/left_nav_list_bkgd_services_ro.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav li.services {
	background:url(../images/left_nav_list_bkgd_resources.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav li.services:hover {
	background:url(../images/left_nav_list_bkgd_resources_ro.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav li.resources {
	background:url(../images/left_nav_list_bkgd_legals.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav li.resources:hover {
	background:url(../images/left_nav_list_bkgd_legals_ro.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav li.legals {
	background:url(../images/left_nav_list_bkgd_contact.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav li.legals:hover {
	background:url(../images/left_nav_list_bkgd_contact_ro.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav li.contact {
	background:url(../images/left_nav_list_bkgd_bottom.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
#left_nav li.contact:hover {
	background:url(../images/left_nav_list_bkgd_bottom_ro.gif);
	list-style:none;
	width:130px;
	height:22px;
	padding:4px 0 0 28px;
	margin:0 0 0 0;
	}
	
	
#left_nav a {
	color:#626466;
	text-decoration:none;
	}
	
#left_nav a:hover {
	color:#075001;
	text-decoration:none;
	}
	
#left_nav a.active {
	color:#075001;
	text-decoration:none;
	}
	
/*-----------------CALLBACK-------------------*/

#callback {
	background:url(../images/callback_bkgd.gif) top left no-repeat;
	width:140px;
	height:230px;
	margin:10px 0 0 0;
	padding:8px 8px 8px 12px;
	}
	
#callback h1 {
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	margin:0 0 12px 0;
	}	
	
#callback p {
	margin:0;
	color:#626466;
	}
	
.callback_h2 {
	font-weight:bold;
	color:#389f0d;
	font-size:14px;
}

.callback_form_titles {
	color:#389f0d;
	font-size:12px;
	}
	
.callback_form_space {
	width:144px;
	height:10px;
	margin:0;
	padding:0;
	}
	
#callback_form {
	width:144px;
	height:auto;
	margin:0;
	padding:0;
	}
	
/*------------------MIDDLE---------------*/

#middle {
	width:478px;
	height:auto;
	margin:10px 8px 10px 8px;
	padding:0;
	float:left;
	}
	
#flash {
	width:478px;
	height:244px;
	margin:0;
	padding:0;
	}
	
#main_copy_curved_edge {
	width:478px;
	height:7px;
	margin:10px 0 0 0;
	padding:0;
	}
	
#main_copy_curved_edge_no_flash {
	width:478px;
	height:7px;
	margin:0 0 0 0;
	padding:0;
	}
	
#main_copy_title {
	width:466px;
	height:24px;
	background:url(../images/main_copy_title_bkgd.gif) top left repeat-x;
	margin:0;
	padding:2px 0 0 12px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	}
	
#main_copy {
	width:458px;
	min-height:200px;
	background-color:#FFFFFF;
	margin:0;
	padding:0 10px 0 10px;
	}
	
#main_copy_curved_bottom {
	width:458px;
	height:7px;
	margin:0;
	padding:0;
	}
	
/*-----------------RIGHT SIDE------------*/

#right_side {
	width:320px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	padding:0;
	}
	
#news {
	width:300px;
	height:226px;
	margin:0;
	padding:8px 8px 8px 12px;
	background:url(../images/news_bkgd.gif) top left no-repeat;
	}
	
#news h1 {
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	margin:0 0 12px 0;
	}	
	
.news_item {
	width:290px;
	height:70px;
	margin:20px 0 10px 8px;
	padding:0;
	clear:both;
	}
	
.news_thumb {
	width:59px;
	height:59px;
	margin:0;
	padding:0;
	float:left;
	border:3px solid #d6d6d6;
	}
	
.news_copy {
	width:212px;
	height:auto;
	margin:0 0 0 10px;
	padding:0;
	float:left;
	font-size:11px;
	}
	
.news_title {
	font-weight:bold;
	color:#389f0d;
	}
	
#news_item_separator {
	width:290px;
	height:1px;
	margin:14px 0 0 2px;
	padding:0;
	}
	
/*-----------------HIRE-----------------*/

#hire {
	width:320px;
	height:226px;
	margin:12px 0 0 0;
	padding:16px 0 0 0;
	background:url(../images/hire_bkgd.gif);
	font-size:11px;
	}
	
.hire_item	{
	width:310px;
	height:100px;
	margin:0 0 10px 0;
	padding:0;
	}
	
.hire_thumb {
	width:89px;
	height:89px;
	margin:0 0 0 16px;
	padding:0;
	float:left;
	border:3px solid #d6d6d6;
	}
	
.hire_copy {
	width:190px;
	height:auto;
	margin:0 0 0 6px;
	padding:0;
	float:left;
	}

.hire_title {
	font-weight:bold;
	color:#389f0d;
	}
	
/*------------------FOOTER--------------*/

#footer {
	width:988px;
	height:52px;
	background:#d0d0d0;
	margin:0;
	padding:10px 0 10px 10px;
	clear:both;
	}

#logo_list {
	width:400px;
	height:50px;
	padding:0;
	margin:0;
	float:left;
	}
	
#logo_list ul {
	width:400px;
	height:52px;
	padding:0;
	margin:0;
	}
#logo_list li {
	display:block;
	list-style:none;
	float:left;
	}
	
#footer_info {
	width:574px;
	height:52px;
	margin:0;
	padding:0;
	float:left;
	font-size:10px;
	color:#424242;
	text-align:right;
	}
	
#footer_info a {
	color:#424242;
	font-size:10px;
	text-decoration:none;
	}
	
#footer_info a:hover {
	color:#424242;
	font-size:10px;
	text-decoration:underline;
	}
	
	
/*------------------CONTACT FORM-----------*/

td.form_titles {
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	}

td.form_titles_ver {
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
	}
	
/*------------------CONTENT----------------*/

.news_item_main {
	width:440px;
	min-height:80px;
	margin:20px 0 0 8px;
	padding:0;

	}
	
.news_item_main_large {
	width:440px;
	min-height:280px;
	margin:20px 0 0 8px;
	padding:0;

	}
	
.news_thumb_main {
	width:auto;
	height:auto;
	margin:0 16px 8px 0;
	padding:0;
	float:left;
	border:3px solid #d6d6d6;
	}
	
.news_copy_main {
	width:340px;
	height:auto;
	margin:0 0 0 0;
	padding:0;
	float:left;
	font-size:11px;
	}
	
.news_title_main {
	font-weight:bold;
	color:#389f0d;
	}
	
/*----hire-----*/
.hire_item_main {
	width:440px;
	min-height:110px;
	margin:20px 0 0 8px;
	padding:0;
	}
	
.hire_thumb_main {
	width:auto;
	height:auto;
	margin:0 16px 8px 0;
	padding:0;
	float:left;
	border:3px solid #d6d6d6;
	}
	
.hire_copy_main {
	width:340px;
	height:auto;
	margin:0 0 0 0;
	padding:0;
	float:left;
	font-size:11px;
	}
	
.hire_title_main {
	font-weight:bold;
	color:#389f0d;
	}
	
/*----sale-----*/
.sale_item_main {
	width:440px;
	min-height:150px;
	margin:20px 0 0 8px;
	padding:0;
	}
	
.sale_item_large {
	width:440px;
	min-height:250px;
	margin:20px 0 0 8px;
	padding:0;

	}
	
.sale_thumb_main {
	width:auto;
	height:auto;
	margin:0 16px 8px 0;
	padding:0;
	float:left;
	border:3px solid #d6d6d6;
	}
	
.sale_copy_main {
	width:340px;
	height:auto;
	margin:0 0 0 0;
	padding:0;
	float:left;
	font-size:11px;
	}
	
.sale_title_main {
	font-weight:bold;
	color:#389f0d;
	}
	
/*------------------SERVICES-------------*/
	
.services_item {
	width:440px;
	min-height:110px;
	margin:20px 0 0 8px;
	padding:0;

	}
	
.services_thumb {
	width:89px;
	height:89px;
	margin:0 16px 0 0;
	padding:0;
	float:left;
	border:3px solid #d6d6d6;
	}
	
.services_copy {
	width:326px;
	height:auto;
	margin:0 0 0 0;
	padding:0;
	float:left;
	font-size:11px;
	}
	
.services_title {
	font-weight:bold;
	color:#389f0d;
	}
	
/*------------------HOME BANNERS-----------*/

#banner_price_info {
	width:320px;
	height:120px;
	margin:12px 0 12px 0;
	}
	
#banner_carpet {
	width:158px;
	height:120px;
	margin:0 0 12px 0;
	padding:10px 0 0 0;
	}

/*------------------FONTS---------------*/
	
h2 {
	font-weight:bold;
	color:#389f0d;
	font-size:14px;
	margin:0 0 8px 0;
	padding:6px 0 0 0;
	}
	
p {
	margin:6px 0 0 0;
	color:#626466;
	}
	
a {
	color:#31960b;
	text-decoration:none;
	}
	
a:hover {
	color:#31960b;
	text-decoration:underline;
	}

	





