/* CSS Document */
form {
	margin : 0px;
	padding : 0px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul, ol, dl {position:relative;}
h1 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #292929;
	font-weight: normal;
}
h2 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #292929;
}
p {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.83em;
	line-height:1.30em;
	margin-bottom:0.50em;
	color: #292929;
	text-align: justify;	
}
/* STRUCTURE */
body {
	background-color: #E6E6E6;
	margin: 0px;
	padding:0px;
	background-image: url(http://www.websiteforall.co.uk/images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#main {
	width:990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
/* TOP */
.top {
	float: left;
	width: 990px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.logo {
	float: left;
}
.contact {
	float: right;
}
.contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color:#292929;
}
.contact a {
	color:#292929;
	text-decoration:none;
}
.contact a:hover {
	color:#ff8500;
	text-decoration:none;
}
/* HEADER */
.header {
	float: left;
	width: 990px;
	margin-bottom:10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color:#E6E6E6;
}
.video {margin-bottom:10px;}


/* NAVI */
.tab {
	float:left;
	padding-top:10px;
	width:540px;
	margin-bottom:30px;
}
.tab li {
	margin-right:30px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;	
}
.tab li a {
	text-decoration:none;
	color: #292929;
	padding-bottom:5px;
}
.tab li a:hover {
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff8500;
}
.tab li .selected {
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff8500;
}


/* TABS*/
#home, #price, #about, #terms {
	float:right;
	width:420px;
	height:370px;
	padding-top:10px;
}
#home a, #price a, #about a, #terms a {
	text-decoration: none;
	color: #ff8500;
}
.stephen {
	float: right;
	border: 1px solid #E6E6E6;
	margin-left:10px;
}
/* CONTAINER */
.container {
	float: left;
	width: 990px;
}


/* LEFT */
.left {
	float: left;
	width: 990px;
}
.left li {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px;
	display:inline;
	width:228px;
	height:222px;
	border: 1px solid #E6E6E6;
}
.left li h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    margin:0px;
}

.left li h4 {
	font-size: 12px;
	font-weight: normal;
    margin:0px;
    padding-bottom:2px;
}
.left li.last {margin-right:0px;}
.left li span a {
	font-size: 11px;
    color: #ffffff;
	text-decoration: none;
    font-weight: normal;
    margin:0px;
    padding:2px 5px 2px 5px;
    background-color: #ff8500;
}
.left li span a:hover{
	color: #ffffff;
	text-decoration: none;
    background-color: #000000;
}
.left li img {
	width: 228px;
    float: left;
	padding-bottom:5px;
}
/* RIGHT */
.right {
	float: left;
	width: 344px;
	margin-left:10px;
}
.block {
	float: left;
	width: 344px;
	margin-bottom:10px;
}
/* FOOTER */
.footer {
	float: left;
	width:990px;
	padding-top:40px;
	margin-bottom:10px;
}
.footer p{
	color: #292929;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding:0px;
	margin:0px;
}
.footer a {
	text-decoration:none;
    color: #ff8500;
}
.footer a:hover {
	text-decoration:underline;
    color: #ff8500;
}
/* CREDIT */
.credit {
	float: left;
	width:990px;
	padding-bottom:20px;
}
.credit p{
	color: #292929;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:0px;
	margin:0px;
}
.credit a {
	text-decoration:none;
    color: #292929;
}
.credit a:hover {
	text-decoration:underline;
    color: #ff8500;
}