body {
margin:0;
padding:0;
height:99%;
background-color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:normal;
/*background: #000 url(graphics/backfade3.gif) center no-repeat;*/

}


html,* html #wrap {
height:99%;
}

#wrap {
min-height:100%;
position:relative;
width:1000px; /*page width set here*/
margin:0 auto;
background: #000 url(graphics/backfade2.jpg) right bottom no-repeat;
}

#inner-wrap { /*holds the nav and main contents*/
 /*this is as deep as the footer*/
position:relative;
padding-bottom: 20px;
}

#inner-wrap:after {
content:" ";
display:block;
clear:both;
}

* html #inner-wrap {
height:1px;
}

#topmap { /*this is the bar at the top to hold the sitemap link can be hidden if required*/
height:20px;
margin-left:30px;
margin-right:30px;
text-align:right;
visibility:hidden;
display:none;
}
#topmap a{
color:#000000;

}

#header {
height:220px;
margin-bottom:6px;
background:url(graphics/header.jpg) left top no-repeat; /*use this to add header image*/
background-color:#000;
}

#navigation {
width:200px;
float:left;
padding-bottom:20px;
}

#content {
width:760px;
margin-left:240px;
position:relative;
background-color:none;
}

#footer {
position:absolute;
bottom:0;
left:0; /*this is for internet 'stupid' explorer*/
height:20px;
background-color:#000;
margin:0 auto;
width:100%;
text-align:center;
}

/* Typeography */
div {
font-size:12px;
}

a {
font-size:12px;
text-decoration:none;
color:#FFF;
}

a:hover {
font-size:12px;
text-decoration:none;
color:#FF0000;
}


#footer a {
font-size:10px;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}
/* end of Typeography 
 
 start of main side navigation*/

 
#links {
width:200px;
margin-left:1px;
margin: 20px 20px 0 0;
}

#links ul {
list-style:none;
margin:0;
padding:0;
}

#links li {
list-style:none;
}

#links li a {
height:35px;
text-decoration:none;
list-style:none;
background-color:#CCC;
border:1px solid #000;
margin-bottom:2px;
background:url(graphics/button.jpg) left top no-repeat; /*Here is the normal state image*/
}

#links li a:link,#links li a:visited {
color:#fff;
display:block;
padding: 10px 0 0 10px;
font-size:12px;
}

#links li a:hover,#links li a:active, #links li .current {
color:#fff;
text-decoration:none;
background-color:#FF0000;
background:url(graphics/button_over.jpg) left top no-repeat; /*Here is the over state image*/
}


/*end of navigation*/

.footerlink
{
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}
:hover.footerlink
{
	color: #ffff00;
}
.poweredbylink
{
	color: #000000;
	font-family: arial;
	font-size: 10px;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}
:hover.poweredbylink
{
	color: #ff0000;
}

/*view.asp basic css */
#dstop
{
height:22px;
font-weight:bolder;
}
#bottom
{
height:22px;
font-weight:bolder;
}
.dslink
{
	color: #000000;
	font-size: 10px;
}
.dslink:hover
{
	color: #ffffff;
	font-size: 10px;
}
/*view.asp button*/
.borderedtable
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.borderedtable a
{
	color: #000000;
	font-size: 12px;
	background-color:#FFFFFF;
}
.borderedtable a:hover
{
	color: #ffffff;
	font-size: 12px;
	background-color:#000000;
}

/* view.asp styles */

#dslinks {
  float:left;
  width:100%;
  background:#000;
  font-size:11px;
  line-height:normal;

  margin-bottom:4px;
  margin-top:3px;
 
  }
#dslinks ul {
	margin:0;
	padding:0px;
	list-style:none;
  }
#dslinks li {
  display:inline;
  margin:0;
  padding:0;
   text-decoration:none;
  }
#dslinks a {
  float:left;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
  }
#dslinks a span {
  float:left;
  display:block;
  padding:2px;
  padding-left:6px;
  padding-right:6px;
  color:#000;
   text-decoration:none;
     background: #ff0000 ;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#dslinks a span {float:none;}
/* End IE5-Mac hack */
#dslinks a:hover span {
  color:#FFF;
  text-decoration:none;
  }
#dslinks a:hover {
background-color:#CCCCCC;
  }



.dstitles {
height:22px;
background-color:ff0000;
color:#FFFFFF;
padding-left:10px;
vertical-align:middle;
}

#viewadditional { background-color: #808080; font-weight: bold; color: #ffffff; font-size: 12px; font-family: verdana,arial; padding: 5px; border-style: solid; border-width: 1px; border-color: #ff0000; }

#formquestions, #findacartop {
border:1px dashed #fff;
padding-top:8px;
padding-bottom:8px;
margin-bottom:5px;
width:650px;
}


/*  post code finder  */

#navigation-search {
	float:left;
	width:240px;
	height:37px;
	margin: 0 0 15px 20px; 
	}
#txtPostcodeA {
	float:left;
	width:40px;
	height:15px;
	margin-left:0px;
	margin-top:1px;
	font-size:11px;
	padding-top:3px;
	background-color:#999;
	border:none;
	color:#ffffff;
	}

#txtPostcodeB {
	float:left;
	width:40px;
	height:15px;
	margin-left:5px;
	margin-top:1px;
	font-size:11px;
	padding-top:3px;
	background-color:#999;
	border:none;
	color:#ffffff;
	}

#btnShowDirections {
	float:left;
	margin-left:5px;
	height:18px;
	width:20px;
	margin-top:1px;
	padding:0;
	font-size:10px;
	}

#map {
	height:655px;
	width:431px;
	background-color: #fff;
	float:left;
}
				
-->

#facebook-icon {
	display:block;
	float:left;
	margin-left:20px;
	width:40px;
	height:40px;
	background:url(../graphics/social.jpg) 0px 205px;
}

#facebook-icon:hover {
	background:url(../graphics/social.jpg)  0px 122px;
}

#twitter-icon {
	display:block;
	float:left;
	margin-left:20px;
	width:40px;
	height:40px;
	background:url(../graphics/social.jpg) 82px 82px;
}

#twitter-icon:hover {
	background:url(../graphics/social.jpg)  82px 0px ;
}

