/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #23361a;
	background-image: url(../templateimages/body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 951px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url(../templateimages/pagebody_bg.gif);
	background-repeat: repeat-y;
}


/* --- Header section ------------------------------------------------ */
#header {
	width: 951px;
	height: 311px;
	margin: 0px;
	padding: 0px;
}

#header2 {
	width: 951px;
	height: 47px;
	margin: 0px;
	padding: 0px;
	background-image: url(../templateimages/topmenu_bg.jpg);
	background-repeat: no-repeat;
}

.home #header2 {
	height: 30px;
}

#hdbanner {
	display: none;
}
.home #hdbanner {
	display: block;
	background-color: #000;
	padding: 5px;
	text-align: center;
}
.home #hdbanner .logo {
	float: left;
	margin-left: 8px;
	margin-top: 3px;
}
/* --- Entire page body section - everything below the header -------- */
#pagebody {
	width: 951px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 185px;
	min-height: 257px;
	margin: 0px;
	float: left;
}

#left_pad {
	padding: 10px 5px 5px 5px;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 550px;
	float: left;
	padding: 10px 20px 10px 30px;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 165px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

#right_pad {
	padding: 0px 10px 5px 0px;
}


#right_pad ul {
	margin-top: 0px;
}

/* promotion boxes above footer */

#promotions {
	width: 951px;
	height: 164px;
	margin: 0px;
	float: left;
	padding: 0px;
}

#promotions2 {
	width: 951px;
	height: 63px;
	margin: 0px;
	float: left;
	padding: 0px;
	background-image: url(../templateimages/promotions2.jpg);
}

#promotions2 .content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 0px;
	clear: both;
	text-align: left;
	background-image: url(../templateimages/footer_bg.png);
	background-position: bottom;
	height: 69px;
}

/* 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: 31px;
	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;
}

/* top menu */


.basictab{
padding: 10px 0px 0px 5px;
margin: 0;
font: bold 12px Verdana;

list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;

border-bottom: none;

color: #ffffff;
}

.basictab li a:visited{
color: #ffffff;
}

.basictab li a:hover{
background-color: #d5be7d;
color: #334023;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}

#O_RequiredFor {
	font-size: 140%;
}
