* {
	margin:0;
	padding:0;
}
html {
	width:100%; 
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
    font-size: 12px;
	line-height:16px;
	width: 100%; 
	min-width:750px;
	background: #080806 url(images/body_bg.jpg) top center repeat-y;
}

a {
	color: #bab4a3; 
	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-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	font-weight: bold; 
	color: #463da2;
	height:25px;
}
 
h2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; 
	font-weight: bold; 
	color: #463da2;
}
	
fieldset {
	border: 0px solid transparent;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	vertical-align: middle;
}
.required {
	color:#F00;
}

img {
	border: none;
}

.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}

.hidden {
	display: none;
}

.hr {
	line-height: 2px;
	font-size: 1px;
	color:#f7a545;
	background-color:#f7a545;
	margin-top:15px;
	margin-bottom:15px;
}

.img_left {
	float: left;
	margin-right: 17px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.images {
	border: #bbb9b7 solid 1px;
	background: #bbb9b7;
}
.images_left {
	border: #bbb9b7 solid 4px;
	background: #bbb9b7;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	border: #bbb9b7 solid 4px;
	background: #bbb9b7;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.imagesmallname {
	color: #ffffff; 
	font-weight: normal;
}
.imagemediumname {
	color: #ffffff; 
	font-weight: bold;
}
.imagebigname {
	color: #ffffff; 
	font-weight: bold;
}
.imagepages {
	color: #ffffff; 
	font-weight: normal;
}
.imagepageselected {
	color: #d6caad; 
	font-weight: bold;
}
.imagepagesnav {
	color: #ffffff; 
	font-weight: normal;
}
.imagebignav {
	color: #ffffff; 
	font-weight: bold;
}
.sectionname {
	color: #ffffff; 
	font-weight: bold;
}
.sectionnameselected {
	color: #d6caad; 
	font-weight: bold;
}

 
/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width:100%;
	background: url(images/wrapper_bg.jpg) top center no-repeat;
}
	
	
/* Wrapper1
-----------------------------------------------------------------------------*/
#wrapper1 {
	width:750px; 
	position:relative; 
	left:50%; 
	margin-left:-375px;
}

/* Header
-----------------------------------------------------------------------------*/
#header { 
	background:url(images/header_bg.jpg) no-repeat; 
	overflow:hidden; 
	position:relative; 
	width:750px; 
	height:141px;
}
#header h1 {
	width:268px;
	height:75px; 
	left:174px; 
	top:22px;
	left:26px;
	position:relative; 
}		
#header h1 a {
	background: url(images/logotype.jpg) no-repeat; 
	position:absolute;
	height:75px;
	top: 0px; 
	width:100%;
}
		
#header h1 span { 
	display:block; 
	font-size:11px; 
	font-weight:normal;
	margin-top:65px; 
	color:#7e7b9d;
}
#header h2 { 
	position:absolute; 
	width:159px;
	left:324px;
	top:10px;
	color:#fff; 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:right; 
	padding-bottom:7px;
}
#header h3 { 
	position:absolute; 
	font-family:Arial, Helvetica, sans-serif;  
	width:220px; 
	top:31px;
	left:560px;
	font-size:18px; 
	font-weight:normal;
}
#header h3 span {
	font-size:12px;
}

#header h4 {
	width:222px;
	height:57px; 
	left:510px; 
	top:58px;
	position:absolute;
}
#header h4 span {
	margin-right:3px;
}	
#header h4 a { 
	position:relative; 
	bottom:12px;
}	
	
#header h4 span a.bbb {  
	bottom:0px;
}	


/* delimiter
-----------------------------------------------------------------------------*/
#delimiter { 
	background: url(images/delimiter_bg.gif) top repeat-x;
	height:5px;
	line-height:5px;
	font-size: 4px;
}

#delimiter1 { 
	background:url(images/delimiter1_bg.gif) top repeat-x;
	height:2px;
	line-height:2px;
	font-size: 1px; 
}

#delimiter4 { 
	background:url(images/delimiter4_bg.gif) bottom no-repeat;
	height:3px; 
}

/* Menu
-----------------------------------------------------------------------------*/
#menu ul { 
	margin:0px;
	padding:0px;
	background: url(images/menu_bg.gif) repeat-x;
	width:722px;
	color:#ffffff;    
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:37px;
	list-style: none;
	text-align:center;
	height:37px;
	padding-left: 28px;
}
#menu ul li {
	padding-right: 16px;
	float:left; 
}
#menu ul li.last {
	padding-right: 0px;
}
#menu ul a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#menu ul a:hover, a.menu_selected {
	color:#000 !important;
	text-decoration:none;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	background: url(images/middle_bg.jpg);
}

/* Middle1
-----------------------------------------------------------------------------*/
#middle1 {
	background: url(images/middle1_bg.jpg) bottom left no-repeat;
}

/* Middle2
-----------------------------------------------------------------------------*/
#middle2 {
	background: url(images/middle2_bg.jpg) bottom right no-repeat;
	width: 100%;
	height:auto !important;
}

/* Middle_left
-----------------------------------------------------------------------------*/


#middle_left {
	float: left;
	width: 217px;
}

/* form_side
-----------------------------------------------------------------------------*/
#form_side  {
	width: 202px;
	height: 224px;
	background: url(images/form_side_bg.jpg) no-repeat top;
	padding: 155px 0px 0px 15px;
}

#form_side label {
	float:left;
	padding: 3px 0px 3px 0px;
	text-align: right;
}

#form_side input {
	height: 16px;
	float: left;
}

#form_side #prj_type, #form_side #how {
	width: 185px;
}

#form_side #state, #form_side #location, #form_side #zip {
	width: 90px;
}

#form_side #label_location, #form_side #label_state {
	width: 87px;
	padding-right: 5px;
}

#form_side #zip {
	width: 50px;
}

#form_side #label_zip {
	width: 88px;
	padding-right: 6px;
}

#form_side #submit {
	width: 78px;
	height: 30px;
	padding-left: 50px;
}

/* delimiter2
-----------------------------------------------------------------------------*/
.delimiter2 { 
	background:url(images/delimiter2_bg.gif) top repeat-x;
	height:5px;
	line-height:5px;
	font-size:4px;
}
.delimiter5 { 
	background:url(images/delimiter02_bg.gif) top no-repeat;
	height:5px;
	line-height:5px;
	font-size:4px;
}

/* menuleft
-----------------------------------------------------------------------------*/
#menuleft { 
	background:url(images/menuleft_top_bg.jpg) top no-repeat;
	width: 217px;
}

#menuleft ul {
	padding-left: 53px;
	margin: 0px;
	list-style:none;
	list-style-image:none;
}

#menuleft ul li {
	background: url(images/menuleft_arrow.gif) 0px 3px no-repeat;
	height: 17px;
}

#menuleft ul a {
	display: block;
	color:#FFF;
	height:17px;
	line-height: 17px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: top;
}

#menuleft ul a:hover, a.menuleft_selected {
	color:#c5b794 !important;
	text-decoration: none;
}

#content {
	float: right; 
	width: 533px;
}

/* content_visualizer
-----------------------------------------------------------------------------*/
#content_visualizer {
	width: 100%;
	overflow: auto;
}

#content_visualizer div {  
	background:url(images/content_visualizer_bg.jpg) top repeat-x;
	height: 49px;
	padding-left: 19px;
}

#content_visualizer div a {
	padding-left: 33px;
	position: relative;
	top: 10px;
}
#content_visualizer span {
	float: left;
}

/* Menu - Home - button_dropdown
-----------------------------------------------------------------------------*/
#menu_dropdown {
	background:#52524b; 
	width:533px;
	height: 330px;
}
.menu_center {
	float: left;
}
.menu_center h1 {
	text-align: center; 
	color:#FFF;
	font-size: 16px; 
	font-weight:bold;
	line-height:18px;
}
.menu_center h1 div {
	display: none;
}

#menu_interloking {
	width: 267px;
	height: 166px;
}

#menu_interloking h1 {
	width: 237px;
	height: 86px; 
	padding:40px 15px 0px 15px;
	background: url(images/pic_interloking_photo.jpg) no-repeat;
}

#menu_synthetic_turf {
	width: 266px;
	height: 166px; 
}

#menu_synthetic_turf h1 {
	width: 266px;
	height: 126px;
}
#menu_synthetic_turf h1 div {
	width: 236px;
	height: 111px;
	padding:15px 15px 0px 15px;
	background: url(images/pic_synthetic_turf_photo.jpg) no-repeat;
}

#menu_outdoor_elements {
	width: 267px;
	height: 164px;
}
#menu_outdoor_elements h1{
	width: 267px;
	height: 125px;
	background: url(images/pic_outdoor_elements_photo.jpg) no-repeat;
}

#menu_pools_spa {
	width: 266px;
	height: 164px; 
}

#menu_pools_spa h1 {
	width: 266px;
	height: 125px;
}
#menu_pools_spa h1 div {
	width: 236px;
	height: 105px;
	padding:20px 15px 0px 15px;
	background: url(images/pic_pools_spa_photo.jpg) no-repeat;
}

#menu_pools_spa .dropdown {
	z-index: 999;
}

#menu_pools_spa_inside .dropdown {
	z-index: 999;
}

/* Menu - button_dropdown_inside
------------------------------------------------------*/
#menu_dropdown_inside {
	background:#52524b; 
	width:533px;
	height:79px;
	font-size:1px;
}
/* content_main
-----------------------------------------------------------------------------*/
#content_main {
	background: url(images/content_main_bg.jpg) top left no-repeat; 
	width: 471px;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding: 22px 31px 22px 31px;
}

/* content_main_inside
-----------------------------------------------------------------------------*/
#content_main_inside {
	background: url(images/content_main_bg.jpg) top left no-repeat; 
	min-height:500px;
	height:auto !important; 
	height:500px;
	padding: 22px 31px 22px 31px;
}

/* title
-----------------------------------------------------------------------------*/
#title {
	height: 39px;
}

/* Slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 230px;
	height: 217px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
}

/* delimiter3
-----------------------------------------------------------------------------*/
.delimiter3 { 
	background:url(images/delimiter3_bg.gif) repeat-x;
	height:3px;
	line-height:3px;
	font-size: 2px;
}
/* Bottom box
-----------------------------------------------------------------------------*/
#bottom_box {
	background:url(images/bottom_box_bg.jpg) top no-repeat;
    overflow: hidden;
	height:218px;
	padding:20px;  
}

/* Gallery box
-----------------------------------------------------------------------------*/
#gallery_box {
	float:left; 
	width:338px;
}
#gallery_box h1 { 
	height:34px;
}

#gallery_box a { 
	float:right;
	padding-top:11px;
}

/* Specials box
-----------------------------------------------------------------------------*/
#specials_box { 
	float:right; 
	width:328px;
}

#specials_box h1 { 
	height:47px;
}

#specials_box a { 
	float:right;
	padding-top:11px;
}
#specials_box h2 { 
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center; 
	height:39px;
}
#specials_box h3 { 
	color:#FFF;
	font-size:16px;
	text-align:center; 
	font-weight:normal; 
	padding-bottom:40px;
}

/*Gallery box inside
---------------------------------------------------------*/
#gallery_box_inside { 
	background:url(images/gallery1_box_bg.jpg) bottom no-repeat; 
	position: absolute;
	height:216px;
	padding:22px;
    top:74%;
	bottom:50px;
}
#gallery_box_inside a { 
	float:right;
	margin-top:11px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer { 
	position:relative;
	background:url(images/footer_bg.jpg) repeat-x;
	height:132px; 
}
#footer1 { 
	position: absolute !important;
	font-family: Arial, Helvetica, sans-serif;
	color:#969695; 
	font-size:11px;
	line-height:13px;
	width:700px; 
	margin: 25px 25px 0px 25px;
}
#footer1 b { 
	color:#e5e5e5
}

#footer1 div {
	color:#969695; 
	top: -40px;
	position:relative;
	text-align:right;
}
#footer1 a {
	color:#969695;
}

/* area_we_service
-----------------------------------------------------------------------------*/
#area_service {
	display:none;
}
.area_service_ul {
	padding-right:10px;
	padding-top:10px;
	vertical-align:top;
	line-height: 17px; 
	list-style:disc;
	float: left;
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width:150px;
	float:left;
}
#contact_form {
	width:300px;
	float:right;
}
#contact_form label {
	float: left;
	width: 140px;
}
#contact_form input {
	height:18px;
	width: 135px;
}
#contact_form #labelState {
	width: 50px;
}
#contact_form input#state {
	width: 50px;
	text-transform:uppercase;
}
#contact_form #labelHow {
	width: 280px;
}
#contact_form input#how {
	width: 280px;
	text-transform:uppercase;
}
#contact_form #labelCity {
	width: 135px;
}
#contact_form input#city {
	width: 135px;
	text-transform:uppercase;
}
#contact_form #labelProduct {
	width:135px;
}
#contact_form select#product {
	width: 135px;
	text-transform:uppercase;
}
#contact_form #labelLocation {
	width:120px;
}
#contact_form select#location {
	width: 120px;
	text-transform:uppercase;
}
#contact_form #labelZip {
	width: 80px;
}
#contact_form input#zip {
	width: 80px;
}
#contact_form input#address, #contact_form textarea {
	width: 270px;
}
#contact_form textarea {
	height:100px;
}

#scode_block {
	width: 260px;
	font-size:11px;
	line-height:13px;
	text-align: left;
}
#scode_block input#scode {
	width: 60px;
	text-transform:uppercase;
	text-align:center;
	height:18px;
}
#scode_block .submit {
	color: #ffffff;
	background-color:#424058;
	font-size:11px;
	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;
}
#request_form fieldset {
	border: 1px solid #fff;
	padding: 10px;
}
#request_form legend {
	font-weight: bold;
}
#request_form label {
	float: left;
	width: 205px;
}
#request_form input {
	width: 200px;
	height:18px;
}
#request_form select {
	width: 205px;
	height:22px;
}
#request_form #labelState {
	width: 45px;
}
#request_form input#state {
	width: 40px;
	text-transform:uppercase;
}
#request_form input#email, #request_form input#comp_address, #request_form textarea {
	width: 405px;
}
#request_form textarea {
	height:100px;
}
#request_form #scode_block {
	width: 400px;
}
/* Paver Faq
-------------------------------*/
#recent div { 
	position:relative;
	float:left;
	text-align:center;
}
#recent1 {
	float:left;
	width:200px;
	height:200px;
	padding-left:20px;
}
#recent2 {
	float:right;
	width:200px;
	height:200px;
	padding-left:20px;
}
/*------------Menu Hardscaping-----------------*/
.shapesContent {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000; 
	font-weight: normal;
}
.shapesContentSizes {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
    color: #000000; 
    font-weight: normal;
}
.shapesTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
    color: #000000; 
    font-weight: normal;
}


.imagebignav {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
    color: #fff; 
	font-weight: bold;
}
