* {
	margin:0;
	padding:0;
}
html {
	width:100%; 
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#282019;
    font-size:12px;
	line-height:17px;
	width: 100%; 
	min-width:900px;
	background: url(images/body_bg.jpg);
}

a {
	color: #e95e22; 
	text-decoration: none; 
	outline: none;
}
a:hover {
	text-decoration: underline;
}

ol {
	margin-left:25px;
}
ul {
	margin-left:15px;
}
p {
	margin: 0 0 18px
}

h1 {
    font-size: 18px;
	line-height: 21px;
	font-weight: bold; 
	color: #b3391d;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
 
h2 {
    font-size: 16px; 
	line-height: 19px;
	font-weight: bold; 
	color: #b3391d;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

h3 {
    font-size: 14px; 
	line-height: 17px;
	font-weight: bold; 
	color: #fdd48d;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
.delimiter {
	line-height:1px;
	height:1px;
	font-size:1px;
	background:url(images/hr_bg.gif) top repeat-x; 
	margin-top:20px; 
	margin-bottom:15px;
}
	
fieldset {
	border: 0px solid transparent;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	vertical-align: middle;
}
.required {
	color:#e52f04;
}

img {
	border: none;
}

.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}

.hidden {
	display: none;
}

.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.images {
	border: #59391d solid 2px;
	background: #59391d;
}
.images_left {
	border: #59391d solid 2px;
	background: #59391d;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	border: #59391d solid 2px;
	background: #59391d;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.imagesmallname {
	color: #282019; 
	font-weight: normal;
}
.imagemediumname {
	color: #282019; 
	font-weight: bold;
}
.imagebigname {
	color: #282019; 
	font-weight: bold;
}
.imagepages {
	color: #282019;
	font-size:13px;  
	font-weight: normal;
}
.imagepageselected {
	color: #7f2712;
	font-size:13px; 
	font-weight: bold;
}
.imagepagesnav {
	color: #282019; 
	font-weight: normal;
}
.imagebignav {
	color: #282019; 
	font-weight: bold;
}
.sectionname {
	color: #282019;
	font-size:13px;  
	font-weight: bold;
}
.sectionnameselected {
	color: #7f2712;
	font-size:13px;  
	font-weight: bold;
}
	
/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width:100%; 
	background: url(images/wrapper_bg.jpg);
}

/* Wrapper1
-----------------------------------------------------------------------------*/
#wrapper1 {
	width:100%; 
	background: url(images/wrapper1_bg.jpg) top repeat-x;
}
#wrapper1_inside {
	width:100%; 
	background: url(images/wrapper1_inside_bg.jpg) top repeat-x;
}
 
/* Wrapper2
-----------------------------------------------------------------------------*/
#wrapper2 {
	width:100%; 
	background: url(images/wrapper2_bg.jpg) top no-repeat;
}
#wrapper2_inside {
	width:100%; 
	background: url(images/wrapper2_inside_bg.jpg) top no-repeat;
}
/* Wrapper3
-----------------------------------------------------------------------------*/
#wrapper3 {	
	width:100%; 
	background: url(images/wrapper3_bg.jpg) bottom repeat-x;
}

/* Wrapper4
-----------------------------------------------------------------------------*/
#wrapper4 {	
	width:900px; 
	position:relative; 
	left:50%; 
	margin-left:-450px;
}

/* Header
-----------------------------------------------------------------------------*/
#header { 
	background:url(images/header_bg.jpg) top no-repeat; 
	overflow:hidden;
	width:900px;
    position:relative;
	height:276px;
}
#header h1 {
	width:251px;
	height:234px;
	top: 15px;  
	left:0px; 
	color:#604f45;
	position:relative;
}		
#header h1 a {
	background: url(images/logo.jpg) no-repeat; 
	position:absolute;
	height:234px;
	top: 0px; 
	width:100%;
}
#header h2 {
	width:335px;
	height:71px;
	top: 60px;  
	left:319px; 
	color:#604f45;
	position:absolute;
}		
#header h2 span {
	background: url(images/slogan.jpg) no-repeat; 
	position:absolute;
	width:100%;
	height:71px;
	top: 0px;
}
#header h3 { 
	position:absolute;
	width:153px;   
	top:49px;
	left:747px; 
	font-weight: bold;
	font-size: 14px; 
	text-align:right;
	color:#FFF;
}
#header h3 span {
	font-size: 24px;
	font-weight: bold;
	color:#FFF;
}	
#header h4 {
	background: url(images/star_bg.jpg) right no-repeat;
	position:absolute;
	width:153px;
	height:154px;
	left:745px;
	top:95px; 
	text-align:center;
}
#header h4 span { 
	display:block;
	color:#FFF;
	font-size:12px;
	line-height:12px; 
	padding-top:28px; 
	font-weight: bold;
}

#header h4 span.text_star { 
	font-size:11px;
	line-height:11px; 
	color:#f1e3b8; 
	padding:7px; 
	font-weight:normal;
}

/* Header Inside
-----------------------------------------------------------------------------*/
#header_inside { 
	background:url(images/header_inside_bg.jpg) top no-repeat; 
	overflow:hidden;
	width:900px;
    position:relative;
	height:297px;
}
#header_inside h1 {
	width:251px;
	height:234px;
	top: 15px;  
	left:0px; 
	color:#604f45;
	position:relative;
}		
#header_inside h1 a {
	background: url(images/logo.jpg) no-repeat; 
	position:absolute;
	height:234px;
	top: 0px; 
	width:100%;
}
#header_inside h2 {
	width:335px;
	height:71px;
	top: 60px;  
	left:319px; 
	color:#604f45;
	position:absolute;
}		
#header_inside h2 span {
	background: url(images/slogan.jpg) no-repeat; 
	position:absolute;
	width:100%;
	height:71px;
	top: 0px;
}
#header_inside h3 { 
	position:absolute;
	width:153px;   
	top:49px;
	left:747px; 
	font-weight: bold;
	font-size: 14px; 
	text-align:right;
	color:#FFF;
}
#header_inside h3 span {
	font-size: 24px;
	font-weight: bold;
	color:#FFF;
}	
#header_inside h4 {
	background: url(images/star_inside_bg.jpg) right no-repeat;
	position:absolute;
	width:153px;
	height:159px;
	left:745px;
	top:95px; 
	text-align:center;
}
#header_inside h4 span { 
	display:block;
	color:#FFF;
	font-size:12px;
	line-height:12px; 
	padding-top:28px; 
	font-weight: bold;
}

#header_inside h4 span.text_star { 
	font-size:11px;
	line-height:11px; 
	color:#f1e3b8; 
	padding:7px; 
	font-weight:normal;
}
	
#header_inside h5 {
	position: relative;
	width:188px;
	height:26px;
	left:675px;
	top:27px;
}
#header_inside h5 span { 
	background: url(images/title_welcome_inside.gif) top left no-repeat;
	position:absolute;
	height:22px;
	top: 0px;
	width:188px;
}

/* Header1
-----------------------------------------------------------------------------*/
#header1 { 
	overflow:hidden;
	background:url(images/header1_bg.jpg) top no-repeat; 
	width:900px;
	height: 391px; 
}

/* Slideshow
-----------------------------------------------------------------------------*/
#slideshow { 
	float:left; 
	width: 644px;
	height: 391px; 
}

/* Box Welcome
-----------------------------------------------------------------------------*/
#box_welcome { 
	float: right; 
	width: 256px;
	background:#8e7e60 url(images/box_welcome_bg.jpg) top right no-repeat;
}
#box_welcome1 {
	background: url(images/box_welcome1_bg.jpg) bottom no-repeat;
	margin:0px; 
	padding:0px 0px 44px 0px;
	height:auto !important;
}
	
#box_welcome1 h1 {
	width:187px;
	height:55px;
	margin-top:55px;
	left:33px;
	position:relative; 
}		
#box_welcome1 h1 span {
	background: url(images/title_welcome.gif) top left no-repeat; 
	position:absolute;
	height:22px;
	top: 0px; 
	width:100%; 
}
	
#box_welcome_text{ 
	color:#fefae7; 
	font-size:14px; 
	font-weight:bold;
	line-height:21px;
	padding:0px;
	margin:0px 34px 0px 33px;
}

/* Shadow
-----------------------------------------------------------------------------*/
#shadow { 
	background:url(images/shadow_bg.jpg) top no-repeat;
	overflow:hidden; 
	width: 900px;
	height: 30px; 
}

/* Middle
-----------------------------------------------------------------------------*/
#middle { 
	background:url(images/middle_bg.jpg); 
	width: 900px;
}

/* Middle1
-----------------------------------------------------------------------------*/
#middle1 { 
	background:url(images/middle1_bg.jpg) top no-repeat; 
	width: 900px;
	padding:0px;
	margin:0px;
	min-height:318px; 
	height:auto !important; 
	height:318px; 
}
#middle1_inside { 
	background:url(images/middle1_inside_bg.jpg) top no-repeat; 
	width: 900px;
	padding:0px;
	margin:0px;
	min-height:318px; 
	height:auto !important; 
	height:318px; 
}

/* Side
-----------------------------------------------------------------------------*/
#side {
	float:left;
	width:210px;
	padding-bottom:22px;
}

/* MenuLeft
-----------------------------------------------------------------------------*/
#menuleft { 
	background: #96886c url(images/menuleft_bg.jpg) top no-repeat;
	float:left;
	width:210px;
}	
#menuleft h1 {
	width:157px;
	height:24px;
	top: 33px; 
	left:27px; 
	color:#44342b;
	font-size:16px;
	position:relative;
}		
#menuleft h1 span {
	background: url(images/title_navigation.jpg) top left no-repeat; 
	position:absolute;
	height:24px;
	top: 0px; 
	width:100%;
}

#menuleft ul  { 
	background: url(images/menuleft_bottom_bg.jpg) bottom left no-repeat;
	padding:0px 0px 75px 27px;
	margin:43px 0px 0px 0px;
	list-style: none;
}
#menuleft ul li {
	background:url(images/delimiter_menuleft.gif) bottom left no-repeat;
	font-weight:bold;
	font-size:14px;
}
#menuleft li { 
	line-height:1px;
	font-size:1px;
	padding-bottom:1px;
}
#menuleft li a { 
	background:url(images/menuleft_arrow.gif) 150px 9px no-repeat;	
	width:157px; 
	display:block; 
	color:#fff;
	height:32px;
	line-height:31px;
}
#menuleft ul a:hover, a.menuleft_selected { 
	background:url(images/menuleft_button_on.gif) no-repeat;
	text-decoration:none;
	color:#FFF !important;
}
#menuleft li.last {
	background: none; 
}

a#menuleft_home:hover, a.menuleft_home_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_about:hover, a.menuleft_about_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_portfolio:hover, a.menuleft_portfolio_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_pavers:hover, a.menuleft_pavers_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_decorative_concrete:hover, a.menuleft_decorative_concrete_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_stone_veneer:hover, a.menuleft_stone_veneer_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_cmu_block:hover, a.menuleft_cmu_block_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_water_features:hover, a.menuleft_water_features_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_patio_covers:hover, a.menuleft_patio_covers_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_links:hover, a.menuleft_links_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_request:hover, a.menuleft_request_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_contact:hover, a.menuleft_contact_selected {
	background: url(images/menuleft_button_on.gif) no-repeat !important;
}
a#menuleft_driveways_ppd, a#menuleft_artificial_rocks_boulders, a#menuleft_outdoor_kitchens_bbqs { 
	padding-top:5px !important; 
	height:40px !important;
	line-height:17px !important;
}
a#menuleft_driveways_ppd:hover, a.menuleft_driveways_ppd_selected {
	background: url(images/menuleft_button1_on.gif) no-repeat !important;
}
a#menuleft_artificial_rocks_boulders:hover, a.menuleft_artificial_rocks_boulders_selected {
	background: url(images/menuleft_button1_on.gif) no-repeat !important;
}
a#menuleft_outdoor_kitchens_bbqs:hover, a.menuleft_outdoor_kitchens_bbqs_selected {
	background: url(images/menuleft_button1_on.gif) no-repeat !important;
}

/* Main
-----------------------------------------------------------------------------*/
#main { 
    float:right;
	width:644px;
	padding-bottom:22px;
}

/* Content
-----------------------------------------------------------------------------*/
#content { 
    float:right;
	width:644px;
	height:auto !important;
	padding:58px 0px 0px 0px;
	margin:0px;
}
/* Content Title
-----------------------------------------------------------------------------*/
.content_title{ 
	overflow:hidden;
	width:100%;
	top:0px;
	font-size:16px; 
	position:relative;
}	
.content_title h1 {
	height:50px;
	top:0px; 
	color:#44342b;
	position: relative;
}		
.content_title h1 span {
	background: url(images/title_home_about.jpg) no-repeat; 
	position:absolute;
	height:30px;
	top: 0px; 
	width:100%; 
}
#content .text {
	padding:57px 0px 26px 0px;
	margin:0px;
	height:auto !important; 
}

/* Box portfolio
-----------------------------------------------------------------------------*/
#box_portfolio { 
	background:url(images/box_portfolio_bg.jpg) 0px 24px no-repeat; 
	overflow:hidden;
	width:644px;
	height:300px; 
	padding:24px 0px 0px 0px;
	margin:0px;
}
#box_portfolio h1 {
	height:46px; 
	top:25px;
	left:26px; 
	color:#44342b;
	font-size:16px; 
	position:relative;
}		
#box_portfolio h1 span {
	background: url(images/title_home_portfolio.jpg) no-repeat; 
	position:absolute;
	height:24px;
	top: 0px; 
	width:100%; 
}

#box_portfolio ul  { 
	height:147px; 
	padding:22px 0px 3px 16px;
	margin:0px;
}
#box_portfolio ul li { 
	float:left;
	list-style: none;
}
#box_portfolio li { 
	padding-left:10px;
	line-height:1px;
	font-size:1px;
	text-align:right;
}
#box_portfolio li.last {
	background: none; 
}

#box_portfolio div { 
	padding-right:25px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer { 
	font-family:Arial, Helvetica, sans-serif; 
	overflow:hidden; 
	width:852px;
	color: #dbd4cf;
	font-size: 11px;
	line-height: 12px;
	padding: 48px 24px 0px 24px;
	height: 117px;
	position: relative;
}
#footer1 div {
	top: 48px;
	left: 580px;
	width: 300px;
	position: absolute;
	text-align: right;
} 

#footer1 a {
	color: #dbd4cf;
}
#footer1 b { 
	font-weight:bold;
	color: #ffffff;
}

#footer1 strong { 
	font-weight:bold;
	color: #ffa144;
}

/* area_we_service
-----------------------------------------------------------------------------*/
#area_service {
	display:none;
	text-align:left;
}
.area_service {
	color:#0CF;
}
.area_service_ul{
	padding-right:20px;
	padding-top:10px;
	margin-left:15px; 
	vertical-align:top;
	line-height: 17px;
	list-style:disc;   
	float: left;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 240px;
	float:left;
}
#contact_form {
	width: 380px;
	float:right;
}
#contact_form label {
	float: left;
	width: 190px;
}
#contact_form input {
	height:18px;
	width: 184px;
}
#contact_form #labelState {
	width: 60px;
}
#contact_form input#state {
	width: 54px;
	text-transform:uppercase;
}
#contact_form #labelZip {
	width: 130px;
}
#contact_form input#zip {
	width: 125px;
}
#contact_form input#address, #contact_form textarea {
	width: 376px;
}
#contact_form textarea {
	height:100px;
}

#scode_block {
	width: 376px;
	font-size:14px;
	line-height:16px;
	text-align: left;
}
#scode_block input#scode {
	width: 60px;
	text-transform:uppercase;
	text-align:center;
	height:18px;
}
#scode_block .submit {
	color: #ffffff;
	background-color:#b4391c;
	font-size:12px;
	font-weight: bold;
	width:80px;
	height:22px;
}
#scode_block div {
	width: 250px;
	position:relative;
	left:50%;
	margin-left: -125px;
}
#scode_block span {
	float: left;
	padding: 0px 2px 0px 2px;
}

/* Request
-----------------------------------------------------------------------------*/
#request_form {
	width: 435px; 
	margin-left:100px;
}
#request_form fieldset {
	border: 1px solid #fff;
	padding: 10px;
}
#request_form legend {
	font-weight: bold;
	padding-bottom:5px;
}
#request_form label {
	float: left;
	width: 205px;
}
#request_form input {
	width: 200px;
	height:18px;
}
#request_form select {
	width: 205px;
	height:22px;
}
#request_form input#email, #request_form input#comp_address, #request_form textarea {
	width: 405px;
}
#request_form textarea {
	height:100px;
}
#request_form #checkbox {
	float:right; 
	width:100%;
}

#request_form .checkbox {
	float:left; 
	width:10%;
	margin-right:20px;
	margin:0px; 
	padding:0px;
}
	
#request_form #scode_block {
	width: 400px;
}

/* Inside page titles
-----------------------------------------------------------------------------*/

#title_about {
	background: url(images/title_about.jpg) left top no-repeat; 
}
#title_contact {
	background: url(images/title_contact.jpg) left top no-repeat; 
}
#title_portfolio {
	background: url(images/title_portfolio.jpg) left top no-repeat; 
}
#title_pavers {
	background: url(images/title_pavers.jpg) left top no-repeat; 
}
#title_retaining_walls {
	background: url(images/title_retaining_walls.jpg) left top no-repeat; 
}
#title_decorative_concrete {
	background: url(images/title_decorative_concrete.jpg) left top no-repeat; 
}
#title_driveways-ppd {
	background: url(images/title_driveways-ppd.jpg) left top no-repeat; 
}
#title_driveways_ppd {
	background: url(images/title_driveways_ppd.jpg) left top no-repeat; 
}
#title_stone_veneer {
	background: url(images/title_stone_veneer.jpg) left top no-repeat; 
}
#title_cmu_block {
	background: url(images/title_cmu_block.jpg) left top no-repeat; 
}
#title_artificial_rocks_boulders {
	background: url(images/title_artificial_rocks_boulders.jpg) left top no-repeat; 
}
#title_outdoor_kitchens_bbqs {
	background: url(images/title_outdoor_kitchens_bbqs.jpg) left top no-repeat; 
}
#title_water_features {
	background: url(images/title_water_features.jpg) left top no-repeat; 
}
#title_patio_covers {
	background: url(images/title_patio_covers.jpg) left top no-repeat; 
}
#title_links {
	background: url(images/title_links.jpg) left top no-repeat; 
}
#title_request {
	background: url(images/title_request.jpg) left top no-repeat; 
}
#title_catalogs {
	background: url(images/title_catalogs.jpg) left top no-repeat; 
}
#title_colors {
	background: url(images/title_colors.jpg) left top no-repeat; 
}
#title_patterns {
	background: url(images/title_patterns.jpg) left top no-repeat; 
}
#title_specifications {
	background: url(images/title_specifications.jpg) left top no-repeat; 
}
#title_install_pavers{
	background: url(images/title_install_pavers.jpg) left top no-repeat; 
}
#title_faq {
	background: url(images/title_faq.jpg) left top no-repeat; 
}
#title_privacy {
	background: url(images/title_privacy.jpg) left top no-repeat; 
}
#title_legal {
	background: url(images/title_legal.jpg) left top no-repeat; 
}
#title_sitemap {
	background: url(images/title_sitemap.jpg) left top no-repeat; 
}
#title_404 {
	background: url(images/title_404.jpg) left top no-repeat; 
}
#title_special {
	background: url(images/title_special.jpg) left top no-repeat; 
}

/* Paver Faq
-------------------------------*/
.faq_question {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #5e300f; 
	text-decoration: none; 
	font-weight: bold;
}
.faq_answer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #282019; 
	text-decoration: none; 
	font-weight: normal;
}
