/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #75ae28;
	height: 100%;
}

#container {
	width: 970px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	min-height: 100%;
}

#wrapper {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 10px;
	background: url(/images/bkg.jpg) repeat-y center top;
	min-height: 100%;
	position: absolute;
}


/* LHS COLUMN AREA */

#lhs_column	{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 190px;
}
#brand	{
	text-align: left;
	margin: 0px;
	padding: 25px 0px 25px;
}


	/* MENU */
	
	#menu	{
		margin: 0px 0px 30px;
		padding: 0px;
	}
	#menu ul	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#menu li	{
		margin: 0px 0px 10px;
		padding: 0px;
	}
	#menu li a	{
		font: bold 14px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px;
		padding: 0px 15px 0px 0px;
		display: block;
		text-align: right;
	}
	#menu li a:hover	{
		color: #004523;
		text-decoration: none;
		background: url(/images/btn_ovr.jpg) no-repeat right center;
	}
	
	/* END MENU */


#accepted_payments	{
	font: 18px "Times New Roman", Times, serif;
	color: #99CC00;
	text-align: right;
	margin: 0px;
	padding: 0px 15px 30px 0px;
	background: url(/images/spacer_dots.jpg) no-repeat left bottom;
}
#phone	{
	text-align: right;
	font: 24px "Times New Roman", Times, serif;
	color: #99CC00;
	margin: 0px;
	padding: 21px 15px 30px 0px;
	background: url(/images/spacer_dots.jpg) no-repeat left bottom;
}
#phone span	{
	font: 28px "Times New Roman", Times, serif;
	color: #bad590;
}
#social_networks	{
	background: url(/images/spacer_dots.jpg) no-repeat left bottom;
	margin: 0px;
	padding: 21px 0px 20px;
}
#social_networks #facebook a	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #99CC00;
	background: url(/images/facebook.jpg) no-repeat right center;
	text-align: right;
	display: block;
	margin: 0px 15px 15px 0px;
	padding: 15px 75px 16px 0px;
	text-decoration: none;
}
#social_networks #twitter a	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #99CC00;
	background: url(/images/twitter.jpg) no-repeat right center;
	text-align: right;
	display: block;
	margin: 0px 15px 0px 0px;
	padding: 15px 75px 16px 0px;
	text-decoration: none;
}
#social_networks #twitter a span, #social_networks #facebook a span	{
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #bad590;
}
#social_networks #facebook a:hover	{
	background: url(/images/facebook_ovr.jpg) no-repeat right center;
}
#social_networks #twitter a:hover	{
	background: url(/images/twitter_ovr.jpg) no-repeat right center;
}

/* END LHS COLUMN AREA */


/* Contains rest of HTML */
#centrecontainer {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 760px;
	background: #FFFFFF url(/images/shop_img.jpg) no-repeat center top;
}


/* --- Header section ------------------------------------------------ */
#header {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 150px;
}

#header #search_ctr {
	background: url(/images/search_bkg.gif) no-repeat right top;
	margin: 0px 10px 0px 0px;
	padding: 9px 10px 4px 0px;
	text-align: right;
}

/*#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}*/

/* Top links */
/*#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;
}


#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: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 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 10px;
	margin: 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: 550px;
	float: left;
	padding: 0px 0px 30px;
	margin: 0px;
}

#pagecontent_pad {
	padding: 0px;
	margin: 0px;
}

/* Right hand section of page body */
#right {
	width: 181px;
	margin: 0px;
	float: right;
	padding: 80px 0px 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	background: url(/images/footer_dots.gif) no-repeat left top;
	margin: 0px 0px 0px 10px;
	padding: 21px 0px 0px;
	width: 740px;
	clear: both;
}

/* Footer nav links */
#menu_footer	{
	margin: 0px;
	padding: 0px 0px 20px;
}
#menu_footer a	{
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
#menu_footer a:hover	{
	color: #75ae28;
}

/* T&Cs text */
#footer_lhs	{
	float: left;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#footer_lhs span	{
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #75ae28;
}
#footer_lhs a	{
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footer_lhs a:hover	{
	color: #75ae28;
}
#footer_rhs	{
	float: right;
	margin: 0px;
	padding: 0px;
}
#dreamscape	{
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 30px;
}
#dreamscape a	{
	font: 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#dreamscape a:hover	{
	text-decoration: underline;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 148px;
	background: #FFFFFF;
	border: 1px solid #99CC00;
}

#searchbox #searchbutton {
	width: 30px;
	text-align: center;
}

/* --- 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;
}