/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body { margin:0; font-family:Tahoma, "Trebuchet MS", Arial; background:#f3f3f3; font-size:11px; color:#71798b;}
#main { width:832px; margin:0 auto 0 auto; background:#FFFFFF;}
.clr { clear:both;}
a { outline:none; }

/* container1 */
#container1 { width:832px; height:247px;}
#container_top_nav { height:38px; float:left; padding-top:20px; padding-left:12px;}
#container_top_search { width:216px; height:58px; float:right; background:url(../templateimages/header01.gif);}
#container_logo { width:150px; height:189px; float:left; vertical-align:bottom;}
#logo { width:99px; height:90px; background:url(../templateimages/logo.gif); margin:42px 0 0 35px;}
#container_header_images { width:682px; height:189px; margin-left:150px;}
#header02 { width:682px; height:148px; background:url(../templateimages/header02.jpg);}
#header03 { width:682px; height:41px; background:url(../templateimages/header03.jpg);}
#container3 { width:832px; height:90px; float:left;}

/* container2 */
#container2 { width:832px;}
#container_left { width:257px; float:left;}
#container_content { width:575px; float:right;}
#header04 { width:574px; height:49px; background:url(../templateimages/header04.gif); float:right;}
#content { widows:574px; padding:15px 12px 15px 18px; background:#FFFFFF;}

/* left
#product_search { width:257px; height:150px; background:url(../templateimages/prod-search-bg.gif);}
#product_search_left { width:5px; height:150px; background:url(../templateimages/prod-search-left.gif); float:left;;}
#product_search_right { width:5px; height:150px; background:url(../templateimages/prod-search-right.gif); float:right;} */

/* left */
#product_search { width:256px; background:url(../templateimages/product-search-bg.jpg) top left repeat-x #cf0302; padding:0; margin:0; height:115px; }

#container_map { width:257px; height:223px; float:left; background:url(../templateimages/map-bg.gif);}
#map_location { height:40px; padding:12px 0 0 35px; color:#939ead; font-size:12px; font-weight:bold; text-decoration:none;}
#map_uk { width:119px; height:157px; background:url(../templateimages/map-uk.gif); float:left;}
#map_details { width:138px; padding:25px 0 0 0; font-size:10px; color:#939ead; margin-left:119px; line-height:21px;}
#map_bottom { width: 257px; height:26px; background:url(../templateimages/map-bottom.gif); float:left;}

/* footer */
#container5 { width:832px; height:65px; background:#f3f3f3;}
#footer_curve { width:832px; height:15px; background:url(../templateimages/footer-curve.gif); display:block;}
#container6 {width:832px; height:50px;}
#footer_company_details { width:525px; height:50px; padding-top:10px; float:left;}
#footer_soula { width:265px; height:50px; padding-top:10px; /*background:url(../templateimages/soula-bg.gif);*/ float:right;}

/*** Recipe Tabs ***/
.tab { background:url(../templateimages/tab-bg-on.gif) no-repeat; text-decoration:none; text-align:center; color:#333333; padding:5px 0 0 0; width:86px; height:45px; float:left; }
.tab a { text-decoration:none; text-align:center; color:#666; width:86px; height:45px; float:left; }
.tab a:hover { text-decoration:none; text-align:center; color:#CC0000; width:86px; height:45px; float:left; }

#tabActive { background:url(../templateimages/tab-bg.gif) no-repeat; padding:5px 0 0 0; text-align:center; text-decoration:none; color:#CC0000; width:86px; height:45px; float:left; }

#tabActive a { text-align:center; text-decoration:none; color:#CC0000; width:86px; height:45px; float:left; }

.tel { font-size:12px; color:#f00f0f;}
/* End of Nathan Styles */

#container {
	display: block;
	background-image: url(templateimages/back_fade.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 70px;
	margin: 0px;

}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

/* Top links */
#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: #d2ebfa;
	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: #d2ebfa;
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px 10px;
	margin: 5px 0px 0px 0px;
	background-color:#ffffff;
}

/* 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: 560px;
	float: right;
	padding: 0;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Paul Wallas //24/04/2008// Left hand section of page body */
#left {
	width: 168px;
	margin: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;
	background:url(templateimages/back_fade6.png) repeat-x;

}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	font-size: 7pt;
	color: #999999;
	width:600px;
	margin:0 auto;
	height:40px;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 198px; background:#fff; color:ff0000; border:none;
	margin: 0 0 0 24px;
	padding: 0;
}

#searchbox input {
	width: 148px; margin:10px 5px 0 30px; background:#FFFFFF; border:none;
}

#searchbox #searchbutton {
	width: 20px;
	text-align: right; background:url(../templateimages/empty.gif);
	margin: 0; cursor:pointer;
	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;
}

#mailinglist { width:257px; height:50px; background:url(../templateimages/mailinglist.gif) top left; display:block;}
#mailinglist:hover { width:257px; height:50px; background:url(../templateimages/mailinglist.gif) top right; display:block;}

.scalableTab {
	float:left;
	color:#333333;
	text-align:center;
	text-decoration:none;
	padding-top: 5px;
	background:url(../tabs/tab-off-bg.gif) repeat-x;
	height:40px;
	display:block;
}
.scalableTabActive {
	float:left;
	color:#333333;
	text-align:center;
	text-decoration:none;
	padding-top: 5px;
	background:url(../tabs/tab-on-bg.gif) repeat-x;
	height:40px;
	display:block;
}
.scalableTabActive a {
	text-decoration:none;
	color:#CC0000;
	padding:15px;
}

.scalableTabActive a:hover {
	text-decoration:none;
	color:#880000;
	padding:15px;
}

.scalableTab a:hover {
	text-decoration:none;
	color:#CC0000;
	padding:15px;
}

.scalableTab a {
	text-decoration:none;
	color:#666;
	padding:15px;
}
