body {
	background-color: #333333;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

body p {
	font-size: 12px;
	}

body a {
	color: #FFCC00;
	text-decoration: none;
	}

body a:hover {
	color: #FFFF00;
	}
#logo h1 { /* Hide textual logo while CSS enabled. */
	position: absolute;
	right: 999999px;
	}

.pfl-text {
	font-weight: bold;
	}
	
#outer-wrapper {
	margin: 0 auto;
	width: 800px;
	}

#inner-wrapper {
	margin-top: 30px;
	}

#masthead {
	position: relative;
	}
	
#masthead .navigation {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	}
	
#masthead .navigation li {
	float: left;
	list-style: none;
	margin-left: 20px;
	}
	
#masthead .navigation li a {
	}
	
#masthead .navigation li a:hover {
	background-color: #3366CC;
	}
	
.home-page #locations,
.home-page #locations .location-list {
	overflow: hidden;
	}
	
.home-page #locations ol,
.home-page #locations ul {
	margin: 0;
	overflow: hidden;
	}

.home-page #locations li {
	list-style: none;
	font-size: 12px;
	}

.home-page #locations li li {
	font-size: 10px;
	float: left;
	}
	
.home-page #locations .region {
	float: left;
	margin-bottom: 2px;
	width: 395px;
	}

.home-page #locations .name {
	width: 150px;
	}
.home-page #locations .views {
	background-image: url(../images/cursor_16x16.png);
	background-repeat: no-repeat;
	height: 16px;
	padding-right: 5px;
	text-indent: 20px;
	width: 85px;
	}
	
.home-page #locations .lettings {
	background-position: 0 -23px;
	}
	
.home-page #locations .sales {
	background-position: 0 0;
	}
	
.home-page #locations .feed-type {
	background-image: url(../images/wizard-button-fw-small.png);
	background-repeat: no-repeat;
	}
	
.home-page #locations .feed-type,
.home-page #locations .feed-type a {
	height: 23px;
	width: 75px;
	}
	
.home-page #locations .feed-type a {
	display: block;
	}
	
.home-page #locations .feed-type span {
	display: none;
	}
	
.home-page #welcome p span.sales,
.home-page #welcome p span.lettings {
	background-image: url(../images/wizard-button-fw-small.png);
	background-repeat: no-repeat;
	}
	
.home-page #welcome p span.sales {
	background-position: 0 1px;
	padding: 5px 35px;
	}
	
.home-page #welcome p span.lettings {
	background-position: 0 -23px;
	padding: 5px 35px;
	}

.home-page #welcome p img {
	position: relative;
	top: 7px;
	}
/*	
.home-page #welcome p span.feeds-wizard {
	background-image: url(../images/wizard-button-fwiz-small.png);
	background-repeat: no-repeat;
	background-position: 0 -23px;
	padding: 5px 55px;
	}
	
.home-page #welcome p span em {
	display: none;
	}

.home-page #welcome #start-wizard {
	background-image: url(../images/wizard-button-fw-med.png);
	background-position:  0 0;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	}

.home-page #welcome #start-wizard,
.home-page #welcome #start-wizard a {
	display: block;
	height: 40px;
	width: 184px;
	}

.home-page .start-wizard a {
	background-image: url(../images/wizard-start.png);
	background-position:  0 0;
	background-repeat: no-repeat;
	}

.home-page .start-wizard a:hover {
	background-position:  0 -94px;
	}

.frontpage .start-wizard span {
	display: none;
	}
*/	
	
#footer {
	border-top: 2px groove #0066FF;
	position: relative;
	padding-top: 20px;
	}
	
#footer .navigation {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 20px;
	}
	
#footer .navigation li {
	list-style: none;
	float: left;
	margin-left: 20px;
	}
	
#outer-wrapper .go-page {
	background-color: #FFFFFF;
	padding: 10px;
	color: #000000;
	margin-top: 200px;
	text-align: center;
	width: 100%;
	}
	
#outer-wrapper .go-page a {
	color: #FF6600;
	}
	
#outer-wrapper .go-page a:hover {
	color: #FF3300;
	}

.feed-page .property-list {
	position: relative;
	overflow: hidden;
	}

.feed-page .property-list ul li {
	font-size: 10px;
	}
	
.feed-page .property-list .feed-icon {
	height: 32px;
	left: 250px;
	width: 32px;
	position: absolute;
	top: 15px;
	}

#feeds-index {
	border-top: 2px groove #0066FF;
	overflow: hidden;
	padding-top: 10px;
	}

#feeds-index h4 {
	float: left;
	text-align: right;
	width: 100px;
	}

#feeds-index ul {
	margin: 10px 0;
	overflow: hidden;
	}

#feeds-index ul li {
	float: left;
	font-size: 12px;
	list-style: none;
	}

#feeds-index ul li a {
	background-color: #7496DC;
	color: #000033;
	display: block;
	margin: 3px;
	padding: 5px
	}

#feeds-index .selected a {
	background-color: #FFFFFF;
	color: #000000;
	}

#feeds-index ul li a:hover {
	background-color: #003399;
	color: #FFFFFF;
	}

/*	
.feed-page .property-list #lettings-icon {
	left: 230px;
	}
	
.feed-page .property-list #sales-icon {
	left: 200px;
	}
*/
.feed-page .property-list .fetched-date {
	color: #CCCCCC;
	font-weight: lighter;
	left: 300px;
	position: absolute;
	top: 25px;
	}
	
.faq-page dl {
	margin: 0;
	}

#wizard #locations ol,
#wizard #locations ul {
	margin: 0;
	overflow: hidden;
	}

#wizard #locations li {
	list-style: none;
	}

#wizard #locations li li {
	float: left;
	}
	
#wizard #locations .region {
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 3px;
	width: 320px;
	float: left;
	}
	
#wizard #locations .area {
	font-size: 12px;
	width: 160px;
	}
	
#wizard #locations .checkbox {
	width: 80px;
	}
	
#wizard #locations .checkbox label {
	font-size: 10px;
	}
	
	

#wizard #locations .location-list {
	position: relative;
	width: 100%;
	}

#wizard #locations #cities {
	float: none;
	}


#wizard .step-2 ol {
	border: 1px dotted #CCCCCC;
	border-left: none;
	border-right: none;
	width: 600px;
	}

#wizard .step-2 ol,
#wizard .step-2 ul {
	margin: 0;
	overflow: hidden;
	}
	
#wizard .step-2 li {
	list-style: none;
	float: left;
	}
	
#wizard .step-2 .name,
#wizard .step-2 .field,
#wizard .step-2 .info {
	font-size: 12px;
	}
	
#wizard .step-2 li p {
	margin: 0;
	}
	
#wizard .step-2 .block-1 {
	margin: 10px 0;
	width: 600px;
	}
	
#wizard .step-2 .block-1 .name {
	width: 100px;
	}
	
#wizard .step-2 .block-1 .field {
	width: 200px;
	}

#wizard .step-2 .text-field .field {
	width: 250px;
	}

#wizard .step-2 .text-field .field input {
	width: 220px;
	}
	
#wizard .step-2 .text-field .info {
	width: 100px;
	color: #FF99CC;
	}

#wizard .step-2 .twitter .field p {
	float: left;
	width: 120px;
	}
#wizard .step-2 .twitter .field input {
	float: left;
	width: 100px;
	}
	
#wizard .step-2 .info .required,
#wizard .step-2 .checkbox-field .info {
	color: #FF99CC;
	}
	
#wizard .step-2 .info .optional {
	color: #333333;
	}	

#wizard .step-2 .checkbox-field .name {	
	width: 160px;
	}	

#wizard .step-2 .checkbox-field .field {	
	width: 50px;
	}	
	
#wizard .step-2 .checkbox-field .info {	
	width: 350px;
	}
	
#wizard .step-2 .send-field {
	text-align: left;
	}
	/*
#wizard .step-2 .send-field input {
	background-image: url(../images/wizard-button-feedme.png)
	background-color: #FF9900;
	font-size: 35px;
	padding: 10px;
	width: 200px;
	}
	*/
#wizard .step-2 .send-field input {
	background: none;
	background-image: url(../images/wizard-button-feedme.png);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 45px;
	font-size: 0;
	width: 184px;
	}
	
#wizard .step-2 .send-field input:hover {
	background-position: 0 -48px;
	}
	
#wizard input.error {
	background-color: #F394A3;
	}
	
#wizard-success .feed-list li {
	font-size: 12px;
	margin: 5px 0;
	}
	
#wizard .to-top {
	border: 1px solid #FF00FF;
	position: relative;
	}
	
#wizard .to-top p {
	border: 1px solid #FF00FF;
	position: relative;
	}
	
#wizard .to-top .up-arrow {
	background-image: url(../images/wizard-top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	bottom: 0;
	position: absolute;
	height: 181px;
	width: 90px;
	}
	
#wizard .feeds-wizard-title {
	background-image: url(../images/wizard-button-fw-med.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 184px;
	}	
	
#wizard .feeds-wizard-title:hover {
	background-position: 0 -46px;
	}	
	
#wizard .feeds-wizard-title span {
	display: none;
	}
	
.contact-page form {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 10px;
	width: 400px;
	}
	
.contact-page form ol {
	margin: 0;
	}
	
.contact-page form ol li {
	list-style: none;
	font-size: 12px;
	margin-bottom: 5px;
	overflow: hidden;
	}
	
.contact-page form ol li label {
	float: left;
	width: 150px;
	}
	
.contact-page form ol li input,
.contact-page form ol li select,
.contact-page form ol li textarea {
	width: 200px;
	}
	
.contact-page form ol li textarea {
	height: 100px;
	}
	
.contact-page form ol li select, 
.contact-page form ol li .submit {
	width: 205px;
	}
	
.contact-page form ol li .submit {
	margin-left: 150px;
	padding: 3px;
	}
	
.contact-page form input.error,
.contact-page form textarea.error {
	background-color: #FF99CC;
	}
	
.contact-page form label.error {
	color: #FF99CC;
	font-size: 10px;
	}
	
.space-feeds {
	margin: 0 auto;
	padding: 5px;
	width: 728px;
	}


#space-feeds-level-3 ul {
	overflow: hidden;
	}
#space-feeds-level-3 ul,
#space-feeds-level-3 ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#space-feeds-level-3 ul li {
	float: left;
	width: 130px;
	}

.advertise-page dl {
	margin: 0;
	overflow: hidden;
	width: 600px;
	}

.advertise-page dl span {
	float: left;
	}

.advertise-page dl dd {
	overflow: hidden;
	margin-bottom: 10px;
	}
.advertise-page dl .title {
	width: 250px;
	}
.advertise-page dl .amount {
	width: 150px;
	}
.advertise-page dl .button {
	width: 100px;
	}
	
	
#locations .location-list form ol {
	overflow: hidden;
	}
#locations .location-list form ol li {
	float: left;
	padding: 5px;
	}
#locations .location-list form ol li select,
#locations .location-list form ol li input {
	
	}
#locations .location-list form ol li label {
	display: block;
	margin-bottom: 5px;
	}
#locations .location-list form ol .submit input {
	margin-top: 10px;
	padding: 5px;
	}