* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #48442e;
	line-height: 19px;
	width: 100%;
	min-width: 900px;
	background: #686157 url(images/body_bg.jpg);
}
a {
	color: #dc6f04;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin-left:25px;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
h1 {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #5c361a;
	padding: 0px 0px 5px 0px;
}
 
h2 {
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	color: #000;
	padding: 0px 0px 5px 0px;
}
h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color:#5c361a;
	padding: 0px 0px 5px 0px;
}
.h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color:#5c361a;
}
.ul_columns ul {
	float: left;
	margin:0px;
	padding-left:25px;
	padding-right:10px;
}


fieldset {
	border: 0px solid transparent;
}
input, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
input {
	vertical-align: middle;
}

.required {
	color:#F00;
}

.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}

.hidden {
	display: none;
}

.hr {
	line-height:1px;
	height:1px;
	font-size:1px;
	background:url(images/hr_bg.gif) top repeat-x;
}

.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.images {
	border: #ffffff solid 4px;
	background: #3b3b3b;
}
.images_left {
	border: #ffffff solid 4px;
	background: #3b3b3b;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	border: #ffffff solid 4px;
	background: #3b3b3b;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.imagesmallname {
	color: #48442e; 
	font-weight: normal;
}
.imagemediumname {
	color: #48442e; 
	font-weight: bold;
}
.imagebigname {
	color: #48442e; 
	font-weight: bold;
}
.imagepages {
	color: #48442e; 
	font-weight: normal;
}
.imagepageselected {
	color: #dc6f04; 
	font-weight: bold;
}
.imagepagesnav {
	color: #48442e; 
	font-weight: normal;
}
.imagebignav {
	color: #000; 
	font-weight: bold;
}
.sectionname {
	color: #48442e; 
	font-weight: bold;
}
.sectionnameselected {
	color: #dc6f04; 
	font-weight: bold;
}

/* area_we_service
-----------------------------------------------------------------------------*/
#area_service {
	display:none;
}
.area_service_ul {
	padding-right:20px;
	padding-top:10px;
	vertical-align:top;
	line-height: 17px;
	float: left;
}

/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	background: url(images/wrapper_bg.jpg) #d9d3cd;
}

/* Wrapper1
-----------------------------------------------------------------------------*/
#wrapper1 {
	width: 100%;
	background: url(images/wrapper1_bg.jpg) center top repeat-x;
}

#wrapper1_inside {
	width: 100%;
	background: url(images/wrapper1_inside_bg.jpg) center top repeat-x;
}

/* Wrapper2
-----------------------------------------------------------------------------*/
#wrapper2 {
	width: 100%;
	background: url(images/wrapper2_bg.jpg) center top no-repeat;
}

#wrapper2_inside {
	width: 100%;
	background: url(images/wrapper2_inside_bg.jpg) center top no-repeat;
}

/* Wrapper3
-----------------------------------------------------------------------------*/
#wrapper3 {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 900px;
	height: 181px;
	background: url(images/header_bg.gif);
	position: relative;
	left: 0px;
	top: 0px;
}
#header h1 {
	width: 297px;
	height: 125px;
	color:#fff;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 29px;
	left: 0px;
	font-size: 18px;
	line-height: 21px;
}
#header h1 a {
	background: url(images/logo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#header h2 {
	width: 437px;
	height: 37px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 112px;
	left: 450px;
	font-size: 18px;
	line-height: 21px;
}
#header h2 span {
	background: url(images/slogan.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#header h3 {
	width: 230px;
	font-size: 18px;
	line-height: 21px;
	position: absolute;
	left: 660px;
	top: 37px;
	text-align: right;
	color: #514d44;
}
#header h3 a {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
}
#header h3 a:hover {
	text-decoration: none;
}


/* Menu
-----------------------------------------------------------------------------*/
#menu {
	width: 100%;
	height: 47px;
}
#menu ul {
	width: 100%;
	height: 47px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	background: url(images/menu_bg.gif);
}
#menu ul li {
	width: 150px;
	height: 47px;
	background: url(images/menu_li_bg.gif) right no-repeat;
	line-height: 1px;
	font-size: 1px;
	float: left;
}
#menu ul li.last {
	background: none;
}
#menu a {
	display: block;
	width: 150px;
	height: 47px;
	vertical-align: middle;
	text-align: center;
	line-height: 47px;
	color: #bcb8b3;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	background: url(images/menu_bg_on.gif);
	text-decoration: none;
}
a.menu_selected {
	color: #fff !important;
	background: url(images/menu_bg_on.gif) !important;
	text-decoration: none !important;
}

/* Header1
-----------------------------------------------------------------------------*/
#header1 {
	width: 100%;
	height: 368px;
	padding-top: 37px;
	background:url(images/header1_bg.jpg) top left repeat-x;
	position: relative;
}

#header1_text {
	width: 310px;
	float: left;
	font-size: 15px;
	color: #fff;
	padding-top: 7px;
	font-weight: normal;
}

/* Header1_inside
-----------------------------------------------------------------------------*/
#header1_inside {
	width: 100%;
	height: 208px;
	padding-top: 37px;
	background:url(images/header1_bg.jpg) top left repeat-x;
	position: relative;
}

/* Slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 555px;
	height: 368px;
	float: right;
	background: url(images/slideshow_bg.jpg) left bottom no-repeat;
}
#slideshow img {
	display: none;
}
#slideshow img.first {
	display: block;
}

#slideshow_inside {
	width: 555px;
	height: 208px;
	float: right;
	background: url(images/slideshow_inside_bg.jpg) left bottom no-repeat;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	overflow: hidden;
}

/* Side
-----------------------------------------------------------------------------*/
#side {
	width: 191px;
	float: left;
	padding: 0px 38px 30px 0px;
}

/* Menuside
-----------------------------------------------------------------------------*/
#menuside {
	width: 191px;
	padding: 0px 2px 0px 2px;
	background: url(images/menuside_bg.gif) top left no-repeat;
}
#menuside ul {
	width: 187px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	border-bottom: 2px solid #9f6935;
}
#menuside ul li {
	width: 187px;
	line-height: 1px;
	font-size: 1px;
	background: #bf7c39 url(images/menuside_li_bg.gif) top repeat-x;
}
#menuside a {
	display: block;
	width: 143px;
    min-height: 20px;
    height: auto !important;
    height: 20px;	
	line-height: 18px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	padding: 12px 24px 4px 20px;
	background: url(images/menuside_arrow.gif) no-repeat 168px 16px;
}
#menuside a:hover {
	color: #ffcd86;
	text-decoration: none;
}
a.menuside_selected {
	color: #ffcd86 !important;
	text-decoration: none !important;
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width: 667px;
	float: left;
	padding: 32px 0px 30px 0px;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	display: block;
	float: left;
	height: 20px;
	background: url(images/title_bg.gif) left 20px repeat-x;
	padding-bottom: 20px;
}
.content_title h1 {
	height: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #584d34;
	font-family: "Courier New", Courier, monospace;
	font-size: 21px;
	line-height: 21px;
	vertical-align: top;
}
.content_title h1 span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}


/* portfolio
-----------------------------------------------------------------------------*/
#portfolio {
	width: 100%;
	background: url(images/portfolio_bg.jpg) #676056;
	border-top: 3px solid #756f66;
}

#portfolio1 {
	width: 100%;
	background: url(images/portfolio1_bg.jpg) center top no-repeat;
    min-height: 270px;
    height: auto !important;
    height: 270px;	
	padding-top: 28px;
}

#portfolio2 {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

#portfolio span {
	width: 219px;
	height: 158px;
	display: block;
	float: left;
	padding-right: 8px;
	padding-bottom: 10px;
}

#portfolio span.last {
	padding-right: 0px;
}


/* boxes_home
-----------------------------------------------------------------------------*/
#boxes_home {
	width: 100%;
	background: url(images/boxes_home_bg.jpg) #94785c;
	color: #fff;
}

#boxes_home1 {
	width: 100%;
	background: url(images/boxes_home1_bg.jpg) center top repeat-x;
}

#boxes_home2 {
	width: 100%;
	background: url(images/boxes_home2_bg.jpg) center top no-repeat;
	padding-top: 31px;
}

#boxes_home3 {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

#boxes_home span {
	width: 287px;
	display: block;
	float: left;
	padding-right: 19px;
	padding-bottom: 25px;
}

#boxes_home span.last {
	padding-right: 0px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 155px;
	background: url(images/footer_bg.jpg) left top repeat-x;
}

/* Footer1
-----------------------------------------------------------------------------*/
#footer1 {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

/* Footer2
-----------------------------------------------------------------------------*/
#footer2 {
	color: #aba69d;
	font-size: 13px;
	line-height: 16px;
	padding: 40px 0px 0px 0px;
}

#footer2 div {
	top: 55px;
	left: 600px;
	width: 300px;
	position: absolute;
	text-align: right;
}
#footer2 a {
	color:#aba69d;
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 350px;
	float: left;
}
#contact_form label {
	float: left;
	width: 170px;
}
#contact_form input {
	width: 170px;
	height:18px;
}
#contact_form input#state {
	width: 60px;
	text-transform:uppercase;
}
#contact_form #labelState {
	width: 60px;
}
#contact_form input#zip {
	width: 108px;
}
#contact_form #labelZip {
	width: 108px;
}
#contact_form input#address {
	width: 342px;
}
#contact_form textarea {
	width: 342px;
	height:100px;
}

#scode_block {
	width: 350px;
	font-size:11px;
	line-height:13px;
}
#scode_block input#scode {
	width: 60px;
	text-transform:uppercase;
	text-align:center;
	height:18px;
}
#scode_block .submit {
	color: #ffffff;
	background-color:#000000;
	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;
}


/* Inside page titles
-----------------------------------------------------------------------------*/
#title_home {
	width: 403px;
	background: url(images/title_home.gif) left 2px no-repeat; 
}
#title_about {
	width: 125px;
	background: url(images/title_about.gif) left 2px no-repeat; 
}
#title_404 {
	width: 221px;
	background: url(images/title_404.gif) left 2px no-repeat; 
}
#title_staff {
	width: 139px;
	background: url(images/title_staff.gif) left 2px no-repeat; 
}
#title_portfolio {
	width: 144px;
	background: url(images/title_portfolio.gif) left 2px no-repeat; 
}
#title_locations {
	width: 191px;
	background: url(images/title_locations.gif) left 2px no-repeat; 
}
#title_contact {
	width: 155px;
	background: url(images/title_contact.gif) left 2px no-repeat; 
}
#title_privacy {
	width: 207px;
	background: url(images/title_privacy.gif) left 2px no-repeat; 
}
#title_legal {
	width: 186px;
	background: url(images/title_legal.gif) left 2px no-repeat; 
}
#title_sitemap {
	width: 120px;
	background: url(images/title_sitemap.gif) left 2px no-repeat; 
}
#title_mulches {
	width: 124px;
	background: url(images/title_mulches.gif) left 2px no-repeat; 
}
#title_topsoil {
	width: 108px;
	background: url(images/title_topsoil.gif) left 2px no-repeat; 
}
#title_stone {
	width: 84px;
	background: url(images/title_stone.gif) left 2px no-repeat; 
}
#title_sand {
	width: 205px;
	background: url(images/title_sand.gif) left 2px no-repeat; 
}
#title_aggregates {
	width: 170px;
	background: url(images/title_aggregates.gif) left 2px no-repeat; 
}
#title_wall_block {
	width: 164px;
	background: url(images/title_wall_block.gif) left 2px no-repeat; 
}
#title_belgard {
	width: 224px;
	background: url(images/title_belgard.gif) left 2px no-repeat; 
}
#title_architectural_stone {
	width: 307px;
	background: url(images/title_architectural_stone.gif) left 2px no-repeat; 
}
#title_how_to_build_dry_stack_wall {
	width: 431px;
	background: url(images/title_how_to_build_dry_stack_wall.gif) left 2px no-repeat; 
}
#title_how_to_build_dry_laid_patio {
	width: 416px;
	background: url(images/title_how_to_build_dry_laid_patio.gif) left 2px no-repeat; 
}

