

#columnContainer {
	margin:0 0 10px 0;
	padding:0;
	position:relative;

}

#left {
	float:left;
	z-index: 9999;
	position:relative;
	width:200px;
	min-height: 300px;
	margin:0 0px 0 0;
	padding:0;
}

#right {
	float:right;
	z-index: 9999;
	position:relative;
	width:180px;
	margin:0 0 0 10px;
	padding:0;

}

#middle {
	position:relative;
	margin-left: 200px;
}


.column-in {
	margin:0; padding:0.5em 1em;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

#contentContainer {
	position: relative;
	margin: 0 0 0 0;
}



.helpIcon {
	margin: 0;
	padding:0;
	background:url(/images/help_icon.gif) no-repeat left;
	bottom: 0;
	background-position: 0px 0px;
}

.helpIcon:hover {
	background-position: 0 -24px;
}

.spacer {
	border:0;
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	margin: 0;
	padding: 0;
	color: #000000;
	background: #FFFFFF;
}

form {
	padding: 0;
	margin: 0;
}

td {
	font-size: 13px;	
	margin: 0;
	padding: 3px;
}

th {
	font-size: 13px;	
	font-weight: bold;
	margin: 0;
	padding: 3px;
}

p {
	margin: 2px 0 13px 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #007ea6;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #007ea6;
}

a.green {
	color: #16783d;
}

.error {
	color: #FF0000;
}

.bold {
	font-weight: bold;
}


/* Header */
#header {
	margin:0;
	padding:0;	
	/*background: #082C84;*/
	height: 86px; 
	overflow:hidden;
}
#header a {
	width: 179px;
	height: 86px;
	float:left;
	background: url(/images/logo.png) top left no-repeat;
	text-decoration: none;
}

#header #topImages a{
	width: 100%;
	height: 86px;
	background: none;
}

#header #topImages {
	margin-left: 179px;
	height: 100%;
}


/* navigation bar */
#navbar {
	position: relative;
	background: #028042;
	height: 20px;
	margin:0;
	padding:0px;
	text-align: center;
	border-top: solid 4px #B3CB8F;
}

#navbar #inner {
	margin: 0px auto 0px auto;
	padding: 0;
	z-index: 100;

	width: 950px; /* 95 per button (855) + margin (10) per li / button = (90) + 5 for good luck*/
}

#navbar ul {
	height: 20px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
} 



#navbar li {
	float:left;
	margin: 0 10px 0 0;
} 
	
#navbar ul li a {
	display: block;
	width: 95px;
	height: 20px;
	padding: 2px 0 0 0px;
	margin: 0;
	text-decoration: none;
	background: url(/images/buttons.png) no-repeat top left;
	background-position: 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #5A5A5A;
} 
	
#navbar ul li a:hover {
	background-position: 0px -22px; 
} 


/* Crumbtrail bar, which actually lives in side navbar*/
#crumbtrail {
	position: relative;
	padding: 0;
	height: 20px;
	background: #B3CB8F;
	color: #000000;
}

#crumbtrail #myBasketDetails {
	position: absolute;
	right: 20px;
	top: 2;
}
#crumbtrail #myBasketDetails .searchKeywords {
	font-size:10px;
	padding: 0;
}

#crumbtrail #content {
	position: absolute;
	top: 0;
	z-index: 100;
	left: 20px;
	padding: 2px 0 0 0;
	
}

#crumbtrail  a {
	color: #000000;
	text-decoration: none;
}
#crumbtrail a:hover {
	color: #028042;
}

/* Footer */

#footer {
	clear: both;
	background: #028042;
	color: #DDDDDD;
	text-align: center;
	height: 20px;
	padding: 2px 0 0 0;
	border-bottom: 10px solid #B3CB8F;
	margin-top: 10px;
}
#footer a {
	color: #DDDDDD;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* Main page  */

#mainPage {
	padding: 15px 20px 15px 19px;
	min-height: 200px;
	position: relative;
}
#mainProp {
	/* to force the footer at leaset 300px below the headers */
	height: 300px;
	width: 1px;
	overflow: hidden;
	float: left;
}
#mainPage h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0px 0;
	padding: 0;
}
#mainPage h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}
.clearLeft {
	clear:left;
}


.shadedBG {
	font-size: 13px;
	background: #CCCCCC;
	padding: 2px;
}

.underlined {
	border-bottom: 1px solid #082C84;
	padding: 0px 40px 0px 0;
	display:block;
	width: 50%;
	margin: 40px 0 3px 0;
}
.noTopMargin {
	margin-top: 0px;
}
.required {
	color:#FFCC33;
}

.smallButton {
	font-size: 9px;	
}

#hLine {
	border-top: 1px solid #082C84;
	clear: both;
	margin: 10px 0 10px 0;
	height: 1px;
}

.smaller {
	font-size: 75%;
}

#ieCenter {
	text-align:center;
}

/*
.lightBlue {
	color: #6AB6CE;
}
*/
.l1green {
	color: #00994B;
}

#hDividerLine {
	border-top:1px solid #082C84;
	width:75%;
	margin: 10px auto 10px auto;
}

.vLineBG {
	background-image: url(/images/v_line.gif);
	background-position:center;
	background-repeat:repeat-y;
}

.blueBox {
	margin: 5px 10px 5px 10px;
	padding: 5px;
	background: #6Ab6CE;
	border: 1px solid #028042;
	text-align: left;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.centeredtext {
	text-align:center;
}

.centered {
	text-align:center;
}

.green {
	/*color: #028042;*/
	color: #16783d;
}

.lightGreen {
	color: #b2bd8d;
}

.newsItem {
	display:block;

	clear:right;
	margin: 5px 0px 30px 0px;
}


#mainPage #findShowHomesBox {
	position:relative;
	width: 170px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	background-color:#B3CB8F;

}

#mainPage #findShowHomesBox #inner {
	position:relative;
	width: 110px;
	padding: 10px 20px 10px 20px;
	background-color:#FFFFFF;
	border: solid 10px #028042;
	text-align:center;
	font-weight:bold;
}


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

#mainPage #specialOfferBox {
	position:relative;
	width: 170px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	background-color:#d2222a;
}

#mainPage #specialOfferBox a {
	font-weight:bold;
	font-size:24px;
}

#mainPage #specialOfferBox #inner {
	position:relative;
	width: 170px;
	padding: 15px 0px 15px 0px;
	background-color:#FFFFFF;
	border:none;
	text-align:center;
	font-weight:bold;
}


#visitOurSale {
	border: 4px solid #d2222a;
	padding: 6px;
	font-size:14px;
	text-align: center;
	color: #007ea6;
}



.testimonial {
	margin-bottom: 20px;
}

.testimonial .name {
	font-size: 11px;
	margin-top: 3px;
}

#rightBox {
	position: relative;
	width: 170px;
	border: 3px solid #CFECFA;
	text-align:center;
	margin: 0px;
}

/*
#menuContainer {
	height: 500px;
}*/

#rightBox img {
	margin-bottom: 10px;
}

.stockist {
	margin-bottom: 10px;	
}



