﻿/*
Design by HD Designs
http://www.hddesigns.co.uk
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #777777;
}
a {
	color: orange;
	text-decoration:none;
}
a:hover {
	color: orange;
	text-decoration: underline;
}

h1 {
	font-size: large;
	font-weight: normal;
	color: orange;
}
#Container {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#header {
	width: 850px;
	height: 120px;
}
#headleft {
	width: 710px;
	height: 120px;
	float: left;
}
#logo {
	width: 710px;
	height: 51px;
	background-image: url('images/logo.jpg');
}
#logo a {
	display: block;
	width: 300px;
	height: 51px;
	text-align: center;
	text-decoration: none;
}
#menuspace {
	float: left;
	width: 34px;
	height: 20px;
}
#apply {
	width: 140px;
	height: 120px;
	float: right;
	background-image: url('images/apply.jpg');
}
#apply a {
	display: block;
	width: 140px;
	height: 120px;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #555555;
}
#apply a:hover {
	background-image: url('images/apply1.jpg');
}
#main {
	width: 850px;
	font-size: small;
}
#mainleft {
	width: 425px;
	height: 552px;
	float: left;
}
#mainright {
	width: 425px;
	height: 552px;
	float: right;
}
#links {
	padding: 20px 0 0 0;
	width: 260px;
	height: 324px;
	background-image: url('images/links.jpg');
	text-align: center;
}
#links ul {
	margin: 0;
	padding: 5px 0 0 60px;
	text-align: left;
	list-style: none;
}
#links li {
	width: 200px;
	height: 27px;
	padding: 5px 0 0 0px;
}
#links a {
	display: block;
	width: 200px;
	height: 27px;
	padding: 3px 0 0 0;
	text-decoration: none;
	color: #555555;
}
#links a:hover {
	color: #FFCC66;
}
#links .active {
	padding-top: 2px;
}
#links .active a {
	height: 27px;
	padding-top: 3px;
	color: #ffffff;
}
#pageleft {
	float: left;
	width: 248px;
}
#pagecenter {
	float: right;
	width: 540px;
	padding: 10px 30px 10px 10px;
}
#pageright {
	float: right;
}
#pageskootycontainer {
	padding: 75px 30px 0 60px;
	font-size: x-small;
}
#pageskooty {
	background-image: url('images/skooty2.jpg');
	padding: 20px 0 0 0;
	width: 260px;
	height: 324px;
}
#types {
	width: 425px;
	height: 208px;
	background-image: url('images/types.jpg');
}
#news {
	width: 390px;
	height: 170px;
	margin:0px 10px 15px 40px;

	overflow:auto;
}

#loancalc {
	width: 425px;
	height: 344px;
	padding: 0px 0px 0px 0px;
}
#picture {
	width: 400px;
	height: 324px;
	padding: 10px 10px 10px 10px;
}
#picture ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#picture li {
	padding: 0 0 0 20px;
}
#skootycontainer {
	padding: 25px 50px 0 145px;
	font-size: small;
}
#skooty {
	z-index:1;
	width: 425px;
	height: 208px;
	background-image: url('images/skooty.jpg');
}
#footer {
	width: 782px;
	height: 90px;
	padding: 0 34px 0 34px;
	text-align: center;
	font-size: x-small;
	float: left;
}
