/*------------------------------------------------------------------
[Master Stylesheet]

Project:			Ian Shaw
Version:			1.0
Last change:			28/10/08
Author:				Rick Nunn
------------------------------------------------------------------*/

/*General*/

*{margin:0;padding:0; list-style: none;}

body{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	color: #333;
	font-size: 13px;
	text-align: justify;
	background: #1c1c1c;
	}
	
/*wrappers*/
	
#head_wrap{
	width:100%;
	background: #1C1C1C;
	}

#body_wrap{
	width:100%;
	background: #f1f1e9;
	min-height:400px;
	}

#foot_wrap{
	clear:both;
	width:100%;
	background: #1C1C1C;
	}
	
#wrapper{
	margin: 0 auto;
	width: 100%;
	}

/*header*/
	
#header{
	height: 183px;
	width: 960px;
	margin: 0 auto;
	color: #fff;
	background: url(/assets/img/header.jpg) no-repeat;
	}
	
#header h1, #header img{
	margin-left: -9999px;
	font-size: 15px;
	}
	
#header_info{
	float: right;
	width: 765px;
	}

#header #news_header{
	float: left;
	width: 335px;
	}
	
/*menu*/

#menu{
	float: left;
	width: 360px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #323232;
	}
	
#menu ul li{
	display: inline;
	}
	
#menu ul li a{
	color: #fff;
	text-decoration: none;
	float: left;
	height: 15px;
	width: 100px;
	margin: 10px;
	}
	
#menu ul li a:hover{
	text-decoration: underline;
	}
	
#news_header{
	padding: 10px 0 0 25px;
	}

#news_header h2{
	font-size: 25px;
	font-style: italic;
	padding-bottom: 5px;
	}
	
#news_header ul li a{
	color: #fff;
	text-decoration: none;
	}
	
#news_header ul li a:hover{
	text-decoration: underline;
	}
	
#news_header ul li p{
	margin: 0 0 5px 0;
	clear: both;
	}
	
#news_header ul li a.title{
	font-weight: bold;
	}
	
#news_header ul li p.date{
	display: inline;
	padding-left: 25px;
	font-weight: bold;
	float: right;
	}
	
/*sidemenu*/

#sidemenu{
	float: left;
	width: 220px;
	min-height: 400px;
	}
	
#sidemenu img{
	background-color: #fff;
	}
	
#sidemenu ul{
	padding: 10px;
	}
	
#sidemenu ul li{
	border-bottom: 1px dotted #4e4a49;
	padding-bottom: 3px;
	margin-bottom: 3px;
	width: 170px;
	text-align: left;
	}

#sidemenu ul li a{
	color: #4e4a49;
	text-decoration: none;
	letter-spacing: 1px;
}

#sidemenu ul li a:hover{
	background: url(/assets/img/arrow_menu.jpg) no-repeat;
	padding-left: 10px;
	}
	
#sidemenu ul li ul{
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;

	}

#sidemenu ul li ul li{
	border-bottom: none;
	padding: 0;
	width: 160px;
	padding-left: 12px;
	background: url(/assets/img/arrow_menu.jpg) no-repeat; 
	list-style-position: outside;
	}
	
#sidemenu ul li ul li a{
	color: #006633;
	}
	
#middle #sidemenu ul li ul li a:hover{
	background: none;
	padding: 0;
	border-bottom: dotted 1px #006633;
	}

/*content*/
	
#middle{
	width: 960px;
	margin: 0 auto;
	background: url(/assets/img/content_bg.png) repeat-y;
	}

#content{
	margin-left:220px;
	width: 735px;
	min-height: 400px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.5px;
	padding-top: 20px;
	}
	
#content p, span{
	padding-bottom: 15px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	}
	
#content h1{
	color: #006633;
	font-size: 28px;
	font-style: italic;
	padding-bottom: 15px;
	}
	
#content h2{
	color: #006633;
	font-size: 25px;
	font-style: italic;
	padding-bottom: 15px;
	}

#content h3{
	color: #006633;
	font-size: 20px;
	font-style: italic;
	padding-bottom: 15px;
	}

#content h4{
	color: #006633;
	font-size: 18px;
	font-style: italic;
	padding-bottom: 10px;
	}

#content h5{
	color: #006633;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 10px;
	}

#content h6{
	color: #006633;
	font-size: 13px;
	font-style: italic;
	padding-bottom: 5px;
	}
	
#content img{
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}	
	
#content img.left{
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
	}

#content img.right{
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 10px 10px;
	}
	
#content ul, #content ol{
	padding: 0 0 10px 30px;
	}

#content ul li{
	list-style: disc;
	padding-bottom: 5px;
	}
	
#content ol li{
	list-style-type: decimal;
	padding-bottom: 5px;
	}
	
#content hr{
	font-size: 25px;
	margin-bottom: 20px;
	}

#content p a, #content a{
	color: #006633;	
	border-bottom: dotted 1px;
	text-decoration: none;
	}

#content p a:hover, #content a:hover{
	border-bottom: none;
	}
	
#content p.boldthis{
	font-weight: bold;
	}
	
#content strong, em{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	}

	
/*news menu*/
#news_menu{
	float: left;
	width: 195px;
	}
	
#news_menu img{
	background-color: #fff;
	}
	
#news_menu #archive{
	padding: 25px 0;
	width: 170px;
	margin: 0 auto;
	}

#news_menu ul{
	width: 160px;
	margin: 5px;
	}
	
#news_menu ul li{
	display: block;
	border-bottom: dotted 1px #4e4a49;
	padding-top: 5px;
	}

#news_menu ul li a{
	color: #006633;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	}
	
#news_menu ul li a:hover{
	text-decoration: underline;
	}

#news_menu ul li ul{
	height: 40px;
	padding-bottom: 5px;
	}	

#news_menu ul li ul li{
	padding-right: 5px;
	float: left;
	border-bottom: none;
	}
	
#news_menu ul li ul li a{
	color: #4e4a49;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	}
	
#news_menu h3{
	color: #4e4a49;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #4e4a49;
	width: 125px;
	letter-spacing: 1px;
	}
	
/*news*/

#news_content ul{
	padding: 0;
	width: 700px;
	margin: 0 auto;
	}

#news_content ul li{
	list-style: none;
	}
	
#news_content ul li a{
	text-decoration: none;
	font-size: 18px;
	color: #4e4a49;
	font-style:italic;
	}
	
#news_content ul li a:hover{
	border-bottom: 1px solid #4E4A49;
	}
	
#news_content ul li p.date{
	display: inline;
	padding-left: 20px;
	font-style: italic;
	}
	
/*contact*/

#details{
	width: 735px;
	}
	
#address{
	float: left;
	width: 345px;
	padding: 5px;
	height: 160px;
	}
	
#contact_info{
	width: 345px;
	padding: 5px;
	height: 160px;
	float: right;
	}

iframe{
	border: 1px solid #ccc;
	width: 685px;
	margin-bottom: 10px;
	}
	
#contact{
	width: 700px;
	margin: 0 auto;
	padding-top: 5px;
	}
	
#contact-form{
	width: 700px;
	color: #4e4a49;
	margin: 10px 0 10px 0px;
	}
	
#contact-form div{
	float: left;
	}
	
#contact-form label{
	float: left;
	width: 95px;
	margin-bottom: 15px;
	margin-left: 5px;
	text-align: left;
	}

#contact-form input, #contact-form textarea{
	border: 1px solid #ccc;
	margin: 2px 10px 2px 10px;
	}
	
#contact-form input{
	width: 570px;
	height: 18px;
	padding: 2px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 13px;
	}

#contact-form textarea{
	height: 55px;
	width: 570px;	
	padding: 2px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 13px;
	}

#contact-form .submitbutton{
	float: right;
	margin: 10px 5px;
	}

#contact-form .submitbutton input{
	height: 22px;
	width: 228px;
	color: #4e4a49;
	text-align: center;
	}
	
#contact-form .submitbutton label{
	width: 0;
	margin: 0;
	}
	
#contact-form .first_name input, #contact-form .postcode input, #contact-form .email input{
	width: 222px;
	float: left;
	}
	
#contact-form .last_name input, #contact-form .phone input, #contact-form .company input{
	width: 222px;
	float: right;
	}
	
#contact-form .hear_about{
	padding-left: 105px;
	}

#contact-form .hear_about input{
	width: 342px;
	float: left;	
	margin-right: 0;
	}
	
#contact-form .hear_about label{
	width: 218px;
	margin-bottom: 0;
	margin-top: 4px;
	}

#contact-form .information_on{
	width: 347px;
	float: left;
	}
	
#contact-form .information_on label{
	margin: 0;
	float:left;
	margin-bottom:15px;
	text-align:left;
	width:105px;
	margin-left:5px;
	}
	
#contact-form .information_on select{
	width: 228px;
	}
	
#contact-form .message{
	float: left;
	height: 70px;
	}
	
#contact-form  label.required {
	font-weight:bold;
}

/*footer*/

#holst{
	background: url(/assets/img/footer.jpg) no-repeat;
	width: 195px;
	height: 67px;
	}		

#footer{
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
	}
	
#foot_info{
	margin: 0 auto;
	width: 500px;
	padding: 10px 0 10px 0;
	}

#foot_info p{
	text-align: center;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	padding-bottom: 5px;
	}
	
#foot_info p em{
	color: #CCCCCC;
	}
	
.amp{
	font-family: "Palatino","Book Antiqua",Georgia,serif;
	font-style: italic;
	}
	
#foot_info p a{
	color: #fff;
	border-bottom: dotted 1px #fff;
	text-decoration: none;
	}
	
#foot_info p a:hover{
	border-bottom: solid 1px #fff;
	}
	
.clear{
	clear: both;
	}
	
/*Tables*/

table{ font-size: 11px; }