/* ----- body & background ----- */
body{
	background: #fff;
	color:#6f6f6f;
	font: 75% Arial, Helvetica, sans-serif;	
	margin:0;
	padding:0;
}

h1{
	background: #459826 url(../images/gb-map.gif) no-repeat 5px 5px;
	color: #fff;
	font-size: 120%;
	padding: 8px 0 8px 23px;
}
h2{
	background: #459826;
	color: #fff;
	font-size: 90%;
	padding: 6px 0 6px 20px;
	margin: 0px;
}
h3{
	color: #339900;
	font-size: 110%;
	margin: 0 0 5px 0;
	font-weight:bold;
}
h4{
	color: #339900;
	font-size: 100%;
	margin: 0 0 5px 0;
	font-weight:bold;
}
h5{ /* Variation of h3 for product pages */
    color: #339900;
	font-size: 160%;
	padding: 8px 0 0px 0px;
	font-weight:bold;
}
h6{ /* Variation of h3 for Help & Advice column */
	color: #2F9100;
	font-size: 100%;
	margin: 0 0 5px 0;
	font-weight:bold;
}

/* ----- header ----- */
.text-area-form{
	background: url(../images/form-bg.gif) top left no-repeat;
	padding:5px 10px 10px 10px;
	font-size: 90%;
	color: #333333;
}
.text-area-home{
	background: url(../images/text-background-home.gif) top left no-repeat;
	padding:5px 10px 10px 10px;
	font-size: 90%;
}

.header-image{
	background: url(../images/site-header.jpg) no-repeat;
}
.advice-header-image{
	background: url(../images/site-header.gif) no-repeat;
}

#product-background{
	background: url(../images/product-bg.gif) no-repeat;
	width: 350px;
	padding: 10px 15px 0 15px;
}

#product-background h2{
	background: none;
	color: #666666;
	font-size: 160%;
	font-style: italic;
	margin-left: -20px;
	margin-bottom: -10px;
}

.padding-left{
	padding-left: 0px;
	margin-left: 20px;
}
.padding-left2{
	padding-left: 200px;
}

/* ----- left hand side ----- */
.lefthand-side{
	position: absolute;
	top: 240px;
	vertical-align:top;
	width: 200px;
	margin: 0px;
}
.lefthand1-side{
	position: absolute;
	top: 110px;
	vertical-align:top;
	width: 200px;
	margin: 0px;
}

ul.nav {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
ul.nav li  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.nav li a {
	display: block;
	padding: 3px 0px 4px 37px;
	color: #6f6f6f;
	background: #f7f8f8;
	text-decoration: none;
	border-bottom: #f0f0f0 thin solid;
}
ul.nav a:hover {
	background: #f7f8f8 url(../images/green-arrow.gif) no-repeat 4px 4px;
	text-decoration: none;
}

/* ----- content ----- */
.content{
	padding-left: 10px;
	vertical-align:top;
	padding-right: 10px;
}

.content img{
	float:right;
	padding: 0 0 5px 5px;
}

.content a:link, .content a:visited{
	color: #459826;
}

.content a:hover{
	color: #459826;
	text-decoration: none;
}

.bold-green{
	color: #459826;
	font-size: 10pt;
}

.bold-lime{
	color: #8dc028;
}

.float-right{
	float: right;
}

.text-area{
	background: url(../images/text-background.gif) top left no-repeat;
	padding:5px 10px 10px 10px;
	font-size: 90%;
}
.text-area2{
	background: url(../images/text-background.gif) top left no-repeat;
	padding:5px 10px 10px 5px;
	font-size: 90%;
}
.text-area3{
    padding:5px 5px 0px 8px;
	font-size: 90%;
}
.text-area4{
	background: url(../images/text-background.gif) top left no-repeat;
	padding:5px 10px 10px 5px;
}
.text-area5{
    padding:0px 0px 0px 0px;
	font-size: 90%;
}
.text-area6{
    padding:5px 5px 0px 8px;
	font-size: 96%;
}
.text-area h2{
	color: #666;
	background: none;
	font-size: 165%;
	font-weight: bold;
	margin-left: -20px;
	margin-bottom: -10px;
}
li{
    color: #339900;
}
.product-name{
	background: url(../images/product-name.gif) top left no-repeat;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.address{
	background: url(../images/address-panel.jpg) top left no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	line-height: 19px;
}
.waste-lamps{
	background-color: #459826;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.seven-header{
	background: url(../images/seven-header.jpg) top left no-repeat;
}

.seven-footer{
	background: url(../images/seven-footer.jpg) bottom left no-repeat;
}

.seven-numbers{
	color: #fff;
	font-size: 190%;
	font-weight: bold;
	padding-left: 1px;
}

/* ----- right hand side ----- */
.righthand-side{
	vertical-align:top;
}

/* ----- footer ----- */
.footer{
	background-image: url(../images/footer-background.gif);
	background-repeat: repeat-x;
	margin: 10px 0 60px 0;
	height: 24px;
	padding: 0 5px 0 5px;
	font-size: 90%;
	color: #b5b6ba;
}
.footer a:link, .footer a:visited{
	color: #b5b6ba;
	text-decoration: none;
}
.footer a:hover{
	color: #459826;
	text-decoration: none;
}

/* ----- OLD_CSS_CODE? -----*/

.bodytext {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
}
.medium_header {
	color: #6f6f6f;

}
.bodytext_white_bold {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.bodytext_bold {
	font-style: normal;
	line-height: 13px;
	color: #000000;
	font-weight: bold;
}
.green {
	color: #339900;
}
.medium_header_bold {
	font-size: 16px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #339900;
}
.bodytext_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	color: #000000;
}
.calc_shadow {
	background-image: url(images/calc_shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.small_text_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 10px;
}
.menu_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #339900;
}
.table_green_top {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	background-color: #e9ffa6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding: 3px;
	text-align: right;
}
.table_green_top2 {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	background-color: #e9ffa6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding: 3px;
	text-align: right;
}
.table_white_mid {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding: 3px;
	text-align: right;
}
.table_white_mid2 {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding: 3px;
	text-align: right;
}
.table_green_mid {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	background-color: #e9ffa6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding: 3px;
	text-align: right;
	font-weight: bold;
}
.table_green_mid2 {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	background-color: #e9ffa6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding: 3px;
	text-align: right;
	font-weight: bold;
}
.table_white_bottom {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding: 3px;
	text-align: right;
}
.table_white_bottom2 {
	font-size: 10px;
	font-style: normal;
	background-color: #fff;
	line-height: 13px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding: 3px;
	text-align: right;
}
.table_white_bottom3 {
	background-color: #fff;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding: 3px;
	text-align: right;
	font-weight: bold;
}
.table_white_bottom4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	border: 1px none #dedede;
}
.bodytext_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #339900;
}
.bodytext_bold_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #339900;
	font-weight: bold;
}
.selectform{
	border: 1px solid #d9d9d9;
}
.address-background{
	background: url(../images/address-bg.gif) no-repeat;
	padding-left: 10px;
	margin-left: 0px;
	padding-top: 10px;
	line-height: 20px;
	font-size: 90%;
	padding-bottom: 15px;
	width: 100%;
}
.invoice-background{
	background: url(../images/invoice-bg.gif) no-repeat;
	padding-left: 10px;
	margin-left: 0px;
	padding-top: 10px;
	line-height: 20px;
	font-size: 90%;
	padding-bottom: 15px;
	width: 100%;
}