@charset "utf-8";

/*-- base stylesheet
---------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, code, 
del, dfn, em, img, q, dl, dt, dd, ol, ul, 
li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html
{
	overflow: scroll;
}
body
{
	line-height: 1.5;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
table, td, th
{
	vertical-align: middle;
}
blockquote:before, blockquote:after, 
q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
a img
{
	border: none;
}
img
{
	vertical-align: middle;
}
ul, ol, dl
{
	position: relative;
}
abbr[title],acronym[title]
{
	cursor: help;
	border-bottom: 1px dotted;
}
button, input
{
	overflow: visible;
}
a
{
	display: inline-block;
}
/*-- typography
---------------------------------------------*/
body
{
	font: 76%/160% "Century Gothic","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}
h1
{
	font-size: 2em;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
h2
{
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 0.75em;
}
h3
{
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1em;
}
h4
{
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.25em;
	height: 1.25em;
}
h5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6
{
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
	margin: 0;
}
p
{
	margin: 0 0 0.5em 0;
}
/*p img {float:left;margin:1.5em 1.5em 0em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}*/
a:focus, a:hover
{
	color: #666;
}
a
{
	color: #2b2b2b;
	text-decoration: underline;
}
blockquote
{
	font-style: italic;
}
/*margin:1.5em;*/
strong
{
	font-weight: bold;
}
em, dfn
{
	font-style: italic;
}
dfn
{
	font-weight: bold;
}
sup, sub
{
	line-height: 0;
}
abbr, acronym
{
	border-bottom: 1px dotted #666;
}
address
{
	margin: 0 0 1.5em;
	font-style: italic;
}
del
{
	color: #666;
}
pre, code
{
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt
{
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
li ul, li ol
{
	margin: 0 1em;
}
ul, ol
{
	margin: 0 1em 1em 1em;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
dl
{
	margin: 0 0 1.5em 0;
}
dl dt
{
	font-weight: bold;
}
dd
{
	margin-left: 1.5em;
}
table
{
	margin-bottom: 1.4em;
}
th
{
	font-weight: bold;
}
th, td
{
	padding: 4px 0px 4px 5px;
}
tfoot
{
	font-style: italic;
}
caption
{
	padding: 5px;
	font-size: .8em;
}
hr
{
	clear: both;
	float: none;
	width: 100%;
	height: 0px;
	border: none;
}
/*-- form styles
---------------------------------------------*/
.myform
{
	margin: 0 auto 5px;
	width: 930px;
}
fieldset
{
	position: relative;
	clear: both;
	display: block;
	width: 100%;
	border-style: none;
	border-top: 1px solid #BFBAB0;
	background: #F2EFE9 url('/assets/images/fieldset_gradient.jpg') repeat-x;
}
fieldset em
{
	color: #f00;
	font-style: normal;
	font-weight: bold;
	cursor: help;
	text-align: right;
	margin-left: 0.25em;
}
fieldset ol, fieldset ul
{
	padding: 2.5em 1em 0 1em;
	list-style: none;
}
fieldset li
{
	clear: both;
	margin: 0.5em 0 0;
}
fieldset.alt
{
	background-color: #E6E3DD;
}
fieldset.submit
{
	float: none;
	width: auto;
	padding-top: 0.5em;
	padding-left: 41em;
	background: #fff;
}
fieldset.submit ol li
{
	text-align: right;
}
label
{
	position: relative;
	float: left;
	width: 20em;
	margin-right: 1em;
}
label strong
{
	display: block;
	color: #C00;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}
label strong img
{
	position: absolute;
	left: -16em;
}
legend
{
	padding: 0;
	color: #000;
	font-weight: bold;
}
legend span
{
	position: absolute;
	display: block;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 110%;
	font-weight: bold;
}
fieldset fieldset
{
	border-style: none;
	background-color: transparent;
	background-image: none;
	display: block;
}
fieldset fieldset label
{
	float: left;
	margin-right: 10px;
	width: 100px;
	text-align: right;
}
fieldset fieldset label.radio_check
{
	text-align: left;
}
fieldset fieldset legend
{
	margin-left: 0;
	font-weight: normal;
}
fieldset fieldset legend span
{
	margin-left: -0.65em;
	margin-top: 1.5em;
	font-weight: normal;
}
fieldset fieldset ol
{
	position: relative;
	top: -1.5em;
	margin: 0 0 4em 17em;
	padding: 0;
}
fieldset fieldset ol ol
{
	position: relative;
	top: 0;
	margin: 0 0 4em -10.4em;
	padding: 0;
}
fieldset fieldset ol li
{
	margin: 0 0 0 32px;
}
fieldset fieldset ul
{
	position: relative;
	top: 0.2em;
	margin: 0 0 4em 0;
	padding: 0;
}
fieldset fieldset.submit
{
	float: none;
	width: auto;
	padding: 1.0em 0 0 21em;
	margin: 0 0 2em;
	background-color: transparent;
}
fieldset fieldset .small
{
	width: auto;
	text-decoration: none;
}
.dropdown
{
	width: 55px;
	margin: 0 0 5px 0;
}
.inlinefield
{
	float: left;
	width: 50%;
	clear: right;
}
.inlinefield span
{
	margin-top: 0.5em;
}
.inlinefield a
{
	display: block;
	margin-top: 0.5em;
	margin-left: 9em;
	font-size: 110%;
	font-weight: bold;
	position: relative;
}
.password, .text
{
	width: 170px;
}
.qnty
{
	width: 25px;
	text-align: center;
}
.radio_check
{
	float: left;
	padding: 4px 2px;
	border: none;
	margin: 2px 0 2px 10px;
	width: auto;
	font-weight: normal;
}
.small
{
	color: #666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	width: 200px;
	text-decoration: none;
}
/*---------- left aligned button ----------*/
.btn { display: block; position: relative; background: #aaa; padding: 5px; margin: 0px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn i, .btn span, .btn span i, .btn span span { font-style: normal; background-image: url('/assets/images/common/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.lime { background: #bbce00; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; color: #fff; }
.btn:active { background-color: #444; color: #fff; }
.btn[class] {  background-image: url('/assets/images/common/btn.png'); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.lime { border-color: #bbce00; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

.btn input
{
	background: none;
	cursor: pointer;
	color: #fff;
	vertical-align: bottom;
	overflow: visible;
	font: 1em "Century Gothic","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
.btn a
{
	background: none;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

/*---------- centered button ----------*/
.btnC { display: block; position: relative; background: #aaa; padding: 5px; width: 120px; margin: 0px auto; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnC * { font-style: normal; background-image: url('/assets/images/common/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnC i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC span,
* html .btnC i { width: 120px; text-align: center; padding: 0px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC.blue { background: #2ae; }
.btnC.green { background: #9d4; }
.btnC.lime { background: #bbce00; }
.btnC.pink { background: #e1a; }
.btnC:hover { background-color: #a00; color: #fff; }
.btnC:active { background-color: #444; color: #fff; }
.btnC[class] {  background-image: url('/assets/images/common/btn.png'); background-position: bottom; }

* html .btnC { border: 3px double #aaa; }
* html .btnC.blue { border-color: #2ae; }
* html .btnC.green { border-color: #9d4; }
* html .btnC.lime { border-color: #bbce00; }
* html .btnC.pink { border-color: #e1a; }
* html .btnC:hover { border-color: #a00; }

/*---------- centered button ----------*/
.btnC2 { display: block; position: relative; background: #aaa; padding: 5px; margin: 0px auto; min-width: 100px; max-width: 490px; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnC2 * { font-style: normal; background-image: url('/assets/images/common/btn2.png'); background-repeat: no-repeat; display: block; position: relative; text-align: center; }
.btnC2 i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC2 span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC2 span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC2 span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC2 span,
* html .btnC2 i { width: auto; text-align: center; padding: 0px; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC2.blue { background: #2ae; }
.btnC2.green { background: #9d4; }
.btnC2.lime { background: #bbce00; }
.btnC2.pink { background: #e1a; }
.btnC2:hover { background-color: #a00; color: #fff; }
.btnC2:active { background-color: #444; color: #fff; }
.btnC2[class] {  background-image: url('/assets/images/common/btn.png'); background-position: bottom; }

* html .btnC2 { border: 3px double #aaa; }
* html .btnC2.blue { border-color: #2ae; }
* html .btnC2.green { border-color: #9d4; }
* html .btnC2.lime { border-color: #bbce00; }
* html .btnC2.pink { border-color: #e1a; }
* html .btnC2:hover { border-color: #a00; }

/*---------- right aligned button ----------*/
.btnR { display: block; position: relative; background: #aaa; padding: 5px; float: right; color: #fff; text-decoration: none; cursor: pointer; }
.btnR i, .btnR span, .btnR span i, .btnR span span { font-style: normal; background-image: url('/assets/images/common/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnR i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnR span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnR span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnR span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnR span,
* html .btnR i { float: right; width: auto; background-image: none; cursor: pointer; }

.btnR.blue { background: #2ae; }
.btnR.green { background: #9d4; }
.btnR.lime { background: #bbce00; }
.btnR.pink { background: #e1a; }
.btnR:hover { background-color: #a00; color: #fff; }
.btnR:active { background-color: #444; color: #fff; }
.btnR[class] {  background-image: url('/assets/images/common/btn.png'); background-position: bottom; }

* html .btnR { border: 3px double #aaa; }
* html .btnR.blue { border-color: #2ae; }
* html .btnR.green { border-color: #9d4; }
* html .btnR.lime { border-color: #bbce00; }
* html .btnR.pink { border-color: #e1a; }
* html .btnR:hover { border-color: #a00; }

.btnR input
{
	background: none;
	cursor: pointer;
	color: #fff;
	vertical-align: bottom;
	overflow: visible;
	font: 1em "Century Gothic","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
.btnR a
{
	background: none;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

/*---------- other button styles ----------*/
.txtbutton input
{
	background: none;
	cursor: pointer;
	color: #fff;
	vertical-align: bottom;
	overflow: visible;
	font: 1em "Century Gothic","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
.txtbutton a
{
	background: none;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

/*-- styles
---------------------------------------------*/
html, body
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: url('/assets/images/council/body-bg.jpg') #65941e repeat-x fixed;
	color: #2b2b2b;
	text-align: left;
	margin: 10px auto 0;
}
.left
{
	float: left;
	display: inline;
	text-align: left;
}
.right
{
	float: right;
	display: inline;
	text-align:right;
}
#nameRight
{
	margin: 0 0 0 400px;
	text-align:right;
}
.fixed
{
	table-layout: fixed;
}
.clear
{
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	border: none;
}
caption
{
	padding: 0 0 5px 0;
	width: 100%;
	font-style: italic;
	text-align: right;
	caption-side: bottom;
}
#top{
	width:905px;
	margin: 0 auto;
	height:110px;
}
#wrapper {
	background-image: url('/assets/images/council/compost.jpg');
	width: 905px;
	margin: 0 auto;
}
#header_wrapper
{
	width: 905px;
	margin: 0 auto;
}
#header_container
{
}
#imgcontainer
{
	padding: 10px 23px 10px 22px;
	margin: 0 auto;
}
#header
{
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
}
.corners-tail
{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: url('/assets/images/council/corners-tail.gif') no-repeat center bottom;
	height: 9px;
	left: 0;
}
.main-width
{
	margin: 20px auto 0;
	width: 905px;
	text-align: left;
}
#main_wrapper
{
}
#main_content
{
}
#content_wrapper
{
	padding: 0 22px 10px 23px;
}
#welcome
{
	width: 550px;
	height: 200px;
	text-align: center;
}
#straight
{
	background: url('/assets/tes002t/images/straight.png') no-repeat top;
	float: right;
	padding: 50px 0 0 5px;
	margin: 50px 0 0 5px;
	width: 180px;
	color: #ccc;
	font-weight: 700;
	text-align: center;
}
#straight a
{
	color: #ccc;
}
.login
{
	float: right;
	padding: 15px 30px 0 0;
	text-decoration: none;
	text-align: right;
}
.login_text
{
	color: #000;
}
ul.login_text
{
	list-style-type: none;
	float: right;
	display: block;
	margin: 0;
	padding: 10px 0;
}
ul.login_text li
{
	display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 auto;
	padding: 0 5px;
	float: left;
	border-left: 1px #666 dotted;
}
ul.login_text li.first
{
	border: none;
	text-transform: capitalize;
}
#nameLower
{
	text-transform: lowercase;
	float: left;
	width: 400px;
}
.login a
{
	color: #666;
	text-decoration: none;
}
.login a:hover
{
	text-decoration: underline;
}
.big_banner
{
	float: right;
	padding: 10px 10px 0 0;
}
#menu_tab
{
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #403e32;
}
ul#menu
{
	list-style-type: none;
}
ul#menu li
{
	text-transform: uppercase;
	padding-right: 6px;
	float: left;
	font-size: 13px;
}
#bannerTwo A IMG, #bannerThree A IMG, #bannerFour A IMG  
{
	border-right: 2px #5f4b3a solid;
	border-bottom: 2px #5f4b3a solid;
	border-left: 1px #745c47 solid;
}
ul#menu li A
{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px 10px 10px;
}
ul#menu li A:hover
{
	TEXT-DECORATION: underline;
}
.catBox
{
	background: url('/assets/images/council/testback.gif') no-repeat #F00;
	height: 170px;
	width: 850px;
	padding: 5px;
	margin: 0 0 10px;
}
.catBoxLogo
{
	width:295px;
	height:170px;
	margin-right: 5px;
	float:left;
}
.catBoxText
{
	text-transform:none;
	float:right;
	width:550px;
}
.banners
{
	padding: 0 0 15px;
}
#banner_home
{
 width:860px;
 height:300px;
 background: url('/assets/images/council/banner1.jpg') no-repeat 0 0;
}
#banner_home_text
{
 padding:10px 10px 10px 290px;
}
#bannerTwo, #bannerThree
{
	float: left;
	margin-right: 2px;
}
#bannerFour
{
	float: left;
}
.wrapper
{
	WIDTH: 100%;
	OVERFLOW: hidden;
}
a.nav:link, a.nav:visited
{
	display: block;
	float: left;
	padding: 0 8px;
	margin: 0 14px;
	height: 16px;
	text-decoration: none;
	color: #fff;
}
a.nav:hover
{
	display: block;
	float: left;
	padding: 0 8px;
	margin: 0 14px;
	height: 16px;
	text-decoration: none;
	color: #199ECD;
}
#breadcrumb
{
	height: 25px;
	padding: 0 10px;
	color: #333;
}
#breadcrumb a
{
	color: #fff;
	text-decoration: none;
}
#breadcrumb a:hover
{
	color: #fff;
	text-decoration: underline;
}
ul#crumb_navigation
{
	list-style-type: none;
}
ul#crumb_navigation li
{
	display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 5px 0 15px;
	float: left;
	background: url('/assets/images/navbullet.png') no-repeat left;
}
ul#crumb_navigation li.current
{
	color: #0fa0dd;
}
#main_bar
{
	TEXT-TRANSFORM: uppercase;
	WIDTH: 100%;
	BACKGROUND: #fff;
	COLOR: #fff;
	FONT-SIZE: 12px;
	OVERFLOW: hidden;
	line-height: 1px;
}
#main_bar #cart
{
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 20px;
	FLOAT: right;
	PADDING-TOP: 1px;
}
#main_bar #cart A
{
	COLOR: #012040;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
#main_bar #cart A:hover
{
	COLOR: #fff;
}
#main_bar #cart SPAN A
{
	COLOR: #fff;
	FONT-WEIGHT: normal;
}
#main_bar #cart SPAN A:hover
{
	COLOR: #012040;
	FONT-WEIGHT: normal;
}
#left_content
{
	margin: 0 660px 0 0;
	width: 195px;
}
#getComposting
{
	float:left;
}
#ClientLogo
{
	float:right;
}
#logo_stack
{
	float:left;
	display:inline-block;
	height:100px;
	background: url('/assets/images/council/logo_back.jpg') 0 0;
}

#logo_pic
{
	padding: 9px 0 11px 0;
}

#logo_right
{
	background: url('/assets/images/council/logo_right.jpg') no-repeat 0 0;
	height:100px;
	width:25px;
	float:left;
	display:inline-block;
}
#logo_left
{
	background: url('/assets/images/council/logo_left.jpg') no-repeat 0 0;
	width:5px;
	height:100px;
	float:left;
}
#main_nav_box 
{
	padding: 7px 10px 10px 16px;
	text-transform: uppercase;
	background: url('/assets/images/council/mainbarback.gif');
	color: #fbfdfe;
	font-size: 14px;
	font-weight: bold;
}
#main_nav_box a
{
	color: #fbfdfe;
	text-decoration:none;
}
.title_box 
{
	padding: 7px 10px 10px 16px;
	text-transform: uppercase;
	background: url('/assets/images/council/barback.gif');
	color: #fbfdfe;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px #745c47 solid;
	border-right: 2px #5f4b3a solid;
	border-left: 1px #745c47 solid;

}
.imgcontainer
{
	padding: 7px 10px 10px 16px;
	text-transform: uppercase;
	background: url('/assets/images/council/barback.gif');
	color: #fbfdfe;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px #745c47 solid;
	border-right: 2px #5f4b3a solid;
	border-left: 1px #745c47 solid;
}
#header_wrapper .imgcontainer
{
	margin-bottom: 10px;
}
.special_box
{
	PADDING-BOTTOM: 6px;
	TEXT-TRANSFORM: uppercase;
	PADDING-LEFT: 16px;
	PADDING-RIGHT: 10px;
	COLOR: #fbfdfe;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	PADDING-TOP: 7px;
	border-bottom: 5px solid #403e32;
}
#center_content
{
	width:650px;
	float: right;
	display:block;
}
#center_content h2
{
	display:block;
}
#navigation
{
	padding:0 0 0 22px;
	margin:0 0 10px 0;
	height:28px;
}
#navigation ul
{
	list-style-type:none;
	margin:0;
}
#navigation li
{
	text-transform:uppercase;
	font-size:12px;
	float:left;
	height: 28px;
	background: url('/assets/images/council/nav_back1.gif') 0 0;
}
#navigation li.active 
{
	background: url('/assets/images/council/nav_back1.gif') 0 28px;
}

#navigation li.last
{
	background: url('/assets/images/council/nav_back3.gif') 0 0;
}
#navigation ul li a
{
	text-decoration:none;
	padding:3px 12px 0 12px;
}
#navigation ul li a:hover
{
	color:#fff;
}
.border_box
{
	margin: 10px 0;
	padding: 1px;
	text-align: center;
	background: #ccc;
}
.product_specialoffer
{
	color: #bc1a8c;
	margin: 5px 0;
	font-weight: bold;
}
.product_title
{
	color: #fff;
	margin: 5px 0;
	font-weight: bold;
}
.product_title a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.product_title a:hover
{
	color: #064E5A;
}
.product_img
{
	border: 1px #ccc solid;
	position: relative;
	width: 175px;
	height: 175px;
}
.prod_price
{
	margin: 5px 0;
}
span.rrp
{
	color: #666;
	text-decoration: line-through;
}
.cart_details span.price
{
	float: right;
}
.price
{
	COLOR: #403e32;
	FONT-SIZE: 21px;
	FONT-WEIGHT: bold;
	width: 60px;
	float: left;
}
.phone
{
	COLOR: #403e32;
	FONT-SIZE: 20px;
	FONT-WEIGHT: bold;
	text-align: center;
}
.buynow
{
	COLOR: #403e32;
	FONT-SIZE: 18px;
	FONT-WEIGHT: normal;
}
.discount
{
	COLOR: #e1a;
	FONT-WEIGHT: normal;
	text-align: right;
	width: 90px;
	margin: 0 0 0 80px;
}
input.newsletter_input
{
	width: 150px;
	height: 16px;
	border: 1px #ddd9d9 solid;
	margin: 10px 0 5px;
	font-size: 12px;
	padding: 3px;
	color: #999;
}
a.join
{
	width: 17px;
	display: block;
	margin: 0 0 5px 110px;
	padding: 2px 8px 6px;
	text-decoration: underline;
	color: #169ECC;
}
.banner_adds
{
	padding: 10px 0;
}
.offer
{
	background: url('/assets/tes002t/assets/images/products/headers/HomePageCategory_header.jpg') no-repeat center;
	border: 0px solid #ffffff;
	color: #ffffff;
	width: 720px;
	height: 293px;
	text-align: left;
	padding: 10px 0;
}
.offer_img
{
	float: left;
	padding: 10px 0 0 10px;
}
.offer_title
{
	font-size: 15px;
	color: #159dcc;
	font-weight: bold;
}
.offer_details
{
	float: left;
	padding: 10px 0 0 210px;
}
.offer_text
{
	padding: 5px 0;
	width: 500px;
	font-size: 12px;
	color: #ccc;
	text-align: justify;
	line-height: 15px;
}
.center_title_bar, #idc-container-parent #idc-container h3
{
	padding: 7px 0 9px 18px;
	border-top: 1px #745c47 solid;
	border-right: 2px #5f4b3a solid;
	border-left: 1px #745c47 solid;
	background: url('/assets/images/council/barback.gif');
	color: #fbfdfe;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.bottom_title_bar
{
	border:0;
	background: url('/assets/images/council/barback.gif');
	padding: 7px 10px 9px 18px;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fbfdfe;
	margin:0;
}
.buy_with
{
	border-top: 1px #745c47 solid;
	border-right: 2px #5f4b3a solid;
	border-bottom: 2px #5f4b3a solid;
	border-left: 1px #745c47 solid;
}
.buy_with IMG
{
	border:0;
}
.banners .center_title_bar, h2.center_title_bar, h3.center_title_bar
{
	margin-bottom: 0;
}
h1.center_title_bar  {
	margin: 0;
}
#right_content
{
	width: 180px;
	float: left;
	padding: 0;
}
.shopping_cart
{
	width: 180px;
	height: 84px;
	text-align: center;
}
.cart_title
{
	font-size: 12px;
	color: #847676;
	font-weight: bold;
	padding: 0;
}
.cart_details
{
	width: 115px;
	float: left;
	padding: 5px 0 0 15px;
	text-align: left;
}
.cart_icon
{
	float: left;
	padding: 5px 0 0 5px;
}
.cart_empty
{
	background: url('/assets/images/common/shoppingcartempty.png') no-repeat 10% 0%;
	padding: 20px 0 0 80px;
	height: 70px;
}
hr.border_cart
{
	width: 100px;
	height: 1px;
	margin: 3px auto 3px 0;
	display: block;
	border-top: 1px #999 dashed;
	text-align: left;
}
ul#cat_box, ul#cat_box_home
{
	list-style-type: none;
	width: 650px;
	margin:10px 0 0;
}
ul#cat_box li, ul#cat_box_home li
{
	display: inline-block;
	padding:0 6px 10px;
	position: relative;
	background-color:#fff;
	border-top: 1px #745c47 solid;
	border-right: 2px #5f4b3a solid;
	border-bottom: 2px #5f4b3a solid;
	border-left: 1px #745c47 solid;
	margin-bottom:28px;
	width: 177px;
	height: 275px;
	zoom:1; 
	*display: inline;
	_height: 30px;
}
ul#cat_box h3, ul#cat_box_home h3
{
	height: 50px;
	margin: 0 auto;
	padding-top: 2px;
}
ul#cat_box form, ul#cat_box_home form
{
	width:177px;
	margin:0 auto;
}
.catid_2, .catid_5, .catid_8, .catid_11, .catid_14, .catid_17
{
	margin-left: 33px;
	margin-right: 33px;
}

.prod_box_special
{
	width: 230px;
	height: 230px;
	padding: 1px;
	border: 1px solid #a603e8;
	background: #fff;
	margin: 0 4px 6px 0;
	display: inline-block;
}
.prod_box h3, .prod_box_special h3
{
	height: 30px;
	display: block;
	margin: 0;
	line-height: 1.25;
	padding:5px;
	background: #403e32;
	color: #fff;
	font-size: 12px;

}
.prod_box h3 a
{
	COLOR: #fff;
	text-decoration: none;
}
.description_box_big
{
	margin-right:330px;
	margin-bottom: 10px;
	padding:5px 10px 0;
	background: #fff;
	border-top: 1px #745c47 solid;
	border-right: 2px #5f4b3a solid;
	border-bottom: 2px #5f4b3a solid;
	border-left: 1px #745c47 solid;
}
.prod_description{
	width:177px;i
	height:22px;
	padding-bottom: 0px;
	margin-bottom:0px;
}
.prod_details_tab
{
	text-align: center;
}
img.left_bt
{
	float: left;
	padding: 6px 0 0 6px;
}
.prod_details
{
	margin: 0 0 0 80px;
	text-align: right;
}
.prod_sendtofriend
{
	width: 75px;
	height: 24px;
	background: url('/assets/images/link_bg.gif') no-repeat center;
	text-align: center;
	color: #ee9dcc;
}
.prod_wishlist
{
	width: 75px;
	height: 24px;
	display: block;
	float: left;
	background: url('/assets/images/link_bg.gif') no-repeat center;
	margin: 2px 0 0 5px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	color: #159dcc;
}
.prod_buy
{
	float:left;
}
.prod_box_big
{
	margin: 10px 0;
}
.ProductImage img
{
	border: 1px solid #ccc;
}
.content_box
{
	padding: 17px 20px 20px;
	margin: 0 0 25px 0;
	background: #FFF;
	border-right: 2px #5f4b3a solid;
	border-bottom: 2px #5f4b3a solid;
	border-left: 1px #745c47 solid;
}

.widget
{
	background: #FFF;
	border-right: 2px #5f4b3a solid;
	border-bottom: 2px #5f4b3a solid;
	border-left: 1px #745c47 solid;
}
.widgetFlash{
	padding: 10px 11px;
}
.shopping_box
{
	margin: 0 0 8px 0;
	padding: 0 12px 0 5px;
	text-align: left;
	background: #FFF;
	border-right: 2px #5f4b3a solid;
	border-bottom: 2px #5f4b3a solid;
	border-left: 1px #745c47 solid;
}
.shopping_box img
{
	margin: 10px;
}
.text_box
{	
	margin: 0 0 25px 0;
	padding: 5px 20px;
	text-align: left;
	background: #fff;
	border-right: 2px #5f4b3a solid;
	border-bottom: 2px #5f4b3a solid;
	border-left: 1px #745c47 solid;
	color: #222222;
}
.detail_box
{
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #222222;
}
.product_img_big
{
	float: right;
	width: 250px;
}
.details_big_box
{
	text-align: left;
}
.details_big_box h3, .details_big_box h4
{
	text-align: left;
	background: url('/assets/tes002t/images/header.jpg') no-repeat;
	line-height: 22px;
	padding: 0 0 0 40px;
	height: auto;
}
.product_title_big
{
	color: #fff;
	padding: 5px 0;
	font-weight: bold;
	font-size: 14px;
}
.product_specialoffer_big
{
	color: #bc1a8c;
	padding: 5px 0;
	font-weight: bold;
	font-size: 14px;
}
.product_spec
{
	border: 1px solid #ccc;
}
.prod_price_big
{
	padding: 5px 0;
	font-size: 16px;
}
.AddToCart
{
	background: url('/assets/images/common/button_blue.jpg') no-repeat left;
	border: 0px none;
	color: #7a6e59;
	height: 27px;
	width: 80px;
	padding: 5px 5px 5px 10px;
	font-size: 0.80em;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}
a.compare
{
	width: 76px;
	height: 27px;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	background: url('/assets/images/compare.gif') no-repeat left;
	padding: 0 0 0 33px;
	text-decoration: none;
	line-height: 27px;
	color: #1c4a52;
}
.contact_form
{
	width: 355px;
	float: left;
	padding: 0 0 0 75px;
}
.form_row
{
	width: 335px;
	clear: both;
	padding: 10px 0;
	color: #a53d17;
}
label.contact
{
	width: 75px;
	float: left;
	font-size: 12px;
	text-align: right;
	padding: 4px 5px 0 0;
	color: #333;
}
input.contact_input
{
	width: 253px;
	height: 18px;
	color: #999;
	border: 1px #DFDFDF solid;
	float: left;
	background: #fff;
}
textarea.contact_textarea
{
	width: 253px;
	height: 100px;
	color: #999;
	border: 1px #DFDFDF solid;
	float: left;
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}
a.contact
{
	width: 99px;
	height: 27px;
	display: block;
	float: right;
	margin: 0 0 0 10px;
	background: url('/assets/images/contact_bt.gif') no-repeat left;
	padding: 0 0 0 10px;
	text-decoration: none;
	line-height: 27px;
	color: #1c4a52;
}
#clearfooter
{
	clear: both;
}
/*needed to make room for footer*/
#footer
{
	text-transform: uppercase;
	padding: 20px 20px 30px 8px;
	background-color: #72a820;	
	color: #fff;
	font-size: 11px;
	border-top: 5px solid #403e32;
}
#footer A
{
	COLOR: #f0d9b0;
}
#footer P
{
	padding: 2px 0 0;
}
#footer P SPAN
{
	display: block;
}
ul#footer_nav
{
	list-style-type: none;
}
.middle
{
	margin:0 auto;
}
ul#footer_nav li
{
	text-transform: uppercase;
	float: left;
	font-size: 13px;
	border-right: 1px solid;
}
ul#footer_nav li.first
{
	padding-left: 0px;
	margin-left:0px;
}
ul#footer_nav li.last
{
	border: none;
}
ul#footer_nav li A
{
	display: inline-block;
	color: #fff;
	padding: 0 5px;
	margin: 0 1px 0 0;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 13px;
}
ul#footer_nav li A:hover
{
	TEXT-DECORATION: underline;
	COLOR: #f0d9b0;
}
.StatusBox
{
	display: none;
	clear: both;
}
.error, .notice, .success
{
	padding: .8em;
	margin: 0;
	border: 2px solid #ddd;
}
.error
{
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice
{
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success
{
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a
{
	color: #8a1f11;
}
.notice a
{
	color: #514721;
}
.success a
{
	color: #264409;
}
span.ordernumber
{
	font-weight: bold;
	font-size: x-large;
	border-bottom: 1px dashed #C6D880;
}
ul.steps
{
	list-style-type: none;
	float: left;
	display: block;
}
ul.steps li
{
	display: inline;
	font-weight: bold;
	line-height: 16px;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px 0;
	color: #BFBAB0;
}
ul.steps li.selected
{
	color: #000;
}
ul.steps li a, ul.steps li a:link, ul.steps li a:hover
{
	color: #BFBAB0;
	text-decoration: none;
}
/*shopping cart*/
.CartGrid
{
	width: 100%;
}
.CartSubtotalWrapper
{
	float: right;
	text-align: right;
	width: 15%;
	margin: 0 3.5em 2.5em 0;
}
.CartSubtotal
{
	width: 25%;
	text-align: right;
}
.promo
{
}
.promo ol
{
	width: 75%;
}
.CartProdImg
{
	display: block;
	float: left;
	margin: 0 10px 0 -4px;
}
.hidden
{
	display: none;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
.CartGrid table
{
	width: 90%;
	border-collapse: collapse;
	border-top: 1px solid #e5eff8;
	border-right: 1px solid #e5eff8;
	table-layout: fixed;
}
.CartGrid caption, .CartSubtotal caption
{
	color: #9ba9b4;
	font-size: .94em;
	letter-spacing: .1em;
	margin: 1em 0 0 0;
	padding: 0;
	caption-side: top;
	text-align: center;
	display: none;
}
.CartGrid tr.odd td
{
	background: #F2EFE9 url('images/fieldset_gradient.jpg') repeat-x;
}
.CartGrid tr.odd .first
{
	background: #F2EFE9 url('images/fieldset_gradient.jpg') repeat-x;
}
.CartGrid tr
{
}
.CartGrid tr.first
{
	background: #F2EFE9 url('images/fieldset_gradient.jpg') repeat-x;
	text-align: center;
}
.CartGrid td
{
	border-top: 1px solid #BFBAB0;
	text-align: center;
}
.CartGrid th
{
	font-size: 1.25em;
	text-align: center;
}
.CartGrid .CartHeader th
{
	background: #F2EFE9 url('images/fieldset_gradient.jpg') repeat-x;
}
.CartGrid .CartHeader th.first
{
	background: #F2EFE9 url('images/fieldset_gradient.jpg') repeat-x;
	text-align: left;
	padding: .3em 1em;
}
.CartSubtotal th, .CartSubtotal td
{
	text-align: right;
	font-size: 1.25em;
}
.CartSubtotal th
{
	margin: .5em .5em .5em 0;
}
.CartSubtotal td
{
	color: #f03b58;
	font-weight: bold;
	font-style: normal;
}
.CartGrid tr.discount td
{
	color: #f00;
	background: #FBE3E4;
	border-top: none;
}
.CartGrid td.first
{
	text-align: left;
}
.Accessories
{
	background: #FFFFFF url('/assets/evengreener/images/bground_info.jpg') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #0A7F30;
	margin: 0 3px 5px 0;
	padding: 2px;
	font-size: 11px;
	display: block;
}
.AccessoriesInfo
{
	height: 50px;
}
.AccessoriesInfo p
{
	font-size: 11px;
	margin-top: 0;
}
#CheckBox
{
	display: inline;
	float: left;
	padding-top: 5px;
}
.Accessories h4
{
	color: #980500;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.Accessories checkbox
{
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.Accessories img
{
	display: block;
	float: left;
	margin: 2px 5px;
}
/* jQuery lightBox plugin - Gallery style */
#gallery
{
	margin: 10px auto 0; 
}
#gallery ul
{
	list-style: none;
}
#gallery ul li
{
	display: inline;
}
#gallery ul img
{
	border: 5px solid #ccc;
	border-width: 1px;
	margin: 0 0 5px;
}
#gallery ul a:hover img
{
	border: 5px solid #3e3e3e;
	border-width: 1px;
	color: #fff;
}
#gallery ul a:hover
{
	color: #fff;
}
.noscript
{
	background: #fff;
	text-align: center;
	border: solid thin red;
	padding: 1em;
	margin: 1em;
}
.ProductImage
{
	width: 60px;
	text-align: center;
}
.ProductDescription
{
	width: 240px;
}
.ProductInfo
{
	width: 100px;
}
.ProductPriceVat
{
	width: 60px;
}
.ProductPrice
{
	width: 60px;
}
.ProductAddToCart
{
	width: 75px;
	text-align: center;
}

.waterwise
{
	background: url('/assets/images/common/waterwise-logo2.jpg') no-repeat center bottom;
	width: 195px;
	padding: 0 0 30px 0;
}
.hidden
{
	display: none;
}
.shuffle
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.imgcaption
{
	margin-bottom: -15px;
	margin-top: 5px;
	display: block;
}
.imgcaption_left
{
	float: left;
	text-align: left;
	width: 90px;
}
.imgcaption_right
{
	margin: 0 0 0 110px;
	text-align: right;
	width: 180px;
}
.imgcontainer
{
	padding: 8px 10px 20px;
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	width:150px;
	margin: 0 auto;
}
.imgcontainer img
{
}
#tagline, #offerline
{
	COLOR: #e1a;
	FONT-SIZE: 16px;
	font-weight: 700;
}
.offerlineoptions
{
	COLOR: #e1a;
}
.tips
{
	COLOR: #403e32;
	FONT-SIZE: 16px;
	font-weight: 700;
}
.text-quote
{
	padding: 0;
	width: 190px;
}
.text-quote blockquote
{
	background: url('/assets/images/common/quotes_right.gif') no-repeat 100% 98%;
}
.text-quote blockquote p
{
	padding: 0 17px 17px;
	margin: 0;
}
.text-quote blockquote p.tips
{
	padding: 17px 17px 0;
	background: url('/assets/images/common/quotes_left.gif') no-repeat 0% 15px;
}
.splash_offer
{
	position: absolute;
	top: -5px;
	right: -15px;
	clear: both;
}
.splash_sub
{
	position: absolute;
	bottom: 5px;
	left: -15px;
	clear: both;
}
a.pdf
{
	background: url('/assets/images/common/pdf.png') no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
a.txt
{
	background: url('/assets/images/common/txt.png') no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
a.zip
{
	background: url('/assets/images/common/zip.png') no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
a.email
{
	background: url('/assets/images/common/email.png') no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
a.external
{
	background: url('/assets/images/common/ext_link.png') no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

#search-background {
	width:610px;
	height:80px;
	background:url('/assets/images/common/search.jpg') no-repeat;
	margin: 0 auto;
}
	#search-postcode {
		margin:0 0 0 20px;
	}
		#search-postcode label{
			display:block;
			height:0;
			width:0;
		}
	
		#search-postcode input {
			float:left;
			border:none;
		}
			#search-postcode input.button {
				margin:20px 0 0 10px;;
			}
			#search-postcode #postcode {
				font-size:3.0em;
				width:508px;
				margin:22px 0 0 0;
				padding:0 4px;
			}


#search {
margin: 0 auto;	
}

.hidden {
display:none;
}
.center {
text-align:center;
}

.noscript{background:#fff;text-align:center;border: solid thin red;padding:1em 1em 1em 1em;margin:0 7px 1em;}
.red {color:red;font-weight:700}
