/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;
}
#container {
	display: block;
	background-image: none;
	background-position:  left top;
	margin: 0 auto
}

/* Contains rest of HTML */
#centrecontainer {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}

/* --- Header section ------------------------------------------------ */
#header {
}

#header #title {
}

/* Top links */
#header2 .links {
}


#header2 .links li {
}

#header2 .links a:link, #header2 .links a:visited
	{
}


#header2 .links a:hover
	{
}

#header2 .links2 {
}

#header2 .links2 li {
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
}

#header2 .links2 a:hover
	{
}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
}

/* Dynamic page content section of page body */
#pagecontent {
	float: left;
	padding: 0;
}

#pagecontent_pad {
	padding: 0px 0px 0px 0px;
}

/* Right hand section of page body */
#right {
}

/* --- Footer -------------------------------------------------------- */
#footer {
}

/* Footer nav links */
#footer .links {
}

#footer .links li {
}
	
#footer .links a {
}

/* T&Cs text */
#terms {
	font-size: 11px;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
}

#searchbox input {
	width: 130px;
	background-color: white;
	border:	1px solid;
	border-color: #CCCCCC;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #666666;
}
#searchbutton {
	width: 20px;
	background-color: white;
	border:	none;
	margin: 0;
	padding: 0;
	color: #000000;
}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 0px 0px 0px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
/* search and mailinglist forms */
#quicksearch form {
}

#left input.submit {
}

#left input.text {
}

#mailinglist label#email {
}

#mailinglist label#htmlemail {
}

#right h2 {
}