/* Sylvatica Web Design style sheet */ 
html, body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #001A10;
	font-size: 100%;
	top: 0px;
}
/* BG Image for Home Page */
.home	{
	background-image: url(../images/dyer-brook.jpg);
	background-repeat: no-repeat;
	

}
.gallery {
	background-image: url(../images/panorama1.jpg);
	background-repeat: no-repeat;
	
	
}


/* Page layout definitions */ 

#pagewidth{
	width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #000000;
} 
 
#header{
	position:relative;
	width:100%;
	text-align: center;
	background-image: url(../images/sylvaticawebdesign.gif);
	background-repeat: no-repeat;
	background-position: center -25px;
	height: 9.38em;
	margin-bottom: 1.7em;
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
  }
.headline {
	
	font-size: 1.5em;
	font-weight: bold;
	color: #FF7600;
	text-align: center;
	padding-top: 110px;
}

 
#twocols{
	width:80%;
	float:right;
	position:relative;
  }
 
#rightcol{
 width:49%; 
 float:right; 
 position:relative; 
 }
 
#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:49%; 
 }
 
#footer{
 height:10.94em; 
   clear:both;
 } 
 

 
 /* *** Float containers fix: */
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*Menu css definitions */

#menu	{
	border: 2px solid #5e7259;
	margin-left: 1.25em;
}

#menu ul{
	text-align: left;
	margin: 0px;
	padding-top: 0.75em;
	padding-right: 0px;
	padding-bottom: 0.75em;
	padding-left: 0px;
}

#menu ul li{
	display : block;
	list-style-type: none;
	margin: 0em;
	padding-top: 0.3em;
	padding-right: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 1em;
		}
		
#menu ul li a	{
	font-weight: bold;
	color:#FFFFFF;
		}
		
#menu ul li a:hover	{
	color: #FF8F00;

		}

/* Styles for menu links */

/* modifies standard link colours etc. */

a {
	color: #5E7259;
	text-decoration: none;
	font-weight: bold;
	

}

a:hover {
color: #FF8F00;
text-decoration: underline;
}

/* Simple boxes */
/* Ugly IE 6 and under hack  */
#prodbox {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: 2px solid #5e7259;
	background-repeat: repeat;
	/* Mozilla and IE7 see this */
	background-image: url(../images/tile75op.png) !important;
	/* IE6 and below see this */
	background-image: url(../images/tile75op.gif);
	display: block;
}


#prodbox p {
	font-size: 0.75em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 1.5em;
	margin-bottom: 0px;
	margin-left: 1.5em;
}
#prodbox img {
	float: left;
	display: inline;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.75em;
	margin-left: 1em;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0px;
}

.clear {
	clear: both;
	height: 1px;
}

/*Footer menu */

#fmenu {
	text-align: center;
	clear: both;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.7em;
	color: #FFFFFF;
	}

#fmenu ul{
	margin : 0;
	white-space : normal;
	text-align: center;
	list-style-type: none;
	padding: 5px;
}
#fmenu ul li{
	display : inline;
	list-style-type: none;
	margin: 0px 10px;
	padding: 0px;
}

#fmenu ul li a{
	text-decoration : none;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#fmenu ul li a:hover {
	text-decoration: underline;
	color: #FF7600;
	font-weight: bold;


}


h1 {
	margin: 0px;
	color: #5e7259;
	font-size: 1.5em;
	padding-top: 0.75em;
	padding-right: 1em;
	padding-bottom: 0.75em;
	padding-left: 1em;
}
/* Changes font colour for photo gallery */
.photo {
	color: #CCCCCC;
}


h2 {
	font-size: 1em;
	font-weight: bold;
	color: #738982;
	margin: 0px;
	padding: 1em;

}
/* Styles for items below the main menu */
.left-logos {
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 0.75em;
	color: #FFFFFF;
	margin-top: 1.5em;
}
/* Link for e-mail in footer */
#boldlink	{
color: #FFFFFF;
}
#boldlink a  {
	text-decoration: none;
}
#boldlink a:hover	{
	color:#FF7600;
	text-decoration: underline;
}

/* Removes that annoying blue border around clickable images */
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#map {
	font-size: 0.75em;
	color: #999999;
	text-align: left;
}
#list	{

}
/*CSS box for photo gallery*/

#gallerybox {

	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: 2px solid #5e7259;
	
	display: block;
}

#gallerybox p {
	font-size: 0.75em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 1.5em;
	margin-bottom: 0px;
	margin-left: 1.5em;
	color: #FFFFFF;
	text-align: center;
}
/* Image thumbnails */
.thumbs {
	clear: none;
	float: right;
	padding: 0px;
	margin: 2em;
}

#img-wrap {
	float: left;
	padding: .5em;
	width: 200px;
	margin: 0px;
	text-align: center;
	
}
#img-wrap a {
	cursor: hand;
}
#img-wrap p {
	margin: 0px;
	padding: .5em;
}
ul {
	font-size: 0.75em;
	padding-top: 0px;
	padding-right: 3em;
	padding-bottom: 0px;
	padding-left: 3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
li {
	margin-left: 3em;
}


h3 {
	font-size: .83em;
	font-weight: bold;
	color: #738982;
	margin: 0px;
	padding-top: .75em;
	padding-right: 1em;
	padding-bottom: .75em;
	padding-left: 1em;
}

/* Feedback form definitions */

form 	{
margin : 0;
padding : 0;
}

fieldset {
margin : 20px;
padding : 1em;
border : 1px solid #5e7259;
font-size: 0.75em;
}

	fieldset div br {
	display : none;
	}

/* Style the legend, labels and the div containing the submit button. */

legend {
font-weight : bold;
color : #5e7259;
margin : 0;
padding : 0.5em;
font-size:110%
}

label {
display : block;
}

#fm-submit {
	clear : both;
	padding-top : 1em;
	text-align : center;
	cursor: hand;

}

fieldset div {
margin : 0;
padding : 0;

}

	fieldset div.fm-optional {
	display : block;
	}

	fieldset div input {
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
	
	fieldset div select {
	font-family : "Verdana", "Arial", sans-serif;
	font-size: 100%;
	width: 200px; /* Width for modern browsers */
	border : 1px solid #7D6400;
	padding : 1px;
	}
						
	fieldset div label:before {
	content: "* ";
	}

		fieldset div.fm-optional label:before {
		content: "";
		}
	
/* Optional fields. */

.fm-optional input {
border : 1px solid #ccc;
}
.titlewrapper {
	width: 100%;
	text-align: left;

}
/* End Form Definitions */

.slide {
	text-align: right;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
