/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;	
}

pre{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 540px;
}

#container {
	display: block;	
	margin: 0 auto;	
}

/* Contains rest of HTML */
#centrecontainer {
	width: 905px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


#contentfillfix{
	clear: both;
}

/* --- Header section ------------------------------------------------ */
#header {
	height: 104px;
	margin: 0px;
	width: 900px;
	clear: both;
}

#header #title_right{
	float: left;
}


#header #logo_container{
	float: left;
	width: 171px;	
}

#header #banner_container{
	float: left;
	width: 720px;
	height: 104px;
	background-image:url(../templateimages/topbg.gif);
	background-repeat: no-repeat;			
}

#header #banner_container #banner{
	padding: 15px 0 0 60px;
	float: left;
}

#header #banner_container #shopping_basket{
	float: left;
	margin-left: 25px;	
}

#header #banner_container #shopping_basket h4{
	font-size: 7pt;
	color:#000066;
	margin: 14px 0 4px 4px;
	padding-bottom: 0px;
}

#header #title_right{
	float: left;
}

/* Top links */

#header2{
	clear: both;
}

#header2 #search_background{
	background-image: url(../templateimages/searchbg.gif);
	background-repeat: no-repeat;
	width: 171px;
	height: 50px;
	float: left;
	
}

#header2 #links_container{
	float: left;
	width:730px;
	margin: 0px;
	padding: 0px;	
}

#header2 #links_container .links{	
	width:730px;
	margin: 0px;
	padding: 0px;	
}

#header2 #links_container .links img{
	border: none;
}



/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px;
	margin: 0px;
	clear: both;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 171px;
	margin: 0px;
	padding: 0px;	
	float: left;
	background-color: #ffffff;
}

#left #callme{
	margin-bottom: 10px;
	text-align: center;
}

#left #newsletter{
	margin: 5px 0 5px 3px;
	width: 165px;
	border: 1px solid #cccccc;
	background-color: #DBEEFC;
	padding-left: 3px;
	clear:both;
	
}

#left #newsletter h1{
	font-size: x-small;
	color: #3366CC;
	margin-top: 10px;	
}

#left #newsletter p, #left #newsletter td{
	font-size: x-small;
	color: #666666;
}

#left .paddingcards{
	margin: 10px 0;
	text-align: center;
}


/* Dynamic page content section of page body */
#pagecontent {
	width: 560px;
	float: left;
	padding: 0;
}

#pagecontent_pad {
	padding: 5px;
}

/* Right hand section of page body */
#right {
	width: 171px;
	margin: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- 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;
}

/* T&Cs text */
#terms {	
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
	text-align: center;
}

#bottomlinks{
	text-align: center;
}

#bottomlinks ul{
	list-style: none;
	
}

#bottomlinks ul li{
	padding-right: 5px;
	display: inline;
}


a.prodtypemenu:link, a.prodtypemenu:visited {
	text-decoration: none; 
	color: #0055CC;
	font-weight: bold;
}

a.prodtypemenu:hover	{
	text-decoration: none; 
	color: #ff0000;
	font-weight: bold;
}

#bottomcategorylinks a{
	font-weight: normal;
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox{
	padding: 10px 0 0 10px;
}

#searchbox .searchField {
	width: 130px;
	font-size: 9pt;
	color:#1449AD;
	font-weight: bold;
}

#searchbox input{
	border: 0px;
}

a.searchlink:link, a.searchlink:visited{
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #0055CC;
	text-decoration: none;
	margin-left: 10px;
}

a.searchlink:hover{
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: underline;
	margin-left: 10px;

}


/* --- 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;
}

