/* Reset Stuff */
html, body, div, span, applet, object, iframe, p,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,f
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	width: 100%;
}

input::-moz-focus-inner { border: 0; }
a {
	text-decoration:none;
}
.ordinal {
  font-size: 50%;
  position: relative;
  top: -0.5em;
}

small {
	font-size:10px;
}

hr {
	float:left;
	clear:both;
	width:100%;
}
body {
	line-height: 1;
	font-family: sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-color:#fff;
	color:#222;
	height: 100%;
	width: 100%;
	background: url(images/background4.gif) repeat-y center top;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, h1, h2, h3  {
	border: 0;
	padding:0;
}

/* Main Layout */

#centreCol {
	width:760px;
	overflow: hidden;
	display:block;
	height:100%;
	margin:0 auto;
	overflow:visible;
}

#header {
	margin: 0 0 0 6px;
	display: block;
	overflow: hidden;
	height: 131px;
	width: 754px;
}


#leftCol {
	float:left;
	text-align: center;
	width:100px;
}

#leftCol li{
	margin-top:5px;
	margin-left:15px;
}

#whiteCol {
	float:left;
	width:415px;
	margin-left:7px;
	padding:10px;
	overflow:visible;
}

#rightNav {
	width:190px;
	float:right;
	margin-right:26px;
}

#rightNav > ul {
	margin-top:30px;
	margin-bottom:50px;
}

#rightNav > ul > li {
	text-align:center;
	border-top:1px solid #ccc;
}

#rightNav li a {
	height:100%;
	width:100%;
	display: block;
	cursor: pointer;
	padding:9px 0 8px 0;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}

#rightNav li:first-child {
	border-top:0;
}

#rightNav > ul > li.offer > a{
	background: url(images/offerNav.png)  no-repeat center top;
}

#rightNav > ul > li > a:hover {
	background: url(images/nav_rollover.jpg)  no-repeat center center;
}

#rightNav > ul > li.offer > a:hover {
	background: url(images/offerNav_rollover.png)  no-repeat center center;
}

#rightNav a:hover {
	color:#FFDD00;
}

#rightNav p {
	text-align: center;
}

#contactDetails {
	font-size: 13px;
	width:340px;
	margin:0 auto;
}
#contactDetails td{
	padding:4px;
}

.textRight {
	text-align: right;	
}

.sub {
	font-weight: bold;
}

#postInfo {
	padding:10px;
	background-color: #f3f3f3;
	width:230px;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

#postInfo > * {
	float:left;
}

#postInfo ul {
	margin-left:10px;
	font-size: 14px;
}

#postInfo ul li {
	margin-top: 5px;
}

#contactFormList {
	margin:20px 0 20px 0;
	background: #D8D8D8;
	padding: 10px 0px 10px 0px;
	border: 1px gray solid;
}
#contactFormList li {
	margin:10px 0 10px 0;
	display: block;
}

#radioButtons { 
	padding-left: 70px;
}

#contactFormList * {
	overflow: hidden;
}

#contactFormList li > label, #contactFormList input, #contactFormList textarea{
	float:left;
}

#contactFormList li > label {
	width:70px;
}

#contactFormList label {
	text-align: right;
	padding:5px;
	font-size: 12px;
}

#contactFormList div label {
		min-width: 120px;
}

.f_text {
	border:1px solid #999;
	padding:5px;
	font-size: 14px;
	line-height: 20px;
	font-family: inherit;
	width:240px;
}

#addressInput, #enquiryInput {
	height: 100px;
}

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

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

.left img {
	margin-right:5px;
}

.miniBox {
	width:150px;
	padding-bottom:10px;
}

.miniBox span {
	display: block;
	line-height: 150%;
}

.handle {
	width:400px;
	overflow: hidden;
	height:25px;
	border-bottom:1px solid #999;
	cursor: pointer;
}

.handle:first-child {
	margin-top: 10px;
}

.handle:last-child {
	border:0;
}

.inline li {
	display: inline-block;
}

.element {
	font-size: 90%;
	padding:10px;
}

.elementContent {
	padding:10px;
}

.element ul li {
	margin-bottom:5px;
}

#whiteCol p, #whiteCol > div {
	margin-bottom:20px;
	line-height: 150%;
	font-size: 90%;
	overflow: hidden;
}

p.f, h1.f, h2.f, h3.f, div.f{
	margin:10px;
}

#whiteCol h1, #whiteCol h2, #whiteCol, h3 {
	margin-bottom:10px;
}

ul.f li {
	margin:10px;
}

button {
	cursor: pointer;
}

.rangeDiv {
	display: none;
}

.rangeImg {
	width:300px;
	display: block;
	height:auto;
	margin:0 auto;
	border:1px solid #777;
}

.bullet {
	list-style-type: disc;
	margin-left:30px;
}

#refurbTable {
	width:90%;
	margin:0 auto;
	text-align: center;
}

#refurbTable p {
	margin:0 0 5px 0;
}

#refurbTable img {
	border: 1px solid #777;
}

#refurbTable td {
	width:150px;
	vertical-align: middle;
}

/*style for Sale.html*/

.saleimages {
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	clear: none;
}
.datetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 16px;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	line-height: 16px;
}
#salefacts {
	width:100%;
	height: 100%;
	background-color: #000;
	display: block;
	padding: 15px;
	color: #FFF;
	margin: 0px;
	background-image: url(../style/images/sale_grad.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.txtRed a{
	color:#990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	line-height: 16px;
}

.txtRed a:hover{
	text-decoration: underline;

}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}
#addPadding {
	padding: 5px 10px 0px 20px;
}

.background{
	background: #D8D8D8;
}
.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#radioButtonsSale { 
	padding-left: 10px;
}

.smaller {
	font-size:10px;
	padding-left: 10px;
}

.skyAdvert {
	display: block;
	width:415px;
	float: left;
	padding-left: 29px;
	
}

.imgAdvert {
	float:right;
	margin:0px;
	height:807px;
	padding-left: 10px;
}

.contactIMG {
	float:right;
	margin:0px;
	padding-left: 10px;
}

/*css for dealer page */

#contactTableTop {
	display: block;
	width: 375px; 
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: auto;
	margin-right: auto;
}
#contactTableTop td{
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}
.intro {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #00174A;
	text-decoration: none;
}

#contactTable {
	display: block;
	width:100%;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	line-height: 16px;
	clear:both;
	margin-left: 10px;
}
.tdOne {
	display: block;
	width:150px;
	text-align: right;
	padding-right: 20px;
}
.tdTwo {
	padding-bottom:10px;
}
.tablePadding{
	padding-left: 10px;
}

