/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	background-image: url(../templateimages/pagebg2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #930000;
}

#container {
	display: block;
	background-color: #FFFFFF;
	margin: 0;
	width: 965px;
	margin: 0 auto;

}

/* Contains rest of HTML */
#centrecontainer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;

}


/* --- Header section ------------------------------------------------ */
#header {
	margin: 0px;
	width: 100%;

	height: 195px;
	display: inline;
	float: left;
	background-image: url(../templateimages/bannersliced_3.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	
}

#title2 {
	position:relative;
	top: -198px;
	padding: 0px;
	margin: 0px;

	height: 195px;
	width: 350px;
	float: right;
	
}

/* Top links */
#menu {
	margin: 0px;
	
	width: 500px;
	position: relative;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	left: -180px;
	top: 87px;
}
#header2 .links {
	margin: 0px;
	padding: 5px 0;
	position: relative;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited {
	position: relative;
	text-decoration: none;
	color: #F180F4;
	margin: 0px 0;
	padding: 6px 6px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
}


#header2 .links a:hover, #header2 .links a:visited:hover {
	background-color: #F2F2F2;
}

#header2 .links2 {
	margin: 0px 0 10px 0;
	padding: 0px 10px 2px 10px;
	
	position: relative;
	top: -20px;
	left: -10px;
}

#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: #A9ADDC;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	}


#header2 .links2 a:hover {
	color: #858FC9;
}



/* Left hand section of page body (if you have one!) */
#LeftSideBar {

	float: left;
	width: 160px;
	text-align: left;
	padding: 0;
	/* IE doubles the margins on floats, this takes care of the problem */

	margin: 0 15px 0 5px;
	
}

/* Dynamic page content section of page body */
#pagecontent {

	float: left;
	width: 600px;

}

#pagecontent_pad {
	padding: 0px 13px 5px 0px;
}

/* Right hand section of page body */
#RightSideBar {
	float: right;
	width: 175px;
	margin: 0px 10px 0px 0px;
}

#RightSideBar .section {
	display: block;
}
#basket{
	background-image: url(../templateimages/basket_bg.jpg);
	background-repeat: no-repeat;
	
	padding: 3px;
	margin: 10px 3px 3px 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	clear: both;
	width: 965px;
	height: 75px;
	background-image: url(../templateimages/bottom.jpg);
	background-repeat: no-repeat;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-position: bottom;
	background-color: white;
	text-align: center;	
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	
	display: inline;
	margin: 0;
	color: #999999;
}
#footer li a  {
	color: #ACACD5;
	font-weight: normal;
	padding: 0 8px;
	
}
#footer li a:hover {
	color: #8E8EC6;
	
}

/* T&Cs text */
#terms {
	padding: 10px 0 0 10px;
	color: #FF66CC;
	text-align: center;	
}
#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: 230px;
	float: left;
	margin: 10px 0 0 0;
	position: relative;
	left: -50px;
}
#searchbox .inner {
	height: 36px;
	background: url(../templateimages/bg_topSearch.gif) no-repeat left top;
}
#searchbox fieldset {
	padding: 8px 0 3px 8px;
}
#searchbox h4 {
	
}
#searchbox input {
	background-color: transparent;
	border: none;
	letter-spacing: -0.02em;
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #A7ABD8;
	
}

#searchbox #searchbutton {
	width: 35px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: hand;
	
	position: relative;
	top: -5px;
	left: 0px;	
}
#searchbox #searchbutton span {
	display: inline;
}

/* --- 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;
}

