body {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #d3e3d7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

html { 
   overflow-y: scroll;
   }

#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFFFFF;
	}

#mainnav {
	
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	background-image:url(graphics/navdivider.gif);
}



ul.nav {

list-style-type: none;
padding-left: 0;
padding-top: 20px;
margin-left: 0;
}
ul.nav li {
display: inline;
padding: 0px 0px 5px 0px;
margin-left: 25px;
color:#013E7F;
}

ul.nav a {

}

#mainnav a{
	color:#00853e;
	text-decoration: none;
}

#mainnav a:hover{
	
	color:#013E7F;
}

.prodnameitals {
	font-style:italic;
}
	

#mainContent {
	padding: 0px 100px 50px 120px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContentdownloads {
	padding: 0px 100px 0px 120px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContentfullwidth {
	padding: 5px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	color:#007a3d;

	
}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#007a3d;
	margin-bottom:0px;
	
}

#contact {
	padding: 0px 100px 50px 120px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.strap {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#007a3d;
	font-style:italic
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.2;
	text-align:justify;
	margin-top:0px;
	
	}
	
#contacttext p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.2;
	text-align:left;
	margin-top:0px;
	
	}
p em {
	font-style:italic;
		}
		
.formtxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#leftphotos {
	float: left;
	width: 240px;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 0px;
	}
	
#leftcontact {
	float: left;
	width: 275px;
	margin-top: 10px;
	margin-left: 80px;
	padding-left: 0px;
	}
	
#mainContentright {
	
    margin-left:290px;	
    padding: 20px 100px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	}

#mainContentcontact {
	
    margin-left:500	px;	
    padding: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	}
#logos {
padding-top:30px;
padding-bottom:20px;
padding-left:120px;
}
	

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:center;
}
input#name, input#company, input#address1, input#address2, input#address3, input#postcode, input#telephone, input#email {
border-style:solid;
border-top-color:#00CC00;
border-right-color:#00CC00;
border-left-color:#00CC00;
border-bottom-color:#00CC00;
border-width:1px;
background-color:#FFFFFF;


}
.contactlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006600;
	text-decoration: none;
}
.contactlinks a:visited {
	color: #006600;
	font-size: 15px;
	text-decoration: none;
}
.contactlinks a:hover {
	text-decoration: underline;
}
.contactlinks a:active {
	text-decoration: none;
}
.vertborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #009900;
}
