/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: left;
	background-color: white;
	color: #333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#container {
	display: block;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 770px;
	text-align: left;
	margin-top: 10px;
	margin-left:10px;
	min-height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 80px;
	margin: 0px;

}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 0px;
}

/* Main links */

#header2 {
	background-image:url(../templateimages/header2_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #D5E377;
	height:18px;
	margin:0px;
	padding:0px;
	}

#header2 .main_links {
	margin:0px;
	padding: 2px 0px 0px 5px;
	font-size: 11px;
}


#header2 .main_links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	border-right:1px solid #d5E377;
}

#header2 .main_links a:link, #header2 .main_links a:visited
	{
	text-decoration: none;
	color: #333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	border-bottom:none;
	}


#header2 .main_links a:hover
	{
	text-decoration: none;
	color: #333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#111;
	background-color:#E7F085;	
	border-bottom:none;
	}
/* End Main links */


/* Top right links */
#header3 {
	position:absolute;
	left:575px;
	top:16px;
	}
	
#header3 a {
	border-bottom:none;
	}


#header3 .top_right_links {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header3 .top_right_links dd, dt {
	list-style: none;
	display: inline;
	margin: 0px;
}

#header3 .top_right_links dd{
	padding-left: 8px;
}

dt#contact {
	padding-left:25px;
	}
	
dt#help {
	padding-left:32px;
	}
	
dt#account {
	padding-left:45px;
	}

#header3 .top_right_links a:link, #header3 .top_right_links a:visited
	{
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}


#header3 .top_right_links a:hover
	{
	color: #333;
	text-decoration: none;
	}
/* End top right links */

/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body  */
#left {
	width: 153px;
	margin: 0px;
	float: left;
	border-right: 1px dashed #999;
	padding-right:10px;
}

#left a{
	border-bottom:none;
	}

#left p{
	margin-top:0px;
	margin-bottom:10px;
	font-size:10px;
	}
	
#left .left_box {
	background-color: #ECF2C1; 
	margin: 10px 0px;
	padding:3px 5px;
	border-left: 4px solid #9EBE49;
	border-bottom: 1px solid #9EBE49;
}
	

input#get_emails_button {
	width:25px;
	background-color: #9EBE49;
	color: white;
	font-weight: bold;
	font-size: 10px;
	border-style: outset;
	border-left: solid 1px #E2EBC7;
	border-top: solid 1px #E2EBC7;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	margin: 0px 1px 3px 0px;
	}
	

	

	

/* Dynamic page content section of page body */
#pagecontent {
	width: 590px;
	float: left;
	padding-left: 15px;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	background-color: #9EBE49;
	height:20px;
	margin-top: 40px;

}

/* Footer nav links */
	
#footer  a {
	color:#333;
	border-bottom:none;
}

/* T&Cs text */
#terms {
	padding-left:10px;
	padding-top:4px;
	float:left;
	font-size: 11px;
	background-color: #9EBE49;
	color:#FFFFFF;
}

/* Most important bit */

#moonshine {
	padding-right:10px;
	padding-top:4px;
	float:right;
	font-size: 11px;
	background-color: #9EBE49;
	color:#FFFFFF;
	}
	
#moonshine a{
	font-weight:normal;
	color:#FFF;
	border-bottom:none;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 168px;
	margin: 0;
	padding: 0;
}

/* --- search box ------------------------ */

#searchbox {
	position:absolute;
	left:575px;
	top:68px;
	}

#searchbox input {
	height:14px;
	width: 120px;
	border:none;
	background-color:#FFFFFF;
	line-height:1.5em;
}

#searchbox .searchbutton {
	color:#FFFFFF;
	background-color:#9EBE49;
	width: 22px;
	font-weight:bold;
	text-align: center;
	margin:0px 0px 2px 3px;
	padding:0;
}

#searchbox input.searchbutton:hover {
	color:#333;
	}

#searchbox label {
	color:#FFFFFF;
	font-size:12px;
	padding:0px 5px 2px 0px;
	}
/* --- Misc ------------------------------------------------ */

.clear {
	clear:both;
	height:1px;
	}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

#get_emails {
	padding-bottom:20px;
}
/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
