body {
	margin: 0px;
	padding: 0px;
	/* background-color: #FF0000; */
	background-image: url(../images/background-woodv3.jpg);
	min-height: 650px; /* NGF bit of a duct tape solution to force scrollbar in FF */
}

* {
	margin: 0px;
	padding: 0px;
}	

#Main_Framework {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 10px;		
	background-color: #FFFFFF;
	border-top: 2px solid #996633; /* white outer border around navbox */	
	border-left: 2px solid #996633; /* white outer border around navbox */		
	border-bottom: 4px solid #996633; /* white outer border around navbox */		
	border-right: 4px solid #996633; /* white outer border around navbox */		
	
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #0000FF;		/* The a tag on link to streetmap is onlick */
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}


strong, b {
	font-weight: bold;
}

p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 8px;
	margin-bottom: 2px; 
	color: #FFFFFF;		/* white text */
	text-align: center;
	font-weight: bold;	
}

img {
	float: left;
	margin: 0px 10px 25px 0px;
}

h1 {
	font-size: 0.9em;
	line-height: 0.9em;
	margin-top: 9px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #996633;	/* Brown */
	text-align: left;	
}
	
h2 {
	font-size: 16px;
	margin: 0px;
	padding: 4px 0px 0px 15px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #996633;	/* Brown */
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996633;	/* Brown */
}

/* h4 for headings at top of each page >Fencing */
h4 {
	font-size: 1.1em;
	margin-top: -10px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #006000; /* Dark Green */
}

h5 {
	font-size: 0.8em;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006000; /* Dark Green */
	text-align: center;		
}

h6 {
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #996633;	/* Brown */
	text-align: center;		
}


p em {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #306090;
	font-weight: bold;
	font-style: normal;
}	

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
}

li {
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* Two column layout */

#column1 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px; 	
	background: #006000; /* Dark Green */
	width: 160px;
}

#column2 {
	float: left;
	background: #FFFFFF;
	width: 600px;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px; 	
}

#column1 p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px 0px 0px 20px;
	color: #FFFFFF;		/* white text */
	text-align: left;
	font-weight: bold;	
}

#column1 img {
	margin: 5px 5px 30px 5px; 
}

#column2 p {
	float: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
	color: #006000;		/* green text */
	text-align: justify;
	font-weight: bold;
	width: 450px;
}

#navbox {
	display: inline; /* HACK IE 6.0 and below to stop double margin bug */
	float: left;
	border: 1px solid #FFFFFF; /* white outer border around navbox */
	width: 130px;
	margin: 10px 0px 80px 15px; /* padding of navbox from parent column1 */	
	background: #006000; /* let the background Dark Green column1 bg color thru */ 
	padding: 0px;
}

#navbox ul {
	margin: 2px 2px 2px 2px; /* push element borders to just inside outer navbox */
	padding: 0px 0px 0px 0px;
	text-indent: 10px; /* ensure text of items aren't flush with left edge */
}

#navbox ul li {
	margin: 2px 0px 2px 0px; /* ensure all browsers display same */	
	border: 1px solid #FFFFFF; /* border around each element in navbox */			
	background: #996633; /* Brown */
	font-size: 0.8em;
	height: 25px;	
	line-height: 25px;	
}

#navbox ul li a {
	display: block;  /*  Ensure all the box is active link */
	color: #FFFFFF;		/* white text */
	font-weight: bold;
	text-decoration: none; /* remove underline on links */	
	height: 25px; 	/*  set to same as height of li to cause hover color covers full area */
}

#navbox ul li a:hover{ /* Ensures all the list item bg changes on hover active link */
	background: #C97000; /* Light Brown when hovered over */
}

#products {
	float: left; 
	width: 590px;
	margin: 0px 0px 20px 0px;
}

#productphotos-fences {
	float: left; 
	width: 230px;
}


#productphotos-gates {
	float: left; 
	width: 120px;
}


#productdesc-wide { /* for misc page */
	float: left; 
	width: 400px;
	padding-right: 10px;
}

#productdesc {
	float: left; 
	width: 230px;
}

#desc-wide {
	float: left; 
	width: 170px;
	padding-right: 10px;	
}

#productdesc-narrow { 
	float: left; 
	width: 150px;
}

#productdesc-verynarrow { 
	float: left; 
	width: 100px;
}

#vspecial {
	float: left; 
	width: 130px;
}

#sizes {
	float: left; 
	width: 50px;
	text-align: right; /* ensure all decimal points line up */
	/* border: 1px solid blue; */
}

#prices {
	float: left; 
	width: 80px;
}

/* NOTE ! width property for <p> tags necessary for IE 6.0 - doesn't cascade from parent ! */

#productdesc p {
	width: 230px;
}

#desc-wide p {
	width: 170px;
}

#productdesc-narrow p {
	width: 150px;
}

#productdesc-verynarrow p {
	width: 100px;
}

#vspecial p {
	width: 130px;
	text-align: right; /* ensure all decimal points line up */	
}

#prices p {
	width: 80px;
	text-align: right; /* ensure all decimal points line up */
}

#sizes p {
	width: 50px;
}

#openingcol1 {
	float: left; 
	width: 170px;
}


#openingcol2 {
	float: left; 
	width: 220px;	
}

#openingcol3 {
	float: left; 
	width: 180px;		
}

#openingcol1 p {
	width: 170px;	
}

#openingcol2 p {
	width: 220px;
}

#openingcol3 p {
	width: 180px;	
}

#bannerarea {
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
	border-bottom: 2px #006000 solid;
	border-top: 2px #006000 solid;	
}

#bannerarea h1 {
	margin: 10px 0px 0px 0px; 
	font-size: 2.8em;
	text-align: center;	
}

#bannerarea h2 {
	font-size: 1.4em;
	text-align: center;	
}

#bannerarea h3 {
	font-size: 1.0em;
}

#contactdetailsL {
	margin: 0px 0px 10px 70px; 
	float: left;
	width: 100px;
}

#contactdetailsL p {
	width: 100px;	
}

#contactdetailsR {
	float: left;
	width: 190px;
}

#contactdetailsR p {
	width: 190px;	
}

#directions {
	margin: 0px 0px 5px 10px; 
	float: left;
	padding: 10px 0px 15px 5px;
	width: 270px;
	background-color: #ECF0F0;
	border: solid 0px #000000; /* No border looks better most people think */
}

#directions p {
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 12px;	
	width: 270px;	
}

#callus-images {
	/* border: solid 1px #FF0000; test  */
	margin: 15px 0px 0px 10px; 
	float: left;
	width: 280px;
}

#callus-images img {
	/* border: solid 1px #FF0000; test  */
	margin: 0px 10px 0px 0px; 
	float: left;
}


.clearfloats {
	clear: both;
}

#copyright {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 10px; /* necessary for IE 6.0 */
	margin: 20px 0px 0px 0px;
	color: #306090;		/* Very Dark Blue/Black */
	text-align: center;
}

#copyright a {
	color: #306090;		/* Very Dark Blue/Black */
	text-decoration: none; 
}

#wwftagline {
	font-size: 0.9em;
	font-weight: bold;
	margin: -25px 120px 15px 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006000;	/* Green */
	text-align: center;
	border: double 3px #006000;		
}