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

a {
border: 0;
color: #cade62;
text-decoration:underline;
font-weight:bold;
}

img {
border: 0;
}

body {
	margin: 0 0 0 0;
	background-image: url(img/bg_x.jpg);
	background-position:top;
	background-repeat: repeat-x;
}

#container {
	width: 980px;
	margin: auto;
	padding-top: 11px;
}

#navigation {
	width:307px;
	height: 34px;
	float:right;
}

#logo {
	width: 300px;
	float:left;
	margin-top: 25px;
}

#header {
	width: 100%;
	height: 90px;
}

#canvas_top {
	width: 100%;
	height: 10px;
	background-image:url(img/canvas_top.jpg);
}

#canvas_bottom {
	width: 100%;
	height: 370px;
	background-image:url(img/canvas_bottom.jpg);
}
#buttons {
	padding-left: 12px;
}



/* TEXT SECTIONS */

#text_about_us {
	padding-top:6px;
	padding-left: 32px;
	width: 375px;
	height: 354px;
}

#text_testimonials {
	padding-top:6px;
	padding-left: 32px;
	width: 900px;
	height: 354px;
}

#text_custom {
	padding-top:6px;
	padding-left: 32px;
	width: 225px;
	height: 354px;
}

#text_contact {
	padding-top:6px;
	padding-left: 32px;
	width: 400px;
	height: 354px;
}

#text_contact_form {
	padding-top:30px;
	padding-left: 30px;
	width: 400px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
	line-height: 25px;
}

/* FORM */

input
{
color: #000000;
background: #FFFFFF;
border: 0px solid #000000
}



/* MAIN SECTIONS */

#main_home_left {
	margin-left: 13px;
	float: left;
	width: 280px;
	height: 354px;
	background-image:url(img/home_bg.jpg);
}

#main_home_right {
	margin-right: 13px;
	float: right;
	width: 674px;
	height: 354px;
}

#main_about_us {
	margin: auto;
	width: 955px;
	height: 354px;
	background-image:url(img/about_us_bg.jpg);
}

#main_testimonials {
	margin: auto;
	width: 955px;
	height: 354px;
	background-image:url(img/testimonials_bg.jpg);
}

#main_contact_left {
	margin-left: 13px;
	float: left;
	width: 504px;
	height: 354px;
	background-image:url(img/contact_left.jpg);
}

#main_contact_right {
	margin-right: 13px;
	float: right;
	width: 450px;
	height: 354px;
	background-image:url(img/contact_right.jpg);
}

#main_custom_left {
	margin-left: 13px;
	float: left;
	width: 260px;
	height: 354px;
	background-image:url(img/custom_left.jpg);
}

#main_custom_right {
	margin-right: 13px;
	float: right;
	width: 694px;
	height: 354px;
}

#main_wood_left {
	margin-left: 13px;
	float: left;
	width: 260px;
	height: 354px;
	background-image:url(img/wood_left.jpg);
}

#main_wood_right {
	margin-right: 13px;
	float: right;
	width: 694px;
	height: 354px;
}

#main_flagstone_left {
	margin-left: 13px;
	float: left;
	width: 260px;
	height: 354px;
	background-image:url(img/flagstone_left.jpg);
}

#main_flagstone_right {
	margin-right: 13px;
	float: right;
	width: 694px;
	height: 354px;
}

#main_concrete_left {
	margin-left: 13px;
	float: left;
	width: 260px;
	height: 354px;
	background-image:url(img/concrete_left.jpg);
}

#main_concrete_right {
	margin-right: 13px;
	float: right;
	width: 694px;
	height: 354px;
}

/* HOMEPAGE SECTION */

.body_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 14px;
}

.body_text_home {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 15px;
}

.body_text_ph {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	line-height: 0px;
}

.body_text_testimonials {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 16px;
}

.signature_line {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	line-height: 0px;
	padding-bottom: 14px;
}

.section {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight: normal;
	padding-bottom: 6px;
}

.section_t {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight: normal;
	padding-bottom: 10px;
}

.page_section {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}

.galleries {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#3e3e37;
	font-weight: normal;
	padding-bottom:10px;
}


	
/* NAVIGATION BUTTONS */

.home_button {
	width: 69px;
	height: 34px;
	float:left;
}

.home_button a {
	display: block;
	width: 69px;
	height: 34px;
	background: url(img/button_home.jpg) no-repeat top left;
}

.home_button a:hover {
	background-position: bottom left;
}

.about_button {
	width: 69px;
	height: 34px;
	float:left;
}

.about_button a {
	display: block;
	width: 69px;
	height: 34px;
	background: url(img/button_about.jpg) no-repeat top left;
}

.about_button a:hover {
	background-position: bottom left;
}

.testimonials_button {
	width: 100px;
	height: 34px;
	float:left;
}

.testimonials_button a {
	display: block;
	width: 100px;
	height: 34px;
	background: url(img/button_testimonials.jpg) no-repeat top left;
}

.testimonials_button a:hover {
	background-position: bottom left;
}

.contact_button {
	width: 69px;
	height: 34px;
	float:left;
}

.contact_button a {
	display: block;
	width: 69px;
	height: 34px;
	background: url(img/button_contact.jpg) no-repeat top left;
}

.contact_button a:hover {
	background-position: bottom left;
}

