/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: black;
}

#container {
	display: block;
	background-image: url(../templateimages/topback.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 3px 0px 0px 0px;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 871px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	background-image: url(../templateimages/centerback.gif);
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 70px;
	margin: 0px;
	background-image: url(../templateimages/topback2.gif);
	background-repeat: no-repeat;

}

#header #title {
	height: 60px;
	margin: 0px 5px 0px 10px;
	padding: 10px 0px 0px 0px;
}

/* Top links */

#header2 {
	height: 20px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	background-image: url(../templateimages/navback3.gif);
	background-repeat: no-repeat;
	text-align: right;	
}
#header2 .links {
	margin: 0px 0px 0px 0px;
    font-size: 8pt;
}

#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding-right: 17px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	letter-spacing: 1pt; 
	padding-bottom: 0px; 
	padding-left: 20px; 
	background-image: url(../templateimages/sbutton2.gif); background-repeat: no-repeat;
	}

#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	letter-spacing: 1pt; 
	padding-bottom: 0px; 
	padding-left: 20px; 
	background-image: url(../templateimages/sbutton.gif); background-repeat: no-repeat;
	}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#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: 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 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 163px;
	margin: 0px;
	float: left;
	padding: 0px;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 538px;
	float: left;
	padding: 0;
}

#pagecontent_pad {
	padding: 10px 0px 0px 10px;
}

/* Right hand section of page body */
#right {
	width: 161px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: center;

}

/* 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-image: url(../templateimages/back-stripes-ddgrey.gif);
	background-position: top left;
	background-repeat: repeat;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	font-size: 7pt;
	color: #666666;
	height: auto;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 70px;
	margin: 0;
	padding: 0;
}



#searchbox #searchbutton {
	width: 80px;
	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;
}
pre	{
font-family: Verdana; font-size: 10px; 
}
#spacer
{	
    width: 500px; 	
    height: 15px;
	float: left;
	}

#subtext {
	margin: 0px 0px 0px 0px;
	width: 163px;
	float: left;
	border-right: solid 1px #666666;
	padding: 0px 7px 0px 10px;
	height: 167px;
}

#subtext h2 {
	font-family: Verdana; font-size: 14px; 
	font-weight: bold;
	color: #6699CC;
}

#subtext img {
	padding: 0px 0px 10px 0px;
}
#subtext2 {
	margin: 0px 0px 0px 0px;
	width: 160px;
	float: left;
	border-right: solid 1px #666666;
	padding: 0px 9px 0px 10px;
	height: 167px;
}
#subtext2 h2 {
	font-family: Verdana; font-size: 14px; 
	font-weight: bold;
	color: #6699CC;
}
#subtext2 img {
	padding: 0px 0px 10px 0px;
	}
#subtext3 {
	margin: 0px 0px 0px 0px;
	width: 167px;
	float: left;
	padding: 0px 0px 0px 10px;
	height: 167px;
}
	
#subtext3 h2 {
	font-family: Verdana; font-size: 14px; 
	font-weight: bold;
	color: #6699CC;
}
#subtext3 img {
	padding: 0px 0px 10px 0px;
	}
#subtext4 {
	width: 520px;
	margin: 18px 0px 0px 10px;
	float: left;
    background-image: url(../templateimages/backfrontbot.jpg); 
}

#subtext4i {
	padding: 6px 1px 10px 10px;
	width: 360px;
	color: #000000;
}
#subtext4 h2 {
	font-family: Verdana; font-size: 14px; 
	font-weight: bold;
	color: #000000;
}
#gt {
	margin: 8px 1px 2px 0px;
    padding: 5px 0px 12px 4px;
	width: 220px;
    border: solid 1px #666666;
	height: 300px;
	float: left;
}
#gt2 {
	margin: 8px 1px 2px 8px;
    padding: 5px 0px 12px 4px;
	width: 220px;
    border: solid 1px #666666;
	height: 300px;
	float: left;
}

