body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
	}
/* General CSS */
p {
font-size:1.2em;
line-height:1.2em;
margin:0 0 10px 0;
padding:0;
	}
h1 {
	font-size:1.7em;
	line-height:1.6em;
	color: #D50059;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	margin:0 0 10px 0;
	}
h2 {
	font-size:1.4em;
	line-height:1.4em;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color: #009999;
	}
ul {
margin:0;
padding:0;
font-size:1.2em;
}
li {
margin:0;
padding:0;
}
.clear {
height:1px;
font-size:1%;
width:100%;
clear:both;
	}


a img {
border:none;
	}
form p {
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 1;
}
input {
	line-height: 1.1;
	padding: 1px 2px 1px 1px;
}

.button {
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 25px;
	border: none;
	background-color: transparent;
	position: absolute;
	left: 102px;
	top: -2px;
	line-height: 1;
	}
	
table.addresstbl {
	width: 588px;
	margin: 0px;
	padding: 0px;
}
.addresstbl td{
	background-color: #C5E6DD;
	padding: 6px;
	font-size: 1.2em;
}
.addresstbl th{
	background-color: #C5E6DD;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #009999;
	font-size: 1.3em;
}

/* End of general CSS */
#accessibility {
position:absolute;
font-size:0.0em;
margin:0;
padding:0;
visibility:hidden;
}
#container {
	text-align:left;
	width:955px;
	overflow:visible;
	height:auto;
	margin:0 auto 0 auto;
	position:relative;
	}

h1#header {
	height:100px;
	width:955px;
	padding:0;
	margin:0;
	display: none;
	}
h1#header #headerLink {
background-image:url(images/logo.gif);
	display:block;
	width:500px;
	height:100px;
	text-indent:-5000px;
	overflow:hidden;
	}
a#practicalAction, a:hover#practicalAction {
	background-image: url(images/practicalAction.gif);
	background-repeat: no-repeat;
	display: none;
	height: 100px;
	width: 220px;
	top: 0px;
	right: 0px;
	position: absolute;
	text-indent: -5000px;
	overflow: hidden;
}

#topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #00a890;
	text-align: center;
	margin: 0px;
	padding: 5px 0 4px 0;
	display: none;
}
#topNav li {
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 15px;
}
#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#topNav a:hover {
	color: #FAA635;
	text-decoration: none;
	font-weight: bold;
}
#leftCol {
	overflow:visible;
	height:auto;
	float:left;
	width:170px;
	padding:0 0 0 0;
	display: none;
	}
#leftCol ul {
	font-size:1.2em;
	margin:0 0 20px 0;
	}
#leftCol li {
	list-style:none;
	margin: 0px 0px 5px;
	}
#leftCol li a {
	text-decoration:none;
	width:140px;
	color: #333333;
	}
#leftCol li a:hover {
	text-decoration:underline;
	color: #333333;
	}
#leftCol h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	background-color: #00a890;
	margin: 0px 0px 10px;
	padding: 5px;
	width: 132px;
	line-height: 1;
}
#leftCol form {
	margin: 20px 0px 10px;
}
#leftCol #search {
	width: 92px;
	margin: 0;
}
#leftCol strong {
	color: #00a890;
}
#leftCol #mainNav {
	margin: 0px 0px 20px;
}
#leftCol #mainNav li {
	margin: 0 0 3px 0;
	padding: 0px;
}
#leftCol #mainNav a {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	margin: 0;
	padding: 0px;
	height: 60px;
	width: 170px;
	overflow:hidden;
	
}

#leftCol #mainNav a#animalMagic {
	background-position: -171px 0px;
}
#leftCol #mainNav a#homeComforts {
	background-position: -171px -62px;
}
#leftCol #mainNav a#greenFingers {
	background-position: -171px -127px;
}
#leftCol #mainNav a#justTheJob {
	background-position: -171px -190px;
}

#leftCol #mainNav li.selected a#animalMagic {
	background-position: -0px 0px;
}
#leftCol #mainNav li.selected a#homeComforts {
	background-position: -0px -62px;
}
#leftCol #mainNav li.selected a#greenFingers {
	background-position: -0px -127px;
}
#leftCol #mainNav li.selected a#justTheJob {
	background-position: -0px -190px;
}



#leftCol #mainNav a:hover {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	margin: 0;
	padding: 0px;
	height: 60px;
	width: 170px;
	overflow:hidden;
}
#leftCol #mainNav a:hover#animalMagic {
	background-position: 0px 0px;
}
#leftCol #mainNav a:hover#homeComforts {
	background-position: 0px -62px;
}
#leftCol #mainNav a:hover#greenFingers {
	background-position: 0px -127px;
}
#leftCol #mainNav a:hover#justTheJob {
	background-position: 0px -190px;
}





#rightCol {
	float: right;
	width: 142px;
	display: none;
}
#rightCol #basket {
	background-color: #cceaea;
	margin: 0px 0px 10px;
	background-image: url(images/basket.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightCol #basket p {
	font-size: 1.3em;
	margin: 10px 0 10px 0;
	padding: 25px 10px 10px 70px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#rightCol form {
	margin: 5px 0px 10px;
}
#rightCol #name {
	width: 92px;
	margin-bottom: 5px;
}
#rightCol #email {
	width: 92px;
}
#rightCol h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	background-color: #00a890;
	margin: 0px 0px 10px;
	padding: 5px;
	width: 132px;
	line-height: 1;
}
 #rightCol  a.bigLink {
	background-color: #00a890;
	display: block;
	margin: 0px 0px 6px 0;
	padding: 5px;
	width: 132px;
	font-size: 1.3em;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	font-weight: bold;
}
#rightCol a:hover.bigLink {
	background-color: #008270;
	display: block;
	margin: 0px 0px 6px 0;
	padding: 5px;
	width: 132px;
	font-size: 1.3em;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	font-weight: bold;
}
#rightCol a#viewBasket {
	background-color: #d50059;
}
#rightCol a#checkout {
	background-color: #d50059;
}
#rightCol a:hover#viewBasket {
	background-color: #A30044;
}
#rightCol a:hover#checkout {
	background-color: #A30044;
}
#rightCol #catalogue {
	color: white;
	background-color: #00a890;
	height: 48px;
	width: 142px;
	position: relative;
	padding: 0;
	margin: 20px 0 30px 0;
	font-size: 1.3em;
}
#rightCol #catalogue img {
	position: absolute;
	top: -15px;
	float: left;
	left: 0px;
}
#rightCol #catalogue a {
	display: block;
	width: 80px;
	color: white;
	position: absolute;
	right: 0px;
	top: 8px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #00a890;
	text-decoration: none;
}
#rightCol #catalogue a:hover {
	display: block;
	width: 80px;
	color: white;
	position: absolute;
	right: 0px;
	top: 8px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #00a890;
	text-decoration: underline;
}



#content {
	overflow:visible;
	height:auto;
	width:615px;
	float:left;
	margin: 15px 0 0 10px;
	}
#content #leftBox {
	float: left;
	width: 300px;
}
#content #rightBox {
	float: right;
	width: 300px;
}
 #content  .box  div {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 0 0 0;
}


 #content  .box  h2 {
	margin: 0px 0px 5px 0;
	width: 180px;
	padding: 0 0 0 20px;
}
#content .box p {
	margin: 0;
	width: auto;
	background-position: bottom left;
	background-repeat: no-repeat;
	line-height: 1.2;
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#content .box a {
	text-decoration: none;
}
#content .box a:hover {
	text-decoration: underline;
}

/* Specific CSS for the lower boxes */

 #content  .box  div.alpacafood {
	background-color: #FFE4BC;
	background-image: url(images/box-alpacafood.gif);
}
#content .box div.alpacafood p {
	background-image: url(images/bottomCornersOrange.gif);
}
#content .box div.alpacafood h2,
#content .box div.alpacafood a,
#content .box div.alpacafood a:hover {
	color: #FF9900;
}
#content .box  div.galpacafood  {
	background-color: #CFE6E7;
	background-image: url(images/gbox-alpacafood.gif);
}

 #content  .box  div.alpacashelter {
	background-color: #FFE4BC;
	background-image: url(images/box-alpacashelter.gif);
}
#content .box div.alpacashelter p {
	background-image: url(images/bottomCornersOrange.gif);
}
#content .box div.alpacashelter h2,
#content .box div.alpacashelter a,
#content .box div.alpacashelter a:hover {
	color: #FF9900;
}
#content .box  div.galpacashelter{
	background-color: #CFE6E7;
	background-image: url(images/gbox-alpacashelter.gif);
}

 #content  .box  div.alpacavet {
	background-color: #FFE4BC;
	background-image: url(images/box-alpacavet.gif);
}
#content .box div.alpacavet p {
	background-image: url(images/bottomCornersOrange.gif);
}
#content .box div.alpacavet h2,
#content .box div.alpacavet a,
#content .box div.alpacavet a:hover {
	color: #FF9900;
}
#content .box  div.galpacavet{
	background-color: #CFE6E7;
	background-image: url(images/gbox-alpacavet.gif);
}

 #content  .box  div.cuddlyalpaca {
	background-color: #FFE4BC;
	background-image: url(images/box-cuddlyalpaca.gif);
}
#content .box div.cuddlyalpaca p {
	background-image: url(images/bottomCornersOrange.gif);
}
#content .box div.cuddlyalpaca h2,
#content .box div.cuddlyalpaca a,
#content .box div.cuddlyalpaca a:hover {
	color: #FF9900;
}
#content .box  div.gcuddlyalpaca{
	background-color: #CFE6E7;
	background-image: url(images/gbox-cuddlyalpaca.gif);
}

 #content  .box  div.dynamicdonkey {
	background-color: #FFE4BC;
	background-image: url(images/box-dynamicdonkey.gif);
}
#content .box div.dynamicdonkey p {
	background-image: url(images/bottomCornersOrange.gif);
}
#content .box div.dynamicdonkey h2,
#content .box div.dynamicdonkey a,
#content .box div.dynamicdonkey a:hover {
	color: #FF9900;
}
#content .box  div.gdynamicdonkey{
	background-color: #CFE6E7;
	background-image: url(images/gbox-dynamicdonkey.gif);
}

 #content  .box  div.fluffyducks {
	background-color: #FFE4BC;
	background-image: url(images/box-fluffyducks.gif);
}
#content .box div.fluffyducks p {
	background-image: url(images/bottomCornersOrange.gif);
}
#content .box div.fluffyducks h2,
#content .box div.fluffyducks a,
#content .box div.fluffyducks a:hover {
	color: #FF9900;
}
#content .box  div.gfluffyducks{
	background-color: #CFE6E7;
	background-image: url(images/gbox-fluffyducks.gif);
}

 #content  .box  div.goat {
	background-color: #FFE4BC;
	background-image: url(images/box-goat.gif);
}
#content .box div.goat p {
	background-image: url(images/bottomCornersOrange.gif);
}
#content .box div.goat h2,
#content .box div.goat a,
#content .box div.goat a:hover {
	color: #FF9900;
}
#content .box  div.ggoat{
	background-color: #CFE6E7;
	background-image: url(images/gbox-goat.gif);
}

 #content  .box  div.herdofgoats {
	background-color: #FFE4BC;
	background-image: url(images/box-herdofgoats.gif);
}
#content .box div.herdofgoats p {
	background-image: url(images/bottomCornersOrange.gif);
}
#content .box div.herdofgoats h2,
#content .box div.herdofgoats a,
#content .box div.herdofgoats a:hover {
	color: #FF9900;
}
#content .box  div.gherdofgoats{
	background-color: #CFE6E7;
	background-image: url(images/gbox-herdofgoats.gif);
}


 #content  .box  div.latrine {
	background-color: #FFF5BF;
	background-image: url(images/box-latrine.gif);
}
#content .box div.latrine p {
	background-image: url(images/bottomCornersYellow.gif);
}
#content .box div.latrine h2,
#content .box div.latrine a,
#content .box div.latrine a:hover {
	color: #fcb415;
}
#content .box  div.glatrine{
	background-color: #CFE6E7;
	background-image: url(images/gbox-latrine.gif);
}

#content  .box  div.tapwater {
	background-color: #FFF5BF;
	background-image: url(images/box-tap.gif);
}
#content .box div.tapwater p {
	background-image: url(images/bottomCornersYellow.gif);
}
#content .box div.tapwater h2,
#content .box div.tapwater a,
#content .box div.tapwater a:hover {
	color: #fcb415;
}
#content .box  div.gtapwater{
	background-color: #CFE6E7;
	background-image: url(images/gbox-cleantapwater.gif);
}

#content  .box  div.coolzeerpot {
	background-color: #FFF5BF;
	background-image: url(images/box-zeerpot.gif);
}
#content .box div.coolzeerpot p {
	background-image: url(images/bottomCornersYellow.gif);
}
#content .box div.coolzeerpot h2,
#content .box div.coolzeerpot a,
#content .box div.coolzeerpot a:hover {
	color: #fcb415;
}
#content .box  div.gcoolzeerpot{
	background-color: #CFE6E7;
	background-image: url(images/gbox-zeerpot.gif);
}

#content  .box  div.flood {
	background-color: #FFF5BF;
	background-image: url(images/box-floodresistanthome.gif);
}
#content .box div.flood p {
	background-image: url(images/bottomCornersYellow.gif);
}
#content .box div.flood h2,
#content .box div.flood a,
#content .box div.flood a:hover {
	color: #fcb415;
}
#content .box  div.gflood{
	background-color: #CFE6E7;
	background-image: url(images/gbox-flood.gif);
}

#content  .box  div.fuelefficient {
	background-color: #FFF5BF;
	background-image: url(images/box-fuelefficiantstoves.gif);
}
#content .box div.fuelefficient p {
	background-image: url(images/bottomCornersYellow.gif);
}
#content .box div.fuelefficient h2,
#content .box div.fuelefficient a,
#content .box div.fuelefficient a:hover {
	color: #fcb415;
}
#content .box  div.gfuelefficient{
	background-color: #CFE6E7;
	background-image: url(images/gbox-fuelefficientstoves.gif);
}

#content  .box  div.smokehood {
	background-color: #FFF5BF;
	background-image: url(images/box-smokehood.gif);
}
#content .box div.smokehood p {
	background-image: url(images/bottomCornersYellow.gif);
}
#content .box div.smokehood h2,
#content .box div.smokehood a,
#content .box div.smokehood a:hover {
	color: #fcb415;
}
#content .box  div.gsmokehood{
	background-color: #CFE6E7;
	background-image: url(images/gbox-smokehood.gif);
}

#content  .box  div.supershower {
	background-color: #FFF5BF;
	background-image: url(images/box-supershower.gif);
}
#content .box div.supershower p {
	background-image: url(images/bottomCornersYellow.gif);
}
#content .box div.supershower h2,
#content .box div.supershower a,
#content .box div.supershower a:hover {
	color: #fcb415;
}
#content .box  div.gsupershower{
	background-color: #CFE6E7;
	background-image: url(images/gbox-supershower.gif);
}

 #content  .box  div.ploughAndHarness {
	background-color: #EFF8E2;
	background-image: url(images/box-ploughandharness.gif);
}
#content .box div.ploughAndHarness p {
	background-image: url(images/bottomCornersLightBlue.gif);
}
#content .box div.ploughAndHarness h2,
#content .box div.ploughAndHarness a,
#content .box div.ploughAndHarness a:hover {
	color: #96D045;
}
#content .box  div.gploughAndHarness{
	background-color: #CFE6E7;
	background-image: url(images/gbox-ploughandharness.gif);
}

 #content  .box  div.irrigationkit {
	background-color: #EFF8E2;
	background-image: url(images/box-irrigation.gif);
}
#content .box div.irrigationkit p {
	background-image: url(images/bottomCornersLightBlue.gif);
}
#content .box div.irrigationkit h2,
#content .box div.irrigationkit a,
#content .box div.irrigationkit a:hover {
	color: #96D045;
}
#content .box  div.girrigationkit{
	background-color: #CFE6E7;
	background-image: url(images/gbox-irrigation.gif);
}

 #content  .box  div.floating {
	background-color: #EFF8E2;
	background-image: url(images/box-floatinggardens.gif);
}
#content .box div.floating p {
	background-image: url(images/bottomCornersLightBlue.gif);
}
#content .box div.floating h2,
#content .box div.floating a,
#content .box div.floating a:hover {
	color: #96D045;
}
#content .box  div.gfloating{
	background-color: #CFE6E7;
	background-image: url(images/gbox-floatinggardens.gif);
}

 #content  .box  div.forest {
	background-color: #EFF8E2;
	background-image: url(images/box-hectareofforest.gif);
}
#content .box div.forest p {
	background-image: url(images/bottomCornersLightBlue.gif);
}
#content .box div.forest h2,
#content .box div.forest a,
#content .box div.forest a:hover {
	color: #96D045;
}
#content .box  div.gforest{
	background-color: #CFE6E7;
	background-image: url(images/gbox-hectareofforest.gif);
}

 #content  .box  div.hibiscus {
	background-color: #EFF8E2;
	background-image: url(images/box-hibiscusrack.gif);
}
#content .box div.hibiscus p {
	background-image: url(images/bottomCornersLightBlue.gif);
}
#content .box div.hibiscus h2,
#content .box div.hibiscus a,
#content .box div.hibiscus a:hover {
	color: #96D045;
}
#content .box  div.ghibiscus{
	background-color: #CFE6E7;
	background-image: url(images/gbox-dryingrack.gif);
}

 #content  .box  div.seeds {
	background-color: #EFF8E2;
	background-image: url(images/box-seeds.gif);
}
#content .box div.seeds p {
	background-image: url(images/bottomCornersLightBlue.gif);
}
#content .box div.seeds h2,
#content .box div.seeds a,
#content .box div.seeds a:hover {
	color: #96D045;
}
#content .box  div.gseeds{
	background-color: #CFE6E7;
	background-image: url(images/gbox-seeds.gif);
}

 #content  .box  div.fishcages {
	background-color: #E0F1F1;
	background-image: url(images/box-fishcages.gif);
}
#content .box div.fishcages p {
	background-image: url(images/bottomCornersBlue.gif);
}
#content .box div.fishcages h2,
#content .box div.fishcages a,
#content .box div.fishcages a:hover {
	color: #008E8F;
}
#content .box  div.gfishcages{
	background-color: #CFE6E7;
	background-image: url(images/gbox-fishcages.gif);
}

 #content  .box  div.handloom {
	background-color: #E0F1F1;
	background-image: url(images/box-handloom.gif);
}
#content .box div.handloom p {
	background-image: url(images/bottomCornersBlue.gif);
}
#content .box div.handloom h2,
#content .box div.handloom a,
#content .box div.handloom a:hover {
	color: #008E8F;
}
#content .box  div.ghandloom{
	background-color: #CFE6E7;
	background-image: url(images/gbox-handlooms.gif);
}

 #content  .box  div.potterswheel {
	background-color: #E0F1F1;
	background-image: url(images/box-potterswheel.gif);
}
#content .box div.potterswheel p {
	background-image: url(images/bottomCornersBlue.gif);
}
#content .box div.potterswheel h2,
#content .box div.potterswheel a,
#content .box div.potterswheel a:hover {
	color: #008E8F;
}
#content .box  div.gpotterswheel{
	background-color: #CFE6E7;
	background-image: url(images/gbox-potterswheel.gif);
}

 #content  .box  div.waterpower {
	background-color: #E0F1F1;
	background-image: url(images/box-waterpower.gif);
}
#content .box div.waterpower p {
	background-image: url(images/bottomCornersBlue.gif);
}
#content .box div.waterpower h2,
#content .box div.waterpower a,
#content .box div.waterpower a:hover {
	color: #008E8F;
}
#content .box  div.gwaterpower{
	background-color: #CFE6E7;
	background-image: url(images/gbox-waterwheel.gif);
}

#content .box div.green p {
	background-image: url(images/greenbase.gif);
}
#content .box div.green h2,
#content .box div.green a,
#content .box div.green a:hover {
	color: #00A890;
}

/* End of specific CSS */


#content table {
	width: 588px;
	margin: 20px 0 0 0;
}
#content tr {
	margin: 0px 0px 55px;
}
#content .col1 {
	margin: 0px;
	padding: 0px;
	width: 45%;
	vertical-align: top;
}
#content .col1 img {
	margin-left: 25px;
}
#content .col2 {
	margin: 0px;
	width: 55%;
	vertical-align: top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#content .col2 h2 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
#content .col2 strong {
	color: #333333;
}
 #content  .col2  a.addToBasket {
	text-decoration: none;
	float: right;
	width: 150px;
	text-align: right;
	font-weight: bold;
}
 #content  .col2  a:hover.addToBasket {
	text-decoration: underline;
	float: right;
	width: 150px;
	font-weight: bold;
	text-align: right;
}
#content  .col2  a.addToBasket2 {
	text-decoration: none;
	width: 150px;
	text-align: right;
	font-weight: bold;
	height: 30px;
}
 #content  .col2  a:hover.addToBasket2 {
	text-decoration: underline;
	width: 150px;
	font-weight: bold;
	text-align: right;
}
 #content  .col2  a.moreInfo {
	width: 150px;
	text-decoration: none;
}
 #content  .col2  a:hover.moreInfo {
	width: 150px;
	text-decoration: underline;
}
#content .col2 a.addToWishList {
	width: 150px;
	text-decoration: none;
	text-align: right;
	font-weight:bold;
}
#content .col2 a:hover.addToWishList {
	width: 150px;
	text-decoration: underline;
	text-align: right;
    font-weight:bold;
}

/* CSS greenfingers */

#content h1.greenfingers {
	background-image: url(images/greenfingers.gif);
	text-indent: -5000px;
	height: 56px;
	width: 275px;
}

#content .greenfingers h2 {
	color: #96D045;
}
.greenfingers a {
	color: #96D045;
	text-decoration: none;
}
.greenfingers a:hover {
	color: #96D045;
	text-decoration: underline;
}

/* CSS animal magic */

#content h1.animalMagic {
	background-image: url(images/animalMagic.gif);
	text-indent: -5000px;
	height: 56px;
	width: 275px;
}
#content .animalMagic h2 {
	color: #ff9900;
}
.animalMagic a {
	color: #ff9900;
	text-decoration: none;
}
.animalMagic a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/* CSS Home comforts */

#content h1.homecomforts {
	background-image: url(images/homecomforts.gif);
	text-indent: -5000px;
	height: 56px;
	width: 275px;
}
#content .homecomforts h2 {
	color: #fcb415;
}
.homecomforts a {
	color: #fcb415;
	text-decoration: none;
}
.homecomforts a:hover {
	color: #fcb415;
}

/* CSS justjob */

#content h1.justthejob {
	background-image: url(images/justthejob.gif);
	text-indent: -5000px;
	height: 56px;
	width: 275px;
}

#content .justthejob h2 {
	color: #008E8F;
}
#content  .justthejob  a.addToBasket {
	color: #008E8F;
}

.justthejob a {
	color: #008E8F;
	text-decoration: none;
}
.justthejob a:hover {
	color: #008E8F;
	text-decoration: underline;
}
/* CSS headers */
#content h1.search {
	background-image: url(images/searchhead.gif);
	text-indent: -5000px;
	height: 56px;
	width: 275px;
}
#content h1.under30 {
	background-image: url(images/under30.gif);
	text-indent: -5000px;
	height: 56px;
	width: 275px;
}
#content h1.gifts30100 {
	background-image: url(images/gifts30-100.gif);
	text-indent: -5000px;
	height: 56px;
	width: 313px;
}
#content h1.gifts101500 {
	background-image: url(images/gifts101-500.gif);
	text-indent: -5000px;
	height: 56px;
	width: 313px;
}
#content h1.over500 {
	background-image: url(images/over500.gif);
	text-indent: -5000px;
	height: 56px;
	width: 275px;
}
#content .featurespacer {
	width: 200px;
	float: left;
	height: 200px;
	clear: right;
	display: block;
}

ul#bottomNav {
	font-size:1.1em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
}
ul#bottomNav li {
list-style:none;
display:inline;
border-left:1px solid #333333;
float:left;
padding:0 5px 0 5px;
}
ul#bottomNav li.first {
border:none;
padding:0 5px 0 0;
}
ul#bottomNav a {
color:#555555;
text-decoration:none;
}
ul#bottomNav a:hover{
color:#555555;
text-decoration:underline;
}
#credits {
	font-size: 0.9em;
	padding-top: 5px;
	color: #666666;
	display: none;
}
.smalltext {
	font-size: 0.9em;
}

