/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

#container {
	display: block;
	margin: 0 auto;
	width: 763px;
	background-color: #ffffff;	
}

/* Contains rest of HTML */
#centrecontainer {
	width: 763px;
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
	
}


/* --- Header section ------------------------------------------------ */
#header {
	width: 763px;
	height: 95px;
	background-image: url(../templateimages/header.gif);
	background-color: #5e4a43;
	text-align: left;
}

#flashheader {
	width: 763px;
	/*height: 232px;
	background-image: url(../T_images/prod_pic.jpg);*/
	background-color: #ffffff;
	margin: 1px 0px 0px 0px;
}

#strapline {
	width: 763px;
	height: 31px;
	background-color: #e8a243;
	margin: 3px 0px 3px 0px;
	background-image: url(../templateimages/strap_bg.gif);
}
#straptitle {
	padding: 7px 5px 3px 590px;
	text-align: right;
	color: #7d3930;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#dropdown {
	text-align: right;
	margin: 3px 0px 3px 0px;
}
div.sample_attach, a.sample_attach
{
  width: 150px;
  border: 1px solid #7d3930;
  background: #f1c589;
  padding: 0px 5px;
  color: #7d3930;
}

a.sample_attach
{
  display: block;
  border-bottom: none;
  text-decoration: none;
}
div.sample_attach2, a.sample_attach2
{
  width: 150px;
  border: 1px solid #7d3930;
  background: #f1c589;
  padding: 0px 5px;
  color: #7d3930;
}

a.sample_attach2
{
  display: block;
  border-bottom: none;
  color: #7d3930;
  text-decoration: none;
}

.sample_attach2 a:link, .sample_attach2 a:visited  {
	color: #7d3930;
	text-decoration: none;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}
.sample_attach2 a:hover {
	color: #7d3930;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

#navigation {background-color:#7d3930; height:28px; border-top:1px #ffffff solid; display:block}

/**** Link Separators ****/
ul.links {margin:0px; padding:0px; }
	ul.links img {border:none;}
 ul li.links {margin:0px; padding:0px; float:left; list-style:none;}
 ul li.linksn {margin:0px; padding:0px; float:left; list-style:none;color:white;padding:14px;padding-top:4px;padding-bottom:6px;border-right: 1px #ffffff solid;}
 ul li.linksnb {margin:0px; padding:0px; float:left; list-style:none;color:white;padding:14px;padding-top:4px;padding-bottom:6px;border-right: 1px #ffffff solid;background-color:#81665d;}

.linksn a{color:white; text-decoration:none;}
.linksn a:link {color:white; text-decoration:none;}
.linksn a:visited {color:white; text-decoration:none;}
.linksn a:hover {color:white; text-decoration:underline;}

.linksnb a{color:white; text-decoration:none;}
.linksnb a:link {color:white; text-decoration:none;}
.linksnb a:visited {color:white; text-decoration:none;}
.linksnb a:hover {color:white; text-decoration:underline;}

#mainmenu {
	margin: 0px 0px 0px 0px;
	height: 28px;
	background-color:#7d3930;
	
}

#mainmenu a:link, #mainmenu a:visited  {
	color: #ccbdaa;
	text-decoration: none;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}
#mainmenu a:hover {
	color: #ccbdaa;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}



/* --- Entire page body section - everything below the header -------- */
#pagebody {
	width: 761px;
	float: left;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

#pagetitle {
	padding: 0px 0px 0px 0px;
	width: 652px;
	height: 47px;
	background-image: url(../T_images/title_bg.jpg);
	background-repeat: no-repeat;

}

#titletext {
	text-align: left;
	padding: 13px 0px 0px 290px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	color : #ffff66;

}

#pagecontent {
	width: 761px;
	text-align: left;
	float: left;
	border-bottom: 1px solid #e8a243;
	border-left: 1px solid #e8a243;
	border-right: 1px solid #e8a243;
	border-top: 1px solid #e8a243;
	
}

#maincontent {
	text-align: left;
	float: right;
	background-image: url(../T_images/content_bg.gif);
	background-repeat: no-repeat;
	width: 520px;
	padding: 10px 15px 10px 25px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	color : #5e4a43;
	
}


#basket_pad {
	padding: 5px 5px 5px 5px;
}

/* Right hand section of page body */
#left {
	width: 200px;
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #e8a243;
}

/* --- Footer -------------------------------------------------------- */

/* Footer nav links */
#weemenu
	{
	text-align: left;
	background-color: #7d3930;
	background-image: url(../templateimages/weemenu_bg.gif);
	background-repeat: no-repeat;
	margin: 2px 0px 0px 0px;
	padding: 10px 5px 5px 15px;
	font-family: verdana,arial,helvetica;
	font-size: 10px; 
	color: #ffffff;
	font-weight: normal;
	}
	

#weemenu a:link, #weemenu a:visited
	{
	color: #ffffff;
	text-decoration: none;
	}
	
#weemenu a:hover {
	color: #ffffff;
	text-decoration: none;
}

#loginfooter {
	clear: both;
	width: 761px;
	text-align: left;
	border-bottom: 1px solid #e8a243;
	border-left: 1px solid #e8a243;
	border-right: 1px solid #e8a243;
	border-top: 1px solid #e8a243;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 3px 0px;	
}

# taster {
	clear: both;
	width: 763px;
	text-align: left;
	border-bottom: 1px solid #5e4a43;
	border-left: 1px solid #5e4a43;
	border-right: 1px solid #e8a243;
	border-top: 1px solid #5e4a43;
	background-color: #5e4a43;
}

#footer {
	clear: both;
	width: 763px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #cccccc;
}

#credits {
	width: 763px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	text-align: right;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}
#credits a:link, #credits a:visited
	{
	
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	}


#credits a:hover
	{
	text-decoration: underline;
	}
	
#address {
	width: 923px;
	height: 28px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color : #cccccc;
}
		
	
/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 90px;
	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;
}
TD {
	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 
	color : #ffffff;
	
}

.shakespeare {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 12px;
}
.highpeak {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1421AE;
	font-size: 12px;
}
.hebridean {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CF941D;
	font-size: 12px;
}
.nelson {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8E101B;
	font-size: 12px;
}
.lakeland {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FA9B06;
	font-size: 12px;
}
.russo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 12px;
}
