/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #EAFFFF;
	background-image: url(../templateimages/topbar.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0 
}

#container {
	display: block;
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 auto;
	background-image: url(../templateimages/topbar.gif);
}

/* Contains rest of HTML */
#centrecontainer { width: 770px; text-align: left; margin: 0 auto; min-height: 100%; background-color: #FFFFFF; background-image: url(../templateimages/topbar.gif); background-repeat: repeat-x; background-position: top; position: relative; }


/* --- Header section ------------------------------------------------ */
#header {
	height: 56px;
	margin: 0px;

}
#flash {
	height: 56px;
	width: 556px;
	position: absolute;
	left: 118px;
	top: 0px;
	background-image: url(../templateimages/logo.jpg);
	background-repeat: no-repeat;
}


#header #title {
	height: 50px;
	margin: 0px 10px 0px 10px;
}

/* Top links */
#header2 .links {
	font-size: 7pt;
	margin-right: 1px;
	margin-left: 1px;
	text-align: right;
	position: absolute;
	right: -1px;
	margin-bottom: 0px;
	margin-top: 0px;
	top: 56px;
}


#header2 .links li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 2px;
	background-image: url(../templateimages/headerbuttonwide.jpg);
	width: 70px;
	display: block;
	float: left;
	text-align: center;
	height: 21px;
	padding-top: 6px;
	}
	
#header2 .links a:hover {color:#00CCCC}

#header2 .links2 {
	margin: 10;
	padding: 28px 2px 0px;
	text-align: right;
}

#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: normal;
	}


#header2 .links2 a:hover
	{ color: #009999; 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: 168px;
	margin: 0px;
	float: left;
}
#flashright {
	clear: both;
	padding-top: 10px;
}


/* Dynamic page content section of page body */
#pagecontent { width: 540px; float: left; padding: 0; }

#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;
	background-image: url(../templateimages/footerbar.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}

/* 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_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* --- 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;
}
.picright {
	float: right;
}
#header2 .links a:hover { position: relative; text-decoration: none; color: #ffFFFF; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; margin-right: 2px; background-image: url(../templateimages/headerbuttonwide.jpg); width: 70px; display: block; float: left; text-align: center; height: 21px; padding-top: 6px; background-position: -70px; }
