/* Burton & Co. CSS Document */
/* Author: Sorrel Hoare      */
/* Copyright: Vebra 2007     */
* { padding: 0; margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px;}
body {
	background: none;
	}
	
#header img {display: none;}
#main_container {
	margin: 0 auto;
	width: 800px;
	height: 720px;
	min-height: 720px;
	background: url(../stat/bg.jpg) 0 0 no-repeat;
	color: #000;
	}

.numbered_lists {
	list-style-type: decimal;
	margin-left: 40px;
	}

#centre {
	width: 595px;
	margin-top: 30px;
	}

#feature {
	margin: 10px 10px 10px 20px;
	}

.hide {
	display: none;
	}
	
.left {
	float: left;
	}
	
.bold {
	font-weight: bold;
	}
	
.hdr {
	display:none;	}

a {
	color: #fff;
	}

p {
	padding: 5px 10px 0 0;
	line-height: 16px;
	clear: left;
	}

#nav_bar li a {
	display: block;
	width: 160px;
	height: 23px;
	margin-bottom: 5px;
	}
	
#nav_container {
	display: none;
	width: 183px;
	padding-left: 20px;
	padding-top: 30px;
	}
	
#nav_bar {
	display: none;
	list-style-type: none;
	}
	
#nav0 a{background: url(../stat/nav_search.jpg) 0 0 no-repeat;}
#nav1 a{background: url(../stat/nav_val.jpg) 0 0 no-repeat;}
#nav2 a{background: url(../stat/nav_reg.jpg) 0 0 no-repeat;}
#nav3 a{background: url(../stat/nav_details.jpg) 0 0 no-repeat;}
#nav4 a{background: url(../stat/nav_about.jpg) 0 0 no-repeat;}
#nav5 a{background: url(../stat/nav_conv.jpg) 0 0 no-repeat;}
#nav6 a{background: url(../stat/nav_hips.jpg) 0 0 no-repeat;}
#nav7 a{background: url(../stat/nav_legal.jpg) 0 0 no-repeat;}
#nav8 a{background: url(../stat/nav_home.jpg) 0 0 no-repeat;}

#nav0 a:hover{background: url(../stat/nav_search_over.jpg) 0 0 no-repeat;}
#nav1 a:hover{background: url(../stat/nav_val_over.jpg) 0 0 no-repeat;}
#nav2 a:hover{background: url(../stat/nav_reg_over.jpg) 0 0 no-repeat;}
#nav3 a:hover{background: url(../stat/nav_details_over.jpg) 0 0 no-repeat;}
#nav4 a:hover{background: url(../stat/nav_about_over.jpg) 0 0 no-repeat;}
#nav5 a:hover{background: url(../stat/nav_conv_over.jpg) 0 0 no-repeat;}
#nav6 a:hover{background: url(../stat/nav_hips_over.jpg) 0 0 no-repeat;}
#nav7 a:hover{background: url(../stat/nav_legal_over.jpg) 0 0 no-repeat;}
#nav8 a:hover{background: url(../stat/nav_home_over.jpg) 0 0 no-repeat;}

/******** QUICKSEARCH STYLES ********/

#quicksearch {
	width: 202px;
	height: 167px;
	background: url(../stat/qs_bg.gif) 0 0 no-repeat;
	margin-left: 13px;
	padding-top: 30px;
	color: #fff;
	display: none;
	}

#quicksearch p{
	margin: 0 5px;
	}

#quicksearch fieldset {
	border: none;
	color: #000000;
	}

#qs_minPrice, #qs_maxPrice, #alo, #type {
	width: 125px;
	color: #000000 !important;
	margin-bottom: 5px;
	}

#beds {
	color: #000000 !important;
	margin-bottom: 5px;
	}

#quicksearch #submit {
	background: url(../btns/search.gif) 0 0 no-repeat;
	width: 78px;
	height: 20px;
	display: block;
	border: none;
	}

hr { 
	border: 0px;
	border-bottom: 1px dotted #666;
	margin-top: 5px;
	background: none;
	}