body, html {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	color: #1046A0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#headerbg {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 209px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 209px;
}
#headerindexbg {
	background-image: url(../images/header_bgindex.jpg);
	background-repeat: repeat-x;
	height: 300px;
}
#headerindex {
	background-image: url(../images/headerindex.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 300px;
}
#wrapper {
	width: 760px;
	margin: 0px auto 0px auto;
}
#content {
	width: 734px;
	padding: 13px;
	margin: 0px auto 0px auto;
}
#slide {
	margin: 0px auto 3px auto;
	width: 760px;
	height: 100px;
}
/* fences pages */
.fences {
	float: right;
	width: 465px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.4em;}
a.fencetype:link, a.fencetype:visited, a.fencetype:active {
	color: #1046A0;
	text-decoration: none;
	background-color: transparent;
	display: block;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #46DD2E;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 4px 0px;}
a.fencetype:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #1046A0;
	display: block;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #46DD2E;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 4px 0px;}
a.fenceblue:link, a.fenceblue:visited, a.fenceblue:active {
	display: block;
	text-decoration: none;
	color: #1046A0;
	font-weight: bold;
	background-image: url(../images/fencearrow1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: transparent;
	padding: 0px 0px 0px 16px;
}
a.fenceblue:hover {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;	
	background-image: url(../images/fencearrow2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: #1046A0;
	padding: 0px 0px 0px 16px;
}
a.fencewhite:link, a.fencewhite:visited, a.fencewhite:active {
	display: block;
	text-decoration: none;
	color: #1046A0;
	font-weight: bold;	
	background-image: url(../images/fencearrow3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: transparent;
	padding: 0px 0px 0px 16px;
}
a.fencewhite:hover {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;	
	background-image: url(../images/fencearrow2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: #1046A0;
	padding: 0px 0px 0px 16px;
}
.fencepoints {
	margin: 0px;
	padding: 0px 0px 8px 0px;}
	
/* individual fence pages */
.fencehead {
	color: #105A1D;
	padding: 0px 0px 10px 0px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;}
.fencedesc {
	font-size: 16px;
	line-height: 1.5em;
	text-align: justify;}
a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
	text-decoration: none;
	color: #105A1D;}				
a.breadcrumb:hover {
	text-decoration: underline;
	color: #105A1D;}	
#tab {
	clear: both;
	text-align: center;
	padding: 10px;
	width: 280px;
	margin: 25px 0px 0px 0px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	background-color: #105A1D;}
#tabtop {
	border-top: 1px solid #105A1D;
	border-left: 1px solid #105A1D;
	border-right: 1px solid #105A1D;
	height: 69px;	
}	
#tabmid {
	border-left: 1px solid #105A1D;
	border-right: 1px solid #105A1D;
	padding: 0px 0px 0px 108px;}
#tabmiddle {
	border-left: 1px solid #105A1D;
	border-right: 1px solid #105A1D;
	height: 69px;}
#tabbottom {
	border-left: 1px solid #105A1D;
	border-right: 1px solid #105A1D;
	border-bottom: 1px solid #105A1D;
	height: 69px;}

.micro {
	height: 83px;
	width: 117px;
	margin: 0px 67px 0px 0px;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #105A1D;	
}
.thumbnail{
	position: relative;
	z-index: 0;}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffff;
	padding: 3px;
	left: -1000px;
	border: 1px solid #105A1D;
	visibility: hidden;
	text-decoration: none;}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -160px;
	left: -119px; /*position where enlarged image should offset horizontally */}

/*estimate page */
#estimate {
	border: 5px solid #105A1D;
	padding: 10px;
	clear: both;
	background-color: #EEF3F9;	
}
#inner {
	border: 1px solid #105A1D;
	padding: 10px 10px 10px 100px;
	background-image: url(../images/estimate_bg.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #105A1D;
	background-color: #ffffff;	
}
.formhead {
	padding: 25px 0px 15px 0px;
	margin: 0px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.formdesc {
	line-height: 1.5em;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dashed #105A1D;
	text-align: justify;
}
.estimateform {
	padding: 0px;
	margin: 0px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #105A1D;		
}
.input {
	width: 300px;
	border-top: 2px solid #105A1D;	
	border-right: 1px solid #105A1D;	
	border-bottom: 1px solid #105A1D;	
	border-left: 2px solid #105A1D;				
	background-color: #EEF3F9;
	color: #105A1D;	
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.textarea {
	height: 5em;
	width: 300px;
	border-top: 2px solid #105A1D;	
	border-right: 1px solid #105A1D;	
	border-bottom: 1px solid #105A1D;	
	border-left: 2px solid #105A1D;				
	background-color: #EEF3F9;
	color: #105A1D;	
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.radio {
	padding: 0px;
	margin: 0px;
	color: #105A1D;	
}
.button {
	text-align: center;
	width: 150px;
	background-color: #105A1D;
	border: 1px solid #105A1D;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.minnesota {
	padding: 0px;
	margin: 0px 0px 14px 0px;
}
.choice {
	background-repeat: no-repeat;
	background-position: top right;
}
.cedar {
	background-image: url(../images/estimate_cedar.jpg)
}
.chain {
	background-image: url(../images/estimate_chain.jpg)
}
.ornamental {
	background-image: url(../images/estimate_ornamental.jpg)
}
.vinyl {
	background-image: url(../images/estimate_vinyl.jpg)
}
.industrial {
	background-image: url(../images/estimate_industrial.jpg)
}
.livestock {
	background-image: url(../images/estimate_livestock.jpg)
}

/* about us */
#columnright {
	float: right;
	width: 250px;}
.proudly {
	background-color: #105A1D;
	color: #ffffff;
	letter-spacing: 1px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 5px 0px 5px 10px;
	margin: 0px 10px 0px 10px;}	
.cityblue {
	background-color: #E8EFF9;
	padding: 4px 0px 4px 10px;
	margin: 0px 10px 0px 10px;}
.citywhite {
	background-color: #ffffff;
	padding: 4px 0px 4px 10px;
	margin: 0px 10px 0px 10px;}	
#columnleft {
	float: left;
	width: 464px;}
.abouthead {
	color: #105A1D;
	border-bottom: 5px solid #46DD2E;
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 10px 0px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;}
.aboutdesc {
	line-height: 1.5em;
	color: #105A1D;
	margin: 0px;
	padding: 0px 10px 15px 10px;	
	text-align: justify;
	font-size: 14px;
}
.aboutpoints {
	background-image:url(../images/checkmark.jpg);
	background-repeat: no-repeat;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 3px 0px 15px 40px;
	margin: 0px 0px 0px 40px;
	color: #105A1D;	
}

/* customers page */
.customershead {
	color: #105A1D;
	padding: 0px 0px 10px 0px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;}
.customersblue {
	background-color: #E8EFF9;
	padding: 20px;
	background-repeat: no-repeat;
	clear: both;
	overflow: auto;
	width: 693px;}
.customerswhite {
	background-color: #ffffff;
	padding: 20px;
	background-repeat: no-repeat;	
	clear: both;
	overflow: auto;	
	width: 693px;}	
.customerpic {
	border: 1px solid #105A1D;
	padding: 4px;
	background-color: #ffffff;
	float: left;
}
.customerquote {
	float: right;
	width: 465px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.4em;}
.customername {
	text-align: right;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: normal;
	}	
.bigquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;}
.littlequote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;}
	
/* contact us */
.contacthead {
	color: #105A1D;
	padding: 0px 0px 10px 10px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;}
.contactdetails {
	padding: 10px 0px 0px 0px;
	border-top: 5px solid #46DD2E;
	background-image:url(../images/contact_card.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	overflow: auto;	
}
.contacted {
	margin: 0px;
	padding: 0px 0px 250px 10px;
	font-size: 18px;	
	color: #0A5A15;	
}
.phone {
	color: #0A5A15;
	width: 150px;
	margin: 0px;
	padding: 0px 0px 18px 10px;
	float: left;
}
.number {
	color: #0A5A15;
	margin: 0px;
	padding: 0px 0px 18px 0px;
	float: left;
}
.contactform {
	color: #0A5A15;
	clear: both;
	padding: 0px 0px 20px 160px;
	margin: 0px;
}

/* footer stuff */
#footer {
	padding: 20px 0px 200px 0px;
	height: 30px;
	line-height: 30px;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 313px 20px;
	color: #0A5A15;
	font-size: 11px;
	clear: both;
}
.creditsleft {
	float: left;
	width: 308px;
	padding: 0px 118px 0px 0px;
	margin: 0px;
	text-align: right;
}
.creditsright {
	float: left;
	padding: 0px;
	margin: 0px;
}
a.foot:link {
	color: #0A5A15;
	text-decoration: none;
}
a.foot:visited {
	color: #0A5A15;
	text-decoration: none;
}
a.foot:hover {
	color: #0A5A15;
	text-decoration: underline;
}
a.foot:active {
	color: #0A5A15;
	text-decoration: none;
}
/* GALLERY */
ul#gallery {
	margin: 0px;
	padding: 0px;
	height:70px;
	list-style:none;
	position:relative;}
ul#gallery li {
	border-left: 1px solid #46DD2E;
	width:144px;
	display:block;
	float:left;}
ul#gallery li:hover ul, ul#gallery li.sfhover ul { top:auto; left:0; }
ul#gallery li a {
	display:block; 
	width:140px; 
	padding:15px 0px 15px 4px; 
	color:#1046A0; 
	text-decoration:none;}
ul#gallery li a:hover {background-color: #EEF3F9;}
ul#gallery li ul {
	padding: 10px 0px 3px 0px;
	list-style:none;
	margin:0px;
	width:440px;
	position:absolute;
	background-color:#ffffff;
	left:-999em; }
ul#gallery li ul li {
	display:inline;
	text-align:left;
	clear:none;
	float:none;
	border:0;}
ul#gallery li ul li a {
	margin:0px 5px 5px 0px;
	border:1px solid #46DD2E;
	padding:4px;
	position:relative;
	float:left;
	display:block;
	width:130px;
	height: 117px;
	font-size: 11px;
}
ul#gallery li ul li a:hover { z-index:100; }
ul#gallery li#estimate { color: #46DD2E; }
ul#gallery li ul li a img {position:absolute; width:130px; height:98px; border: 0px; padding: 5px 0px 0px 0px;}
ul#gallery li ul li a:hover img, ul#gallery li a:active img, ul#gallery li a:focus img { 
background-color:#EEF3F9;}
ul#gallery li a.selected {background-image: url(../images/burst.jpg); background-repeat: no-repeat; background-position: 2px 15px; width:125px; padding:15px 0px 15px 19px; }
ul#gallery li a.selected:hover {background-image: url(../images/burst2.jpg); background-repeat: no-repeat; background-position: 2px 15px; width:125px; padding:15px 0px 15px 19px; }
a:link {
	color: #1046A0;
	text-decoration: underline;
}
a:visited {
	color: #1046A0;
	text-decoration: underline;
}
a:hover {
	color: #105A1D;
	text-decoration: underline;
}
a:active {
	color: #1046A0;
	text-decoration: underline;
}