/* Set up the page */
html {
	overflow-y: scroll;
}

/* remove the focus dotted lines */
:focus {
	outline: 0;
}

/* set the basic page formatting */
body {
	background-color: #231F20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#wrapper {
	width:996px;
	margin:0px auto;
}

#inner {
}

#header {
	color:#fff;
	background: url(img/header.gif) no-repeat left top;
	font-style: normal;
	height: 144px;
	width:996px;
	margin:0px auto;

}

#content {
	background: url(img/wrapper.gif) repeat-y center top;
	color:#231F20;
}
#contentinner {
	width:808px;
	margin:0px auto;

}

#footer {
	color:#fff;
	margin-top:20px;
	width:808px;
	margin:0px auto;

}
#footer a, #dw a {
	color:#fff;
}

#copy {
	float:left;
	width:30%;
}

#links {
	float:right;
	text-align:right;
	width:70%;
}

#dw {
	color:#fff;
	text-align:center;
	padding-top:20px;
}
/* navigation tabs */
#test
{
padding: 78px 0 0 0;
margin:0px 70px 0px 0px;
float:right;
}

#navcontainer
{
padding: 50px 0 0 0;
margin:0px;
}



ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
}

ul#navlist li
{
display: block;
float: left;
width: 142px;
margin: 0;
padding: 0;
	background: url(img/tab.gif) no-repeat left top;
	font-style: normal;
	height: 34px;

}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0em;
color: #777;
text-decoration: none;
background: transparent;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: transparent;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
}
/* set the main title colour independant of size */
.colourtitle {
	color: #DE0707;
	font-weight:bold
}

/* set the basic page links formatting */
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0099cc;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* example formatting for background image */
.homebox {
	background:white url("img/homebox.gif") no-repeat top center;
	height:274px;
}
.homeboxtitle {
	height:34px;
	text-align:right;
	padding:5px;
}
.homeboxtitle h3 {
	font-size:18px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:0px;
}

.homeboximage {
	background:transparent url("img/homeboxfiller.jpg") no-repeat top center;
	height:84px;
}
.homeboxcontent {
	padding:5px;
	font-size:12px;
}
.homeboxcontent li {
	margin-left:-20px;
}
/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}

/* example formatting for bordered area without background colour */
.pic-container-clear {
	padding: 5px;
	border: 1px solid #EEEEEE;
}

/* formatting for header and footer */
.siteheader {
	background:white url(graphics/webheader.gif) no-repeat left top;
	font-style: normal;
	height: 234px;
}
.sitefooter {
	background:white url(graphics/webfooter.jpg) no-repeat left top;
	font-style: normal;
	height: 15px;
}

/* altered formatting for heading tags */
h1 {
	color: #284690;
	font-size: 24px;
	margin-top:0px;
}

h2 {
	font-size: 18px;
	color: #0099CC;
}
.cat {
	background: white url(graphics/prodcatbg.jpg) no-repeat left top;
	height:30px;
	width:200px;
	margin: 6px 4px 0px 0px;
	padding-left: 40px;
	color:white;
	font-size:14px;
	font-weight:bold;
}
.cat a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.cat a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.cat a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.cat a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.prodwrapper {
	padding: 5px;
	background-color: #F5F5F5;
	border: 1px solid #DADADA;
}