/* CSS Document */
body{
margin:0px;
padding:0px;
}

table a {
  text-decoration:none;
}
table a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.picHolder{
	width:465px;
	margin:auto;
	margin-top: 10px;
	overflow: hidden;
}
.progimage {
border:#CCCCCC 1px solid;
margin-left:3px;
}
.preturn {
margin-bottom:10px;
}
.preturn_notop {
margin-top:0px;
margin-bottom:10px;
}
#weatherbanner {
	width:475px;
	height:100px;
	background-image:url(images/banner/weather.jpg);
	margin-left: 5px;
	margin-bottom: 10px;
}
#farmbanner {
	width:475px;
	height:100px;
	background-image:url(images/banner/farm.jpg);
	margin-left: 5px;
	margin-bottom: 10px;
}
#peoplebanner {
	width:475px;
	height:100px;
	background-image:url(images/banner/people.jpg);
	margin-left: 5px;
	margin-bottom: 10px;
}
#hygienebanner {
	width:475px;
	height:100px;
	background-image:url(images/banner/hygiene.jpg);
	margin-left: 5px;
	margin-bottom: 10px;
}
#christmasbanner {
	width:475px;
	height:100px;
	background-image:url(images/banner/christmas.jpg);
	margin-left: 5px;
	margin-bottom: 10px;
}
#bobbanner {
	width:475px;
	height:100px;
	background-image:url(images/banner/bob.jpg);
	margin-left: 5px;
	margin-bottom: 10px;
}

 /*********************************************************TITLES*************************************************************/ 
.stronggrey {
color:#666666;
font-weight:lighter;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.strong {
color: #35B323;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}
.strongw {
color: #2080B4;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}
.strongf {
color: #896325;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}
.strongp {
color: #9F9F38;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}
.strongh {
color: #F550A6;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}
.strongb {
color: #175493;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}
.strongwl {
color: #F98612;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}
.strongc {
color: #FF0000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}
.strongt {
	color: #B2B4BF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
.strongd {
	color: #7B844E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
.strongsp {
	color: #40579E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
.strongbuy{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
}
.strongbuysub{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}
.strongred {
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}


/*********************************************************TITLES*************************************************************/
#backgroundcolour {
	background-color:#CCCCCC;
}

#wrapper{
	width:760px;
	margin: auto;
	background-color: #CCCCCC;
	overflow: hidden;
}

/**************************************************************leftside*************************************************************/
#dummyrightgrey{
	width:495px;
}

#greenbackground {
	width:730px;
	background-color:#129E33;
	float: left;
	background-repeat: repeat-x;
}
#pinkbackground {
	width:730px;
	background-color:#F550A6;
	float: left;
	background-repeat: repeat-x;
}
#brownbackground {
	width:730px;
	background-color:#896325;
	float: left;
	background-repeat: repeat-x;
}
#goldbackground {
	width:730px;
	background-color:#9F9F38;
	float: left;
	background-repeat: repeat-x;
}
#bluebackground {
	width:730px;
	background-color:#2080B4;
	float: left;
	background-repeat: repeat-x;
}
#orangebackground {
	width:730px;
	background-color:#F98612;
	float: left;
	background-repeat: repeat-x;
}
#redbackground {
	width:730px;
	background-color:#FF0000;
	float: left;
	background-repeat: repeat-x;
}



#hazard {
	background-image:url(images/hazard.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 715px;
	padding-left: 15px;
}
#leftimage {
	width:200px;
	height:220px;
	position:fixed;
	margin-top: 5px;
	overflow: hidden;
}


#leftimagehygiene {
	background-image:url(images/lefthygiene.png);
	width:200px;
	height:220px;
	position:fixed;
	margin-top: 5px;
	overflow: hidden;
}* html #leftimagehygiene {display:none;} /* Hide from Internet Explorer */

#leftimagefarm {
	background-image:url(images/leftleaves.png);
	width:200px;
	height:220px;
	position:fixed;
	margin-top: 5px;
	overflow: hidden;
}* html #leftimagefarm {
	display:none;
} /* Hide from Internet Explorer */

#leftimagepeople {
	background-image:url(images/leftpeople.png);
	width:200px;
	height:220px;
	position:fixed;
	margin-top: 5px;
	overflow: hidden;
}* html #leftimagepeople {display:none;} /* Hide from Internet Explorer */

#leftimageweather {
	background-image:url(images/leftclouds.png);
	width:200px;
	height:220px;
	position:fixed;
	margin-top: 5px;
	overflow: hidden;
}* html #leftimageweather {display:none;} /* Hide from Internet Explorer */

#leftimagewildlife {
	background-image:url(images/leftbirds.png);
	width:200px;
	height:220px;
	position:fixed;
	margin-top: 5px;
	overflow: hidden;
}* html #leftimagewildlife {display:none;} /* Hide from Internet Explorer */

#leftimagebob {
	background-image:url(images/leftspanner.png);
	width:200px;
	height:220px;
	position:fixed;
	margin-top: 5px;
	overflow: hidden;
}* html #leftimagebob {display:none;} /* Hide from Internet Explorer */

#leftimagechristmas {
	background-image:url(images/leftsnow.png);
	width:200px;
	height:220px;
	position:fixed;
	margin-top: 5px;
	overflow: hidden;
}* html #leftimagechristmas {display:none;} /* Hide from Internet Explorer */
#leftimagetransport {
	background-image:url(images/leftcars.png);
	width:200px;
	height:220px;
	position:fixed;
	margin-top: 5px;
	overflow: hidden;
}* html #leftimagetransport  {display:none;} /* Hide from Internet Explorer */
#leftimagedino {
	background-image:url(images/leftdinos.png);
	width:200px;
	height:220px;
	position:fixed;
	margin-top: 5px;
	overflow: hidden;
}* html #leftimagedino  {display:none;} /* Hide from Internet Explorer */
#leftimagesports {
	background-image:url(images/leftballs.png);
	width:200px;
	height:220px;
	position:fixed;
	margin-top: 5px;
	overflow: hidden;
}* html #leftimagesports  {display:none;} /* Hide from Internet Explorer */


#lefthazard{
	width:10px;
	background-image:url(images/hazardleft.jpg);
	float: left;
	height: 20px;
}
#leftgreen{
	background-color:#299B2F;
	width: 705px;
	float: left;
	position: relative;
}
#leftpink{
	background-color:#F550A6;
	width: 705px;
	float: left;
	position: relative;
}
#leftbrown{
	background-color:#896325;
	width: 705px;
	float: left;
	position: relative;
}
#leftgold{
	background-color:#9F9F38;
	width: 705px;
	float: left;
	position: relative;
}
#leftblue{
	background-color:#2080B4;
	width: 705px;
	float: left;
	position: relative;
}
#leftorange{
	background-color:#F98612;
	width: 705px;
	float: left;
	position: relative;
}
#leftbluedark{
	background-color:#175493;
	width: 705px;
	float: left;
	position: relative;
}
#leftred{
	background-color:#FF0000;
	width: 705px;
	float: left;
	position: relative;
}
#leftgrey{
	background-color:#808285;
	width: 705px;
	float: left;
	position: relative;
}

#leftdino{
	background-color:#BACE3C;
	width: 705px;
	float: left;
	position: relative;
}

#leftsports{
	background-color:#546bb2;
	width: 705px;
	float: left;
	position: relative;
}



/**************************************************************BOTTOM LEFT IMAGE**************************************************/
#bottomleftimage {
	width:200px;
	height:200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#bottomleftimagefarm {
	width:200px;
	height:200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image:url(images/bottomleftfarm.png);
}
#bottomleftimagepeople {
	width:200px;
	height:200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image:url(images/bottomleftpeople.png);
}
#bottomleftimagewildlife {
	width:200px;
	height:200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image:url(images/bottomleftwildlife.png);
}
#bottomleftimagebob {
	width:200px;
	height:200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image:url(images/bottomleftbob.png);
}
#bottomleftimagechristmas {
	width:200px;
	height:200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image:url(images/bottomleftchristmas.png);
}
#bottomleftimagetran {
	width:200px;
	height:200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image:url(images/bottomlefttransport.png);
}
#bottomleftimagedinos{
	width:200px;
	height:200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image:url(images/bottomleftdinos.png);
}
#bottomleftimagesports{
	width:200px;
	height:200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image:url(images/bottomleftdinos.png);
}
/**************************************************************BOTTOM LEFT IMAGE**************************************************/






#leftsideseries{
	width:200px;
	background: url(images/seriesgradient.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 600px;
}
#leftsidehygiene {
	width:200px;
	background:url(images/hygienegradient.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 600px;
}
#leftsidefarm {
	width:200px;
	background:url(images/farmgradient.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 600px;
}
#leftsidepeople {
	width:200px;
	background:url(images/peoplegradient.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 600px;
}
#leftsideweather {
	width:200px;
	background:url(images/weathergradient.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 600px;
}
#leftsidewildlife {
	width:200px;
	background:url(images/wildlifegradient.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 600px;
}
#leftsidebob {
	width:200px;
	background:url(images/bobgradient.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 600px;
}
#leftsidechristmas {
	width:200px;
	background:url(images/christmasgradient.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 600px;
}
#leftsidetransport {
	width:200px;
	background:url(images/transportgradient.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 600px;
}
#leftsidedino {
	width:200px;
	background:url(images/dinogradient.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 600px;
}
#leftsidesports {
	width:200px;
	background:url(images/sportsgradient.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 600px;
}




/************************************************************top left logo**********************************************************/
#logoseries {
	width:190px;
	height:100px;
	margin-left: 5px;
	margin-top: 5px;
	background-image:url(images/switchitserieslogo.jpg);
}
#logohygiene {
	width:190px;
	height:100px;
	margin-left: 5px;
	margin-top: 5px;
	background-image:url(images/hygienelogo.jpg);
}
#logofarm {
	width:190px;
	height:100px;
	margin-left: 5px;
	margin-top: 5px;
	background-image:url(images/farmlogo.jpg);
}
#logopeople {
	width:190px;
	height:100px;
	margin-left: 5px;
	margin-top: 5px;
	background-image:url(images/peoplelogo.jpg);
}
#logoweather {
	width:190px;
	height:100px;
	margin-left: 5px;
	margin-top: 5px;
	background-image:url(images/switchitweatherlogo.jpg);
}
#logowildlife {
	width:190px;
	height:100px;
	margin-left: 5px;
	margin-top: 5px;
	background-image:url(images/switchitwildlifelogo.jpg);
}
#logobob {
	width:190px;
	height:100px;
	margin-left: 5px;
	margin-top: 5px;
	background-image:url(images/boblogo.jpg);
}
#logochristmas {
	width:190px;
	height:100px;
	margin-left: 5px;
	margin-top: 5px;
	background-image:url(images/christmaslogo2.jpg);
}
#logotransport {
	width:190px;
	height:100px;
	margin-left: 5px;
	margin-top: 5px;
	background-image:url(images/switchittransportlogo.jpg);
}
#logodino{
	width:190px;
	height:100px;
	margin-left: 5px;
	margin-top: 5px;
	background-image:url(images/switchitdinologo.jpg);
}
#logosports{
	width:190px;
	height:100px;
	margin-left: 5px;
	margin-top: 5px;
	background-image:url(images/switchitsportlogo.jpg);
}

/************************************************************top left logo**********************************************************/





/************************************************************micrositeSERIES**********************************************************/





#subnavcontainer {
	width:190px;
	margin-left: 5px;
	margin-top: 5px;
}





/***MICROSITES ON THE RIGHT HAND SIDE OF THE SWITCHIT SERIES MICROSITE...USING THIS TO GIVE EASE OF GUIDIENCE THOUGH CSS*********/


/************************************************************micrositeSERIES**********************************************************/
h5{
margin:0px;
}

#micrositedummy {
	width:25px;
	height:109px;
	margin:0px;
}

#swit2 {
	height:120px;
	width:20px;
	float: left;
	font-size: 0.1px;
	overflow: hidden;
  }
  #swit2 h5 {
	text-indent:-5000px;
	background:url(images/micrositeswit2.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #swit2 h5 a:hover {
	background:url(images/micrositeswit2rollover.gif);
	}
  #swit2 a {
  display:block;
  height:120px;
  }
  
  #chit2 {
	height:120px;
	width:20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 0.1px;
  }
  #chit2 h5 {
	text-indent:-5000px;
	background:url(images/micrositechit2.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #chit2 h5 a:hover {
	background:url(images/micrositechit2rollover.gif);
	}
  #chit2 a {
  display:block;
  height:120px;
  }
  
  #letsgo {
	height:90px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #letsgo h5 {
	text-indent:-5000px;
	background:url(images/micrositeletsgo.gif);
	width:20px;
	height:90px;
	font-size: 0.1px;
  }
  #letsgo h5 a:hover {
	background:url(images/micrositeletsgorollover.gif);
	}
  #letsgo a {
  display:block;
  height:90px;
  }
  
  #chooseandtell {
	height:140px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #chooseandtell h5 {
	text-indent:-5000px;
	background:url(images/micrositec+t.gif);
	width:20px;
	height:140px;
	font-size: 0.1px;
  }
  #chooseandtell h5 a:hover {
	background:url(images/micrositec+trollover.gif);
	}
  #chooseandtell a {
  display:block;
  height:140px;
  }
/*************************************************************micrositeSERIES**********************************************************/




/*************************************************************micrositeHYGIENE*********************************************************/
#swit2hygiene {
	height:120px;
	width:20px;
	overflow: hidden;
	float: left;
	font-size: 0.1px;
  }
  #swit2hygiene h5 {
	text-indent:-5000px;
	background:url(images/micrositeswit2hygiene.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #swit2hygiene h5 a:hover {
	background:url(images/micrositeswit2hygieneroll.gif);
	}
  #swit2hygiene a {
  display:block;
  height:120px;
  }
  
  #chit2hygiene {
	height:120px;
	width:20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 0.1px;
  }
  #chit2hygiene h5 {
	text-indent:-5000px;
	background:url(images/micrositechit2hygiene.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #chit2hygiene h5 a:hover {
	background:url(images/micrositechit2hygieneroll.gif);
	}
  #chit2hygiene a {
  display:block;
  height:120px;
  }
  
  #letsgohygiene {
	height:90px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #letsgohygiene h5 {
	text-indent:-5000px;
	background:url(images/micrositeletsgohygiene.gif);
	width:20px;
	height:90px;
	font-size: 0.1px;
  }
  #letsgohygiene h5 a:hover {
	background:url(images/micrositeletsgohygieneroll.gif);
	}
  #letsgohygiene a {
  display:block;
  height:90px;
  }
  
  #chooseandtellhygiene {
	height:140px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #chooseandtellhygiene h5 {
	text-indent:-5000px;
	background:url(images/micrositec+thygiene.gif);
	width:20px;
	height:140px;
	font-size: 0.1px;
  }
  #chooseandtellhygiene h5 a:hover {
	background:url(images/micrositec+thygieneroll.gif);
	}
  #chooseandtellhygiene a {
  display:block;
  height:140px;
  }
/*************************************************************micrositeHYGIENE*********************************************************/


/*************************************************************micrositeFARM*********************************************************/
#swit2farm {
	height:120px;
	width:20px;
	overflow: hidden;
	float: left;
	font-size: 0.1px;
  }
  #swit2farm h5 {
	text-indent:-5000px;
	background:url(images/micrositeswit2farm.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #swit2farm h5 a:hover {
	background:url(images/micrositeswit2farmroll.gif);
	}
  #swit2farm a {
  display:block;
  height:120px;
  }
  
  #chit2farm {
	height:120px;
	width:20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 0.1px;
  }
  #chit2farm h5 {
	text-indent:-5000px;
	background:url(images/micrositechit2farm.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #chit2farm h5 a:hover {
	background:url(images/micrositechit2farmroll.gif);
	}
  #chit2farm a {
  display:block;
  height:120px;
  }
  
  #letsgofarm {
	height:90px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #letsgofarm h5 {
	text-indent:-5000px;
	background:url(images/micrositeletsgofarm.gif);
	width:20px;
	height:90px;
	font-size: 0.1px;
  }
  #letsgofarm h5 a:hover {
	background:url(images/micrositeletsgofarmroll.gif);
	}
  #letsgofarm a {
  display:block;
  height:90px;
  }
  
  #chooseandtellfarm {
	height:140px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #chooseandtellfarm h5 {
	text-indent:-5000px;
	background:url(images/micrositec+tfarm.gif);
	width:20px;
	height:140px;
	font-size: 0.1px;
  }
  #chooseandtellfarm h5 a:hover {
	background:url(images/micrositec+tfarmroll.gif);
	}
  #chooseandtellfarm a {
  display:block;
  height:140px;
  }



/*************************************************************micrositeFARM*********************************************************/




/*************************************************************micrositePEOPLE*********************************************************/
#swit2people {
	height:120px;
	width:20px;
	overflow: hidden;
	float: left;
	font-size: 0.1px;
  }
  #swit2people h5 {
	text-indent:-5000px;
	background:url(images/micrositeswit2people.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #swit2people h5 a:hover {
	background:url(images/micrositeswit2peopleroll.gif);
	}
  #swit2people a {
  display:block;
  height:120px;
  }
  
  #chit2people {
	height:120px;
	width:20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 0.1px;
  }
  #chit2people h5 {
	text-indent:-5000px;
	background:url(images/micrositechit2people.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #chit2people h5 a:hover {
	background:url(images/micrositechit2peopleroll.gif);
	}
  #chit2people a {
  display:block;
  height:120px;
  }
  
  #letsgopeople {
	height:90px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #letsgopeople h5 {
	text-indent:-5000px;
	background:url(images/micrositeletsgopeople.gif);
	width:20px;
	height:90px;
	font-size: 0.1px;
  }
  #letsgopeople h5 a:hover {
	background:url(images/micrositeletsgopeopleroll.gif);
	}
  #letsgopeople a {
  display:block;
  height:90px;
  }
  
  #chooseandtellpeople {
	height:140px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #chooseandtellpeople h5 {
	text-indent:-5000px;
	background:url(images/micrositec+tpeople.gif);
	width:20px;
	height:140px;
	font-size: 0.1px;
  }
  #chooseandtellpeople h5 a:hover {
	background:url(images/micrositec+tpeopleroll.gif);
	}
  #chooseandtellpeople a {
  display:block;
  height:140px;
  }



/*************************************************************micrositePEOPLE*********************************************************/



/*************************************************************micrositeWEATHER********************************************************/
#swit2weather {
	height:120px;
	width:20px;
	overflow: hidden;
	float: left;
	font-size: 0.1px;
  }
  #swit2weather h5 {
	text-indent:-5000px;
	background:url(images/micrositeswit2weather.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #swit2weather h5 a:hover {
	background:url(images/micrositeswit2weatherroll.gif);
	}
  #swit2weather a {
  display:block;
  height:120px;
  }
  
  #chit2weather {
	height:120px;
	width:20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 0.1px;
  }
  #chit2weather h5 {
	text-indent:-5000px;
	background:url(images/micrositechit2weather.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #chit2weather h5 a:hover {
	background:url(images/micrositechit2weatherroll.gif);
	}
  #chit2weather a {
  display:block;
  height:120px;
  }
  
  #letsgoweather {
	height:90px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #letsgoweather h5 {
	text-indent:-5000px;
	background:url(images/micrositeletsgoweather.gif);
	width:20px;
	height:90px;
	font-size: 0.1px;
  }
  #letsgoweather h5 a:hover {
	background:url(images/micrositeletsgoweatherroll.gif);
	}
  #letsgoweather a {
  display:block;
  height:90px;
  }
  
  #chooseandtellweather {
	height:140px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #chooseandtellweather h5 {
	text-indent:-5000px;
	background:url(images/micrositec+tweather.gif);
	width:20px;
	height:140px;
	font-size: 0.1px;
  }
  #chooseandtellweather h5 a:hover {
	background:url(images/micrositec+tweatherroll.gif);
	}
  #chooseandtellweather a {
  display:block;
  height:140px;
  }



/*************************************************************micrositeWEATHER********************************************************/



/************************************************************micrositeWILDLIFE********************************************************/
#swit2wildlife {
	height:120px;
	width:20px;
	overflow: hidden;
	float: left;
	font-size: 0.1px;
  }
  #swit2wildlife h5 {
	text-indent:-5000px;
	background:url(images/micrositeswit2wildlife.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #swit2wildlife h5 a:hover {
	background:url(images/micrositeswit2wildliferoll.gif);
	}
  #swit2wildlife a {
  display:block;
  height:120px;
  }
  
  #chit2wildlife {
	height:120px;
	width:20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 0.1px;
  }
  #chit2wildlife h5 {
	text-indent:-5000px;
	background:url(images/micrositechit2wildlife.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #chit2wildlife h5 a:hover {
	background:url(images/micrositechit2wildliferoll.gif);
	}
  #chit2wildlife a {
  display:block;
  height:120px;
  }
  
  #letsgowildlife {
	height:90px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #letsgowildlife h5 {
	text-indent:-5000px;
	background:url(images/micrositeletsgowildlife.gif);
	width:20px;
	height:90px;
	font-size: 0.1px;
  }
  #letsgowildlife h5 a:hover {
	background:url(images/micrositeletsgowildliferoll.gif);
	}
  #letsgowildlife a {
  display:block;
  height:90px;
  }
  
  #chooseandtellwildlife {
	height:140px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #chooseandtellwildlife h5 {
	text-indent:-5000px;
	background:url(images/micrositec+twildlife.gif);
	width:20px;
	height:140px;
	font-size: 0.1px;
  }
  #chooseandtellwildlife h5 a:hover {
	background:url(images/micrositec+twildliferoll.gif);
	}
  #chooseandtellwildlife a {
  display:block;
  height:140px;
  }



/************************************************************micrositeWILDLIFE********************************************************/



/************************************************************micrositeBOB********************************************************/
#swit2bob {
	height:120px;
	width:20px;
	overflow: hidden;
	float: left;
	font-size: 0.1px;
  }
  #swit2bob h5 {
	text-indent:-5000px;
	background:url(images/micrositeswit2bob.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #swit2bob h5 a:hover {
	background:url(images/micrositeswit2bobroll.gif);
	}
  #swit2bob a {
  display:block;
  height:120px;
  }
  
  #chit2bob {
	height:120px;
	width:20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 0.1px;
  }
  #chit2bob h5 {
	text-indent:-5000px;
	background:url(images/micrositechit2bob.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #chit2bob h5 a:hover {
	background:url(images/micrositechit2bobroll.gif);
	}
  #chit2bob a {
  display:block;
  height:120px;
  }
  
  #letsgobob {
	height:90px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #letsgobob h5 {
	text-indent:-5000px;
	background:url(images/micrositeletsgobob.gif);
	width:20px;
	height:90px;
	font-size: 0.1px;
  }
  #letsgobob h5 a:hover {
	background:url(images/micrositeletsgobobroll.gif);
	}
  #letsgobob a {
  display:block;
  height:90px;
  }
  
  #chooseandtellbob {
	height:140px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #chooseandtellbob h5 {
	text-indent:-5000px;
	background:url(images/micrositec+tbob.gif);
	width:20px;
	height:140px;
	font-size: 0.1px;
  }
  #chooseandtellbob h5 a:hover {
	background:url(images/micrositec+tbobroll.gif);
	}
  #chooseandtellbob a {
  display:block;
  height:140px;
  }



/************************************************************micrositeBOB********************************************************/



/************************************************************micrositeCHRISTMAS*******************************************************/
#swit2christmas {
	height:120px;
	width:20px;
	overflow: hidden;
	float: left;
	font-size: 0.1px;
  }
  #swit2christmas h5 {
	text-indent:-5000px;
	background:url(images/micrositeswit2christmas.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #swit2christmas h5 a:hover {
	background:url(images/micrositeswit2christmasroll.gif);
	}
  #swit2christmas a {
  display:block;
  height:120px;
  }
  
  #chit2christmas {
	height:120px;
	width:20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 0.1px;
  }
  #chit2christmas h5 {
	text-indent:-5000px;
	background:url(images/micrositechit2christmas.gif);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #chit2christmas h5 a:hover {
	background:url(images/micrositechit2christmasroll.gif);
	}
  #chit2christmas a {
  display:block;
  height:120px;
  }
  
  #letsgochristmas {
	height:90px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #letsgochristmas h5 {
	text-indent:-5000px;
	background:url(images/micrositeletsgochristmas.gif);
	width:20px;
	height:90px;
	font-size: 0.1px;
  }
  #letsgochristmas h5 a:hover {
	background:url(images/micrositeletsgochrisroll.gif);
	}
  #letsgochristmas a {
  display:block;
  height:90px;
  }
  
  #chooseandtellchristmas {
	height:140px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #chooseandtellchristmas h5 {
	text-indent:-5000px;
	background:url(images/micrositec+tchristmas.gif);
	width:20px;
	height:140px;
	font-size: 0.1px;
  }
  #chooseandtellchristmas h5 a:hover {
	background:url(images/micrositec+tchristmasroll.gif);
	}
  #chooseandtellchristmas a {
  display:block;
  height:140px;
  }



/************************************************************micrositeCHRISTMAS*******************************************************/

/*********************************************************micrositeTransport*******************************************************/
#swit2transport {
	height:120px;
	width:20px;
	overflow: hidden;
	float: left;
	font-size: 0.1px;
  }
  #swit2transport h5 {
	text-indent:-5000px;
	background:url(images/swit2microsite_transport.jpg);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #swit2transport h5 a:hover {
	background:url(images/swit2microsite_transportroll.jpg);
	}
  #swit2transport a {
  display:block;
  height:120px;
  }
  
  #chit2transport {
	height:120px;
	width:20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 0.1px;
  }
  #chit2transport h5 {
	text-indent:-5000px;
	background:url(images/chit2microsite_transport.jpg);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #chit2transport h5 a:hover {
	background:url(images/chit2microsite_transportroll.jpg);
	}
  #chit2transport a {
  display:block;
  height:120px;
  }
  
  #letsgotransport {
	height:90px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #letsgotransport h5 {
	text-indent:-5000px;
	background:url(images/letsgomicrosite_transport.jpg);
	width:20px;
	height:90px;
	font-size: 0.1px;
  }
  #letsgotransport h5 a:hover {
	background:url(images/letsgomicrosite_transportroll.jpg);
	}
  #letsgotransport a {
  display:block;
  height:90px;
  }
  
  #chooseandtelltransport {
	height:140px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #chooseandtelltransport h5 {
	text-indent:-5000px;
	background:url(images/c+tmicrosite_transport.jpg);
	width:20px;
	height:140px;
	font-size: 0.1px;
  }
  #chooseandtelltransport h5 a:hover {
	background:url(images/c+tmicrosite_transportroll.jpg);
	}
  #chooseandtelltransport a {
  display:block;
  height:140px;
  }
/**********************************************************micrositetransport*******************************************************/

/*********************************************************micrositeDinosaurs*******************************************************/
#swit2dinos {
	height:120px;
	width:20px;
	overflow: hidden;
	float: left;
	font-size: 0.1px;
  }
  #swit2dinos h5 {
	text-indent:-5000px;
	background:url(images/swit2microsite_dinos.jpg);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #swit2dinos h5 a:hover {
	background:url(images/swit2microsite_dinosroll.jpg);
	}
  #swit2dinos a {
  display:block;
  height:120px;
  }
  
  #chit2dinos {
	height:120px;
	width:20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 0.1px;
  }
  #chit2dinos h5 {
	text-indent:-5000px;
	background:url(images/chit2microsite_dinos.jpg);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #chit2dinos h5 a:hover {
	background:url(images/chit2microsite_dinosroll.jpg);
	}
  #chit2dinos a {
  display:block;
  height:120px;
  }
  
  #letsgodinos {
	height:90px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #letsgodinos h5 {
	text-indent:-5000px;
	background:url(images/letsgomicrosite_dinos.jpg);
	width:20px;
	height:90px;
	font-size: 0.1px;
  }
  #letsgodinos h5 a:hover {
	background:url(images/letsgomicrosite_dinosroll.jpg);
	}
  #letsgodinos a {
  display:block;
  height:90px;
  }
  
  #chooseandtelldinos {
	height:140px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #chooseandtelldinos h5 {
	text-indent:-5000px;
	background:url(images/c+tmicrosite_dinos.jpg);
	width:20px;
	height:140px;
	font-size: 0.1px;
  }
  #chooseandtelldinos h5 a:hover {
	background:url(images/c+tmicrosite_dinosroll.jpg);
	}
  #chooseandtelldinos a {
  display:block;
  height:140px;
  }
/*********************************************************micrositeDinosaurs*******************************************************/

/*********************************************************micrositeSports*******************************************************/
#swit2sports {
	height:120px;
	width:20px;
	overflow: hidden;
	float: left;
	font-size: 0.1px;
  }
  #swit2sports h5 {
	text-indent:-5000px;
	background:url(images/swit2microsite_sport.jpg);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #swit2sports h5 a:hover {
	background:url(images/swit2microsite_sportroll.jpg);
	}
  #swit2sports a {
  display:block;
  height:120px;
  }
  
  #chit2sports {
	height:120px;
	width:20px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 0.1px;
  }
  #chit2sports h5 {
	text-indent:-5000px;
	background:url(images/chit2microsite_sport.jpg);
	width:20px;
	height:120px;
	font-size: 0.1px;
  }
  #chit2sports h5 a:hover {
	background:url(images/chit2microsite_sportroll.jpg);
	}
  #chit2sports a {
  display:block;
  height:120px;
  }
  
  #letsgosports {
	height:90px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #letsgosports h5 {
	text-indent:-5000px;
	background:url(images/letsgomicrosite_sport.jpg);
	width:20px;
	height:90px;
	font-size: 0.1px;
  }
  #letsgosports h5 a:hover {
	background:url(images/letsgomicrosite_sportroll.jpg);
	}
  #letsgosports a {
  display:block;
  height:90px;
  }
  
  #chooseandtellsports {
	height:140px;
	width:20px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	font-size: 0.1px;
  }
  #chooseandtellsports h5 {
	text-indent:-5000px;
	background:url(images/c+tmicrosite_sport.jpg);
	width:20px;
	height:140px;
	font-size: 0.1px;
  }
  #chooseandtellsports h5 a:hover {
	background:url(images/c+tmicrosite_sportroll.jpg);
	}
  #chooseandtellsports a {
  display:block;
  height:140px;
  }
/*********************************************************micrositeSports*******************************************************/


/***MICROSITES ON THE RIGHT HAND SIDE OF THE SWITCHIT SERIES MICROSITE...USING THIS TO GIVE EASE OF GUIDIENCE THOUGH CSS*********/





.subnavdropdowns {
	width:174px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 8px;
}
.subnavdropdowns select {
	width:174px;
}

#subnavtop {
	width:190px;
	height:10px;
	background-image:url(images/subnavtop.png);
	overflow: hidden;
}
#subnav {
	width:182px;
	background-color:#FFFFFF;
	overflow: hidden;
	padding-left: 8px;
}

#subnav ul{
	padding:0px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#subnav ul a {
	text-decoration: none;
}
#subnav ul a:hover {
text-decoration: underline;
}

#subnav li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}



#series {
	list-style-image:url(images/smallseries.jpg);
	color:#009900;
}
#series a{
	color:#299B2F;
	margin-left:5px;
	}
#series a:hover{
	color:#66CC66;
	}
	
	
	
#hygiene {
	list-style-image:url(images/smallhygiene.jpg);
	color:#FF0099;
}
#hygiene a{
	color:#F550A6;
	margin-left:5px;
	}
#hygiene a:hover{
	color:#FF99FF;
	}	

	

#farm {
	list-style-image:url(images/smallfarm.jpg);
	color:#725B3D;
}	
#farm a{
	color:#896325;
	margin-left:5px;
	}
#farm a:hover{
	color:#BBA680;
	}	
	
	

#people {
	list-style-image:url(images/smallpeople.jpg);
	color:#C7B850;
}	
#people a{
color:#9F9F38;
margin-left:5px;
	}
#people a:hover{
color:#C5CA88
	}
	
	
	
#weather {
	list-style-image:url(images/smallweather.jpg);
	color:#2796D8;
}
#weather a{
color:#2080B4;
margin-left:5px;
	}
#weather a:hover{
color:#3366CC;
	}
	
	


#wildlife {
	list-style-image:url(images/smallwildlife.jpg);
	color:#FF9900;
}
#wildlife a{
color:#F98612;
margin-left:5px;
	}
#wildlife a:hover{
color:#FFCC66;
	}
	
	

#bob {
	list-style-image:url(images/smallbob.jpg);
	color:#175493;
}
#bob a{
color:#175493;
margin-left:5px;
	}
#bob a:hover{
color:#000066;
	}
	
	


#christmas {
	list-style-image:url(images/smallchristmas.jpg);
	color:#FF0000;
}
#christmas a{
	color:#FF0000;
	margin-left:5px;
	}
#christmas a:hover{
color:#CC6666;
	}
	
#transport {
	list-style-image:url(images/smalltransport.jpg);
	color:#808285;
}
#transport a{
	color:#808285;
	margin-left:5px;
	}
#transport a:hover{
	color:#808285;
	}
		
		/*#7B844E*/
#dinos {
	list-style-image:url(images/smalldinos.jpg);
	color:#BACE3C;
}
#dinos a{
	color:#BACE3C;
	margin-left:5px;
	}
#dinos a:hover{
	color:#BACE3C;
	}
	
#sports {
	list-style-image:url(images/smallsport.jpg);
	color:#40579E;
}
#sports a{
	color:#40579E;
	margin-left:5px;
	}
#sports a:hover{
	color:#40579E;
	}
		


	
#subnavbottom {
	height:10px;
	width:190px;
	background-image:url(images/subnavbottom.png);
	overflow: hidden;
}

#buying {
	width:185px;
	margin-left: 10px;
	margin-top: 15px;
}
#buying a{
	text-decoration: none;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}
#buying a:hover{
	text-decoration: underline;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

#welcome {
	width:150px;
	float: left;
	margin-left: 5px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
	overflow: hidden;
}
/**************************************************************leftside*************************************************************/



/**************************************************************rightside************************************************************/
#rightholder {
	width:505px;
	background-color:#FFFFFF;
	float: right;
	padding-bottom: 5px;
	overflow: hidden;
}

#righthazard{
	background-image:url(images/hazardright.jpg);
	float: left;
	width: 10px;
	height: 20px;
}




#rightcolourseries{
	width:735px;
	background-color:#299B2F;
	background-repeat: repeat-x;
	float: left;
}
#rightcolourhygiene{
	width:735px;
	background-color:#F550A6;
	background-repeat: repeat-x;
	float: left;
}
#rightcolourfarm{
	width:735px;
	background-color:#896325;
	background-repeat: repeat-x;
	float: left;
}
#rightcolourpeople{
	width:735px;
	background-color:#9F9F38;
	background-repeat: repeat-x;
	float: left;
}
#rightcolourweather{
	width:735px;
	background-color:#2080B4;
	background-repeat: repeat-x;
	float: left;
}
#rightcolourwildlife{
	width:735px;
	background-color:#F98612;
	background-repeat: repeat-x;
	float: left;
}
#rightcolourchristmas{
	width:735px;
	background-color:#FF0000;
	background-repeat: repeat-x;
	float: left;
}
#rightcolourbob{
	width:735px;
	background-color:#175493;
	background-repeat: repeat-x;
	float: left;
}

#rightcolourtransport{
	width:735px;
	background-color:#808285;
	background-repeat: repeat-x;
	float: left;
}
#rightcolourdino{
	width:735px;
	background-color:#BACE3C;
	background-repeat: repeat-x;
	float: left;
}
#rightcoloursports{
	width:735px;
	background-color:#546ab5;
	background-repeat: repeat-x;
	float: left;
}



#bannerdummy {
	width:500px;
	padding-top:5px;
	margin-left: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

#rightbanner {
	width:495px;
	background-color:#FFFFFF;
	padding-left: 5px;
}
#rightgrey {
	background:#E5E5E5;
	padding-top: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	width: 495px;
}

#rightlogo {
	background-image:url(images/inclusive-logo.jpg);
	width:75px;
	height:90px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 5px;
	overflow: hidden;
}



/**************************************************************top right image********************************************************/
#rightimage {
	width:255px;
	background-color:#000033;
	float: left;
	background-image:url(images/toprightswitch.jpg);
	height: 75px;
}
#rightimagehygiene {
	width:255px;
	background-color:#000033;
	float: left;
	background-image:url(images/toprighthygiene.jpg);
	height: 75px;
}
#rightimagefarm {
	width:255px;
	background-color:#000033;
	float: left;
	background-image:url(images/toprightfarm.jpg);
	height: 75px;
}
#rightimagepeople {
	width:255px;
	background-color:#000033;
	float: left;
	background-image:url(images/toprightpeople.jpg);
	height: 75px;
}
#rightimageweather {
	width:255px;
	background-color:#000033;
	float: left;
	background-image:url(images/toprightclouds.jpg);
	height: 75px;
}
#rightimagewildlife {
	width:255px;
	background-color:#000033;
	float: left;
	background-image:url(images/toprightwildlife.jpg);
	height: 75px;
}
#rightimagebob {
	width:255px;
	background-color:#000033;
	float: left;
	background-image:url(images/toprightspanner.jpg);
	height: 75px;
}
#rightimagechristmas {
	width:255px;
	background-color:#000033;
	float: left;
	background-image:url(images/toprightsnow.jpg);
	height: 75px;
}
#rightimagetransport {
	width:255px;
	background-color:#000033;
	float: left;
	background-image:url(images/toprightcars.jpg);
	height: 75px;
}
#rightimagedino {
	width:255px;
	background-color:#000033;
	float: left;
	background-image:url(images/toprightdino.jpg);
	height: 75px;
}
#rightimagesports {
	width:255px;
	background-color:#000033;
	float: left;
	background-image:url(images/toprightballs.jpg);
	height: 75px;
}
/**************************************************************top right image********************************************************/






#rightdropone {
}
#rightdroptwo {
	margin-left: 5px;
	float: right;
	height: 25px;
}
#rightbuynow{
	width:90px;
	height:20px;
	float: right;
	margin-right: 5px;
}

#rightheaderseries {
	width:480px;
	margin-left:5px;
	background-color:#FFFFFF;
	padding-left: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 4px;
}
#rightheaderseries h1 {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#35B323;
}

#rightheaderweather {
	width:480px;
	margin-left:5px;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow: hidden;
}
#rightheaderweather h1 {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2080B4;
}
#rightheaderfarm {
	width:480px;
	margin-left:5px;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow: hidden;
}
#rightheaderfarm h1 {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#896325;
}
#rightheaderpeople {
	width:480px;
	margin-left:5px;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow: hidden;
}
#rightheaderpeople h1 {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#9F9F38;
}

#rightheaderhygiene {
	width:480px;
	margin-left:5px;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow: hidden;
}
#rightheaderhygiene h1 {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#F550A6;
}

#rightheaderwildlife {
	width:480px;
	margin-left:5px;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow: hidden;
}
#rightheaderwildlife h1 {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#F98612;
}

#rightheaderbob {
	width:480px;
	margin-left:5px;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow: hidden;
}
#rightheaderbob h1 {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#175493;
}
#rightheaderchristmas {
	width:480px;
	margin-left:5px;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow: hidden;
}
#rightheaderchristmas h1 {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FF0000;
}
#rightheadertransport {
	width:480px;
	margin-left:5px;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow: hidden;
}
#rightheadertransport h1 {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#808285;
}

#rightheaderdinos {
	width:480px;
	margin-left:5px;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow: hidden;
}
#rightheaderdinos h1 {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#BACE3C;
}

#rightheadersports {
	width:480px;
	margin-left:5px;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow: hidden;
}
#rightheadersports h1 {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#546ab5;
}



#rightcontent {
	width:485px;
	margin-left:5px;
	background-color:#FFFFFF;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 8px;
	overflow: hidden;
}





/**********************************************CONTENT SERIES***********************************************************************/
#seriesbanner {
	width:475px;
	height:320px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.contentseries {
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 3px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 5px;
	margin-bottom: 5px;
}
.contentseries li {
margin-top:5px;
margin-bottom:5px;
margin-left:20px;
list-style:circle;
}
.contentseries ul {
list-style:circle;
}
.contentseries a{
	text-decoration: none;
	color: #299B2F  ;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentseries a:hover{
	text-decoration: underline;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentseries h2{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#299B2F;
}
.contentseries h3{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#299B2F;
}
/**********************************************CONTENT SERIES***********************************************************************/
/**********************************************HYGIENE SERIES***********************************************************************/
.contenthygiene {
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 3px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 5px;
}
.contenthygiene a{
	text-decoration: none;
	color: #F550A6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contenthygiene a:hover{
	text-decoration: underline;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contenthygiene h2{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#F550A6;
}
.contenthygiene h3{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #F550A6;
}
.contenthygiene ul{
list-style:circle;
}
/**********************************************HYGIENE SERIES***********************************************************************/
/**********************************************FARM SERIES***********************************************************************/
.contentfarm {
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 3px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 5px;
}
.contentfarm a{
	text-decoration: none;
	color: #896325;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentfarm a:hover{
	text-decoration: underline;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentfarm h2{
margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #896325;
}
.contentfarm h3{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #896325;
}
.contentfarm ul{
list-style:circle;
}
/**********************************************FARM SERIES***********************************************************************/
/**********************************************PEOPLE SERIES***********************************************************************/
.contentpeople {
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 3px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 5px;
}
.contentpeople a{
	text-decoration: none;
	color: #9F9F38;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentpeople a:hover{
	text-decoration: underline;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentpeople h2{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#9F9F38;
}
.contentpeople h3{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #9F9F38;
}
.contentpeople ul{
list-style:circle;
}
/**********************************************PEOPLE SERIES***********************************************************************/
/**********************************************WEATHER SERIES***********************************************************************/
.contentweather {
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 3px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 5px;
}
.contentweather a{
	text-decoration: none;
	color: #2080B4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentweather a:hover{
	text-decoration: underline;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentweather h2{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#2080B4;
}
.contentweather h3{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2080B4;
}
.contentweather ul{
list-style:circle;
}

/**********************************************WEATHER SERIES***********************************************************************/
/**********************************************WILDLIFE SERIES***********************************************************************/
.contentwildlife {
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 3px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 5px;
}
.contentwildlife a{
	text-decoration: none;
	color: #F98612;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentwildlife a:hover{
	text-decoration: underline;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentwildlife h2{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#F98612;
}
.contentwildlife h3{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #F98612;
}
.contentweildlife ul{
list-style:circle;
}
/**********************************************WILDLIFE SERIES***********************************************************************/
/**********************************************BOB SERIES***********************************************************************/
.contentbob {
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 3px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 5px;
}
.contentbob a{
	text-decoration: none;
	color:#175493;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentbob a:hover{
	text-decoration: underline;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentbob h2{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#175493;
}
.contentbob h3{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#175493;
}
.contentbob ul{
list-style:circle;
}
/**********************************************BOB SERIES***********************************************************************/
/**********************************************CHRISTMAS SERIES***********************************************************************/
.contentchristmas {
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 3px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 5px;
}
.contentchristmas a{
	text-decoration: none;
	color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentchristmas a:hover{
	text-decoration: underline;
	color:#CC0033;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentchristmas h2{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FF0000;
}
.contentchristmas h3{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #FF0000;
}
.contentchristmas ul{
list-style:circle;
}
/**********************************************CHRISTMAS SERIES***********************************************************************/

/**********************************************Transport SERIES***************************************************************/
.contenttransport {
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 3px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 5px;
}
.contenttransport a{
	text-decoration: none;
	color: #808285;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contenttransport a:hover{
	text-decoration: underline;
	color:#666666
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contenttransport h2{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#808285;
}
.contenttransport h3{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #808285;
}
.contenttransport ul{
list-style:circle;
}
/**********************************************transport SERIES***************************************************************/

/**********************************************dinosaurs SERIES***************************************************************/

.contentdino {
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 3px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 5px;
}
.contentdino a{
	text-decoration: none;
	color: #BACE3C;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentdino a:hover{
	text-decoration: underline;
	color:#7B844E;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentdino h2{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#BACE3C;
}
.contentdino h3{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #BACE3C;
}
.contentdino ul{
list-style:circle;
}

/**********************************************dinosaurs SERIES***************************************************************/

/**********************************************sports SERIES***************************************************************/

.contentsports {
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 3px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 5px;
}
.contentsports a{
	text-decoration: none;
	color: #546bb2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentsports a:hover{
	text-decoration: underline;
	color:#40579E;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentsports h2{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#546bb2;
}
.contentsports h3{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #546bb2;
}
.contentsports ul{
list-style:circle;
}

/**********************************************sports SERIES***************************************************************/

.contentsmallimages {
	width:100px;
	height:80px;
	border:#CCCCCC 1px solid;
	margin-left: 10px;
	float: right;
	margin-bottom: 5px;
}

.seriesmainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #299B2F;
}
.seriesmainimages_2 {
	width:210px;
	height:150px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #299B2F;
}
.specialmainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 1px solid #299B2F;
}
.hygienemainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #F550A6;
}
.farmmainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #896325;
}
.peoplemainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #9F9F38;
}
.weathermainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #2080B4;
}
.wildlifemainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #F98612;
}
.bobmainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #175493;
}
.christmasmainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #FF0000;
}
.transportmainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #808285;
}
.transportmainimages_no {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.dinomainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #BACE3C;
}
.dinomainimages_no {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.sportsmainimages {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #546bb2;
}
.sportsmainimages_no {
	width:280px;
	height:200px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 10px;
}



/**************************************************************centre page break******************************************************/
.seriescenterimage {
	width:30px;
	height:20px;
	margin: auto;
	background-image:url(images/pagebreakseries.jpg);
	margin-top: 5px;
}
.hygienecenterimage {
	width:30px;
	height:20px;
	margin: auto;
	background-image:url(images/pagebreakhygiene.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}
.farmcenterimage {
	width:30px;
	height:20px;
	margin: auto;
	background-image:url(images/pagebreakfarm.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}
.sportscenterimage {
	width:30px;
	height:30px;
	margin: auto;
	background-image:url(images/pagebreaksports.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}
.peoplecenterimage {
	width:30px;
	height:20px;
	margin: auto;
	background-image:url(images/pagebreakpeople.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}
.weathercenterimage {
	width:30px;
	height:20px;
	margin: auto;
	background-image:url(images/pagebreakweather.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}
.wildlifecenterimage {
	width:30px;
	height:20px;
	margin: auto;
	background-image:url(images/pagebreakwildlife.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}
.bobcenterimage {
	width:30px;
	height:20px;
	margin: auto;
	background-image:url(images/pagebreakbob.jpg);
	margin-top: 5px;
}
.christmascenterimage {
	width:30px;
	height:20px;
	margin: auto;
	background-image:url(images/pagebreakchristmas.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}
.transportcenterimage {
	width:30px;
	height:20px;
	margin: auto;
	background-image:url(images/pagebreaktransport.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}
.dinocenterimage {
	width:30px;
	height:20px;
	margin: auto;
	background-image:url(images/pagebreakdino.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}
.sportscenterimage {
	width:20px;
	height:20px;
	margin: auto;
	background-image:url(images/pagebreaksport.jpg);
	margin-top: 5px;
	margin-bottom: 8px;
}
/**************************************************************centre page break******************************************************/
#rightnav{
	width:25px;
	background-color:#CCCCCC;
	float: right;
}

#dropdowns {
	float: right;
	overflow: hidden;
	margin-right: 5px;
	width: 415px;
}
#rightdropone {
height:25px;
float:right;
}
#rightdroptwo {
}
/**************************************************************rightside************************************************************/

select {
	float:right;
}

form {
	margin:0;
	padding:0;
}
/************************************************************WORKSHEETS!!!************************************************************/
.worksheetimages {
	width:70px;
	height:100px;
	border:#CCCCCC 1px solid;
	margin-left: 10px;
	float: right;
	
}
.hworksheetimages {
	width:100px;
	height:70px;
	border:#CCCCCC 1px solid;
	margin-left: 10px;
	float: right;
}
.lhworksheetimages {
	width:100px;
	height:70px;
	border:#CCCCCC 1px solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
.progbigholderl{
	width:235px;
	margin-bottom:10px;
	float: right;
}
.progbigholderr{
	width:235px;
	margin-bottom:10px;
	margin-left: 5px;
	float: right;
}

.progimage {
width:225px;
height:174px;
margin:auto;
border:#CCCCCC 1px solid;
}
.progcontent {
	width:225px;
	margin:auto;
	margin-top: 8px;
}
