/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	margin:0; padding:0px; background:url(../templateimages/bg.gif) repeat-x top; background-color:#380404; font-family:Arial, Helvetica, sans-serif; font-size:13px; text-align:left; color:#494536;
}

#container {
	display: block;
	background-image: url(../templateimages/back_fade.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 70px;
	margin: 0px;

}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

/* Top links */
#header2 .links {
	margin: 0px 0px 35px 0px;
	padding: 0px 0px 0px 0px;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #640d0d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	color: #640d0d;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 2px 0px 2px;
	text-decoration:underline;
	}


#header2 .links a:hover
	{
	position: relative;
	color: #640d0d;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 168px;
	margin: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 100%;
	float: left;
	padding: 0;
}

#pagecontent_pad {
	padding: 7px 25px 20px 25px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */

#footer { margin:7px 0 0px 0; text-align:center;}

/* Footer nav links */

#footer .links {
	margin:0; text-align:center; padding:0; color:#ffffff; font-size:11px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
font-family:Arial, Helvetica, sans-serif; font-size:11px; text-align:center; font-weight:normal; color:#ffffff; line-height:21px; text-decoration:none;
}
#footer .links a:hover {
font-family:Arial, Helvetica, sans-serif; font-size:11px; text-align:center; color:#ffffff; line-height:21px; 
text-decoration:underline;
}

/* T&Cs text */
#terms {margin:0px 0 10px 0; text-align:center; }
#terms a {font-family:Arial, Helvetica, sans-serif; font-size:10px; text-align:center; color:#ffffff; text-decoration:underline;}
#terms a:hover {font-family:Arial, Helvetica, sans-serif; font-size:10px; text-align:center; color:#ffffff; text-decoration:none;}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#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;
}