/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site --  */
body {
	background: #FFFFFF;
		
}

#container {
	display: block;
	background: #FFFFFF;
	width: 990px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	
	
}

/* Contains rest of HTML */
#centrecontainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	width: 982px;
	text-align: left;
	
}


/* --- Header section ------------------------------------------------ */
#header {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	
}

#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: #EEEEEE;
}	


#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: #9e0b0f;
	font: bold 11pt Arial, Helvetica, sans-serif;
	letter-spacing: none;
	margin: 0px 0;
	padding: 5px 12px;
}


#header2 .links a:hover, #header2 .links a:visited:hover {
	background: #DDDDDD;
}

#header2 .links2 {
	height: 15px;
	margin: 0px 0px 10px 0;
	padding: 8px 10px 6px 10px;
	border-bottom: solid 1px #DDDDDD;
	border-top: solid 1px #DDDDDD;
	position: relative;

	
}

#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: #999999;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;

	}


#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: 10px 0 0 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: 205px;
	padding: 20px 5px 0px 0px;
	
}

#RightSideBar .section {
	display: block;

}

/* --- Footer -------------------------------------------------------- */
#footer {
	clear: both;
	width: 990px;
	/*height: 100px;*/
	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;
}

/* Terms & Conditions text */
#terms {
	padding: 10px 5px 10px 0px;
	color: #000;
}
#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: 2px 3px px 0px;
}
#searchbox .inner {
	height: 25px;
	background-color: #FFFFFF;
	border: 1px solid #444444;
}
#searchbox fieldset {
	 padding: 3px 0 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;
}

