*{	margin: 0;
	padding: 0;
}
/*Stop IE pop up bug*/
* html 
{
	line-height:1.2em;
}

img {border:0;}

/*Body contains the grass and sky tiled background*/
html, body{
background: url(../img/global/background_tile.jpg)  repeat-x  #8EBD3D;
height:100%;
font-family : Arial, Helvetica, sans-serif;	
font-size:85%;
color:#333333;
}


#wrapper-section-nav
{
	width:840px;
	margin:0 auto;
}


/*Contains the top sectional Navigation for the site*/

#section-nav
{
	height:140px;
}

#section-nav ul li {display: inline; float:left; list-style-type: none; }

/*Grime Busting*/
#section-nav #grime-busting a{display:block;width:140px;height:116px;position:relative;cursor:hand;}

#section-nav li#grime-busting a{background: url(../img/global/bt_grime_busting_off.png) no-repeat;}

* html #section-nav li#grime-busting a{background:transparent ;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://persil.com/img/global/bt_grime_busting_off.png',sizingMethod='scale');}

#section-nav li#grime-busting a:hover{ 	background: url(../img/global/bt_grime_busting_here.png) no-repeat;}

* html #section-nav li#grime-busting a:hover{background:transparent ;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://persil.com/img/global/bt_grime_busting_here.png',sizingMethod='scale');}

/*Choose your Persil*/
#section-nav #choose-persil a{display:block;width:167px;height:116px;position:relative;cursor:hand;}

#section-nav li#choose-persil a{background: url(../img/global/bt_choose_persil_off.png) no-repeat;}

* html #section-nav li#choose-persil a{background:transparent ;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://persil.com/img/global/bt_choose_persil_off.png',sizingMethod='scale');}

#section-nav li#choose-persil a:hover{ 	background: url(../img/global/bt_choose_persil_here.png) no-repeat;}

* html #section-nav li#choose-persil a:hover{background:transparent ;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://persil.com/img/global/bt_choose_persil_here.png',sizingMethod='scale');}


/*Dirt is good*/
#section-nav #dirt-good a{display:block;width:126px;height:126px;position:relative;cursor:hand;}

#section-nav li#dirt-good a{background: url(../img/global/bt_dirt_is_good_off.png) no-repeat;}

* html #section-nav li#dirt-good a{background:transparent ;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/global/bt_dirt_is_good_off.png',sizingMethod='scale');}

#section-nav li#dirt-good a:hover{ 	background: url(../img/global/bt_dirt_is_good_here.png) no-repeat;}

* html #section-nav li#dirt-good a:hover{background:transparent ;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://persil.com/img/global/bt_dirt_is_good_here.png',sizingMethod='scale');}


/*Every child has the right*/
#section-nav #echtr a{display:block;width:160px;height:116px;position:relative;cursor:hand;}

#section-nav li#echtr a{background: url(../img/global/bt_echtr_off.png) no-repeat;}

* html #section-nav li#echtr a
{
	background:transparent ;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://persil.com/img/global/bt_echtr_off.png',sizingMethod='scale');
}

#section-nav li#echtr a:hover{ 	background: url(../img/global/bt_echtr_on.png) no-repeat;}

* html #section-nav li#echtr a:hover
{
	background:transparent ;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://persil.com/img/global/bt_echtr_on.png',sizingMethod='scale');
}


/*Have a go*/
#section-nav #have-a-go a{display:block;width:160px;height:116px;position:relative;cursor:hand;}

#section-nav li#have-a-go a{background: url(../img/global/haveago_slice.png) no-repeat;}

* html #section-nav li#have-a-go a
{
	background:transparent ; margin-top:-2px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/global/haveago_slice.png',sizingMethod='scale');
}

#section-nav li#have-a-go a:hover{ 	background: url(../img/global/haveago_slice_hover.png) no-repeat;}

* html #section-nav li#have-a-go a:hover
{
	background:transparent ; margin-top:-2px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/global/haveago_slice_hover.png',sizingMethod='scale');
}

/*You persil and the planet*/
#section-nav #you-persil a{display:block;width:158px;height:116px;position:relative;cursor:hand;}

#section-nav li#you-persil a{background: url(../img/global/bt_you_persil_off.png) no-repeat;}

* html #section-nav li#you-persil a{background:transparent ;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://persil.com/img/global/bt_you_persil_off.png',sizingMethod='scale');}

#section-nav li#you-persil a:hover{ background: url(../img/global/bt_you_persil_here.png) no-repeat;}

* html #section-nav li#you-persil a:hover{background:transparent ;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://persil.com/img/global/bt_you_persil_here.png',sizingMethod='scale');}


/*alt tag that does not display - used in image navigation*/
.alt{display:none;}


/*Footer*/
#footer{
position: absolute;
bottom: 0;
width:100%;
text-align:center;
}

#footer p
{
    padding: 4px;
    font-size: 90%;
    background-color:#81b630;
    width:450px;
    margin:0pt auto;
}

#footer-text
{
	margin:0 auto;
	width:300px;
	background-color:#81b630;
	padding:8px 0;
}

.home_footer #footer-text
{
    width:460px;
}

#footer a{
padding:8px 0 0 0;
color:#132408;
text-decoration:none;
}

#footer a:hover{
color:#132408;
text-decoration:underline;
}

#footer .divider{
color:#56692d;
}

.small-sub
{
    font-size: 95%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear
{
    clear: both;
    line-height: 1%;
    font-size: 1%;
    height: 0;
}

#tvflashcontent
{
    margin-top: 15px;
    margin-left: 15px;
    width: 410px;
    height: 270px;
}

#tvflashcontent02
{
    margin-top: 15px;
    margin-left: 15px;
    width: 410px;
    height: 290px;
}

* html .extra-high
{
	margin-bottom:25em;
}
.extra-high
{
	margin-bottom:5em;
}

/* content lists */

.terms_list
{
	margin:10px 25px 10px 40px;
}

.terms_list li
{
	margin:10px 0px;
	color:#000;	
}
.terms_list a
{
	color:#118DAE;
	text-decoration:none;
}
.terms_list a:hover
{
	text-decoration:underline;
}