/* CSS Document */

body {font: .8em verdana, arial, sans-serif;margin-left:10px; margin-right:10px; background-color: #d6ed9f;}
* {margin:0; padding:0;}

/* centers layout when > max width */
div#mainwrapper {min-width:760px; max-width:880px;  margin-left:auto; margin-right:auto; 
width:expression(document.body.clientWidth > 880? "880px": "auto" );} /* crazy IE6 hack for lack of max-width compliance */

div#header {
	width:auto;
	padding: 0px 0px 5px 0px;
	}
#threecolwrap {
  float:left;
  width:100%;
	}
#twocolwrap {
 	float:left;
	width:100%;
	display:inline; /* stops IE doubling  margin on float*/
	margin-right:-170px; /* CWS - neg margin move */
	}
#nav {
 	float:left;
 	width:207px;
	height:608px;
	display:inline; /* stops IE doubling  margin on float*/
 	}

#content {
 	width:auto;
 	margin-left:207px;
 	margin-right:170px;
	padding: 5px 5px 5px 5px;
 	}
	
div#content div#mainimage {width:200px; float:left; margin:0 8px 4px 0;}
div#content div#mainimage p {font-size:.75em; margin:0px 5px; color:#000;} 
div#content li {margin-bottom:12px;}
div#content h1 {margin-bottom:12px;}
div#content h2 {margin-bottom:12px;}
div#content h3 {margin-bottom:12px;}
div#content h4 {margin-bottom:12px;}
div#content span.companynames em {font-size: .75em;}


#rightcolumn {
 	float:left;
 	width:150px;
	margin:0px 0px 10px 0px;
	padding: 5px 5px 5px 5px; 
	}

	
#footer {
 	width:100%;
 	clear:both;
 	float:left;
 	}
/* end of structural styles */ 

/* more specific styling for text and formatting */
a  { color: #ad0334; text-decoration: none; border-width: 0px;}
a:link IMG { border: none; }
a:visited IMG { border: none; }
a:link		{
	color: #ad0334;
	font-weight: bold;
	background-color: transparent;
	border-width: 0px;
}
a:visited 	{ color: #e66b0d; background-color: transparent }
a:hover 	{ color: #ad0334; text-decoration: underline;}

div#header {background-color:#d6ed9f;}
li {list-style-type:none;}
div#nav li {margin-left:35px; margin-bottom:5px;}
div#nav ul {margin-top:95px;}
div#nav {background-color:#d6ed9f;}
div#nav {background-image: url(http://www.bjpinchbeck.com/test/images/links_bkgrd.gif); color:#d6ed9f;}
div#rightcolumn {background-color:#96c22c;}
div#rightcolumn p {margin-bottom:12px;}
div#footer {background-color:#96c22c; margin-top:12px;}

.subcategory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #005458;
}
