html {
	overflow: auto;
}

body {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 95%;
}

a {
	color: #3D63F2;
}

a:hover {
	color: #1A41A1;
}

h4, h5 {
	top: 5px;
	padding-bottom: 25px;
}

table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

table td {
	border-bottom: 1px solid #BBBBBB;
}

table .alt {
	background-color:#FEF8ED;
}

div {
	position: relative;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #B1C4FB;
	color: #3D63F2;
	background-image: url("../images/bg_grad.jpg");
	background-repeat: repeat-x;
}

.clean_slate {
	clear: both;
}

.float_right {
	float: right;
	width: auto;
	margin-left: 10px;
}

.float_right img {
	float: right;
	clear: both;
	margin-bottom: 20px;
	border: 1px black solid;
}

#header {
	width: 100%;
	height: 116px;
	clear: both;
}

#header #title h1 {
	font-weight: normal;
	font-size: 300%;
}

#header #subtitle h2 {
	font-weight: normal;
	font-size: 160%;
}

#header #title {
	position: absolute;
	top: 20px;
	left: 60px;
	z-index: 20;
}

#header #subtitle {
	position: absolute;
	top: 65px;
	left: 160px;
	color: red;
	z-index: 30;
}

#header #logo {
	position: absolute;
	z-index: 10;
	left: 60px;
	top: 0px;
}

#header #logo img {
	position: absolute;
	z-index: 10;
}

#navigation {
	height: 20px;
	width: 100%;
	clear: both;
}

.float_center {
	width: 100%;
	text-align: center;
}

.float_left {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.video_link {
	display: block;
	width: 90%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	border: 1px black solid;
	background-color: #CCCCCC;
	color: #3D63F2;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 20px;
}

.video_link:hover {
	background-color: #3D63F2;
	color: #CCCCCC;
}

.sale_link {
	display: block;
	width: 90%;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	border: 1px black solid;
	background-color: #CCCCCC;
	color: #3D63F2;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size:120%;
}

.sale_link:hover {
	background-color: #3D63F2;
	color: #CCCCCC;
}

.special {
	display: block;
	width: 90%;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight:bold;
	color: red;
	font-size: 110%;
	font-family: "Comic Sans MS","Script", cursive;
}

.small {
	display: block;
	width: 90%;
	text-align: center;
	vertical-align: middle;
	font-size: 70%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 20px;
	color: red;
	font-family: "Comic Sans MS","Script", cursive;
}

#left_bar {
	width: 170px;
	float: left;
	clear: left;
	height: auto;
}

#content {
	width: 610px;
	height: auto;
	background-color: white;
	color: black;
	float: left;
	clear: right;
	padding: 10px;
	font-size: 90%;
	text-align: justify;
}

#footer {
	font-size: 80%;
	height: auto;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

#survey {
	text-align: center;
	font-size: 2.4em;
	font-family: "Comic Sans MS","Script", cursive;
}

#credit {
	margin-top: 5px;
	font-size: 90%;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	color: #005EC4;
	font-size: 120%;
	font-weight: bold;
}

h3.bigheader {
	font-size: 180%;	
}

#video {
	width: 100%;
	text-align: center;
}

#content ul {
	list-style: square;
	margin-left: 30px;
}

#map {
	float: right;
	width: 400px;
	height: 300px;
}

#map img {
	border: 1px black solid;
}

#address_details {
	float: left;
	width: 200px;
	height: auto;
	font-size: 80%;
	margin-bottom: 10px;
}

blockquote {
	margin-bottom: 10px;
	font-size: 90%;
	margin: 10px;
	padding: 10px;
	border: 1px #BBBBBB solid;
}

#telephone_number {
	font-size: 80%;
	margin-bottom: 10px;
}

#email_details {
	font-size: 80%;
}

.home_title h4 {
	margin-top: 20px;
	font-size: 115%;
}

.specifications table td {
	padding-bottom: 5px;
	border-bottom: 1px #BBBBBB solid;
}

.home_photos {
	text-align: left;
}

/*Navigation*/
#navigation {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	width: 650px;
}

#navigation ul {
	list-style: none;
	height:1em;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	float: left;
	border-right: 1px white solid;
	width: auto;
	height: 1em;
}

#navigation a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 80%;
	text-decoration: none;
	color: white;
	width: auto;
	height: 1em;
	text-align: center;
	color: #3D63F2;
}

#navigation a:hover {
	color: #FFDDDD;
}

#navigation .first_menu_item {
	border-left: 1px white solid;
}

.sold {
	z-index: 600;
	background-image: url("../images/sold.png");
	position: absolute;
	top: 20px;
	left: 140px;
	width: 328px;
	height: 237px;
}