/*html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
*/
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
	background:#000000;
}

a, a:visited {
	text-decoration:underline;
	color:#F6841F;
}

a:hover {
	text-decoration:underline;
	color:#000000;
}

.outofflow {
	display:none;
}


/*
Main Container
*/
/*

#container {
	 width:900px;
	 padding:0 10px;
	 background:#FFFFFF;
	 margin:0 auto;
}

/*
Header Styles
*/

#header a {
	display:block;
	text-decoration:none;
}

#strapline {
	font-size:1.2em;
	color:#000000;
}

#header form {
	display:none;
}

/*
Corporate Menu
*/

#menu_main {
	display:none;
}


/*
Product Menu
*/

#menu_prod {
	display:none;
}



/*
Left hand content
*/

#content_main {
	float:left;
	width:630px;
}

#content_main h1 {

}

#content_main h2 {

}

#content_main h3 {

}

#content_main h4 {
	color:#F6841F;
	font-size:1.2em;	
}

/*
Right hand static content
*/

#content_side {
	display:none;
}

/*
Footer
*/

#footer {
	clear:both;
	background:url(../images/bg_footer.gif) 0px 20px no-repeat;
	height:100px;
	position:relative;
}

#footer p {
	position:absolute;
	top:10px;
}

#footer ul {
	display:none;
}

/*
Extra Text Styles
*/

.textorange {
	color:#F6841F;
}

.textblack {
	color:#000000;
}

.textgrey {
	color:#999999;
}

.textbold {
	font-weight:bold;
}

.textlarge {
	font-size:1.25em;
}

.textsmall {
	font-size:0.8em;
}