/* The "height" above is a hack for IE5+/Win.  Below we adjust it using the child selector to hide from IE5+/Win */
html, body, #div_Contents {
	min-height: 100%;
	height: 100%;
}

/* Without this, Moz1.0 adds a vertical scrollbar */
html>body, html>body #div_Contents {
	height: auto;
}

BODY
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../images/mainback.jpg) right top repeat-x #60AE7A ;
	background: url(http://www.simplicitywebsites.co.uk/gallery/backgrounds/leaf_green.jpg) repeat scroll center top;
	font-family: "trebuchet ms";
	font-size: 14px;
	color: #333333;
	line-height: 1.5em;
}
HR
{
	width:70%;
}
FORM
{
	margin: 0;
	padding: 0;
}
INPUT, SELECT, TEXTAREA
{
	font-size: 14px;
	font-family: "trebuchet ms";
	border: 1px inset;
	border: 1px solid #cccccc;
	background: url(../images/inputback.gif) 0 0 no-repeat #ffffff;
	color: #000000;
	vertical-align: middle;
}
INPUT, TEXTAREA
{
	padding: 2px;
}
A, A:visited
{
	color: #1e99df;
}
A:hover
{
	color: #333333;
}
P
{
	margin: 10px 0;
}
IMG {
	white-space: pre;
}

#div_Container
{
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0;
	text-align:center;
}

#div_Main
{
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
	width: 780px;
	background: #ffffff;
	border: 1px solid #555555;
}

#div_Logo
{
	height: 140px;
	width: 140px;
	margin: 5px 0 5px 5px;
	padding: 0;
	color: #555555;
	font-weight: bold;
	font-family: Arial;
	font-size: 24px;
	float: left;
	border: 1px solid #555555;
	z-index: 1000;
	position: absolute;
	top: 10px;
}
#div_Logo IMG {
	display: block;
	height: 140px;
	width: 140px;
	background: red;
}
#div_Header
{
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	color: #555555;
	font-weight: normal;
	background: #296bb5;
	text-align: center;
	overflow: hidden;
	height: 150px;
	width: 780px;
	border-bottom: 5px solid #845F34;
}

#div_Header IMG, #div_Header A
{
	Border: 0;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 780px;
}

#div_Menu
{
	width: 160px;
	line-height: 30px;
	text-align: left;
	color: #555555;
	padding: 0;
	margin: 0 0 20px 0;
	float: left;
	overflow: hidden;
}
#div_Menu A
{
	font-size: 14px;
	letter-spacing: 0;
	font-weight: normal;
	color: #ffffff;
	padding: 0 10px 0 15px;
	margin: 0 0 3px 0;
	text-decoration: none;
	line-height: 30px;
	display: block;
	background: url(../images/menuback.gif) 0 0 no-repeat;
}
#div_Menu A:hover
{
	color: #ffffff;
	background: url(../images/menuback_on.gif) 0 0 no-repeat;
}



#div_MainContent
{
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	overflow: visible;
	background: #ffffff;
}

H1 {
	font-family: "trebuchet ms";
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 20px 10px 180px;
	padding: 0 0 0 0;
	line-height: 42px;
	height: 42px;
	color: #845F34;
}

#div_ColLeft
{
	text-align: left;
	padding: 0px;
	margin: 0 20px 10px 180px;
	display: block;
}
#div_ColLeft IMG.img_Centre {
	display: block;
	margin: 10px auto;	
}
#div_ColLeft IMG.img_Right {
	display: block;
	float: right;
	margin: 10px 0 10px 10px;	
	padding: 5px;
	border: 1px solid #cccccc;
}
#div_ColLeft H2
{
	display: block;
	margin: 0 0 1px 0;
	padding: 0px 10px;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	line-height: 20px;
	height: 20px;
	display: block;
	background: url(../images/h2back.jpg) repeat-x;
}
#div_ColLeft UL {
	list-style: none;
}
#div_ColLeft UL LI {
	list-style: inside url(../images/bullet.gif);
	line-height: 20px;
	margin: 0 0 3px 0;
	padding: 0 0 0 30px;
}

#div_ColRight
{
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0;
	display: block;
	float: left;
	width: 170px;
}
#div_ColRight .div_Contact {
	margin: 0 30px 10px 10px;
	padding: 20px 0 0 0;
	font-size: 12px;
	color: #555555;
	line-height: 1.3em;
	border-top: 1px dashed #cccccc;
	clear: both;
}


#div_BottomOptions {
	text-align: center;
	line-height: 30px;
	height: 30px;
	overflow: visible;
	color: #ffffff;
	padding: 0 0 18px 0;
	margin: 20px 0 0 0;
	background: #845F34;
	border-top: 1px solid #888888;
	clear: both;
}
#div_BottomOptions A {
	margin: 0 7px 0 0;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 20px;
	font-size: 12px;
}
#div_BottomOptions A:hover {
	text-decoration: underline;
}

#div_Footer
{
	line-height: 25px;
	padding: 0 10px 0 10px;
	font-size: 12px;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
	margin: 0 0 0 0;
	clear: both;
	background: #845F34;
}
#div_Footer A IMG {
	vertical-align: middle;
	border: 0;
}
#div_Footer A
{
	color: #555555;
}

.div_Clear {
	clear: both;
}
A.a_Button IMG {
	border: 0;
}

#tariffTable, #tariffTable th, #tariffTable tr, #tariffTable td {
	font-size: 13px;
	background-color: #dfd;
	border: 1px solid #bdb;
	min-width: 70px;
	padding: 5px 10px;
	border-collapse: collapse;
}

#div_BottomOptions SPAN.spMenuSplit {
	width:100%;
	display: block;
	height: 0px;
}
#div_Menu SPAN.spMenuSplit {
	display: none;
	width: 0px;
	height: 0px;
}
