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

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

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

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


/* --- Header section ------------------------------------------------ */
#header {
	width: 741px;
	height: 111px;
}

#header2 {
	width: 741px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#strapline {
	width: 741px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/textbar.jpg);
}

#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;
}






/* --- Entire page body section - everything below the header -------- */
#pagebody {
	width: 741px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/content_bg.jpg);
}

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

}

#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: left;
	width: 461px;
	padding: 0px 0px 0px 15px;
	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: 143px;
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right {
	width: 100px;
	float: right;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#sidePanel a:link, #sidePanel a:visited{
	
	color: #666666;
	
	text-decoration: none;
}

#sidePanel a:hover{
	
	text-decoration: underline;
	color: #C95F25;
}
#sidePanel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}

/* --- Footer -------------------------------------------------------- */
a {
	text-decoration: underline;
	color: #C95F25;
	FONT-WEIGHT: bold;
}
a:active {
	text-decoration: none;
}

A:visited {
	TEXT-DECORATION: none
}
A:link {
	TEXT-DECORATION: none;
}

A:hover {
	TEXT-DECORATION: underline;
	FONT-WEIGHT: bold;
}



#footer {
	clear: both;
	width: 741px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/footer_bg.jpg);
	height: 115px;
}


#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: 140px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}


.menu{
width: 140px; /*width of menu*/
text-align:left;
}

.menu ul{
list-style-type: none;
margin: 1px 0;
padding: 0;
}

.menu ul li a{
background: #ffffff url(images/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #5e4738;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #999999;
}


* html .menu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.menu ul li.active a {
color: #5e4738;
background-color: #cbc0a7;
background-image:url(images/arrow-list-red.png)
}

.menu ul li a:hover{
color: #5e47386;
background-color: #cbc0a7;
background-image:url(images/arrow-list-red.png); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .menu ul li { height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */

/*---------- mini basket link ----------------------------------------*/

A.minibasket:link		{text-decoration: none; color: #333333; FONT-WEIGHT: normal;}
A.minibasket:visited	{text-decoration: none; color: #333333; FONT-WEIGHT: normal;}
A.minibasket:hover		{text-decoration: underline; color: #C95F25; }

TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 18px;
}

.weetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}

h1 {
	font-size: 14pt;
	font-weight:bold;
	color: #7d3930;
}