/*

----- One Chance screen stylesheet -----
----- Fuse Digital 2007 -----

----- enjoy. -----

----- Foreground Colours -----

	Main grey: #333
	Secondary grey: #666
	Main green: #739614

----- Site Dimensions -----

	Full Width: 846px
	Panel Width: 840px

*/

* {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
	outline: none;
}

/* ----- tags ----- */
body {
	background: #fff;
	text-align: center; /* centre in IE */
	font: small Arial, Helvetica, sans-serif;
	color: #333;
}
ul {
	list-style: none; /* no bullets on lists by default */
}
a {
	color: #333;
}
a:hover {
	color: #739614;
}
a img {
	border: none;
}
em {
	color: #739614;
	font-weight: bold;
	font-style: normal;
}
strong {
	color: #5c7e02;
}
blockquote {
	
}
cite {
	
}

/* ----- universal styles ----- */
.hide {
	display: none;
}

/* ----- containers ----- */
#frame {
	width: 846px;
	margin: 0 auto;	
}
#content {
	width: 846px;
	height: 435px;
	float: left;
	background: url(../images/content_bg_rpt.gif) 0 0 repeat-y;
	text-align: left;
	font-size: 0.85em;
}
#wrapper {
	width: 780px;
	height: 390px;
	float: left;
	display: inline;
	margin: 0 4px 0 2px;
	padding: 45px 30px 0 30px;
	position: relative;
}
#home #wrapper {
	height: 425px;
	padding-top: 10px;
}
#competition #wrapper 
{
	width: 780px;
	height: 420px;
	float: left;
	display: inline;
	margin: 0 4px 0 2px;
	padding: 15px 30px 0 30px !important;
	padding:15px 27px 0 27px;
	position: relative;	
}
#products.notebook #wrapper, #stockists #wrapper {
	height: 417px;
	padding-top: 18px;
}
#greener #wrapper {
	height: 408px;
	padding-top: 28px;
}
.spread1 {
	background: url(../images/spreads/spread1.jpg) 0 0 no-repeat;
}
.spread2 {
	background: url(../images/spreads/spread2.jpg) 0 0 no-repeat;
}
.spread3 {
	background: url(../images/spreads/spread3.jpg) 0 0 no-repeat;
}
.spread4 {
	background: url(../images/spreads/spread4.jpg) 0 0 no-repeat;
}
#products #wrapper, #greener #wrapper, #competition #wrapper  {
	background: url(../images/spreads/spread_plain.jpg) 0 0 no-repeat;
}
#endangered #wrapper {
	background: url(../images/spreads/spread_polar_1.jpg) 0 0 no-repeat;
}
#endangered.orang-utan #wrapper {
	background: url(../images/spreads/spread_orang-utan.jpg) 0 0 no-repeat;
}
#endangered.frog #wrapper {
	background: url(../images/spreads/spread_frog.jpg) 0 0 no-repeat;
}
#endangered.bear #wrapper {
	background: url(../images/spreads/spread_polar-right_1.jpg) 0 0 no-repeat;
}
#endangered.parrot #wrapper {
	background: url(../images/spreads/spread_parrot.jpg) 0 0 no-repeat;
}
#stockists #wrapper {
	background: url(../images/spreads/spread_stockists_1.jpg) 0 0 no-repeat;
}
#contact #wrapper {
	background: url(../images/spreads/spread_contact.jpg) 0 0 no-repeat;
}
#your-ideas #wrapper {
	background: url(../images/spreads/spread_contact.jpg) 0 0 no-repeat;
}
#privacy #wrapper {
	background: url(../images/spreads/empty.jpg) 0 0 no-repeat;
}
#privacy.sign-up #wrapper {
	background: url(../images/spreads/spread_orang-utan-2.jpg) 0 0 no-repeat;
}

#privacy.competition #wrapper {
	background: url(../images/spreads/spread_prize.jpg) 0 0 no-repeat;
}


#col-main {
	width: 422px;
	float: left;
}
#col-sec {
	width: 336px;
	float: right;
}

/* ------ masthead ------ */
#masthead {
	width: 846px;
	height: 80px;
	margin-top: 40px;
	float: left;
	position: relative;
	background: url(../images/masthead_bg.gif) 0 100% no-repeat;
}
h1 {
	width: 198px;
	height: 76px;
	position: absolute;
	top: 0px;
	left: 30px;
}
h1 a {
	display: block;
	width: 198px;
	height: 76px;
	text-indent: -1000em;
	background: url(../images/one_chance_logo.gif) 0 0 no-repeat;
}

/* ------ global navigation ------ */
#masthead ul {
	position: absolute;
	right: 25px;
	bottom: 0;
}
#masthead ul li {
	float: left;
}
#masthead ul li a {
	display: block;
	height: 42px;
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#masthead ul li a:hover {
	background-position: 0 -200px;
}
#home #nav1, #products #nav2, #endangered #nav3, #stockists #nav4, #greener #nav5, #privacy.contact #nav6 {
	background-position: 0 -400px;
}

#nav1 {
	width: 58px;
	background-image: url(../images/nav/nav1.gif);
}
#nav2 {
	width: 73px;
	background-image: url(../images/nav/nav2.gif);
}
#nav3 {
	width: 151px;
	background-image: url(../images/nav/nav3.gif);
}
#nav4 {
	width: 74px;
	background-image: url(../images/nav/nav4.gif);
}
#nav5 {
	width: 138px;
	background-image: url(../images/nav/nav5.gif);
}
#nav6 {
	width: 68px;
	background-image: url(../images/nav/nav6.gif);
}

/* ------ subhead ------ */
#subhead {
	width: 846px;
	height: 30px;
	clear: both;
	position: relative;
	background: url(../images/subhead_bg.gif) 0 0 no-repeat;
}
#subhead ul {
	position: absolute;
	left: 198px;
	top: 10px;
}
#endangered #subhead ul {
	left: 243px;
}
#subhead ul li {
	float: left;
	margin-right: 20px;
}
#subhead ul li a {
	display: block;
	height: 15px;
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#subhead ul li a:hover, #products.notebook #subnav1, #products.ourpaper #subnav2, #products.closeloop #subnav3, #endangered.orang-utan #subnav2, #endangered.bear #subnav1, #endangered.frog #subnav4, #endangered.parrot #subnav3{
	background-position: 0 -200px;
}
#products #subnav1 {
	width: 103px;
	background-image: url(../images/nav/sub_products_nav1.gif);
}
#products #subnav2 {
	width: 60px;
	background-image: url(../images/nav/sub_products_nav2.gif);
}
#products #subnav3 {
	width: 92px;
	background-image: url(../images/nav/sub_products_nav3.gif);
}
#endangered #subnav1 {
	width: 60px;
	background-image: url(../images/nav/sub_endangered_nav1.gif);
}
#endangered #subnav2 {
	width: 66px;
	background-image: url(../images/nav/sub_endangered_nav2.gif);
}
#endangered #subnav3 {
	width: 117px;
	background-image: url(../images/nav/sub_endangered_nav3.gif);
}
#endangered #subnav4 {
	width: 99px;
	background-image: url(../images/nav/sub_endangered_nav4.gif);
}

/* ------ footer ------ */
#footer {
	width: 846px;
	clear: both;
	font-size: 0.85em;
	color: #666;
}
#footer .strap {
	width: 846px;
	height: 46px;
	margin-bottom: 4px;
	/*text-indent: -1000em;
	background: url(../images/basildon_bond_footer.jpg) 0 0 no-repeat;*/
}
#footer .copyright {
	float: right;
	margin-right: 4px;
}
#footer ul {
	float: left;
	margin-left: 2px;
}
#footer ul li {
	float: left;
	background: url(../images/nav/footer_seperator.gif) 100% 50% no-repeat;
	padding-right: 8px;
	margin-right: 7px;
}
#footer ul li.final {
	background: none;
}
#footer ul li a {
	color: #739614;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #333;
}

/* ------ headings and text ------ */
h2 {
	color: #4e4e4e;
	margin-bottom: 8px;
}
h3 {
	color:#5c7e02;
	/*color: #739614;*/
	margin-bottom: 8px;
	font-size:12px;
}
#home h3 {
	color:#5c7e02;
	/*color: #739614;*/
	margin: 10px 0 0 0;
	font-size:11px;
}
#content h3 {
	color:#5c7e02;
	/*color: #739614;*/
	margin-bottom: 0px;
	font-size:12px;
}
#endangered h3 {
	color:#5c7e02;
	/*color: #739614;*/
	margin-bottom: 0px;
	font-size:12px;
}

h4 {
	color:#5c7e02;
	/*color: #739614;*/
	margin-bottom: 0px;
	font-size:12px;
}

#endangered h4 {
	color:#5c7e02;
	/*color: #739614;*/
	margin: 10px 0 0 0;
	font-size:12px;
}
#endangered h5 {
	color:#5c7e02;
	/*color: #739614;*/
	margin-bottom: 0px;
	margin-top: 0px;
	font-size:12px;
}
h5 {
	color:#5c7e02;
	/*color: #739614;*/
	margin: 10px 0 0 0;
	font-size:12px;
}
h6 {
	color:#5c7e02;
	/*color: #739614;*/
	margin: 10px 0 0 0;
	font-size:11px;
}
#heading7 {
	font-weight:bold;
	color:#5c7e02;
	/*color: #739614;*/
	margin-bottom: 0;
	font-size:15px;
}
h8 {
	font-weight:bold;
	color:#5c7e02;
	/*color: #739614;*/
	margin-bottom: 0px;
	font-size:11px;
}

#content p {
	margin-bottom: 8px;
}
#content p.collapse {
	margin-bottom: 0;
}
#col-main ul li {
	background: url(../images/bullet_green.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin: 0 5px 10px 0;
}

#competition #col-main h3
{
	margin-bottom:5px;
	margin-top:20px;
}

#competition #col-main p.green-text
{
	color:#5c7e02;
}

#stockists #col-main ul {
	margin: 0 0 5px 0;
}
#stockists #col-main li {
	background: url(../images/bullet_green.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin: 0 5px 2px 0;
}
#products.closeloop #col-sec ul li {
	background: url(../images/bullet_green.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin: 0 5px 2px 0;
}
#col-sec-sub ul li {
margin-top:0px;
float:left;
display:block;
border:none;	
}

/* ------ links ------ */
a.alt {
	font-weight:bold;
	color:#5c7e02;
	text-decoration:none;
}

a.alt.u {
	text-decoration:underline;
}

a:hover.alt 
{
	color:#333333;
}


/* ------ buttons ------ */
a.more, a.notebook, a.paper, a.close-loop, a.prize   {
	display: block;
	height: 21px;
	text-indent: -1000em;
	padding-top: 4px;
}
a.prize
{
	width: 148px;
	background: url(../images/buttons/holiday_prize_draw.gif) 0 4px no-repeat;
}

a.more:hover, a.notebook:hover, a.paper:hover, a.close-loop:hover {
	background-position: 0 -196px;
}

a.prize:hover {
	background-position: 0 -199px;
}
 
a.more {
	width: 63px;
	background: url(../images/buttons/more.gif) 0 4px no-repeat;
}
a.notebook {
	width: 137px;
	background: url(../images/buttons/notebook_features.gif) 0 4px no-repeat;
}
a.paper {
	width: 82px;
	background: url(../images/buttons/our_paper.gif) 0 4px no-repeat;
}
a.close-loop {
	width: 114px;
	background: url(../images/buttons/close_loop.gif) 0 4px no-repeat;
}

/* ------ cross-promo panels ------ */
#panel-row {
	width: 801px;
	margin: 16px 0 0 -21px;
	float: left;
	clear: both;
	display: inline;
}
#panel-row p {
	float: left;
	margin: 0 0 0 21px;
	display: inline;
}
#panel-row a {
	display: block;
	width: 246px;
	height: 95px;
	text-indent: -1000em;
}
#panel-row a.products {
	background: url(../images/panels/products.png) 0 0 no-repeat !important;
	background-image: url(../images/panels/products.gif);
}

#panel-row a.prize-draw {
	background-image: url(../images/panels/prize_draw.gif);
	margin:-16px 0 0 0;
}

#panel-row a.prize-holiday {

	background-image: url(../images/panels/prize_holiday.gif);
	margin:-16px 0 0 0 !important;
	margin:0;
}

#panel-row a.endangered {
	background: url(../images/panels/endangered_species.png) 0 0 no-repeat !important;
	background-image: url(../images/panels/endangered_species.gif);
	margin:0 !important;
	margin:14px 0 0 0;
}
#panel-row a.greener {
	background: url(../images/panels/becoming_greener.png) 0 0 no-repeat !important;
	background-image: url(../images/panels/becoming_greener.gif);
	margin:0 !important;
	margin:14px 0 0 0;
}
#greener #col-main {
	width: 560px;
}

#col-opt
{
	width:312px;
	float:left;
	padding-left:18px;
}
/* ------ notebook features page ------ */
#products #col-sec {
	width: 297px;
	height: 394px;
	position: absolute;
	right: 49px;
	top: 23px;
}
#products #col-main {
	width: 404px;
	height: 341px;
	padding: 17px 12px;
	position: absolute;
	left: 27px;
	top: 9px;
}
#products.notebook #col-main {
	width: 404px;
	height: 341px;
	padding: 17px 12px;
	background: url(../images/cols/col_main_bg_1.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	top: 43px;
}
#products.notebook #col-sec {
	width: 336px;
	height: 378px;
	background: url(../images/cols/col_sec_bg_1.jpg) 0 0 no-repeat;
	position: absolute;
	right: 46px;
	top: 43px;
}
#products.notebook h2 {
	margin-left: 10px;
}

#products.ourpaper #col-main {
	width: 404px;
	height: 341px;
	padding: 17px 12px;
	background: url(../images/cols/col_main_bg_2.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	top: 43px;
}
#products.ourpaper #sign-up{
	position: absolute;
	width: 404px;
	height: 52px;
	padding: 12px 12px;
	background: url(../images/sign_up/sign_up_bg_1.jpg) 0 0 no-repeat;
	left: 27px;
	top: 339px;
	margin:0;
}
#products.ourpaper #col-sec {
	width: 336px;
	height: 375px;
	background: url(../images/cols/col_sec_bg_8.jpg) 0 0 no-repeat;
	position: absolute;
	right: 46px;
	top: 43px;
}
#products.ourpaper h2 {
	position: absolute;
	left: 37px;
	top: 16px;
}
/* ------ close the loop features page ------ */
#products.closeloop #col-main {
	width: 404px;
	height: 341px;
	padding: 17px 12px;
	background: url(../images/cols/col_main_bg_2.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	top: 43px;
}
#products.closeloop #sign-up{
	position: absolute;
	width: 404px;
	height: 52px;
	padding: 12px 12px;
	background: url(../images/sign_up/sign_up_bg_1.jpg) 0 0 no-repeat;
	left: 27px;
	top: 339px;
	margin:0;
}
#products.initial #sign-up{
	width: 404px;
	height: 52px;
	padding: 12px 12px;
	background: url(../images/sign_up/sign_up_bg_1.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	bottom: 19px;
	margin:0px;
}
#stockists #sign-up{
	width: 404px;
	height: 52px;
	padding: 12px 12px;
	background: url(../images/sign_up/sign_up_bg_1.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	bottom: 19px;
	margin:0px;
}
#stockists h2{
	position: absolute;
	left: 37px;
	top: 12px;
	margin:0px;
	padding:0;
}
#sign-up p{
	padding:0px;
	margin:0px;
}
#sign-up ul{
	display:block;
	float:left;
	list-style:none;
	padding-top:5px;
}
#sign-up li{
	display:block;
	float:left;
	list-style:none;
}
#products.closeloop #col-sec {
	padding: 17px 12px;
	width: 336px;
	height: 355px;
	background: url(../images/cols/col_sec_bg_2.jpg) 0 0 no-repeat;
	position: absolute;
	right: 26px;
	top: 43px;
}
#products.closeloop #col-sec-sub {
	position: absolute;
	right: 24px;
	bottom: 15px;
	padding:0;
	margin:0;
	
}
/* ------ close the loop features page ------ */
#endangered #sign-up {
	width: 404px;
	height: 52px;
	padding: 12px 12px;
	background: url(../images/sign_up/sign_up_bg_2.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	bottom: 19px;
	margin:0px;
}

/* ------ thumbnails styles ------ */
#products.notebook #col-sec p {
	margin: 9px 0 0 8px;
}
#thumbs {
	width: 68px;
	position: absolute;
	bottom: 9px;
	right: -21px;
}
#thumbs li {
	float: right;
	margin-top: 2px;
	display: block;
	width: 68px;
	height: 68px;
}
#thumbs li a {
	display: block;
	width: 65px;
	height: 64px;
	padding: 4px 0 0 3px;
}
#thumb1 {
	background: url(../images/thumbs/thumb_bg_1.gif) 0 0 no-repeat;
}
#thumb2 {
	background: url(../images/thumbs/thumb_bg_2.gif) 0 0 no-repeat;
}
#thumb3 {
	background: url(../images/thumbs/thumb_bg_3.gif) 0 0 no-repeat;
}

/* ------ stockists page ------ */
#stockists #col-main {
	width: 404px;
	height: 271px;
	padding: 17px 12px;
	background: url(../images/cols/col_main_bg_2.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	top: 43px;
}
#stockists #sign-up {
	width: 404px;
	height: 52px;
	padding: 12px 12px;
	background: url(../images/sign_up/sign_up_bg_1.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	bottom: 19px;
	margin:0px;
}
#stockists table {
	padding-bottom: 15px;
}
/* ------ i page ------ */
#contact #col-main {
	width: 404px;
	height: 381px;
	padding: 19px 16px;
	background: url(../images/cols/contact.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	top: 42px;
}
#contact h2 {
	position: absolute;
	left: 27px;
	top: 16px;
}
#products.closeloop h2{
position: absolute;
	left: 37px;
	top: 16px;
}
#contact td{
	height:25px;
}
/* ------ contact page ------ */
#your-ideas #col-main {
	width: 404px;
	height: 381px;
	padding: 19px 16px;
	background: url(../images/cols/contact.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	top: 42px;
}
#your-ideas h2 {
	position: absolute;
	left: 41px;
	top: 16px;
}
#your-ideas td{
	height:25px;
}
/* ------ formfeilds ------ */
.formfields{
 width:240px;
 color:#666;
}
#errortext {
	color: #FF0000;
}
.formfields150{
 width:160px;
  color:#666;
}
.formfields120{
 width:130px;
  color:#666;
}

/* ------ endangered page ------ */
#endangered h2 {
	position: absolute;
	left: 37px;
	top: 10px;
}
#col-main-sub-holder{
position: absolute;
width:400px;
/*margin:258px 0 0 10px;*/
top:332px;
left:38px;
padding:0;
}
.col-main-sub{
	float:left;
	padding:0;
	margin:0;
	width:180px;
}
#col-main-sub-divider{
	float:left;
	margin:0px 10px 0 10px;
	padding:0;
}
.col-main-sub p{
	float:left;
	padding:0 0 4px 0;
}
.col-main-sub h4{
	padding:0 5px 5px 0;
}
.col-main-sub ul li{
background:none;
margin:0 0 1px 5px;
padding:0px;
}
.col-main-sub ul li a{
color:#5c7e02;
}

.col-main-sub ul{
margin: 6px 0 8px 0;
padding:0px;
}
/* ------ endangered orang-utan ------ */
#endangered.initial #col-main {
	padding: 0px 0px 0 10px;
	margin:0px;}
#endangered.orang-utan #col-main {
	width: 404px;
	height: 291px;
	padding: 17px 12px;
	background: url(../images/cols/col_main_bg_6.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	top: 43px;
}
#endangered.orang-utan #sign-up {
	width: 404px;
	height: 52px;
	padding: 12px 12px;
	background: url(../images/sign_up/sign_up_bg_3b.jpg) 0 0 no-repeat;
	position: absolute;
	left: 29px;
	bottom: 19px;
	margin:0px
}
/* ------ endangered frog ------ */
#endangered.frog #col-main {
	width: 404px;
	height: 291px;
	padding: 17px 12px;
	background: url(../images/cols/col_main_bg_5.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	top: 43px;
}
#endangered.frog #sign-up {
	width: 404px;
	height: 52px;
	padding: 12px 12px;
	background: url(../images/sign_up/sign_up_bg_5.jpg) 0 0 no-repeat;
	position: absolute;
	left: 29px;
	bottom: 19px;
	margin:0px;
}
/* ------ endangered bear ------ */
#endangered.bear #col-main {
	width: 404px;
	height: 291px;
	padding: 17px 12px;
	background: url(../images/cols/col_main_bg_5.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	top: 43px;
	background-image: url(../images/cols/col_main_bg_5.jpg);
}
#endangered.bear #sign-up {
	width: 404px;
	height: 52px;
	padding: 12px 12px;
	background: url(../images/sign_up/sign_up_bg_6.jpg) 0 0 no-repeat;
	position: absolute;
	left: 29px;
	bottom: 19px;
	margin:0px;
}
/* ------ endangered parrot ------ */
#endangered.parrot #col-main {
	width: 404px;
	height: 291px;
	padding: 17px 12px;
	background: url(../images/cols/col_main_bg_5.jpg) 0 0 no-repeat;
	position: absolute;
	left: 27px;
	top: 43px;
}
#endangered.parrot #sign-up {
	width: 404px;
	height: 52px;
	padding: 12px 12px;
	background: url(../images/sign_up/sign_up_bg_4.jpg) 0 0 no-repeat;
	position: absolute;
	left: 29px;
	bottom: 19px;
	margin:0px;
}
/* ------ tooltips ------ */
.tooltip {
	position: absolute;
	margin-left: 75px;
	margin-top: 5px;
	z-index: 20;
	display: block;
	width: 310px;
	background: url(../images/tooltip_cap.png) 0 0 no-repeat !important;
	background-image: url(../images/tooltip_cap.gif);
	padding-left: 11px;
}
.tooltip span.point {
	position: absolute;
	top: -18px;
	display: block;
	background: url(../images/tooltip_point.png) 0 0 no-repeat !important;
	background-image: url(../images/tooltip_point.gif);
	width: 26px;
	height: 21px;
	text-indent: -1000em;
}
.tooltip span.inf {
	display: block;
	background: url(../images/tooltip_bg.png) 100% 0 no-repeat !important;
	background-image: url(../images/tooltip_bg.gif);
	height: 27px;
	padding: 12px 11px 0 0;
	color: #5c7e02;
	font-size:10px;
	font-weight: bold;
	text-align: center;
}
/* ------ general blocks becomming greener buttons ------ */
.gen-blocks li a.becominggreener-20 {
	
background: url(../images/buttons/becominggreener-20.jpg) 0 0 no-repeat;
}
.gen-blocks li a.becominggreener-19 {
	
background: url(../images/buttons/becominggreener-19.jpg) 0 0 no-repeat;
}
.gen-blocks li a.becominggreener-18 {
	
background: url(../images/buttons/becominggreener-18.jpg) 0 0 no-repeat;
}
.gen-blocks li a.becominggreener-17 {
	
background: url(../images/buttons/becominggreener-17.jpg) 0 0 no-repeat;
}
.gen-blocks li a.becominggreener-16 {
	
background: url(../images/buttons/becominggreener-16.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-15 {
	
background: url(../images/buttons/becominggreener-15.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-14 {
	
background: url(../images/buttons/becominggreener-14.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-13 {
	
background: url(../images/buttons/becominggreener-13.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-12 {
	
background: url(../images/buttons/becominggreener-12.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-11 {
	
background: url(../images/buttons/becominggreener-11.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-10 {
	
background: url(../images/buttons/becominggreener-10.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-9 {
	
background: url(../images/buttons/becominggreener-9.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-8 {
	
background: url(../images/buttons/becominggreener-8.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-7 {
	
background: url(../images/buttons/becominggreener-7.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-6 {
	
background: url(../images/buttons/becominggreener-6.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-5 {
	
background: url(../images/buttons/becominggreener-5.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-4 {
	
background: url(../images/buttons/becominggreener-4.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-3 {
	
background: url(../images/buttons/becominggreener-3.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-2 {
	
background: url(../images/buttons/becominggreener-2.jpg) 0 0 no-repeat;
}.gen-blocks li a.becominggreener-1 {
	
background: url(../images/buttons/becominggreener-1.jpg) 0 0 no-repeat;
}
/* ------end general blocks client buttons ------ */
.gen-blocks li a{
display:block;
width:102px;
height:77px;
text-indent:-1000em;
}
.gen-blocks li a:hover{
background-position:0 -200px;
}


#greener #col-main .gen-blocks ul li{
	float:left;
	display:block;
	background:none;
	margin:4px;
	padding:0;
}
#greener #col-sec {
	padding: 17px 12px;
	width: 205px;
	height: 347px;
	background: url(../images/cols/col_sec_bg_4.jpg) 0 0 no-repeat;
	position: absolute;
	right: 16px;
	top: 70px;
}
#greener #col-sec p{
	width: 185px;
	
}
#privacy #col-main {
	width: 793px;
	height: 380px;
	padding: 17px 12px;
	background: url(../images/cols/empty-panel.jpg) 0 0 no-repeat;
	position: absolute;
	left: 23px;
	top: 41px;
}
#privacy.sign-up #col-main {
	background: url(../images/cols/empty-panel-2.jpg) 0 0 no-repeat;
}
#privacy #col-main li{
	margin: 0 0 2px 0;

}
#privacy #col-main ul{
	margin: 0 0 10px 0;

}
#privacy h2 {
	position: absolute;
	left: 42px;
	top: 10px;
}
.col1{
padding: 7px 12px;
display:block;
width:350px;
float:left;
font-size:9px;
}

#col-main .col1 h3
{
	margin-bottom:5px;
}

.formfields-height {
 width:260px;
 color:#666;
}

#privacy.contact {
 /* centre in IE */
	font-size: 0.85em;
	
}
#privacy.contact td {
	padding-bottom:2px;
		
}
#privacy td {
	padding-bottom:2px;
		
}
#privacy.contact td input, #privacy.contact td select, {
	font-size:9px;
}

#privacy.competition td input, #privacy.competition td select
{
	font-size:9px;
}
#privacy.contact h3 {
	font-size:1.4em;
		
}
#privacy.contact h2 {
	position: absolute;
	left: 30px;
	top: 10px;
		
}
#privacy h3.large {
	font-size:14px;
}
#stockist h2 {
	position: absolute;
	left: 50px;
	top: 10px;		
}
#privacy.contact td input.button{
/*font-size:9px;*/
/*background-image:url(../images/buttons/send.gif);*/

}
.formfields-small{
width:80px;
color:#666666;
}
#pad-buttons{
position: absolute;
top:260px;
left:10px;
}
/*--*/
#endangered #col-sec {
	width: 420px;
	height: 400px;
	position: absolute;
	right: 16px;
	top: 10px;
}
#endangered #col-sec p {
	margin: 0;
	padding: 0;
}
#normaltext{
font-size: 11px;
}


/* ------------- Prize Draw ---------------- */
#comp-wrap {
	position: absolute;
	top: 28px;
	left: 20px;
}

#comp-top
{
	background:url(../images/panels/comp_head.png) 0 0 no-repeat !important;
	background:url(../images/panels/comp_head.gif) 0 0 no-repeat;
	width:460px;
	height:16px;
	margin:10px 0 0 0;
}

#comp-middle
{
	background:url(../images/panels/comp_middle.png) 0 0 repeat-y !important;
	background:url(../images/panels/comp_middle.gif) 0 0 repeat-y;
	width:430px;
	padding:0 15px 20px 15px;
}

#comp-bottom
{
	background:url(../images/panels/comp_bottom.png) 0 0 no-repeat !important;
	background:url(../images/panels/comp_bottom.gif) 0 0 no-repeat;
	width:460px;
	height:20px;
}


.seperator
{
	background:url(../images/panels/sep.gif) 0 0 repeat-x;
	width:427px;
	height:1px; 
}

.competition-form
{
	width:434px;
	font-size:1em;
}

.competition-form span
{
	clear:left;
	display:block;
	margin-bottom:5px;
}

.competition-form select{
	font-size:1em;
	width:250px;
	float:left;
}

.competition-form select.formfields40{
	font-size:1em;
	width:50px;
	float:left;
	margin-right: 6px;
}

.competition-form input
{
	width:250px;
	float:left;
}

.competition-form p
{
	margin:0;
	padding:0;
}

.competition-form p.terms
{
	margin:5px 0 0 0 ;

}

.competition-form label
{
	font-size:0.9em;
}

.competition-form th
{
	text-align:right;
	padding:0 5px 10px 0;
}

.enter-button
{
	float:right;
	margin:0 8px 0 0;
}

ul.comp-terms 
{
	width:600px;
	font-size:1.1em;
	padding:10px 0 0 0;
}

.address-caption
{
	width:595px;
	font-size:1.1em;
}

p.intro
{
font-size:0.9em;
}

#comp-middle h3
{
	margin:0 0 10px 0;
}

/* ------------- Eco Competition ---------------- */


#col-opt .eco-comp
{
	background:url(../images/hero/holiday_competition.gif) 0 0 no-repeat;
	margin:0 0 0 0;
	height:302px;
}

#col-opt .eco-draw
{
	margin:20px;
}

#col-opt p
{
	margin:0;
	padding:0;
}

p.terms
{
	margin:35px 0 35px 0;
}

#competition h2
{
	margin:0;
	padding:0;
}

#competition h2.alt
{
	margin:10px 0;
	padding:0;
}

#competition #outer-cont-top
{
	width:785px;
	height:14px;
	float:left;
	background:url(../images/panels/col_full.png) 0 0 no-repeat !important;
	background:url(../images/panels/col_full.gif) 0 0 no-repeat;
}

#competition #inner-cont
{
	width:755px;
	float:left;
	background:url(../images/panels/col_full_mid.png) 0 0 repeat-y !important;
	background:url(../images/panels/col_full_mid.gif) 0 0 repeat-y;
	padding:0 15px;
}

#competition #inner-cont.confirm
{
	width:755px;
	float:left;
	background:url(../images/panels/col_full_mid.png) 0 0 repeat-y !important;
	background:url(../images/panels/col_full_mid.gif) 0 0 repeat-y;
	padding-bottom:310px;
}

#competition #outer-cont-bottom
{
	width:785px;
	height:18px;
	float:left;
	background:url(../images/panels/col_full_bottom.png) 0 0 no-repeat !important;
	background:url(../images/panels/col_full_bottom.gif) 0 0 no-repeat;
}

p.option
{
	float:left;
	width:220px;
}

p.confirmation
{
	float:right;
	margin:0 45px 0 0;
}

