body,
input,
select,
textarea {
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 15px;
}

body {
	margin: 16px auto;
	width: 820px;
}

table {
	border-collapse: collapse;
	margin: -4px;
}

th,
td {
	padding: 4px;
}

th {
	text-align: left;
}

#branding {
	overflow: auto;
	width: 100%;
}

#site-title {
	float: left;
	margin: 0;
}

#top-advert {
	float: right;
	margin: 2px 0 0 0;
}

#site-nav {
	background: #ccffcd url('../images/gradients/ffffff-ccffcd-28v.png') repeat-x top;
	border: solid #c9c9c9;
	border-width: 2px 0;
	margin: 10px 0;
	overflow: auto;
	width: 100%;
}

#site-nav .left {
	float: left;
}

#site-nav .right {
	float: right;
}

#site-nav ul {
	font-size: 17px;
	list-style: none;
	margin: 0;
	padding: 4px 10px 2px 10px;
}

#site-nav li {
	display: inline;
	border-right: 2px solid #787878;
	margin-right: 6px;
	padding-right: 10px;
}

#site-nav li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#site-nav li a:link,
#site-nav li a:visited,
#site-nav li a:hover,
#site-nav li a:active {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#site-nav li a:hover {
	color: #ff0000;
}

#site-nav .right li a:link,
#site-nav .right li a:visited,
#site-nav .right li a:hover,
#site-nav .right li a:active {
	color: #787878;
}

#site-nav .right li a:hover {
	color: #cc0000;
}

#site-intro {
	background: url('../images/intro-bg.jpg') no-repeat left top;
	margin: 20px 0;
	padding-left: 250px;
	height: 163px;
}

.property {
	margin: 0 0 16px 0;
}

#available .property .info-wrapper {
	background: #f0f0c1 url('../images/gradients/ffffff-f0f0c1-112v.png') repeat-x top;
	border: 1px solid #b3b3b3;
	padding: 0 4px;
}

#unavailable .property .info-wrapper {
    background: #e2f7ff url('../images/gradients/ffffff-e2f7ff-112v.png') repeat-x top;
    border: 1px solid #b3b3b3;
    padding: 0 4px;
}

.property .info {
	overflow: auto;
	padding: 4px 0;
	width: 100%;
}

.property .image {
	border: 1px solid #b3b3b3;
	float: left;
}

.property .details {
	float: left;
	font-size: 13px;
	line-height: 1.1;
	margin: 8px 0 0 10px;
}

.property .name {
	color: #333333;
	font-size: 28px;
	margin: 0;
}

.property .address {
	margin: 0 0 1em 0;
}

.property .contact .email,
.property .contact .website {
	margin-right: 1em;
}

.property .description {
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	width: 270px;
}

.property .availability {
	line-height: 1.4;
	list-style: none;
	margin: -1px 0 0 0;
	overflow: auto;
	padding: 0;
	width: 100%;
}

.property .availability .day-wrapper {
	float: left;
	width: 117px;
}

.property .availability .last {
	width: 118px;
}

.property .availability .booked .day {
	background: #cccccc url('../images/gradients/eeeeee-cccccc-39v.png') repeat-x top;
	color: #999999;
}

.property .availability .day {
	background: #c5fec5 url('../images/gradients/ffffff-c5fec5-39v.png') repeat-x top;
	border: 1px solid #b3b3b3;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	margin-right: 1px;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
}

.property .availability .last .day {
	margin-right: 0;
}

#available .intro-wrapper {
	background: #edffee url('../images/gradients/ffffff-edffee-38v.png') repeat-x top;
	border: 1px solid #b3b3b3;
	margin: 0 0 -1px 0;
	overflow: auto;
	width: 100%;
}

#available .intro {
	line-height: 38px;
	margin: 0;
	padding: 0 10px;
}

#available .intro .title {
	color: #666666;
	float: left;
	font-size: 22px;
	font-weight: bold;
}

#available .intro .advert {
	float: right;
	text-transform: lowercase;
}
