/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #E5E5E5;
}

#container {
	display: block;
	top:20px;
	position:relative;
	margin: 0 auto;
	width:100%-32px;
	background-image:url(../templateimages/shadow_left.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FFFFFF;
	margin-left: 14px;
	margin-right: 18px;
	min-width:655px;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	background-image:url(../templateimages/shadow_right.gif);
	background-repeat:repeat-y;
	background-position:right;
	position:relative;
}


/* --- Header section ------------------------------------------------ */
#headerspacer{
	height: 10px;
	background-color:#E5E5E5;
}
#header {
	height: 65px;
	margin: 0px;
	background-image:url(../templateimages/header_top.gif);
	background-repeat:repeat-x;
	position:relative;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

#header #headerleft{
	position:absolute;
	left:0px;
	top:0px;
}
#header #headerright{
	position:absolute;
	right:0px;
	top:0px;
}
#header #title #logo {
	position:absolute;
	float:left;
	top:-23px;
	left:-8px;
}
#header #title #slogan {
	position:relative;
	float:left;
	left:25px;
	top:25px;
	font-style:italic;
	font-size:1.6em;
	line-height:1.2em;
	width:380px;
}
#header #title #phno {
	position:relative;
	float:right;
	top:24px;
	right:20px;
}


/* Top links */
#header2 {
	background-image:url(../templateimages/menubackground.gif);
	background-repeat:repeat-x;
	left:5px;
	position:relative;
	float:left;
	color:#FFFFFF;
	padding:0px;
	height:27px;
}

#header2 .links {
	position:relative;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-bottom:-5px;
	left:5px;
	height:27px;
}


#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;
	margin: 0px 0px 0px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}
#header2 #menusearch {
	position:relative;
	float:right;
	top:3px;
	margin-bottom:-0px;
	height:27px;
}
#header2 #menulinks {
	position:relative;
	float:left;
}
#header2 #menusearch #menusearchtext{
	top:-3px;
	position:relative;
	float:left;
}

#header2 #menusearch #searchbtn{
	position:relative;
	float:left;
	top:-10px;
	right:-12px;
	margin-bottom:-14px;
	border-style:none;
	z-index:1;

}
#header2 #menusearch #searchstring{
	position:relative;
	float:left;
	left:5px;
	top:1px;

}

#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 {
	clear:both;
}

/* Left hand section of page body (if you have one!) */
#left {
	width:186px;
	position:relative;
	float:left;
	
}
#left .leftmenu{
	width:160px;
	position:relative;
	float:left;
	background-image:url(../templateimages/left_background.jpg);
	background-repeat:repeat-x;
	padding:5px;
	background-color:#EAEAEA;
	margin-top:10px;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	left:14px;
	color:#000000;
}
#left .leftmenu img{
	padding:2px;
	padding-bottom:4px;

}
#left .leftmenu_shadow{
	position:relative;
	float:left;
	left:14px;
	background-image:url(../templateimages/leftmenu_shadow.gif);
	background-repeat:repeat-x;
	height:4px;
	width:172px;
}


/* Dynamic page content section of page body */
#pagecontent {
	position:relative;
	float:left;
	padding:20px 25px 20px 20px;
	margin-right:0px;
	z-index:0;
	
}

#subfooter{
	float:right;
	clear:both;
	bottom:0px;
	text-align:right;
	padding-right:12px;
	padding-bottom:5px;
	font-size:0.8em;
	line-height:1.2em;
}
#subfooter img{
	margin-top:3px;
}
#yourmoney{
	background-color:#FFFFFF;
	background-image:url(../templateimages/yourmoney.gif);
	background-repeat:repeat-x;
	clear:both;
	height:23px;
	margin-left:5px;
	margin-right:5px;
}
#freedelivery{
	position:relative;
	float:left;
	left:30px;
	padding:10px;
}
#recycling{
	position:relative;
	float:left;
	left:30px;
	padding:10px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	clear: both;
	background-image:url(../templateimages/footer_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
	height:11px;
	width:100%;
}

#footer #footerleft{
	position:absolute;
	left:0px;
}
#footer #footerright{
	position:absolute;
	right:0px;
}


/* 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 */
#footertext {
	top:3px;
	font-size: 1em;
	line-height:1.2em;
	float:left;
	position:relative;
	/*padding:2px 12px;*/
	color:#FFFFFF;
	letter-spacing:0em;
	width:100%;
	margin-left:-10px;
	margin-right:-10px;
	text-align:center;
}
#footertext a{
	color:#FFFFFF;
}


/* --- 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;
}

/* 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;
}
.pdfdownload{
	padding:2px;
	position:relative;
	float:left;
}
#copyrightinfo{
	float:left;
	text-align:left;
	left:20px;
	font-size:0.8em;
	line-height:1.2em;
	top:20px;
	position:relative;
}
#addressinfo{
	top:20px;
	position:relative;
	float:right;
	text-align:right;
	margin-right:30px;
	font-size:0.8em;
	line-height:1.2em;
}
