@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
p{
	line-height: 1.5em;
	padding: 0 10px 10px 10px;
	color: #231f20;
	}
	
strong{
	font-weight: bold;
	}
	
em{
	font-style:italic;
	}
	
a{
	color: #231f20;
	}
	
#h1-link{
	background-image:url("../images/h1.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 100px 0 0 0;
	height: 0px;
	width: 240px;
	overflow: hidden;
	float: left;
	}

/*h1{
	background-image:url("../images/h1.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 100px 0 0 0;
	height: 0px;
	width: 240px;
	overflow: hidden;
	float: left;
	}*/
	
h2{
	text-transform: uppercase;
	line-height: 30px;
	background-color: #686868;
	color: #fff;
	padding: 0 10px 0 10px;
	font-size: 15px;
	margin: 0 0 10px 0;
	}
	
h3{
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px 0 10px;
	font-size: 15px;
	margin: 0px 0 10px 0;
	background-color: #f7f7f7;
	color: #8cc63f;
	border-bottom: 1px solid #dbdbdb;
	border-top: 10px solid #fff;
	clear: both;
	}
/*	
h3{
	text-transform: uppercase;
	line-height: 30px;
	padding: 30px 10px 0 10px;
	font-size: 15px;
	margin: 0px 0 10px 0;
	background-color: #f7f7f7;
	color: #8cc63f;
	border-bottom: 1px solid #dbdbdb;
	clear: both;
	background-image: url("../images/h3-bg.png");
	background-repeat: repeat-x;
	background-position: top;
	}*/

			
ul{
	}
	
li{
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #dbdbdb;
	padding: 8px 0 8px 0;
	}

li a{
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	width: 100%;
	}
	
.green{
	background-color: #aed778;
	}
	
.brown{
	background-color: #213f20;
	}
	
.red{
	background-color: #ba0000;
	}
	
.grey{
	background-color: #f7f7f7;
	color: #8cc63f;
	border-bottom: 1px solid #dbdbdb;
	}

#login a{
	text-transform: uppercase;
	margin: 0 0 0 0px;
	float: left;
	clear: both;
	line-height: 2em;
	}
	
#login p{
	clear: both;
	}
	
#contact p{
	line-height: 1.2em;
	}
	
#footer ul{
	padding: 20px 5px 0 0 ;
	margin-top: -40px;
	}
	
#footer li{
	float: left;
	display: block;
	border-bottom: none;
	font-size: 10px;
	line-height: 1em;
	padding: 0px 5px;
	margin: 0px;
	float: right;
	}
	
#footer li + li{
	border-right: 1px solid #231f20;
	}


#footer li a{
	color: #000;
	}
