/* 
========================================================================

TEMPLATE.CSS

========================================================================
*/
/* --- Body - control position #container, allows centering of site -- */

body {
	background: #fff;
	
}
#container {
	display: block;
	background: #FFFFFF;
	margin: 0 auto;
	width: 981px;
	margin: 0 auto;
	padding: 5px 5px 10px 5px;
	

}
/* Contains rest of HTML */

#centrecontainer {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* --- Header section ------------------------------------------------ */

#header {
	margin: 0px;
	width: 100%;
	float: left;
}
#header #title {
	padding: 0px;
	float: left;
	width: 20%;
}
/* Top links */

#header2 .links {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	position: relative;
	background-color: #660000;/*border-bottom: solid 1px #A1A1A1;*/

}
#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#header2 .links a:link, #header2 .links a:visited {
	position: relative;
	text-decoration: none;
	color: #333333;
	font: bold 11pt Arial, Helvetica, sans-serif;
	margin: 0px 0;
	padding: 5px 12px 0px 0px;
}
#header2 .links a:hover, #header2 .links a:visited:hover {
	color: #000000;
}
#header2 .links2 {
	margin: 0px 0px 10px 0px;
	padding: 6px 10px 6px 10px;
	/*border-bottom: solid 1px #d4d4d4;*/
	position: relative;
	background-color: #fff;
}
#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#header2 .links2 a:link, #header2 .links2 a:visited {
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#header2 .links2 a:hover {
	color: #000;
}
/* Left hand section of page body (if you have one!) */

#LeftSideBar {
	float: left;
	width: 200px;
	text-align: left;
	padding: 0;
	/* IE doubles the margins on floats, this takes care of the problem */

	display:inline;
	margin: 0 15px 0 0;
}
/* Dynamic page content section of page body */
#pagecontent {
	float: left;
	width: 555px;
}
#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}
/* Right hand section of page body */

#RightSideBar {
	float: right;
	width: 200px;
}
#RightSideBar .section {
	display: block;
}
/* --- Footer -------------------------------------------------------- */

#footer {
	clear: both;
	width: 990px;
	margin: 2px auto;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	float: right;
	display: inline;
	margin: 0;
	color: #999999;
}
#footer li a {
	color: #000000;
	font-weight: normal;
	padding: 0 8px;
}
/* T&Cs text */

#terms {
	padding: 0 0 30px 10px;
	color: #000000;
}
#terms .fix {
	padding-left: 10px;
}
/* --- language, currency menu and search box ------------------------ */

#languagemenu form select, #currencymenu form select {
	width: 100%;
	margin: 0;
	padding: 0;
}
#searchbox {
	width: 200px;
	float: right;
	margin: 0px 0px 0px 0px;
}
#searchbox .inner {
	height: 25px;
	background-color: #FFFFFF;
	border: 1px solid #5e4fa2;
}
#searchbox fieldset {
	padding: 3px 3px 3px 8px;
}
#searchbox h4 {
	display: none;
}
#searchbox input {
	background-color: transparent;
	border: none;
	font: normal 9.0pt Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	float: left;
	width: 125px;
}
#searchbox #searchbutton {
	width: 40px;
	height: 20px;
	margin: 0 0 0 2px;
	padding: 0;
	cursor: hand;
	cursor: pointer;
}
#searchbox #searchbutton span {
	display: none;
}
/* --- Template items ------------------------------------------------ */

#left_pad {
	padding: 0px 5px 0px 8px;
}
#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
/* 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;
}

