/*
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	background-color: #ffffff;
}

#container {
	display: block;
	background-color: #FFFFFF;
	margin: 0;
	width: 960px;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	margin: 5px 0 10px 0;
	padding: 0 0 20px 0;
}


/* --- Header section ------------------------------------------------ */
#header {
	margin: 0px;
	width: 100%;
}

#header #title {
	padding: 0;
	float: left;
	width: 100%;
}

#header2 {
	width: 100%;
	padding: 5px 0;
	background: #03406d;
	position: relative;
}

/* Top links */
#header2 .links {
	width: 760px;
	margin: 0px;
	padding: 5px 0;
	clear: both;
	position: relative;
}


#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: #ffffff;
	font: 12pt Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 5px 10px;

}


#header2 .links a:hover, #header2 .links a:visited:hover {
	color: #03406d;
	background: #fdca58;

}

#header2 .links2 {
	display: none;
	margin: 2px 0 10px 0;
	padding: 2px 10px 6px 10px;
	border-bottom: solid 1px #DDDDDD;
	position: relative;
}

#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: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	}


#header2 .links2 a:hover {
	color: black;
}

/*
'######################################################################
'#### PINDAR : KW : Code for Main Drop Down Menus
'#### PINDAR : KW : Source http://www.cssmenus.co.uk
'######################################################################

#pad {height:140px;}*/

#menu {padding:0; margin:0; list-style:none;z-index:500; font-weight: normal; font-size:1.2em; float:left}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:30px; line-height:30px; background:#03406d; color:#FFFFFF; font-weight:normal; text-decoration:none; padding:0 15px 0 10px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#fff; background-color:#fdca58;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#03406d; background:#fdca58;}
#menu li:hover > a.sub {color:#03406d; background-color:#fdca58;}

/*#menu li.current a {color:#fff; background:#840;}

#menu li a.sub {background: #333 url(down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#fff; background:#fdca58 url(down-arrow.gif) no-repeat right center;;}
*/

#menu :hover ul {left:0; top:30px; width:120px; background:#fdca58;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul,
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#b3cfe7; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #FFFFFF;  border-right:1px solid #FFFFFF;  border-left:1px solid #FFFFFF;}

#menu :hover ul li a {width:150px; padding:0; text-indent:10px; background:#03406d; color:#ffffff; height:30px; line-height:30px; font-size:0.8em}
/*#menu :hover ul li a.fly {background:#333 url(right-arrow.gif) no-repeat right center;}*/

#menu :hover ul :hover {background-color:#fdca58; color:#03406d;}
/*#menu :hover ul :hover a.fly {background-color:#fdca58; color:#03406d;}

#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}*/

/* LEVEL 3 */
#menu :hover ul :hover ul li a {width:150px; padding:0; text-indent:10px; background:#03406d; color:#FFFFFF; font-size:0.8em}

#menu :hover ul :hover ul :hover {background-color:#fdca58; color:#03406d;}

/*
#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}
*/

/*
'#### PINDAR : KW : END MENU CODE
*/


/* Left hand section of page body (if you have one!) */
#LeftSideBar {
	float: left;
	width: 220px;
	text-align: left;
	padding: 0;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	margin: 0 10px 0 0;
	z-index:100;
}

.logos {
	margin-top: 60px;
}

.logos img {
	margin: 0 10px 0 0;
	height: 50px;
}

.logos a:hover {
	background-color: white;
}

/* Dynamic page content section of page body */
#pagecontent {
	float: left;
	width: 550px;
}

div.pagecontent-extranet {
	width: 100% !important;
}

#pagecontent_pad {
	padding: 10px 10px 5px 0;
}

/* Right hand section of page body */
#RightSideBar {
	float: left;
	width: 168px;
	margin: 0;
}

#RightSideBar .section {
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 5px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	clear: both;
	width: 960px;
	margin: 10px auto;
	position: relative;
	height: 2em;
}
#footer ul {
	height: 100%;
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	background-color: #03406d;
}
#footer li {
	float: left;
	display: inline;
	margin: 0;
	padding: 3px 0;
	color: #ffffff;
}
#footer li a, #footer li a:visited {
	color: #ffffff;
	font-weight: normal;
	padding: 3px 8px;
}

#footer li a:hover {
	color: #03406d;
	background-color: #fdca58;
}

/* T&Cs text */
#terms {
	padding: 3px 10px;
	color: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
}
#terms p {
	margin: 1px 0 0;
	font-size: smaller;
}
#terms .fix {
	padding-left: 10px;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 100%;
	margin: 0;
	padding: 0;
}
#searchbox {
	width: 195px;
	margin: 8px;
	position: absolute;
	right: 0;
	top: 0;
}
#searchbox .inner {
	/*height: 36px;*/
	/*background: url(../templateimages/bg_topSearch.gif) no-repeat left top;*/
}
#searchbox fieldset {
	padding: 0;
}
#searchbox h4 {
	display: none;
}
#searchbox input {
	background-color: #ffffff;
	border: none;
	font: normal 11pt Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	letter-spacing: -0.02em;
	float: left;
	width: 160px;
	height: 20px;
	vertical-align: top;
}

#searchbox #searchbutton {
	width: 30px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: url(../templateimages/search_icon.gif) no-repeat center center;
	color: #03406d;
	border: none;
	cursor: hand;
	cursor: pointer;
}
#searchbox .inner input, #searchbox .inner #searchbutton {
	float: none;
}
#searchbox #searchbutton span {
	display: none;
}

/* --- 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;
}


