/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-image: url(../templateimages/body_bg.gif);
	background-repeat: repeat;
	color: #FFFFFF;


}

/* This gets around problem with page jumping with without scrollbars*/
html { height: 100%; margin-bottom: 1px; }

/* Contains rest of HTML */
#centrecontainer {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	background-color: #000000;
	background-image: url(../templateimages/header_box_topslice.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 156px;
	padding: 0;
	margin-top: 5px;
}

#headerleft {
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../templateimages/header_box_tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 780px;
	height: 156px;
}
#headerright {
	float: right;
	padding: 0px;
	background-image: url(../templateimages/header_box_tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 780px;
	height: 156px;
	margin: 0px;
}

#header #header_inner {
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	height: 151px;
	background-image: url(../templateimages/header_bg_image.jpg);
	top: 5px;
	background-repeat: no-repeat;
	padding: 0px;	
}

#header_inner .logo {
	height: 151px;
	width: 151px;
	position: relative;
	float: left;

}

#header img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

#strapline {
	position: absolute;
	top: 22px;
	right: 3px;
}
#phoneno {
	position: absolute;
	top: 60px;
	right: 3px;
}
	
#menubar {
	position: relative;
	margin: 0px;
	top: 108px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
}

#menubar #basketstatus {
	float: right;
	width: 380px;
	position: relative;
	top: 6px;
	font-size: 7.5pt;
	text-transform: uppercase;
	color: #000000;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#menubar #basketstatus .box{
	border: 1px solid #000000;
	background-color: #F8C24C;
	padding: 2px;
	margin-right: 10px;
}
	
#menubar #searchbox {
	float: left;
	vertical-align: top;
	position: relative;
	height: 28px;
	width: 215px;
	background-image: url(../templateimages/menubar_search_div.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 2px;
}

#basketstatus a:link, #basketstatus a:visited {
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding-right: 2px;
	padding-left: 2px;
}

#basketstatus a:hover {
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding-right: 2px;
	padding-left: 2px;
}


#menubar #searchbox .boxborder  {
	margin: 0px;
	font-size: 8pt;
	/*padding: 0px;*/
}
#menubar #searchbox img  {
	position: relative;
	top: 2px;
}

#menubar #searchbox input  {
	position: relative;
	margin: 3px;
	padding: 2px;
	vertical-align: top;
	top: 2px;
	border: 1px solid #000000;
}

#menubar #searchbox input.searchgo {
	margin: 0px;
	padding: 0px;
	border: none;
}


#topmenu {
	height: 16px;
	position: relative;
	top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

#topmenu a:link, #topmenu a:visited
	{
	text-decoration: none;
	color: white;
	}


#topmenu a:hover, #topmenu a:active
	{
	color: silver;
	}



/* --- Entire page body section - everything below the header -------- */
#pagebody {
	margin: 0px;
}

td.sidebarleft {
	background-image: url(../templateimages/sidebarsleft.jpg);
	background-repeat: repeat-y;
	width: 7px;
	padding: 0px;
}

td.sidebarright {
	background-image: url(../templateimages/sidebarsright.jpg);
	background-repeat: repeat-y;
	width: 8px;
	padding: 0px;
}


/* Left hand section of page body (if you have one!) */
#left {
	width: 168px;
	margin: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 100%;
	float: left;
	padding: 0;

}

#pagecontent_pad {
	padding: 10px 5px 5px 5px;

}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	text-align: left;
	background-color: #000000;
	background-image: url(../templateimages/footer_slc.jpg);
	height: 33px;
}

#footer .boxleft {
	float: left;
}
#footer .boxright {
	float: right;
}

#footer #footeritems  {
	height: 30px;
	width: 600px;
	float: right;
	background-image: url(../templateimages/footer_mid_slc.jpg);
	background-repeat: repeat-x;
}

/* Footer nav links */
#footeritems .links {
	float: right;
	margin: 0px;
	padding: 5px
}

#footeritems .links li {
	list-style: none;
	display: inline;
}
	
#footeritems .links a {
	height: 12px;
	font-size: 7pt;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* T&Cs text */
#terms {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
}

/* --- 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;
}

/* Left hand nav panel */

td.menupanel  {
	background-color: #DA7420;
	margin: 0px;
	padding: 0px;
	background-image: url(../templateimages/mainnav_slc.jpg);
	background-repeat: repeat-y;

}

td.menupanel img  {
	margin: 0px;
	padding: 0px;

}

#freedelivery  {
}
#mailinglist  {
	margin-top: 10px;
	margin-bottom: 10px;
}

td.content {
	background-color: #000000;

}

#menucontainer {
	background-image: url(../templateimages/mainnav_slc2.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#menupanel-top {
	background-image: url(../templateimages/mainmenu_head.jpg);
	width: 149px;
	height: 26px;
	margin: 0;
	padding: 0;
	
}
#menupanel-foot {
	background-image: url(../templateimages/mainmenu_foot.jpg);
	width: 149px;
	height: 5px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

#credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	float: left;

}

#abcredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	float: right;
}

#abcredit a.credits, #abcredit a.credits:visited {
	text-decoration: none;
	color: #6699CC;
	font-weight: normal;
}

#abcredit a.credits:hover, #abcredit a.credits:active {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}

#popupprodpage {
	margin: 10px;
	padding: 10px;
	border: 1px solid #E5E2D9;
	text-align: left;
	background-color: #FFFFFF;
	height: 360px;
}

#popupprodpage img.thumb {
	padding: 10px;
	float: left;
}

div.spacer {
	clear:both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
}
