/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;
}

#container {
	display: block;
	width: 860px;
	background-image: url(../templateimages/back_fade.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 860px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 70px;
	margin: 0px;

}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}


#header2 ul#nav
{
	height: 28px;
	background: #89898B ;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

#header2 ul#nav li
{
	position: relative;
	float: left;
	height: 24px;
	margin: 2px 0;
	border-left: 1px solid #878787;
	border-right: 1px solid #606060;
}

#header2 ul#nav li ul
{
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #CCC;
	border: 1px solid #888;
}

#header2 ul#nav li:hover ul
{
	display: block;
}

#header2 ul#nav li ul li
{
	position: static;
	float: none;
	height: auto;
	margin: 1px;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #AAA;
}

#header2 ul#nav li a
{
	float: left;
	padding: 5px 16px 0 16px;
	height: 19px;
	color: #FFF;
	text-decoration: none;
}

#header2 ul#nav li ul li a
{
	display: block;
	float: none;
	padding: 3px 7px;
	height: auto;
	color: #000;
	text-decoration: underline;
}

#header2 ul#nav li a:hover,
#header2 ul#nav li a.active
{
	background: #FF7902 url('/skin_default/templateimages/1637_header-nav-bg-hover.gif') repeat-x;
}

#header2 ul#nav li ul li a:hover,
#header2 ul#nav li ul lia.active
{
	background: #FFF;	
}

/*--------------------------------------- ggg --------------*/

#header2 ul#navbelow
{
	height: 22px;
	background: #B9DCEF ;
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
}

#header2 ul#navbelow li
{
	position: relative;
	float: right;
	height: 18px;
	margin: 1px 0;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
}

#header2 ul#navbelow li ul
{
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	width: 140px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #CCC;
	border: 0px solid #888;
}

#header2 ul#navbelow li:hover ul
{
	display: block;
}

#header2 ul#navbelow li ul li
{
	position: static;
	float: none;
	height: auto;
	margin: 1px;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #999999;
}

#header2 ul#navbelow li a
{
	float: left;
	padding: 5px 10px 0 10px;
	height: 15px;
	color: #FFF;
	text-decoration: none;
}

#header2 ul#navbelow li ul li a
{
	display: block;
	float: none;
	padding: 3px 7px;
	height: auto;
	color: #000;
	text-decoration: underline;
}

#header2 ul#navbelow li a:hover,
#header2 ul#navbelow li a.active
{
	background: #FF7902 url('/skin_default/templateimages/1637_header-nav-bg-hover.gif') repeat-x;
}

#header2 ul#navbelow li ul li a:hover,
#header2 ul#navbelow li ul lia.active
{
	background: #FFF;	
}








/* --- 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;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 640px;
	float: left;
	padding: 0;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;

}

/* 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;
}


/* --- 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;
}
