body {
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#outside_container {
	background:url(images/background_slice.jpg) repeat-x #fff;
}
#container {
	background:url(images/background_main.jpg) no-repeat;
	min-height:1100px;
	width:1100px;
	position:relative;
}
#content {
	padding-top:225px;
	padding-left:75px;
	width:750px;
	color:#000;
	font-size:16px;
	font-family: trebuchet;
	/*line height:20px*/
}
#content h1, h2, h3, h4 {
	color:#50754b;
}

#content a {
	color:#50754b;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}

img.leftimage {
	display:inline;
	float:left;
	border-width:3px; border-color:#50754b; border-style:solid;
	margin: 6px 6px 6px 6px;}

img.rightimage {
	display:inline;
	float:right;
	border-width:3px; border-color:#50754b; border-style:solid;
	margin: 6px 6px 6px 6px;
	
}

img.centerimage{
	display:inline;
	float:center;
	border-width:3px; border-color:#50754b; border-style:solid;
	margin: 6px 6px 6px 6px;}

img.leftimagenb {
	display:inline;
	float:left;
	padding: 6px 6px 6px 6px;
}

img.rightimagenb {
	display:inline;
	float:right;
	padding: 6px 6px 6px 6px;
	
}

img.centerimagenb {
	display:inline;
	float:center;
	padding: 6px 6px 6px 6px;}


/* ----- Buttons ----------------------------------------------------------------*/

#button_home {position:absolute; top:350px; left:900px; height:50px; width:150px; }
#button_home a { display:block; width:150px; height:50px; background: transparent url("images/button_home.gif"); }
#button_home a:hover {background-position:-150px 0; }
#button_about {position:absolute; top:425px; left:900px; height:50px; width:150px; }
#button_about a { display:block; width:150px; height:50px; background: transparent url("images/button_about.gif"); }
#button_about a:hover {background-position:-150px 0; }
#button_wall {position:absolute; top:500px; left:900px; height:50px; width:150px; }
#button_wall a { display:block; width:150px; height:50px; background: transparent url("images/button_wall.gif"); }
#button_wall a:hover {background-position:-150px 0; }
#button_patio {position:absolute; top:575px; left:900px; height:50px; width:150px; }
#button_patio a { display:block; width:150px; height:50px; background: transparent url("images/button_patio.gif"); }
#button_patio a:hover {background-position:-150px 0; }
#button_fence {position:absolute; top:650px; left:900px; height:50px; width:150px; }
#button_fence a { display:block; width:150px; height:50px; background: transparent url("images/button_fence.gif"); }
#button_fence a:hover {background-position:-150px 0; }
#button_gallery {position:absolute; top:725px; left:900px; height:50px; width:150px; }
#button_gallery a { display:block; width:150px; height:50px; background: transparent url("images/button_gallery.gif"); }
#button_gallery a:hover {background-position:-150px 0; }
#button_contact {position:absolute; top:800px; left:900px; height:50px; width:150px; }
#button_contact a { display:block; width:150px; height:50px; background: transparent url("images/button_contact.gif"); }
#button_contact a:hover {background-position:-150px 0; }



/* ----- Gallery ----------------------------------------------------------------*/


.gallerycontainer{
	position: relative; 
	height:480px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 230px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/* ----- Footer ----------------------------------------------------------------*/

#footer {
	background-color:#50754b;
	border-top:1px solid #3f2324;
	padding:30px 50px 80px 50px;
	color:#000;
	font-family: trebuchet;
	font-size:12px;
	line-height:14px;
}

#footer a {
/*	margin:0; padding:0;*/
	text-decoration:none;
	color:#fff;
}

#footer a:hover {
	color:#6a8d66;
}