/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
}

#container {
	display: block;
	margin: 0px;
}

/* Contains rest of HTML */

#centrecontainer
{
	text-align: left;
	margin: 0px;
	width: 770px;
	min-height: 100%;
	border: 0px solid #000000;
}

/* --- Header section ------------------------------------------------ */

#header
{
	background-image: url(../templateimages/bgs/toolbar.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 86px;
	margin-bottom: 20px;
	border: 0px solid #000000;
}
#header #title
{
	height: 70px;
	margin: 0px 10px 0px 10px;
	border: 0px solid #000000;
}

/* Top links */

#header2 .links
{
	margin-left: 237px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 10pt;
	border: 0px solid #000000;
}
#header2 .links li
{
	list-style: none;
	display: inline;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header2 .links a:link, #header2 .links a:visited
{
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica; 
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
}	
#header2 .links a:hover
{
	position: relative;
	text-decoration: none;
	color: #6F249F;
	font-family: Tahoma ,Arial, Helvetica;
	font-weight: bold;
}

/* --- Entire page body section - everything below the header -------- */
#pagebody
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left 0px;
	padding-top 0px;
	padding-right 0px;
	padding-bottom 0px;
}

/* Left hand section of page body (if you have one!) */
#left
{
	width: 197px;
	margin-right: 40px;
	float: left;
	border: 0px solid #000000; 
}

/* Dynamic page content section of page body */
#pagecontent
{
	width: 526px;
	float: left;
	padding-left: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px;
	border: 0px solid #000000; 
}

#pagecontent_pad
{
	padding-left: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px;  
}

/* Right hand section of page body */
#right
{
	width: 197px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer
{
	padding-top: 20px;
	clear: both;
	text-align: left;

}

/* Footer nav links */
#footer .links
{
	margin: 0px;
}

#footer .links li
{
	list-style: none;
	display: inline;
}
	
#footer .links a
{
	font-size: 8pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */

#terms
{
	background-image: url(../templateimages/rule_btm.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 763px;
	margin-top: 4px;
	padding-top: 10px;
	padding-left: 7px;
	margin-bottom: 20px;
	font-size: 7pt;
	line-height: 12pt;
	color: #252657;
	border: 0px solid #000000; 
}

/* --- language, currency menu and search box ------------------------ */

#languagemenu form select, #currencymenu form select, #prodtypemenuform select
{
	width: 197px;
	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: normal;
}