body, html, #container, .content {
	height: 100%;
}

body {
	background-color: #000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#container {
	background-color: #fff;
	width: 860px;
}

#container-bg-left {
	background: #000000 url(../__images/container-bg-left.gif) top right repeat-y;
	width: 26px;
}

#container-bg-right {
	background: #000000 url(../__images/container-bg-right.gif) top left repeat-y;
	width: 26px;
}

#main {
	vertical-align: top;
}

.content {
	width: 100%;
}

.content #top {
	background: #ee820f url(../__images/van-top.jpg) bottom right no-repeat;
	padding: 0 0 0 0;
	height: 91px;
}

.content #menu-area {
	background: #000 url(../__images/van-middle.jpg) bottom right no-repeat;
	height: 27px;
}

#menu {
  background: #000 url(../__images/van-middle.jpg) bottom right no-repeat;
  height: 27px;
  border-bottom: 0;
  text-align: left;
}
	
	#menu ul {
	  list-style-type: none;
	  margin: 0;
	  padding: 0 0 0 0px;
	}
	
	#menu li {
	  height: 27px;
	  display: block;
	  float: left;
	}
	
	#menu li a, #menu li a:link, #menu li a:visited {
	  background: #00;
	  display: block;
	  height: 12px;
	  float: left;
	  margin: 0;
	  padding: 7px 16px 8px;
	  color: #fff;
	  text-decoration: none;
	  font-weight: bold;
	  font-size: 0.7em;
	}
	
	#menu li a:hover, .selected {
	  background: #ee820f;
	  color: #fff;
	}
	
.content #menu-bottom {
	background: #fff url(../__images/van-bottom.jpg) top right no-repeat;
	height: 43px;
	padding: 10px 0px 0px 10px;
	
}

.content #menu-bottom h1 {
	color: #ee820f;
	font-size: 1.2em;
	margin: 0;
}

.content #menu-bottom p {
	color:#666666;
	font-size: 0.7em;
	margin: 0;
}

.content #menu-bottom a {
	color:#666666;
	text-decoration: none;
}

.content #menu-bottom a:hover {
	color:#666666;
	text-decoration: underline;
}

.content #contentarea {
	vertical-align: top;
	padding: 15px 10px 10px 10px;
}

.content #contentarea a {
	text-decoration: underline;
	color: #ee820f;
}

.content #contentarea p, .content #contentarea li {
	color:#000;
	font-size: 0.8em;
}


.content #footer {
	text-align: center;
	background-color: #ee820f;
	height: 80px;
	vertical-align: middle;
}

.content #footer p {
	font-size: 0.7em;
	color: #fff;
	line-height: 180%;
}

.content #footer a {
	color: #fff;
	text-decoration: underline;
}

.home-content {
	width:100%;
}

.home-content #content {
	padding-top: 15px;
	padding-right: 15px;
}

.home-content #content h4 {
	margin-bottom: 0px;
	color: #ee820f;
}


.home-content #sidebar{
	width: 170px;
	padding-left: 15px;
}

.home-content #sidebar a {
	color: #000;
	text-decoration: none;
}

.home-content #sidebar a:hover {
	color: #ee820f;
	text-decoration: underline;
}

.home-content #sidebar h3 {
	font-size: 1.1em;
	color: #ee820f;
}

#feature1 {
	width: 224px;
	height: 315px;
	margin-top: 15px;
	background: #ee820f url(../__images/feature-bg.jpg) top repeat-x;
	padding: 15px 10px 0 15px;
}

#feature1 ul {
	list-style-image: url(../__images/tick.gif);
	color: #fff;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 20px;
	
}

#featureitem {
	margin-bottom: 5px;
	font-size: 0.9em;
	line-height: 140%;
	color: #ffffff;
}

.home-content td {
	vertical-align: top;
}

.enquiry p {
	line-height: 130%;
	margin: 0;
}

#logins {
	width: 200px;
}

.loginbox {
	padding: 10px 10px 10px 10px;
	width: 210px;
	background-color: #ee820f;
	margin-bottom: 15px;
	margin-right: 15px;
	text-align: center;
}

.loginbox h3 {
	margin: 0px;
	color: #ffffff;
}

.loginbox p {
	margin: 0px;
	color: #ffffff;
}

.loginbox a {
	text-decoration: underline;
	color: #ffffff;
}

.loginbox form {
	margin: 0px;
	color: #ffffff;
}

.login-label {
	font-size: 0.8em;
}
