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

body{
	font: 10px/16px Helvetica, Arial, sans-serif;
	color: #3B371C;
	text-align: centre;
	margin: 0;
	padding: 0; 
	}
	
img {
	border:none;
	}
	
h1{
	font-size:17px;
	font-weight:bold;
	padding-bottom: 5px;
	}
	
h2{
	font-size:14px;
	margin: 0 0 10px 0;
	}

#container{
	margin: 0 auto;
	text-align:left;
	width:750px;
	}
	
#header{
	margin:0;
	padding:30px 0 0 0;

	}
	
#logo{
	float:left;
	margin:0;
}


	
#flashheader{
	float:right;
	padding:0;
	margin:0;
	height:120px;
	}
	

#nav{
	margin:0;
	padding:0;
	}

.navlink{
	background-color:#0DB04B;
	margin: 0;
	padding: 5px 0px 0px 20px;
	clear:both;
	}
	
.navlink a, .navlink visited{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding: 0 10px 0 0;
	}
	
.text a, .text visited .text hover{
	color:#3B371C;
	}
	
#leftcolumn{
	float: left;
  	width: 410px;
	}
	
	
#rightcolumn{
	float: left;
  	width: 280px;
	margin-left:50px;
	
	}
	
#leftcolumn_sv{
	float: left;
  	width: 340px;
	}
	
	
#rightcolumn_sv{
	float: left;
  	width: 340px;
	margin-left:70px;
	
	}
	
.textblock{
	background:url(images/bg_txt3.gif);
	width:410px;
	margin: 20px 0 0 0;
	padding-bottom:0px;	
	}
	
.tips_textblock{
	background:url(images/bg_txt3.gif);
	width:700px;
	margin: 20px 0 0 20px;
	padding-bottom:0px;
	}
	
.text{
	padding: 5px 30px 15px 30px;
	font-size:13px;
	line-height:1.5;
	}
	
.services_txb{
	background:url(images/bg_txt3.gif);
	width:330px;
	margin: 15px 0 0 0;
	padding-bottom:0px;
	}
	
.marker{
	margin:30px 0 0 0;
	}	
	
.bottom{
	background:url(images/bg_bottom.gif);
	background-repeat:no-repeat;
	height:30px;
	}
	
.sv_bottom{
	background:url(images/bgs_bottom.gif);
	background-repeat:no-repeat;
	height:30px;
	}
	
.tp_bottom{
	background:url(images/bgt_bottom.gif);
	background-repeat:no-repeat;
	height:30px;
	}
	
.top_box{
	background-image:url(images/b_back.gif);
	width:280px;
	height:80px;
	color:#FFFFFF;
	margin: 20px 0 0 0;
	}
	
.box_link{
	background-image:url(images/bg_link.gif);
	background-repeat:no-repeat;
	height:20px;
	margin: 0 0 0 15px;
	padding: 2px 0 0 2px;
	}
	
.box_link a, .box_link visited{
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	margin: 5px 0 0 2px;
	}
	
.top_box_dg{
	background-image:url(images/b_back_dg.gif);
	width:280px;
	height:80px;
	color:#FFFFFF;
	margin: 20px 0 0 0;
	}
	
.box_link_dg{
	background-image:url(images/bg_link_dg.gif);
	background-repeat:no-repeat;
	height:20px;
	margin: 0 0 0 15px;
	padding: 2px 0 0 2px;
	}
	
.box_link_dg a, .box_link_dg visited{
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	margin: 4px 0 0 2px;
	}
	
.s_image{
	margin:20px 0 0 0px;
	}
	
.thumbnail{	
	float: left;
	width: 230px;
	padding: 40px 10px 15px 10px;
	}
	
#testimonials{
	background-image:url(images/fence_back.gif);
	background-repeat:no-repeat;
	height:170px;
	font-size:11px;
	color:#FFFFFF;
	margin: 20px 0 10px 0;
	padding: 15px 40px 15px 10px;
	}
	
#flashbox{
	margin:20px 0 0 0;
	}
	
#footer{
	clear:both;
	border-top: 5px solid #3B371C;
	text-align:center;
	margin:0;
	padding:10px;
	}

#navfooter{
	font-size:9px;
	}

.navfooter a, .navfooter visited{
	text-decoration:none;
	color: #3B371C;
	margin: 0 0 0 10px;
	}
	
	
/*Slimbox css*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loader.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}


.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px;
	height: 32px;
	outline:none;
}

#lbPrevLink {
	float: left;
	background: transparent url(images/prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(images/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 32px;
}


/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}

#lbNumber{
	margin-top:8px;
	}



.lightboxDesc {
	display: none;
}
	