/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #CCCCCC;
}

#container {
	display: block;
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 828px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	background-image: url(../templateimages/bkgrnd.jpg);
	/*background-color: #9EB2D5;*/
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 96px;
	margin: 0px;
	padding: 5px;
	background-color: #9EB2D5;
	text-align: center;
	display: block;	/*width: 818px;*/

}

#header #title {
	height: 96px;
	margin: 0px;
	padding: 0px;
}

/* Top links */
#header2 {
	font-size: 9pt;
	background-color: #9EB2D5;
	display: block;
	height: 20px;
	margin: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px
}

#header2 .links {
	font-size: 7.5pt;
	background-color: #9EB2D5;
}


#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: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #FF0000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
	}

#header2 .links2 {
	margin: 0px 0px 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
	{
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px;
	margin: 0px;
	width: 498px;
	display: inline;
	
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 170px;
	margin: 0px;
	float: left;
	background-color: #333333;
	padding: 5px;
	display: inline;
	height: 400px;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 470px;
	float: left;
	display: inline;
	white-space: normal;
	vertical-align: top;
	background-color: #222222;
}

#pagecontent_pad {
	padding: 10px;
}

/* Right hand section of page body */
#right {
	width: 140px;
	margin: 0px;
	float: right;
	background-color: #333333;
	display: inline;
	padding: 5px;
	clear: right;
	position: relative;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	clear: both;
	text-align: center;
	width: 828px;
	height: 66px;
	background-color: #9EB2D5;
	display: block;
	padding-top: 8px;

}

/* 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 {
	background-position: left top;
	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 {
	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;
}
