html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, checkbox {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a img{border:none;}	

/* GENERIC 
--------------------------------------------------------------*/

body {
overflow-x: hidden;
	color: #1A1A1A;
	font: .8em/1.8em Arial, sans-serif;
	background-color: #fff;
	background-color: #F8F3E9;
	margin: 0;
	font: 14px/26px Arial,Helvetica,sans-serif;
    letter-spacing: normal;
	
}

.connect_widget_text_summary connect_text_wrapper{
color:#fff;
}
.connect_widget_not_connected_text{
color:#fff;
}

.details{
border:1px solid;
border-color:#996533;
margin:5px 0px;
width:608px;
}

.bar{
border-top:0px solid;
border-color:#996533;
}
.float_right{
float:right;
margin:0px 0px 0px 10px;
}

.float_right_photo{
float:right;
margin:0px 0px 0px 10px;
padding:5px;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	border:1px solid #aaa;
	background-color:#E3E1DA; 
-moz-box-shadow: 5px 5px 5px #ddd; /* Firefox 3.6 and earlier */
	box-shadow: 5px 5px 5px #ddd;
-webkit-box-shadow: 5px 5px 5px #ddd; /* Safari */
}
.float_left_photo{
float:left;
margin:0px 10px 10px 0px;
padding:5px;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	border:1px solid #aaa;
	background-color:#E3E1DA; 
-moz-box-shadow: 5px 5px 5px #ddd; /* Firefox 3.6 and earlier */
	box-shadow: 5px 5px 5px #ddd;
-webkit-box-shadow: 5px 5px 5px #ddd; /* Safari */
}
.float_left_logo{
float:left;
margin:0px 5px 0px 0px;
}
.white_panel{
background-color:#fff; 
padding:5px;
}

a:link {
text-decoration: none;
}
#content p a{
text-decoration: none;
color:#e17000;
border-bottom: 1px dotted #E17000;
}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

#content p a:hover {
text-decoration: none;
color:#b95c00;
border-bottom: 1px dotted #b95c00;
}
a:active {text-decoration:underline;}

#header_bar {
background: url("../images/bg_blue_gradient.png") repeat-x;
    border-top: 5px solid #feeda8;
    width: 100%;
	
}
.blue{
color:#3f6bc4;
}
#blue_bar{
margin-top:0px;
height:75px;
}
#truck_container{
overflow-x:hidden;
}

#cloud_big{
overflow-x:hidden;
}

#cloud_small{
overflow-x:hidden;
}




#truck_animation{
overflow-x:hidden;
background: url("../images/truck_anima.png") no-repeat;
padding-bottom:64px;
position:relative;
animation:truckanimation 20s infinite;
animation-timing-function: linear;
-moz-animation:truckanimation 20s infinite; /* Firefox */
-moz-animation-timing-function:linear;
-webkit-animation:truckanimation 20s infinite; /* Safari and Chrome */
-webkit-animation-timing-function:linear;
}
@keyframes truckanimation{
0%  {background: url("../images/truck_anima.png"); left:-20%; top:10px;}
50%  {background: url("../images/truck_anima.png"); left:50%; top:10px;}
65%  {background: url("../images/truck_anima_full.png"); left:50%; top:10px;}
100% {background: url("../images/truck_anima_full.png"); left:150%; top:10px;}
}
@-moz-keyframes truckanimation /* Firefox */
{
0% {background: url("../images/truck_anima.png"); left:-20%; top:10px;}
50%  {background: url("../images/truck_anima.png"); left:50%; top:10px;}
65%  {background: url("../images/truck_anima_full.png"); left:50%; top:10px;}
100% {overflow-x: hidden;background: url("../images/truck_anima_full.png"); left:150%; top:10px;}
}
@-webkit-keyframes truckanimation /* Safari and Chrome */
{
0% {background: url("../images/truck_anima.png"); left:-20%; top:10px;}
50%  {background: url("../images/truck_anima.png"); left:50%; top:10px;}
65%  {background: url("../images/truck_anima_full.png"); left:50%; top:10px;}
100% {overflow-x: hidden;background: url("../images/truck_anima_full.png"); left:150%; top:10px;}
}


#biplane_animation{
overflow-x:hidden;
background: url("../images/biplane_anima.png") no-repeat;
padding-bottom:64px;
position:relative;
animation:biplanenimation 15s infinite;
animation-timing-function: linear;
-moz-animation:biplanenimation 15s infinite; /* Firefox */
-moz-animation-timing-function:linear;
-webkit-animation:biplanenimation 15s infinite; /* Safari and Chrome */
-webkit-animation-timing-function:linear;
}
@keyframes biplanenimation{
0%  {background: url("../images/biplane_anima.png"); left:100%; top:-10px;}
50%  {background: url("../images/biplane_anima.png"); left:50%; top:10px;}
75%  {background: url("../images/biplane_anima.png"); left:40%; top:25px;}
100% {background: url("../images/biplane_anima_full.png"); left:-20%; top:-20px;}
}
@-moz-keyframes biplanenimation /* Firefox */
{
0%  {background: url("../images/biplane_anima.png"); left:100%; top:-10px;}
50%  {background: url("../images/biplane_anima.png"); left:50%; top:10px;}
75%  {background: url("../images/biplane_anima.png"); left:40%; top:25px;}
100% {background: url("../images/biplane_anima.png"); left:-20%; top:-20px;}
}
@-webkit-keyframes biplanenimation /* Safari and Chrome */
{
0%  {background: url("../images/biplane_anima.png"); left:100%; top:-10px;}
50%  {background: url("../images/biplane_anima.png"); left:50%; top:10px;}
75%  {background: url("../images/biplane_anima.png"); left:40%; top:25px;}
100% {background: url("../images/biplane_anima.png"); left:-20%; top:-20px;}
}






#header_container{
	z-index:3000;
	margin: -104px auto 0px auto;
    padding: 0px 0px;
    width: 960px;
}
#header_container2{
	z-index:3000;
	margin: -76px auto 0px auto;
    padding: 0px 0px;
    width: 960px;
	
}
#logo{
float:left;
width:220px;
position:relative;
}
#logo img{
z-index:1000;
}

#main_navigation{
float:right;
margin:15px 0px 0px 0px;
width:650px;

font-size:1.65em;
}
#navigation ul {
    margin: 0;  /*removes indent IE and Opera8*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	/*background:url('images/ul_backgrround.gif');
	background-repeat:no-repeat;
	background-position:right top;*/
}
#navigation li {
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: inline;
	text-transform:uppercase;
	text-align:left;
}
#navigation li a{
	margin:0px 0px 0px 0px;
	text-decoration:none;
	color: #feeda8;
	font-weight:bold;
	padding:5px 5px;
}
#navigation li a:hover{
	color: #ca84ff;
	text-decoration:underline;
}


.menu {height:50px; 
position:relative; 
margin-bottom:0px;
}
.menu ul {
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 5px; 
list-style:none; 
width:100px; 
float:left;
}
.menu ul ul {
margin:0px 0px 0px 0px; 
position:absolute; 
z-index:2000;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
-webkit-transition-delay: 0.5s;
}
.menu ul ul ul {position:absolute; left:100px; top:0;}
.menu ul ul ul.rgt {position:absolute; left:auto; right:100px; top:0;}

.menu ul li {
float:left; 
width:100px; 
position:relative; 
z-index:2000; 
background:url(trans.gif);
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-ms-transition: 0.25s;
-o-transition: 0.25s;
border-bottom: 0px dotted #b95c00;
}
.menu ul ul li {
transition-delay: 1s;
-o-transition-delay: 1s;
-moz-transition-delay: 1s;
-ms-transition-delay: 1s;
-webkit-transition-delay: 1s;
border-bottom: 0px dotted #b95c00;
z-index:2000; 
}

.menu ul li a {
display:block; 
width:100px; 
z-index:2000; 
height:29px; 
padding-left:10px;
font:bold 16px/29px arial, sans-serif; 
color: #feeda8; 
 text-decoration:none; 
 margin-bottom:0px; 
 margin-right:1px;
-o-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border-bottom: 0px dotted #b95c00;
}

/*
light blue : 659aff
top sky blue: 416dc6
very dark blue 214ea6
#659aff
*/



.menu ul li a.fly {background:#ddd url(cssplay42/arrow.gif) no-repeat right center;}
.menu ul li:hover > a {
text-decoration:underline; 
z-index:2000; 
border-bottom: 0px dotted #b95c00;
color:#a1ffad;
}

.menu ul ul li {
width:250px;
margin-top:-30px;
text-indent:-9999px;
border-bottom: 0px dotted #b95c00;
}
.menu ul ul li a{
width:240px;
margin:0px 0px 0px 0px;
height:29px; 
border-bottom: 0px dotted #b95c00;
color: #2d53a6;
}

.menu ul ul li:hover > a {
text-decoration:underline; 
background: url("../images/bg_blue_gradient_nav.png") repeat-x;
z-index:5000; 
color:#a1ffad;
border-bottom: 0px dotted #b95c00;
}



.menu ul ul li.p1 {margin-top:0;}
.menu ul li:hover > ul > li {
margin-top:0;
text-indent:0px;
width:250px;
background-color:#416dc6;
background-color:#659aff; 
background-color:#fff; 

/* background: url("../images/bg_blue_gradient_nav_down.png") repeat-x; */

border-bottom:1px solid #659aff;
transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
-webkit-transition-delay: 0.5s;
-moz-box-shadow: 5px 5px 5px #444; /* Firefox 3.6 and earlier */
	box-shadow: 5px 5px 5px #444;
-webkit-box-shadow: 5px 5px 5px #444; /* Safari */
border-bottom: 0px dotted #b95c00;
z-index:1000; 
}
.menu ul ul li:hover > ul {
margin-left:0;
transition-delay: 0s;
-o-transition-delay: 0s;
-moz-transition-delay: 0s;
-ms-transition-delay: 0s;
-webkit-transition-delay: 0s;
z-index:2000; 
}
.menu ul ul li:hover > ul.rgt {margin-left:auto; margin-right:0;
transition-delay: 0s;
-o-transition-delay: 0s;
-moz-transition-delay: 0s;
-ms-transition-delay: 0s;
-webkit-transition-delay: 0s;
z-index:2000; 
}
.menu ul li.close {margin-top:-30px; z-index:-1;}
.close{
text-indent:-9999px;
}
.close a{
text-indent:-9999px;
}



#tabnav ul{
float:right;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
display:none;
position:absolute;
padding:0;
text-decoration:none;
color: #feeda8;
}
#tabnav ul li{
background-color:#4B78D5;
display: block;
text-decoration:none;
color: #feeda8;
border: 0 none transparent;
border-top: 0.1em solid #fff;
font-size:.85em;
margin-bottom: -1px;
margin-top:0px;
padding:0;
}
#tabnav li:hover ul{
margin:0px 0px 0px 80px;
left:auto;
display: block;
position:absolute;
z-index:1000;
text-decoration:none;
color: #feeda8;
}
#dropdown{
font-size:.85em;
text-decoration:none;
color: #feeda8;
}



#index .home a,
#services #services_nav,
#location .location a,
#prices .prices a,
#about .about a,
#contact .contact a {
color: #00ff36;
text-decoration:underline;
}

#house_bar{
    margin:0px;
	background-color:#659Aff;
	background: url("../images/bg_fence.jpg") repeat-x #659Aff;
	background-position:bottom; 
	padding:0px;
	z-index:3;
}

#house_container{
	margin-left: auto;
	margin-right: auto;
    padding: 0px 0px;
    width: 960px;
	background-color:#659Aff;
	
}

#house{
position:relative;
background: url("../images/house_fence.png");
background-position:bottom; 
padding-top:127px;

}
#grass_full {
 background-color:#00ff37;
    background: url("../images/bg_grass.jpg") repeat-y scroll center top #FDFAF3;
  
   position:relative;
	z-index:4;
    width: 100%;
	padding-top:70px;
	border-top:18px solid;
	border-color:#996533;
}
#grass{
margin-left: auto;
margin-right: auto;
padding:0px;
width:960px;
z-index:4;
 position:relative;
}
/* f7f3e9 */

#featured_items_full {
   border-top: 4px solid #E2DDD2;
	background-color:#E2DDD2;
    position: relative;
    width: 100%;
}
#featured_items {
	background-color: #eee9de;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width:960px;
}

.featured_item{
float:left;
width:25%;
text-align:center;
background-color:#eee9de;
}

/*
.featured_item img{
opacity:0.5;
filter:alpha(opacity=50); 
} 
.featured_item img:hover
{
opacity:1.0;
filter:alpha(opacity=100); 
}
*/
.rubbish_clearance_panel{background: url('../images/rubbish_clearance_bin.png') no-repeat top left;}
.recycle_panel{background: url('../images/recycle_logo.png') no-repeat top left;}
.topsoil_panel{background: url('../images/wheelbarrow_feature.png') no-repeat top left;}
.small_access_panel{background: url('../images/cabstar.png') no-repeat top left;}

.rubbish_clearance_panel,.recycle_panel,.topsoil_panel,.small_access_panel{
	/* opacity:0.6;
	filter:alpha(opacity=60); For IE8 and earlier */
	display: block;
	text-indent: -9999em;
	height: 160px;
	width: 240px;
}
.rubbish_clearance_panel:hover,.recycle_panel:hover,.topsoil_panel:hover,.small_access_panel:hover{
	/* opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	background-position: 0 -160px;
	
}
#grass_full2 {
    background: url("../images/bg_grass.png") repeat-y scroll center top #FDFAF3;
    width: 100%;
	border-top:5px solid;
	border-color:#996533;
	
	z-index:2;
}
#breadcrumbs li{
	display: inline;
	text-transform:uppercase;
	text-align:left;
	color: #00ff36;
	font-weight:bold;
}
#breadcrumbs li a{
	display: inline;
	text-transform:uppercase;
	text-align:left;
	color: #feeda8;
	font-weight:bold;
}



/*
.home_link{
	text-indent: -9999em;
	height: 22px;
	width: 24px;
	background: url('../images/home_link.png') no-repeat top left;
}
.home_link:hover{
	background-position: 0 -22px;
}
*/

#tom{
margin-top:-220px;
background: url("../images/toms_cat.png") no-repeat;
background-position:bottom; 
position:relative;
padding-top:222px;
z-index:3000;
width:144px;
}
#tree{
margin-top:-200px;
margin-right:60px;
background: url("../images/tree.png") no-repeat;
background-position:bottom; 
padding-top:151px;
z-index:10;
width:96px;
float:right;
}




#main {
    background: url("../images/bg_main.gif") repeat-y scroll center top #FDFAF3;
    border-bottom: 4px solid #E2DDD2;
    border-top: 4px solid #E2DDD2;
    clear: both;
    width: 100%;
	
	z-index:2;
}
#wrapmain {
    margin: 0 auto;
    padding: 0px 0px;
    width: 960px;
}
#content {
    float: left;
	padding-top:23px;
    margin-bottom: 27px;
  
	z-index:3;
    width: 610px;
	background-color: #fdfaf3;
}
#index #content{

}
#sidebar {
	padding-top:23px;
    background: none repeat scroll 0 0 #F5F0E4;
    float: right;
    padding-bottom: 120px;
    position: relative;
    width: 290px;
}

.clear {
    clear: both;
	margin-bottom:10px;
}

h1 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0px 0px 20px 0px;
	line-height:120%;
}


h2 {
	font: Arial, Helvetica, sans-serif;
	color: #563F12;
	margin: 0;
}

#main h2 {
	font: Arial, Helvetica, sans-serif;
	color: #563F12;
	margin: 0;
	font-weight: bold;
}


h2 a {
	text-decoration: none;
	color: #563F12;
	font-weight: bold;
}

h2 a:hover {
	text-decoration: underline;
	font-weight: bold;
}



/* subnav #E2DDD2
------------------*/
#subnav{
margin:0px 0px 20px 0px;
}
ul#subnav li {
    list-style: none outside none;
	border-bottom: 2px solid #E2DDD2;
}
ul#subnav li a {
    color: #7F7F7F;
    font-size: 1.25em;
	display:block;
    font-weight: bold;
    padding: 3px 20px 3px 70px;
    width: 270px;
	border-bottom: 0px dotted #b95c00;
}
ul#subnav li a:hover{
 color: #000;
 border-bottom: 0px dotted #b95c00;
}

/*
#rubbish_clearance .rubbish_clearance a,#scrap_metal .scrap_metal a,
#house_clearance .house_clearance a,
#garden_clearance .garden_clearance a,
#top_soil .top_soil a,
#office_clearance .office_clearance a,
#demolition .demolition a,
#site_clearance .site_clearance a{
color: #000;
background: url("../images/phone_box_background.gif") repeat-x scroll left bottom;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	border:1px solid #777;
	background-color:#fff; 
-moz-box-shadow: 5px 5px 5px #ccc; 
	box-shadow: 5px 5px 5px #ccc;
-webkit-box-shadow: 5px 5px 5px #ccc;
}
*/


#rubbish_clearance .rubbish_clearance a,#scrap_metal .scrap_metal a,
#house_clearance .house_clearance a,
#garden_clearance .garden_clearance a,
#top_soil .top_soil a,
#firewood .buy_firewood a,
#office_clearance .office_clearance a,
#demolition .demolition a,
#site_clearance .site_clearance a{
color: #000;
background: url("../images/subnav_background.png") no-repeat left bottom;
border:none;
padding: 10px 20px 12px 70px;
border-bottom: 0px dotted #b95c00;
}	

.sub_nav_heading{
font-weight:bold;
color:#000;
font-size:1.6em;
text-transform:uppercase;
}


/* services 
------------------*/
.services_info,.services_panel{
	padding:10px;
   	border:1px solid;
	border-color:#996533;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	margin:0px 0px 10px 0px;
}
#services .services_info ul li,#services .services_panel ul li{
list-style-type: square;
width:110px;
float:left;
}

#garden_clearance .services_info ul li,#garden_clearance .services_panel ul li{
list-style-type: square;
width:110px;
float:left;
}



.services_info ul li,.services_panel ul li{
list-style-position:inside;
}
.services_info{
	background: none repeat scroll 0 0 #F5F0E4;
}




/* locations 
------------------*/

.locations ul li{
float:left;
width:150px;
list-style-type: square;
list-style-position:inside;
}



/* Prices 
------------------*/

#prices table,#location table {
border-collapse:collapse;
width:100%;
border-top: 2px solid #996533;
margin:20px 0px 20px 0px;
}
table th,table td{
	margin:0px;
	line-height: 18px;
    padding: 3px 6px 4px 10px;
    text-align: left;
    vertical-align: top;
}

th{
margin:0px -2px 0px 0px;
background: none repeat scroll 0 0 #F5F0E4;
text-align:left;
}
#prices td{
	background: url("../images/table_bottom.gif") repeat-x scroll left bottom;
}

/* end of Prices
------------------*/

/* Recycling
------------------*/
.recycling_info{
	padding:10px;
   	border:1px solid;
	border-color:#996533;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	margin:10px 0px 10px 0px;
}
.recycling_info ul li {
list-style-type: square;
list-style-position:inside; 
}


/* Content Modules
---------------------------------------------------------------------------*/
.tom_head{
background: url("../images/tom_head.png") no-repeat;
background-position:left; 
padding:90px 0px 0px 50px;
margin: -85px 0px 20px 0px;
}
.tom_blue_box{
margin:30px 0px 20px 0px;
background: url("../images/phone_box_background.gif") repeat-x scroll left bottom;
padding:10px 0px 10px 110px;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	border:1px solid #777;
	background-color:#fff; 
-moz-box-shadow: 5px 5px 5px #ccc; /* Firefox 3.6 and earlier */
	box-shadow: 5px 5px 5px #ccc;
-webkit-box-shadow: 5px 5px 5px #ccc; /* Safari */
}
.tom_blue_box img{
margin:0px 0px 0px 3px;
vertical-align:-4px;
}

.phone_number{
font-size:1.75em;
font-weight:bold;
}
.tom_info_box{
float:left;
width:290px;
margin:0px 20px 0px 0px;
}
.tom_info_box_right{
float:right;
width:290px;
margin:0px 0px 0px 0px;
}

#tom_will{
margin:20px 0px;
padding:10px 20px;
border:1px solid;
border-color:#996533;
-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
margin:0px 0px 10px 0px;
background: none repeat scroll 0 0 #F5F0E4;
}

#tom_will ul li{
float:left;
width:280px;
list-style-image:url('../images/tick.png');
list-style-position:inside;
}

.box_text {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}

/* Recycle Module
----------------------------------*/
#top_soil_info,#recycle_info,#truck_info,#firewood_info,#heart_info{
margin:10px 0px 10px 0px;
padding:10px 0px 30px 0px;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	border:1px solid #777;
	background-color:#fff; 
-moz-box-shadow: 5px 5px 5px #ccc; /* Firefox 3.6 and earlier */
	box-shadow: 5px 5px 5px #ccc;
-webkit-box-shadow: 5px 5px 5px #ccc; /* Safari */
}
#topsoil_list li,#recycle_list li,#truck_list li,#heart_info p{
font-family: 'Gloria Hallelujah', cursive;
font-size:1.25em;
}
#top_soil_info h3,#recycle_info h3,#truck_info h3,#firewood_info h3{
margin:0px 0px 0px 10px;
display: block;
text-indent:-9999px;
height: 18px;
}

.topsoil_button,.recycle_button,.truck_button,.firewood_button{
	display: block;
	text-indent: -9999em;
	height: 50px;
	width: 180px;
}
.topsoil_button:hover,.recycle_button:hover,.truck_button:hover,.firewood_button:hover{
	background-position: 0 -50px;
}

#recycle_list,#topsoil_list,#truck_list{
margin:20px 0px 0px 0px;
padding:10px 0px 10px 105px;
}

/* Recycle Module
----------------------------------*/
#recycle_info{
background: url("../images/green_tint_background.gif") repeat-x scroll left bottom;
background-color:#fff; 
}
#recycle_info h3{
background: url("../images/recycling_heading.png") no-repeat top left;
width: 111px;
}
.recycle_button{background: url('../images/recycle_button.png') no-repeat top left;}
#recycle_background{
background: url("../images/recycle_green_logo.gif") no-repeat;
background-position:left; 
}


/* topsoil Module
----------------------------------*/
#top_soil_info{
background: url("../images/brown_tint_background.gif") repeat-x scroll left bottom;
background-color:#fff; 
}
#top_soil_info h3{
background: url("../images/topsoil_heading.png") no-repeat top left;
width: 126px;
}
.topsoil_button{background: url('../images/topsoil_button.png') no-repeat top left;}
#topsoil_background{
background: url("../images/topsoil_wheelbarrow.png") no-repeat;
background-position:left; 
}

/* heart Module
----------------------------------*/
#heart_info{
background: url("../images/red_tint_background.gif") repeat-x scroll left bottom;
background-color:#fff; 
}
#heart_info p,#heart_info h3{
margin:0px 10px;
}




/* fire Module
----------------------------------*/
#fire_background{
background: url("../images/wood_fire.png") no-repeat;
background-position:left; 
}
#firewood_info{
background: url("../images/brown_tint_background.gif") repeat-x scroll left bottom;
background-color:#fff; 
}
#firewood_info h3{
background: url("../images/firewood_heading.png") no-repeat top left;
width: 150px;
}
.firewood_button{background: url('../images/firewood_button.png') no-repeat top left;}




/* truck Module
----------------------------------*/
#truck_info{
background: url("../images/blue_tint_background.gif") repeat-x scroll left bottom;
background-color:#fff; 
}
#truck_info h3{
background: url("../images/trucks_heading.png") no-repeat top left;
width: 126px;
}
.truck_button{background: url('../images/truck_button.png') no-repeat top left;}
#truck_background{
background: url("../images/narrow_low_access.png") no-repeat;
background-position:left; 
}






/* Content Modules
----------------------------------*/




#carousel_wrapper h3{
margin:0px 0px 0px 10px;
display: block;
background: url("../images/testimonials_heading.png") no-repeat top left;
text-indent:-9999px;
height: 18px;
width: 122px;
}
#carousel_wrapper{
margin:10px auto 10px auto;
background: url("../images/yellow_tint_background.gif") repeat-x scroll left bottom;
padding:10px 0px 0px 0px;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	border:1px solid #777;
	background-color:#fff; 
-moz-box-shadow: 5px 5px 5px #ccc; /* Firefox 3.6 and earlier */
	box-shadow: 5px 5px 5px #ccc;
-webkit-box-shadow: 5px 5px 5px #ccc; /* Safari */

}
#facebook_background h3 {
margin:0px 0px 20px 0px;
display: block;
background: url("../images/facebook_heading.jpg") no-repeat top left;

text-indent:-9999px;
height: 23px;
width: 94px;
}
#facebook_background{
margin:10px 0px 10px 0px;
background: url("../images/facebook_background.gif") repeat-x scroll left top;
padding:10px;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	border:1px solid #777;
	background-color:#fff; 
-moz-box-shadow: 5px 5px 5px #ccc; /* Firefox 3.6 and earlier */
	box-shadow: 5px 5px 5px #ccc;
-webkit-box-shadow: 5px 5px 5px #ccc; /* Safari */
}
#facebook_wrapper{
	padding:5px;
	background-color:#edeff4;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	border:0px solid #777;

}

.info_text{
float:right;
width:340px;
}

/* rubbish clearance
--------------------------------------------------------------*/
.big_tick_list ul{
margin:0px 0px 0px 10px;
list-style-type: none;

}
.big_tick_list ul li{
font-size:1.5em;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 10px;
background-image:url('../images/tick_green.png');
background-repeat:no-repeat;
background-position:0px 0px; 
padding-left:26px;
width:310px;
float:left;
}

/* scrap metal
--------------------------------------------------------------*/

.scrap_nav a,.scrap_nav{
color:#563F12;
font-weight:bold;
font-size:110%;
}
.scrap_nav a:hover {
text-decoration: none;
color:#b95c00;
border-bottom: 1px dotted #b95c00;
}


/* form
--------------------------------------------------------------*/
#form_box{
	background: none repeat scroll 0 0 #4A4B4F;
    border-left: 1px solid #424347;
    border-right: 1px solid #424347;
	color: #FFFFFF;
}

form {
	margin: 0px;
	padding: 0em;
    padding: 20px;

}

form div {
margin-top:0px;
}

form div label {
  float:left;
  width:100%;
  font-weight: bold;
   
}

fieldset {
border:none;
}

input[type=submit]{
color:#fff;
} 
option{
margin:0 0 0 20px
}


.img {
	margin: 0 0 15px 15px;
}

.textbox {
	display:block;
	font-size:1.2em;
	font: Arial, Helvetica, sans-serif;
	color: #676767;
	width: 100%;
	padding:3px;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	border:1px solid #ccc;
	background-color:#FDFAF3;
	/*background: url("../images/input_box_background.gif") repeat-x scroll left top; */
}
.textbox:hover{
	background-color:#fff;  
    border-color:#777;  
}
.textbox:focus{
	background-color:#fff;  
    border:5px solid #ccc;
}
.inline{
display:inline;
}

.textbox2 {
	display:block;
	font-size:1.2em;
	font: Arial, Helvetica, sans-serif;
	color: #676767;
	width: 100%;
	height: 137px;
	padding:3px;
	-moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	border:1px solid #ccc;
	background-color:#FDFAF3; 
	 
	/* background: url("../images/input_box_background.gif") repeat-x scroll left top; */
}
.textbox2:hover{
	background-color:#fff;  
    border-color:#999999;  
}
.textbox2:focus{
	background-color:#fff;  
	border:5px solid #ccc;
      
}

.red{
color:#F00;
	border:1px solid #f44;
	background-color:#fff; 
	padding:2px 5px;
}

.help{
color:#d8a7ff;
padding:2px 5px;
}
#name_help{
display:inline;
}
#email_help{
display:inline;
}
#question_help{
display:inline;
}
#reply_message h3{
background-image:url(../images/big_tick.png);
background-repeat:no-repeat;
font-size: 2.0em;
padding:15px 0px 20px 50px;
}

.reply_message{
	margin: 10px 0px 10px 0px;
	padding:10px;
		 -moz-border-radius:5px;
		 -webkit-border-radius:5px;
		 border-radius:5px;
		 border:1px solid #5c9621;
	background-color:#ccffcc;
	
	background:-webkit-gradient(linear, 100% 68%, 100% 30%, from(#b4e279), to(#c0e295));
  	/* Safari 5.1, Chrome 10+ 
	background: -webkit-linear-gradient(top, #4798d9, #2c6dcb);*/
  
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top,#c0e295, #b4e279);
  
	/* IE 10 */
	background: -ms-linear-gradient(top, #c0e295, #b4e279);
  
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #c0e295, #b4e279);
	}

.reply_message h3{
background-image:url(../images/big_tick.png);
background-repeat:no-repeat;
font-size: 2.0em;
padding:15px 0px 20px 50px;
}
.confirmation_message{
	margin: 10px 0px 10px 0px;
	padding:10px;
		 -moz-border-radius:5px;
		 -webkit-border-radius:5px;
		 border-radius:5px;
		 border:1px solid #EBa234;
		 background-color:#e2e447;
	
	background:-webkit-gradient(linear, 100% 68%, 100% 30%, from(#e2e447), to(#f0f296));
  	/* Safari 5.1, Chrome 10+ 
	background: -webkit-linear-gradient(top, #4798d9, #2c6dcb);*/
  
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top,#f0f296, #e2e447);
  
	/* IE 10 */
	background: -ms-linear-gradient(top, #f0f296, #e2e447);
  
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #f0f296, #e2e447);
}

.enquirer_details{
	margin: 10px 0px 10px 0px;
	padding:10px;
		 -moz-border-radius:5px;
		 -webkit-border-radius:5px;
		 border-radius:5px;
		 border:1px solid #000;
	background-color:#fff;
}
	
.fail_message{
margin: 10px 0px 10px 0px;
background-color:#ffe7e7;
padding:10px;
border:1px solid #ff9999;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}


/* BUTTONS
--------------------------------------------------------------*/


.button_brown {
color:#fff;
text-shadow: 1px 1px 1px #000;
 border: solid thin #000;
background-image: linear-gradient(bottom, rgb(184,123,31) 36%, rgb(212,177,19) 68%, rgb(186,107,58) 89%);
background-image: -o-linear-gradient(bottom, rgb(184,123,31) 36%, rgb(212,177,19) 68%, rgb(186,107,58) 89%);
background-image: -moz-linear-gradient(bottom, rgb(184,123,31) 36%, rgb(212,177,19) 68%, rgb(186,107,58) 89%);
background-image: -webkit-linear-gradient(bottom, rgb(184,123,31) 36%, rgb(212,177,19) 68%, rgb(186,107,58) 89%);
background-image: -ms-linear-gradient(bottom, rgb(184,123,31) 36%, rgb(212,177,19) 68%, rgb(186,107,58) 89%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.36, rgb(184,123,31)),
	color-stop(0.68, rgb(212,177,19)),
	color-stop(0.89, rgb(186,107,58))
);
 /* For Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a67b28, endColorstr=#bfa675);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a67b28, endColorstr=#bfa675)";    
        background-color: #a67b28; 
 
 -webkit-border-radius: .5em;
 -moz-border-radius: .5em;
 border-radius: .5em;
-webkit-box-shadow: 2px 2px 3px #999;
 box-shadow: 2px 2px 2px #bbb;
font-weight:bold;
font-size:150%;
margin:10px 0 0 0px;
padding:7px 15px 7px 15px;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-right:2px solid #555;
border-bottom:2px solid #444;

}
.button_brown a{
color:#fff;
}

.button_brown:hover { 
text-shadow: 1px 1px 1px #000;
font-size:150%;
 border: solid thin #000;
 -webkit-border-radius: .5em;
 -moz-border-radius: .5em;
 border-radius: .5em;
-webkit-box-shadow: 2px 2px 3px #999;
 box-shadow: 2px 2px 2px #bbb;
 
padding:7px 15px 7px 15px;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
border-left:2px solid #555;
border-top:2px solid #444;
color:#eee;   
}  


.button_brown_small {
color:#fff;
text-shadow: 1px 1px 1px #000;
 border: solid thin #000;
background-image: linear-gradient(bottom, rgb(184,123,31) 36%, rgb(212,177,19) 68%, rgb(186,107,58) 89%);
background-image: -o-linear-gradient(bottom, rgb(184,123,31) 36%, rgb(212,177,19) 68%, rgb(186,107,58) 89%);
background-image: -moz-linear-gradient(bottom, rgb(184,123,31) 36%, rgb(212,177,19) 68%, rgb(186,107,58) 89%);
background-image: -webkit-linear-gradient(bottom, rgb(184,123,31) 36%, rgb(212,177,19) 68%, rgb(186,107,58) 89%);
background-image: -ms-linear-gradient(bottom, rgb(184,123,31) 36%, rgb(212,177,19) 68%, rgb(186,107,58) 89%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.36, rgb(184,123,31)),
	color-stop(0.68, rgb(212,177,19)),
	color-stop(0.89, rgb(186,107,58))
);
 /* For Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a67b28, endColorstr=#bfa675);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a67b28, endColorstr=#bfa675)";    
        background-color: #a67b28; 
 
 -webkit-border-radius: .5em;
 -moz-border-radius: .5em;
 border-radius: .5em;
-webkit-box-shadow: 2px 2px 3px #999;
 box-shadow: 2px 2px 2px #bbb;
font-weight:bold;
font-size:100%;
margin:10px 0 0 0px;
padding:7px 10px 7px 10px;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-right:2px solid #555;
border-bottom:2px solid #444;

}
.button_brown_small a{
color:#fff;
}

.button_brown_small:hover { 
text-shadow: 1px 1px 1px #000;
font-size:100%;
 border: solid thin #000;
 -webkit-border-radius: .5em;
 -moz-border-radius: .5em;
 border-radius: .5em;
-webkit-box-shadow: 2px 2px 3px #999;
 box-shadow: 2px 2px 2px #bbb;
 
padding:7px 10px 7px 10px;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
border-left:2px solid #555;
border-top:2px solid #444;
color:#eee;   
}  




/* FOOTER
--------------------------------------------------------------*/

#footer_container{
border-top:2px solid;
border-color:#000;
background: url("../images/bg_footer.png") repeat-x;
margin-top:0px;
height:350px;
}

#footer{
width:960px;
margin-top:20px;
margin-bottom:0px;
margin-left: auto;
margin-right: auto;
}

.footer_col{
float:left;
width:220px;
height:300px;
margin:-5px 0px 0px 20px;
}
.footer_col_first{
float:left;
width:220px;
height:292px;
margin:-5px 0px 0px 0px;
}

#footer ul {
	margin: 0;  /*removes indent IE and Opera8*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
.footer_nav_heading{
font-weight:bold;
color:#fcdf53;
font-size:1.6em;
text-transform:uppercase;
}
.footer_navlist li{
font-weight:bold;
color:#fcdf53;
}
.footer_navlist a{
color:#fcdf53;
border-bottom: 0px dotted #b95c00;
}
.footer_navlist a:hover{
color:#fcdf53;
border-bottom: 1px dotted #fcdf53;
}


.martin_button{
	display: block;
	text-indent: -9999em;
	height: 50px;
	width: 137px;
	background: url('../images/martinfrancis_sprite.png') no-repeat top left;	
}
.martin_button:hover{
	background-position: 0 -50px;

	border-bottom: 0px dotted #fcdf53;
	
}


/*

#nav, #nav ul{
padding: 0px 0px 0px 0px;
margin:0;
list-style:none;
}
#nav a:link, #nav a:visited {
display: block;
width: 11em;
color:#000;

}
#nav li{
float:left;
width: 11em;
color:#000;
}
#nav li ul {
}

#nav li:hover ul {
}
#nav li:hover ul, #nav li.sfhover ul {
}
#nav ul li{
}


/* FIXED FOOTER
--------------------------------------------------------------*/

#fixed_foot_container{
border-top:1px solid;
border-color:#fce889;
position:fixed;
	left:0px;
	bottom:0px;
	z-index:1000;
width:100%;
background-color:#214ea6;
height:60px;
}
#fixed_foot{
max-width:960px;
min-width:960px;
margin-left: auto;
margin-right: auto;
padding:0px 0px;
color:#fff;
}
#fixed_foot p{
margin:0px 0px 0px 0px;
}
#phone_number{
margin-top:15px;
text-indent: -9999em;
display: block;
height: 60px;
background:url('../images/phone_number.png') no-repeat top left;	
padding:0px 0px;
float:left;
width:520px;
color:#fcdf53;
}

#company_reg{
padding:15px 0px;
font-size:0.75em;
float:left;
width:200px;
}
#company_reg p{
line-height:1.25em;
}


#copyright{
padding:15px 0px;
font-size:0.75em;
float:right;
width:220px;
}
#copyright p{
line-height:1.0em;
}

#some_padding{
width:570px;
padding-bottom:60px;
}



/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media (min-width: 768px) and (max-width: 979px) {

	
	#fixed_foot_container{
	
	position:static;
	border-top:1px solid;
	border-color:#fce889;
	left:0px;
	bottom:0px;
	z-index:1000;
width:100%;
background-color:#214ea6;
height:60px;
	
	
	
	
}
	
	

}



@media handheld, only screen and (max-width: 767px) {

	
	#fixed_foot_container{
	
	position:static;
	border-top:1px solid;
	border-color:#fce889;
	left:0px;
	bottom:0px;
	z-index:1000;
width:100%;
background-color:#214ea6;
height:60px;
}
	
	

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
#fixed_foot_container{
	
	position:static;
	border-top:1px solid;
	border-color:#fce889;
	left:0px;
	bottom:0px;
	z-index:1000;
width:100%;
background-color:#214ea6;
height:60px;
}

}

p.warning {
			color: red;	
		}
		input.manual-location {
			width: 95%;
			font-size: 1.2em;
			padding: 5px;
		}
		.no-geolocation {
			display: none;	
		}
		
.get-directions {
			background: #25A6E1;
			background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
			background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
			background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
			background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
			background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
			background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
			padding: 8px 13px;
			color: #fff;
			font-size: 18px;
			font-weight: bold;
			border-radius:4px;
			border:1px solid #1A87B9;
			margin: 20px auto 0 auto;
			text-decoration:none;
			clear: both;
			display: block;
		}
		.get-directions:hover {
			text-decoration: underline;	
		}





