/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/
div#categorymenu ul ul
{display: none;}

div#categorymenu ul li:hover ul
{display: block;}

#categorymenu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#categorymenu ul ul{
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

* html {font-size:0.9em;}
/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;
	width:1024px;
}

#container {
	background-image: url(../templateimages/SunGrass.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	/* because "min-width" is not supported by IE, these pages use a script from PVII */
	min-width:955px;
	/*Commented out for HSBC _width:expression(document.body.clientWidth < 956? "955px": "100%" );; /* hack for MS IE */
	width:100%;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 100%;
	text-align: left;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 170px;
	margin: 0px;

}

#header #title {
	margin: 20px 10px 0px 10px;
float:left;
}

/* Top links */
#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 1em;
	font-size: 0.9em;
background:#0099ff;
clear:both;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 1em;
border-right:solid 1px white;
}

#header2 .links a:link, #header2 .links a:active, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	font-size: 1.0em;
	}


#header2 .links a:hover
	{
	color:#003399;
	position: relative;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	font-size: 1.0em;
	}

#header2 .links2 {
	margin: 2px 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, #header2 .links2 a:active
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: #003399;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	}


#header2 .links2 a:hover
	{
	color: black;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 0 0 0;
	float:left;
	width:100%;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	/* this is where Ryan Brill (author of the ALA's article) and I go in "opposite directions" */
	margin-left:-180px
}

/* Left hand section of page body (if you have one!) */
#LeftSideBar {
	float: left;
	width: 168px;
	text-align: left;
	padding: 0;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	margin-left:190px;
	/* background-image:url(../templateimages/menubottom.gif); */
	/* background-position:left top; */
	/* background-repeat:no-repeat; */
}
#LeftSideBar #catmenu 
{
	/* background-image:url(../templateimages/menutop.gif); */
	/* background-position:left bottom; */
	/* background-repeat:no-repeat; */
	/* float:left;*/
	/* width:180px;*/
}

#LeftSideBar h4
{
	text-align:center;
	color:white;
}

/* Dynamic page content section of page body */
#pagecontent {
	text-align: left;
	margin-left:400px;
	position: relative;
}

#pagecontent_pad {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* Right hand section of page body */
#RightSideBar {
	padding:0px 0 0px 100%;
	margin: 5px 0 0 -185px;
	
}



/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;
	float: left;
	width: 100%;
}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 0.8em;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 4px 0 0 0;
	padding: 10px 0 12px 10px;
	font-size: 0.8em;
	color: #999999;
}
#terms .fix {
	padding-left: 10px;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form 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 {
	width: 168px;
	margin: 0px;
margin-right:10px;
	float: left;
}
#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;
}
/* did this as requested but looked nasty */
/* img.thumb, .product a img {border:solid 1px blue;padding:5px;margin:5px;} */
.product {border-bottom:solid 2px #9999cc;padding:10px; margin:5px; width:85%;}

.style1 {
	font-size: 0.9em;
	color: #CC0000;
	font-weight: bold;
}
.style3 {

}
.style4 {font-size: 1.0em; color: #CC0000; font-weight: bold; background-color:#0099ff;}
.style4 a:link, .style4 a:visited, .style4 a:active
	{
	text-decoration: none;
	color: white;
	}


.style4 a:hover
	{
	text-decoration: none;
	color:#003399;
	}
.searchblue{
	width:170px;
	height:71px;
	background-image: url(search.gif);
	background-repeat: no-repeat;
}

.style5 a:hover{
	font-size: 50%;
}
.style5 a:link{
	font-size: 50%;
}

.style5 a:visited{
	font-size: 50%;
}


.style5 a:active{
	font-size: 50%;
}
.topimg {
	float: right;
}
.pad strong a {
	font-size: 0.9em;
}
.newsitem strong {
	clear: none;
	margin: 0px;
	padding: 0px;
	float: none;
	list-style-type: none;
}
.newsitem {
	float: left;
	
}
