/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: centre;
	background-image:url(../templateimages/mainbackground.jpg);
	background-repeat:repeat-x;
}

#container {
	display: block;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 798px;
	margin: 0 auto;
	min-height: 100%;
	background-image: url(../templateimages/content_background.png);
}

/* --- Top section --------------------------------------------------- */
#top {
	width: 798px;
	background-image:url(../templateimages/top.png);
	background-repeat:no-repeat;
	height: 12px;
	margin: auto;
}

/* --- Header section ------------------------------------------------ */
#header {
	height: 193px;
	margin: 0px 10px 0px 10px;
	width: 778px;
	border-bottom: 2px red;
	}

#titletop{
	width: 778px;
	height: 162px;
	background-image:url(../templateimages/banner.jpg);
	}

#titlebottom{
	width: 778px;
	height: 29px;
	background-image:url(../templateimages/banner_bottom.jpg);
	}

/* Top links */


#titlebottom .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
	}

#titlebottom .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#titlebottom .links2 a:link, #titlebottom .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}

#titlebottom .links2 a:hover{
	color: black;
	text-decoration: underline;
	}

/* --- menu with different colour buttons -------- */
#button1{
	background-image:url(../templateimages/buttons/button1.jpg);
	width: 101px;
	height: 23px;
	float: right;
	text-align:center;
	font-size: 10pt;
	padding-top: 5px;
	margin-right: 3px;
	}
	
#button1 .links A:link{
	text-decoration: none;
	color: white;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	}
	
#button1 .links a:hover{
	color:#BCE3A4;
	text-decoration: underline;
	}
	
#button2{
	background-image:url(../templateimages/buttons/button2.jpg);
	width: 101px;
	height: 23px;
	float: right;
	text-align:center;
	font-size: 10pt;
	padding-top: 5px;
	}
	
#button2 .links A:link{
	text-decoration: none;
	color: white;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	}
	
#button2 .links a:hover{
	color:#BCE3A4;
	text-decoration: underline;
	}
	
#button3{
	background-image:url(../templateimages/buttons/button3.jpg);
	width: 101px;
	height: 23px;
	float: right;
	text-align:center;
	font-size: 10pt;
	padding-top: 5px;
	}
	
#button3 .links A:link{
	text-decoration: none;
	color: white;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	}
	
#button3 .links a:hover{
	color:#BCE3A4;
	text-decoration: underline;
	}
	
#button4{
	background-image:url(../templateimages/buttons/button4.jpg);
	width: 101px;
	height: 23px;
	float: right;
	text-align:center;
	font-size: 10pt;
	padding-top: 5px;
	}
	
#button4 .links A:link{
	text-decoration: none;
	color: white;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	}
	
#button4 .links a:hover{
	color:#BCE3A4;
	text-decoration: underline;
	}
	
#button5{
	background-image:url(../templateimages/buttons/button5.jpg);
	width: 101px;
	height: 23px;
	float: right;
	text-align:center;
	font-size: 10pt;
	padding-top: 5px;
	}
	
#button5 .links A:link{
	text-decoration: none;
	color: white;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	}
	
#button5 .links a:hover{
	color:#BCE3A4;
	text-decoration: underline;
	}
	
#button6{
	background-image:url(../templateimages/buttons/button6.jpg);
	width: 101px;
	height: 23px;
	float: right;
	text-align:center;
	font-size: 10pt;
	padding-top: 5px;
	}
	
#button6 .links A:link{
	text-decoration: none;
	color: white;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	}
	
#button6 .links a:hover{
	color:#BCE3A4;
	text-decoration: underline;
	}

#button7{
	background-image:url(../templateimages/buttons/button7.jpg);
	width: 101px;
	height: 22px;
	float: right;
	text-align:center;
	font-size: 10pt;
	padding-top: 5px;
	}
	
#button7 .links A:link{
	text-decoration: none;
	color: white;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	}
	
#button7 .links a:hover{
	color:#BCE3A4;
	text-decoration: underline;
	}

/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 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: 580px;
	float: right;
	padding: 0;
	margin-right: 5px;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 175px;
	margin: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 1px;
}

#right h4{
	color:#FFFFFF;
	}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;

}

/* 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;
}

/* --- Bottom section --------------------------------------------------- */
#bottom {
	width: 798px;
	height: 11px;
	background-image:url(../templateimages/bottom.png);
	background-repeat:no-repeat;
	margin: auto;
}

#des {
	width: 798px;
	margin: auto;
	text-align:right;
}

#des a {
	font-size: 7pt;
	padding: 2px;
}

/* T&Cs text */
#terms {
	margin-top: 4px;
	font-size: 7pt;
	color: #999999;
	padding: 10px;
	text-align: center;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 148px;
	padding-left: 5px;
}

#searchbox #searchbutton {
	width: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#categories {
	background-color:#FF0000;
	background-image:url(../templateimages/categories_background.jpg);
	background-position:bottom;
	background-repeat:repeat-x
	}

#activeholder {
	background-color:#88C163;
	background-image:url(../templateimages/green_background.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	}
	
/* --- 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;
}

/* --- email Template items ------------------------------------------------ */

#emailbody {
	width: 700px;
	padding: 5px;
	margin: 5px;
}

#emailhead {
	margin: auto;
	width: 700px;
	height: 170px;
	background-image: url(../../images/email_banner.jpg);	
}
