/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #000000;
	background-image: url(../templateimages/wood_effect2.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	display: block;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 790px;
	text-align: left;
	min-height: 100%;
	background-image: url(../templateimages/gradient.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 100px;


}

#header #title {

}
#header2 {
	margin: 0px;
	padding: 100px 1em 1em;
	border-bottom: 2px solid #748A55;
	background-image: url(../templateimages/logo_top.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

/* Top links */
#header2 .links {
	margin: 0px;
	padding: 0px;
}



#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: #FEF9D9;
	font-weight: bold;
	margin: 0.5px 1em 0.5em 0px;
	}


#header2 .links a:hover
	{
	text-decoration: none;
	background-color: #FEF9D9;
	color: #003300;
	}

#header2 .links2 {
	margin: 5px 0px 0px;
	padding: 0px;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0.5em 1em 0.5em 0px;
	text-decoration: none;
	color: #FEF9D9;
	font-size: 1em;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	text-decoration: none;
	background-color: #FEF9D9;
	color: #003300;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px;
	color: #000000;
	margin: 0px;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 560px;
	float: left;
	padding: 0;
	margin-left: 30px;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 260px;
	margin: 0px;
	float: right;
	border: 1px solid #FFFFCC;
	padding: 5px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 170px;
	margin: 0px;
	float: left;
	border: 1px solid #FFFFCC;
	padding: 5px;
}


/* --- 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 {
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 1em;
	color: #000000;
	border-top: 2px solid #748A55;
}


/* --- 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 h4 {
	margin: 10px 0px 5px 0px;
	font-size: 1em;
	color: #FDF9D8;
	padding-bottom: 0px;
}
#left img {
	border-style: none;
}
#left a {
	border-style: none;
}


/* 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;
}


/* Headings and Text */
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #003300;
	margin: 10px 0 4px 0;
}

h2 {
	font-size: 1.4em;
	color: #003300;
	margin-bottom: 5px;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
	color: #003300;
	margin: 10px 0 4px 0;
	padding-bottom: 0px;
}

h5 {
	margin: 20px 0px 5px 0px;
	font-size: 1.2em;
	color: #003300;
	text-transform: uppercase;
	padding: 2px 2px 2px 0px;
	text-align: left;
	font-weight: normal;
}


/* Hyperlinks */
A:link, A:visited {
	text-decoration: underline;
	color: #003300;
	font-weight: bold;
}

A:hover	{
	text-decoration: none;
	color: #003300;
	background-color: #FEF9D9;
}

/* --- Category menu ------------------------------------------------- */

#categorymenu {
	margin: 0 0 20px 0;
	padding: 0;
}

#categorymenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#categorymenu ul li {
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
	border-top: 1px solid #003300;
}

#categorymenu ul li div {
	font-size: 1em;
}

#categorymenu ul li div a {
	display: block;
	padding: 1px 2px 2px 2px;
	color: #003300;
	background-color: #FEF9D9;
	text-decoration: none;
}

#categorymenu ul li div a:hover {
	color: #FEF9D9;
	background-color: #003300;
}

#categorymenu ul ul {
	border-top: 1px solid #003300;
}

#categorymenu ul ul li {
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#categorymenu ul ul li div a {
	font-weight: normal;
	color: #003300;
	padding-left: 10px;
	background-color: #a7b486;
}

#categorymenu ul ul li div a:hover {
	text-decoration: underline;
	background-color: #a7b486;
	color: #003300;

}

#categorymenu ul ul ul li div a {
	padding-left: 20px;
}

#categorymenu ul ul ul ul li div a {
	padding-left: 30px;
}

#categorymenu ul ul ul ul ul li div a {
	padding-left: 40px;
}

#categorymenu ul ul ul ul ul ul li div a {
	padding-left: 50px;
}
