/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #000000;
	
}

#container {
	display: block;
	margin: 0 auto;
	background-color: white;
	width: 954px;
	padding: 0px 0px 0px 0px;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 278px;
	margin: 0px;
	background-image: url(../templateimages/header.jpg);

}


/* Top links */

#header3 .links {
	
	margin: 0px 0px 0px 3px;
	padding: 12px 0px 0px 15px;
	font-size: 7.5pt;
}


#header3 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header3 .links a:link, #header3 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header3 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 
	{
	background-image: url(../templateimages/header2.jpg);
	height: 36px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	}

#header3 
	{
	background-image: url(../templateimages/header3.jpg);
	height: 59px;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

#pagebodyBG {
	min-height: 100%;
	width: 950px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../templateimages/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 157px;
	margin: 0px 0px 0px 5px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	
	width: 760px;
	float: left;
	padding: 0;
}

#pagecontent_pad {
	padding: 5px 0px 5px 45px;
}


/* --- Footer -------------------------------------------------------- */
#footer {
	background-image: url(../templateimages/footer2.jpg) ;
	background-repeat: no-repeat;
	height: 212px;

	clear: both;
	text-align: right;
	

}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#address {
	
	text-align: center;
	margin-top: 4px;
	padding-top: 80px;
	padding-left: 150px;
	padding-right: 150px;
	
	font-size: 7pt;
	color: #ffffff;
}

#address a:link, #address a:visited
	{
	position: relative;
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


#address a:hover
	{
	position: relative;
	text-decoration: underline;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#credits {
	
	text-align: right;
	margin-top: 4px;
	padding-top: 50px;
	padding-left: 150px;
	padding-right: 20px;
	font-size: 7pt;
	color: #000000;
}

#credits a:link, #credits a:visited
	{
	position: relative;
	text-decoration: none;
	color: #854b74;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


#credits a:hover
	{
	position: relative;
	text-decoration: underline;
	color: #854b74;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 90px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#searchbox input {
	width: 148px;
}

#searchbox #searchbutton {
	width: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* --- 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;
}
