@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#a38c62;
}
h1 {
	font-size:14px
}
h2 {
	font-size:12px;
}
h3 {
	font-size:11px;
	color:#066919;
}
p {
	font-size:11px;
	text-align:justify;
}
ul, li {
	list-style-type: none;
}


.stretcher{
	clear: both; 
	width: 100%; 
	height: 0; 
	line-height: 0; 
	font-size: 0; 
	padding: 0; 
	margin: 0; 
	border: 0;
}

.formField{
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border: 1px solid #747683;
	margin:0px 0px 10px 0px;
}
.dropdown{
	border: 1px solid #747683;
	color: #000;
	font-size: 11px;
	margin:0px 0px 10px 0px;
}

.busybees_container {
	width: 775px;
	margin-left: -387px;
	left: 50%;
	position: absolute;
}

/**** top bar of page ****/
.top {
	float:left;
	width:770px;
	margin: 14px 0px 0px 5px;
}
	/**** logo ****/
	.busybeescleaning_logo {
		float:left;
		width:338px;
		height:107px;
		background:url(../images/busybees_logo.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}
	/**** phone number ****/
	.busybeescleaning_number {
		float:right;
		width:400px;
		height:50px;
		padding: 10px 0px 0px 0px;
	}
		.busybeescleaning_number p {
			font-size:36px;
			font-weight:bold;
			color:#0d5ab3;
			text-align:right;
		}
	/**** main links ****/
	.busybeescleaning_topLinks {
		float:right;
		width:220px;
		height:47px;
	}
	.busybeescleaning_topLinks li {
		float:left;
		display:block;
		width: 60px;
		height: 45px;
		text-align:center;
		padding: 0px 6px 0px 6px;
	}
	.busybeescleaning_topLinks li.home {
		background:url(../images/home_link.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}
	.busybeescleaning_topLinks li.about {
		background:url(../images/about_link.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}
	.busybeescleaning_topLinks li.contact {
		background:url(../images/contact_link.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}
	.busybeescleaning_topLinks a:link, .busybeescleaning_topLinks a:visited {
		font-size:10px;
		text-decoration:none;
		color:#0d5ab3;
		display:block;
		height: 15px;
		padding: 30px 0px 0px 0px;
	}
	.busybeescleaning_topLinks a:hover, .busybeescleaning_topLinks a:active {
		font-size:10px;
		text-decoration:underline;
		color:#000;
		display:block;
		height: 15px;
		padding: 30px 0px 0px 0px;
	}
/**** end top bar of page ****/

/**** left side of page ****/
.left {
	float:left;
	width:570px;
}
	/**** header ****/
	.busybeescleaning_header {
		float:left;
		width:570px;
		height:202px;
		background:url(../images/header_img.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}
	/**** content container ****/
	.busybeescleaning_content_container {
		float:left;
		width: 535px;
		margin: 0px;
		padding: 0px 0px 0px 35px;
		background:url(../images/busybees_tab.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}
	/**** intro ****/
	.intro {
		float:left;
		background:#FFF;
		width:511px;
		padding: 10px;
	}
	.intro_text_container {
		float: left;
		width: 305px;
	}
		.intro_text {
			float: left;
			width: 305px;
			padding: 15px 0px 20px 0px;
		}
	.intro_text_container_about {
		float: left;
		width: 320px;
	}
		.intro_text_about {
			float: left;
			width: 320px;
			padding: 15px 0px 20px 0px;
		}
	.intro_right {
		float: right;
		width: 180px;
	}
		.intro_right h2 {
			text-align:center;
			font-size:11px;
		}
		.intro_right ul {
			margin: 15px 0px 0px 0px;
			padding: 0px 0px 0px 20px;
		}
		.intro_right li {
			padding: 3px 0px 0px 23px;
			background:url(../images/bullet_ticks.jpg);
			background-repeat:no-repeat;
			background-position:top left;
			font-size:11px;
			color:#066919;
			height:19px;
		}
	/**** homepage adds ****/
	.busybees_adverts {
		float:left;
		width:531px;
		margin: 3px 0px 0px 0px;
	}
	.busybees_adverts img {
		float: left;
	}
	/**** wide panel below intro box ****/	
	.busybees_widepanel_garden {
		float:left;
		width:515px;
		margin: 3px 0px 0px 0px;
		padding: 5px;
		border-style:solid;
		border-width:3px;
		border-color:#066919;
		background-color:#fff;
		background-image:url(../images/garden_leaves.jpg);
		background-repeat:no-repeat;
		background-position:top right;
	}
		.busybees_widepanel_garden_txt {
			float:left;
			width:300px;
			padding:6px 0px 0px 0px;
		}
		.busybees_widepanel_garden_img {
			float:left;
			width:200px;
			padding:138px 0px 0px 0px;
		}
		.busybees_widepanel_garden_img h3 {
			font-size:14px;
		}
	.busybees_widepanel_garden2 {
		float:left;
		width:515px;
		margin: 3px 0px 0px 0px;
		padding: 5px;
		border-style:solid;
		border-width:3px;
		border-color:#066919;
		background-color:#fff;
	}
		.busybees_widepanel_garden2 h3 {
			font-size:12px;
		}
		.busybees_widepanel_garden2 img {
			margin:0px 1px 0px 0px;
		}
	
	.busybees_widepanel_garden3 {
		float:left;
		width:515px;
		margin: 3px 0px 0px 0px;
		padding: 5px;
		border-style:solid;
		border-width:3px;
		border-color:#066919;
		background-color:#fff;
		background-image:url(../images/green_bar_tile.jpg);
		background-position:top left;
		background-repeat:repeat-x;
	}
		.busybees_widepanel_garden3 h3 {
			font-size:12px;
			color:#fff;
		}
		.busybees_widepanel_garden3_container {
			float:left;
			width:515px;
			padding:17px 0px 0px 0px;
			background:url(../images/testiominial_img.jpg) bottom right no-repeat;
		}
		.busybees_widepanel_garden3_left {
			float:left;
			width:245px;
			padding:0px 5px 5px 3px;
			border-style:solid;
			border-width:0px 1px 0px 0px;
			border-color:#066919;
		}
		.busybees_widepanel_garden3_right {
			float:left;
			width:245px;
			padding:0px 3px 5px 5px;
		}
	
/**** end left side of page ****/

/**** right side of page ****/
.right {
	float:left;
	width:205px;
}
	/**** general links ****/
	.general_link_container {
		float:left;
		width:195px;
		background:url(../images/generalLinks_bgTile.jpg);
		background-repeat:repeat;
		background-position:top left;
		padding: 15px 0px 0px 10px;
		min-height: 174px;
		height: auto !important;
		height: 174px;
	}
	.general_link_container ul {
		float:left;
		display:block;
		list-style-type: none;
		width:190px;
	}
	.general_link_container li {
		float:left;
		display:block;
		list-style-type: none;
		padding:0px 0px 10px 0px;
		width:190px;
	}
	.general_link_container a {
		color:#02265c;
		font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
		font-size:15px;
		font-style:italic;
		text-decoration:none;
	}
	/**** garden small ticks - on current page ****/
	body#patio li#pationav, body#grass li#grassnav, body#hedge li#hedgenav, body#pruning li#pruningnav, body#makeover li#makeovernav, body#veg li#vegnav {
		background:url(../images/green_tick.gif);
		background-repeat:no-repeat;
		background-position:top left;
	}
	/**** cleaning large ticks - on current page ****/
	body#domestic li#domesticnav {
		background:url(../images/big_blue_tick.gif);
		background-repeat:no-repeat;
		background-position:top right;
	}
	/**** garden large ticks - on current page ****/
	body#garden li#gardennav {
		background:url(../images/big_green_tick.gif);
		background-repeat:no-repeat;
		background-position:top right;
	}	
	/**** 3rd set large ticks - on current page ****/
	
	
		/**** cleaning links ****/
		.domestic_cleaning_links {
			float: left;
			width:205px;
			padding:31px 0px 0px 0px;
			background:url(../images/generalLinks1_bgTop.jpg);
			background-repeat:no-repeat;
			background-position:top left;
		}
			.domestic_cleaning_links a:link, .domestic_cleaning_links a:visited {
				
			}
			.domestic_cleaning_links a:hover, .domestic_cleaning_links a:active {
				color: #000;
				text-decoration:underline;
				font-weight:normal!important;
			}
		/**** garden links ****/
		.garden_maintenance_links {
			float: left;
			width:205px;
			padding:31px 0px 0px 0px;
			background:url(../images/generalLinks2_bgTop.jpg);
			background-repeat:no-repeat;
			background-position:top left;
		}
			.garden_maintenance_links a:link, .garden_maintenance_links a:visited {
				color:#01450f;
			}
			.garden_maintenance_links a:hover, .garden_maintenance_links a:active {
				color: #000;
				text-decoration:underline;
				font-weight:normal!important;
			}
			.garden_maintenance_links a.sublink:link, .garden_maintenance_links a.sublink:visited {
				color:#01450f;
				font-size:13px;
				padding: 0px 0px 0px 20px;
			}
			.garden_maintenance_links a.sublink:hover, .garden_maintenance_links a.sublink:active {
				color: #000;
				text-decoration:underline;
				font-size:13px;
				padding: 0px 0px 0px 20px;
				font-weight:normal!important;
			}
		/**** 3rd set of links ****/
		.cleaning_products_links {
			float: left;
			width:205px;
			padding:31px 0px 0px 0px;
			background:url(../images/generalLinks2_bgTop.jpg);
			background-repeat:no-repeat;
			background-position:top left;
		}
			.cleaning_products_links a:link, .cleaning_products_links a:visited {
				color:#5c0202;
			}
			.cleaning_products_links a:hover, .cleaning_products_links a:active {
				color: #000;
				text-decoration:underline;
				font-weight:normal!important;
			}
	/**** end general links ****/
/**** end right side of page ****/

/**** footer ****/
.footer {
	float:left;
	width:745px;
	height:110px;
	margin:3px 0px 0px 0px;
	padding:15px;
	background:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
	.footerLinks {
		float:left;
		width:745px;
		text-align:center;
	}
		.footerLinks ul {
			text-align:center;
			display:block;
			width:745px;
			float:left;
		}
		.footerLinks li {
			display:inline;
			width:auto;
			font-size:11px;
		}
		.footerLinks a:link, .footerLinks a:visited {
			margin: 0px 3px 0px 3px;
			font-size:10px;
			color:#000;
			text-decoration:none;
		}
		.footerLinks a:hover, .footerLinks a:active {
			margin: 0px 3px 0px 3px;
			font-size:10px;
			color:#666;
			text-decoration:underline;
			font-weight:normal;
		}
	.footerInfo {
		float:right;
		width:350px;
		margin:40px 0px 0px 0px; 
	}
	.footerAnimedia {
		float:left;
		width:242px;
		margin:40px 0px 0px 0px;
		padding: 13px 0px 0px 148px;
		background:url(../../images/ppc-logo.jpg) top left no-repeat;
	}
	.footerInfo p {
		font-size:9px;
		color:#333;
		text-align:right;
	}
	.footerAnimedia p {
		font-size:9px;
		color:#333;
	}
	.footerAnimedia a:link, .footerAnimedia a:visited {
		font-size:9px;
		color:#333;
		text-decoration:none;
	}
	.footerAnimedia a:hover, .footerAnimedia a:active {
		font-size:9px;
		color:#000;
		text-decoration:underline;
		font-weight:normal;
	}
/**** end footer ****/

a:link, a:active, a:visited {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	color: #003300;
	text-decoration: underline;
	font-weight: normal;
}
