/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #F0FFF9;
}

h6 {
	visibility: hidden;
	color:#fff;
	height:1px;
}

#container {
	width: 775px;
	display: block;
	background-color: #F0FFF9;
	margin: 15px auto 0px;
}

/* Contains rest of HTML */
#centrecontainer {
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	min-height: 100%;
}

.clear {
	clear:both;
}
/* --- Header section ------------------------------------------------ */
#header {
	height: 162px;
	background-image: url(../templateimages/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;

}

#toplinks {
	padding:140px 0px 0px 425px;
	color:#fff;
}

#toplinks a {
	color:#fff;
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	padding-left:19px;
	margin-left:19px;
	background-position: left;
	background-repeat: no-repeat;
}

#toplinks a:hover {
	color:#FF6600;
}

#toplinks a#checkout {
	background-image:url(../templateimages/pound.gif);
	}
	
#toplinks a#basket {
	background-image:url(../templateimages/basket.gif);
	}
	
#toplinks a#account {
	background-image:url(../templateimages/man.gif);
	}

#toplinks a#checkout:hover {
	background-image:url(../templateimages/pound_over.gif);
	}
	
#toplinks a#basket:hover {
	background-image:url(../templateimages/basket_over.gif);
	}
	
#toplinks a#account:hover {
	background-image:url(../templateimages/man_over.gif);
	}


/* Top links - not used here by 1st take */
/*#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;
}


#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: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#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: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}*/


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	background-color: #fff;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 200px;
	margin: 0px 0px 0px 5px;
	padding:0px;
	float: left;
}

#left ul.left_menu {
	margin: 20px 0px;
	padding:0px 5px;
}

#left ul.left_menu  li {
	list-style-type: none; 
	margin:3px 0px;
}

#left ul.left_menu  li a {
	display:block;
	padding:5px;
	color:#333;
	border:1px solid #ddd;
	background-color: #FFFFE8;
	width:180px;
}

#left ul.left_menu  li a:hover {
	background-color: #E8E8E1;
}

#left p {
	margin-top:5px;
}

/* Dynamic page content section of page body */
#pagecontent {
	background-color: #fff;
	width: 530px;
	float: left;
	padding: 0px 10px 0px 20px;
}

#pagecontent_pad {
	padding: 10px 0px 5px 0px;
}

/* Right hand section of page body - not used here by 1st take */
/*#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}*/

.outerbox {
	width:200px;
	background-image: url(../templateimages/nav_box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.innerbox {
	display: block;
	width:180px;
	padding:10px 10px 20px 10px;
	background-image: url(../templateimages/nav_box_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}


/* --- Footer -------------------------------------------------------- */
#footer {
	margin-top: 20px;
	height:37px;
	clear: both;
	text-align: center;
	background-image: url(../templateimages/footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/* Footer nav links */
#footer {	
	font-size: 11px;
	color:#fff;
}

#footer p {
	padding: 5px;
}

#footer a {
	color:#fff;
	font-weight:normal;
}

#footer a:hover {
	color:#ff6600;
}




/* --- 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;
}

#left h4 {
	color:#333;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

input#searchbutton {
	height: 18px;
}

#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;
}*/