/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
html {
     overflow: -moz-scrollbars-vertical;
}

body {
	text-align: center;
	background-image: url(../templateimages/backg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}

#container {
	display: block;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	background-color: #fff;
}


/* --- Header section ------------------------------------------------ */
#headline {
	font-size: 12pt;
	color: #222;
	text-align: center;

}

#header {
	height: 186px;
	margin: 0px;
	background-image: url(../templateimages/bg-header.jpg);
	background-position: bottom left;
}

#header #title {
	margin: 0px 10px 0px 10px;
}

#header #title a {
	display: block;
	height: 170px;
	width: 100%;
}

/* Top links */
#header2 .links {
	margin: -5px 0px 0px 0px;
	padding: 2px;
	font-size: 12pt;
	background-color: #085B90;
	text-align: center;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0 0 0 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 7px 18px 7px 18px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	background: url("../templateimages/bg-top-menu.png");
	color: #474646;
	}

#header2 .links2 {
	margin: -5px 0px 0px 0px;
	padding: 2px 0 2px 0px;
	font-size: 12pt;
	background-color: #ddd;
	text-align: center;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	}


#header2 .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: 200px;
	margin: 0px;
	float: left;
	border: solid 1px #fff;
}

#left div.catborder {
	border: solid 1px #ccc;
	padding: 0;
	margin: 0;
}

/* Dynamic page content section of page body */
#pagecontent {
	float: left;
	padding: 0;
	width: 494px;
	margin-right: 0;
	margin-left: 20px;
	overflow: hidden;
	color: #085890;

}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 200px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;

}

.bottom-menu {
	width: 100%;
	background: url(../templateimages/bg-footer.jpg) no-repeat center center;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	/*background: #085B90;*/
	text-align: center;
}


/* T&Cs text */
#terms {
	background-image: url(../templateimages/back_fade3.png);
	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: 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;
}

#right h4 {
	font-size: 9pt;
}

/* --- Top list items ------------------------------------------------ */

#toplists .box {
	border: solid 1px black;
	display: block;
	width: 180px;
	padding: 0;
	margin: 10px 0 0 0;
}

#toplists .box h4 {
	border-bottom: solid 1px black;
	padding: 3px 3px 3px 10px;
	background-color: #67b;
	color: #fff;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
}

#toplists .box ul {
	margin: 0;
	padding: 3px 3px 8px 10px;
	border: 0;
	font-size: 9pt;
}

#toplists .box ul li {
	list-style: none;
	float: none;
	clear: both;
	padding: 3px 0 0 0;
}

/* --- News items ------------------------------------------------ */
#newsitems {
	border: solid 1px black;
	display: block;
	width: 180px;
	padding: 0;
	font-size: 9pt;
	margin: 10px 0 0 0;
}

#newsitems h4 {
	border-bottom: solid 1px black;
	padding: 3px 3px 3px 10px;
	background-color: #67b;
	color: #fff;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0px;
}

#newsitems .newsitem {
	padding: 3px 3px 8px 10px;
}

#newsitems .newsitem h5 h2,
#newsitems .newsitem h5 {
	padding: 3px 3px 3px 0;
	color: #000;
	font-weight: bold;
	font-size: 8pt;
}

/* --- Basket box ------------------------------------------------ */

#shoppingbasketbox .box {
	border: solid 1px black;
	display: block;
	width: 180px;
	padding: 0;
	margin: 10px 0 0 0;
}

#shoppingbasketbox .box h4 {
	border-bottom: solid 1px black;
	padding: 3px 3px 3px 10px;
	background-color: #67b;
	color: #fff;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
}




