/*
Theme Name: Prompt Tree Services
Theme URI: http://www.bbldigital.com.au/
Description: Prompt Tree Services custom theme
Author: BBL Digital
Version: 1
*/
* {
	padding: 0;
	margin: 0;
}

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #ecf2eb;
}


div.fixed_width {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	width: 440px;
	height: 111px;
	background: url(img/h1_prompt_tree_services.png);
	text-indent: -999em;
	float: left;
}

div.top_banner {
	background: url(img/bg_top_banner.png);
	height: 111px;
}

div.nav {
	width: 350px;
	margin-top: 51px;
	float: right;
}

div.nav a {
	float: left;
	height: 60px;
	display: block;
	text-indent: -999em;
}

div.nav a.nav_home {
	background: url(img/nav_home.png);
	width: 82px;
}

div.nav a.nav_services {
	background: url(img/nav_services.png);
	width: 126px;
}

div.nav a.nav_contact {
	background: url(img/nav_contact.png);
	width: 142px;
}

div.nav a:hover,
div.nav a.current {
	background-position: 0 -60px !important;
}

div.wooden_divider {
	background: url(img/wooden_divider.jpg) center center;
	height: 5px;
	border-top: 1px solid #1a3c1e;
	border-top: 1px solid #412b24;
}

div.carousel_container {
	height: 379px;
	background: #d6e5d6;
	position: relative;
	overflow: hidden;
}

div.carousel_container div.top_fade {
	height: 8px;
	width: 100%;
	background: url(img/bg_top_fade.png);
	position: absolute;
	top: 0px;
	z-index: 9999;
}

div.carousel,
div.carousel div {
	height: 379px;
}

div.carousel_overlay {
	background: url(img/carousel/bg_overlay_fade.png);
	position: absolute;
	bottom: 0;
	color: #fff;
	height: 69px;
	width: 980px;
	z-index: 999;
}

div.carousel_overlay h2.home_overlay {
	background: url(img/carousel/h2_home_overlay.png);
	height: 24px;
	width: 769px;
	text-indent: -999em;
	margin-left: 100px;
	margin-top: 22px;
}

div.carousel_overlay h2.services_overlay {
	background: url(img/carousel/h2_services_overlay.png);
	height: 34px;
	width: 165px;
	text-indent: -999em;
	margin-left: 40px;
	margin-top: 17px;
	margin-right: 30px;
	float: left;
}

div.carousel_overlay h2.contact_overlay {
	background: url(img/carousel/h2_contact_overlay.png);
	height: 24px;
	width: 134px;
	text-indent: -999em;
	margin-left: 45px;
	margin-top: 22px;
	margin-right: 30px;
	float: left;
}

div.carousel_overlay p {
	padding-top: 22px;
	padding-right: 40px;
}

div.page_content {
	background: #ecf2eb url(img/bg_main_content.png);
	padding-top: 50px;
	padding-bottom: 60px;
	color: #356E47;
}

/* !Homepage content */

div.home_content div.left_content {
	width: 710px;
	font-size: 16px;
	text-align: justify;
	float: left;
}

h2.h2_home {
	background: url(img/h2_home.png);
	height: 89px;
	width: 651px;
	text-indent: -999em;
	margin-left: 30px;
	margin-bottom: 20px;
}

div.home_content div.left_content p {
	margin-bottom: 15px;
}

div.home_content div.right_content {
	width: 247px;
	float: right;
}

div.home_address {
	background: url(img/home_address.png);
	height: 89px;
	width: 240px;
	text-indent: -999em;
	margin-left: 4px;
	margin-bottom: 15px;
}

a.home_contact_us {
	height: 135px;
	width: 247px;
	display: block;
	text-indent: -999em;
	background: url(img/btn_contact_us.png);
}

a.home_contact_us:hover {
	background-position: 0 -135px;
}

/* !services page content */
div.service_col {
	width: 313px;
	float: left;
	font-size: 13px;
	line-height: 15px;
}

div.service_col.tree_removal,
div.service_col.tree_surgery {
	margin-right: 20px;
}

div.service_col h3 {
	height: 30px;
	width: 303px;
	text-indent: -999em;
	margin-bottom: 25px;
}

div.service_col.tree_removal h3 {background: url(img/h3_tree_removal.png);}
div.service_col.tree_surgery h3 {background: url(img/h3_tree_surgery.png);}
div.service_col.tree_reports h3 {background: url(img/h3_tree_reports.png);}

div.services_content p {
	margin-bottom: 10px;
}

div.services_content p.centre {
	text-align: center;
}

div.services_content ul {
	list-style: disc inside none;
}

div.services_content li {
	margin-bottom: 10px;
}

/* !Contact page rules */
div.contact_us_content {
	padding-left: 110px;
}

div.contact_us_content dl {
	color: #356E47;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 16px;
	line-height: 21px;
s}

div.contact_us_content dl dt {
	display: block;
	float: left;
	width: 59px;
	text-align: right;
	margin-right: 10px;
}

div.contact_us_content dl dd {
	display: block;
	float: left;
	width: 750px;
}

div.contact_us_content h3 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 21px;
	margin-left: 70px;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: normal;
}

div.input {
	padding-bottom: 10px;
}

div.input input,
div.input textarea {
	padding: 6px;
	border: 1px solid #91aa97;
}

div.input textarea {
	width: 670px;
}

div.input.submit input {
	display: block;
	height: 50px;
	width: 135px;
	cursor: pointer;
	background: url(img/btn_submit.png);
	border: none;
	margin-left: 625px;
}

div.input.submit input:hover {
	background-position: 0 -50px;
}

div.contact_us_content div.wpcf7 img.ajax-loader {
	margin-left: 687px; /* this overrides default style for this element */
}

div.input label {
	display: block;
	width: 59px;
	height: 17px;
	float: left;
	margin-top: 6px;
	margin-right: 12px;
	text-indent: -999em;
}

div.input.name label {background: url(img/label_name.png);}
div.input.email label {background: url(img/label_email.png);}
div.input.phone label {background: url(img/label_phone.png);}
div.input.enquiry label {background: url(img/label_enquiry.png);}

/* !Footer rules */
div.footer_row_1 {
	background: #59874a url(img/bg_footer_row_1.png);
	padding-top: 30px;
	padding-bottom: 30px;
	color: #D7E5D5;
	border-bottom: 1px solid #689a4d;
}

div.footer_col {
	width: 302px;
	float: left;
}

div.footer_col p {
	float: right;
	width: 172px;
}

div.footer_col.professional,
div.footer_col.experienced {
	margin-right: 37px;
}

div.footer_col h3 {
	height: 32px;
	text-indent: -999em;
	width: 302px;
	margin-bottom: 30px;
}

div.footer_col.professional h3 {
	background: url(img/h3_professional.png);
}

div.footer_col.experienced h3 {
	background: url(img/h3_experienced.png);
}

div.footer_col.considered h3 {
	background: url(img/h3_considered.png);
}

div.footer_row_2 {
	background: url(img/bg_footer_row_2.png);
	height: 82px;
}

div.footer_phone_container {
	padding-top: 31px;
	margin-right: 237px;
	float: left;
}

div.footer_phone {
	height: 24px;
	width: 166px;
	background: url(img/bg_footer_phone.png);
	text-indent: -999em;
}

div.footer_nav_container {
	padding-top: 35px;
	color: #71A150;
}

div.footer_nav_container a {
	text-transform: uppercase;
	color: #71A150;
	text-decoration: none;
}

div.footer_nav_container a:hover {
	color: #D7E5D5;
}

a.site_by {
	display: block;
	height: 25px;
	width: 95px;
	float: right;
	background: url(img/site_by_bbl.png);
	text-indent: -999em;
	margin-top: 30px;
}

a.site_by:hover {
	background-position: 0 -25px;
}



