/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #FFFFFF;
}

#container {
	display: block;
	background-position: left top;
	margin: 0 auto;
	background-color: #eeeeee;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 872px;
	text-align: left;
	min-height: 100%;
	background-color: #FFFFFF;
	border-top-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* --- Header section ------------------------------------------------ */
#header {
	margin: 0px;

}
#navSiteMain {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 26px;
}
#navSiteMain #button01 {
	background-image: url(../templateimages/main_nav_buttons/button03.jpg);background-repeat: no-repeat;width: 120px;text-align: center;float: left;margin-right: 2px;margin-left: 2px;
}
#navSiteMain #button01 a {
	display: block;color: #FFFFFF;text-decoration: none;padding-top: 4px;padding-bottom: 4px;
}
#navSiteMain #button01 a:hover {
background-image: url(../templateimages/main_nav_buttons/button03_h.jpg);
}
#navSiteMain #button02 {
	background-image: url(../templateimages/main_nav_buttons/button02.jpg);background-repeat: no-repeat;width: 120px;text-align: center;float: left;margin-right: 2px;margin-left: 2px;
}
#navSiteMain #button02 a {
	display: block;color: #FFFFFF;text-decoration: none;padding-top: 4px;padding-bottom: 4px;
}
#navSiteMain #button02 a:hover {
background-image: url(../templateimages/main_nav_buttons/button02_h.jpg);
}
#navSiteMain #button03 {
	background-image: url(../templateimages/main_nav_buttons/button01.jpg);background-repeat: no-repeat;width: 120px;text-align: center;float: left;margin-right: 2px;margin-left: 2px;
}
#navSiteMain #button03 a {
	display: block;color: #FFFFFF;text-decoration: none;padding-top: 4px;padding-bottom: 4px;
}
#navSiteMain #button03 a:hover {
background-image: url(../templateimages/main_nav_buttons/button01_h.jpg);
}
#navSiteMain #button04 {
	background-image: url(../templateimages/main_nav_buttons/button04.jpg);background-repeat: no-repeat;width: 120px;text-align: center;float: left;margin-right: 2px;margin-left: 2px;
}
#navSiteMain #button04 a {
	display: block;color: #FFFFFF;text-decoration: none;padding-top: 4px;padding-bottom: 4px;
}
#navSiteMain #button04 a:hover {
background-image: url(../templateimages/main_nav_buttons/button04_h.jpg);
}
#navSiteMain #button05 {
	background-image: url(../templateimages/main_nav_buttons/button05.jpg);background-repeat: no-repeat;width: 120px;text-align: center;float: left;margin-right: 2px;margin-left: 2px;
}
#navSiteMain #button05 a {
	display: block;color: #FFFFFF;text-decoration: none;padding-top: 4px;padding-bottom: 4px;
}
#navSiteMain #button05 a:hover {
background-image: url(../templateimages/main_nav_buttons/button05_h.jpg);
}
#navSiteMain #button06 {
	background-image: url(../templateimages/main_nav_buttons/button06.jpg);background-repeat: no-repeat;width: 120px;text-align: center;float: left;margin-right: 2px;margin-left: 2px;
}
#navSiteMain #button06 a {
	display: block;color: #FFFFFF;text-decoration: none;padding-top: 4px;padding-bottom: 4px;
}
#navSiteMain #button06 a:hover {
background-image: url(../templateimages/main_nav_buttons/button06_h.jpg);
}
#navSiteMain #button07 {
	background-image: url(../templateimages/main_nav_buttons/button07.jpg);background-repeat: no-repeat;width: 120px;text-align: center;float: left;margin-right: 2px;margin-left: 2px;
}
#navSiteMain #button07 a {
	display: block;color: #FFFFFF;text-decoration: none;padding-top: 4px;padding-bottom: 4px;
}
#navSiteMain #button07 a:hover {
background-image: url(../templateimages/main_nav_buttons/button07_h.jpg);
}


/* Top links */
#header2 {
	background-image: url(../templateimages/nav_bg.gif);
	height: 31px;
	vertical-align: middle;
}
#header2 .links {
	font-family: "Trebuchet MS", Arial;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 8pt;
	text-transform: uppercase;
}


#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: #FFFFCC;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
	text-align: right;
}

#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: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}
	
#header1 {
	background-color: #EEEEEE;

}

#header1 .links2 {
	text-align: right;
	float: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#header1 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header1 .links2 a:link, #header1 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: #666666;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	}


#header1 .links2 a:hover
	{
	color: black;
	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: 630px;
	float: left;
	padding: 0;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 160px;
	margin: 0px;
	float: right;
	background-color: #f8f8f8;
	padding: 8px;
	border: 1px dotted #cccccc;
}

/* --- 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: 8pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 160px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 130px;
}

#searchbox #searchbutton {
	width: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
}
#basket {
	background-color: #FFEAD5;
	padding: 4px;
}
/* --- 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;
}
s
