/*

	stylesheet for radecarl.co.uk

	Created by: 	Simon Pollard, 4 September 2006
	Last Updated:	Simon Pollard, 11 September 2006

	NOTES:
	- Uses the * html selector to fix problems with Internet Explorer for Windows - more information can be found at http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html

*/
* { padding:0px; margin:0px; } 
* html body {
	text-align: center;
}
* html a:hover {visibility:visible}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #00001A;
	background-image: url(/images/head-back.gif);
	background-repeat: repeat-x;
}
p {
	margin-top: 10px;
}
h1 {
	font-family: "Trebuchet MS", Verdana, arial, serif;
}
h2 {
	font-family: "Trebuchet MS", Verdana, arial, serif;
	font-size: 18px;
	color: #666699;
}
a.purplelink {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}
a.purplelink:hover {
	text-decoration: underline;
}
a.viewmorelink {
	font-weight: bold;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	border: 2px solid #000066;
	padding: 2px 5px;
	float: right;
	background-color: #FFFFFF;
	text-align: center;
}
a.viewmorelink:hover {
	color: #FFFFFF;
	background-color: #000066;
}
a.frontlink {
	font-weight: bold;
	font-size: 12px;
	color: #666699;
	text-decoration: none;
	border: 2px solid #666699;
	padding: 2px 5px;
	background-color: #FFFFFF;
	display: block;
	width: 250px;
}
a.frontlink:hover {
	color: #FFFFFF;
	background-color: #666699;
}
a.backtosearchlink {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	border: 2px solid #000066;
	padding: 2px;
	background-color: #FFFFFF;
	clear: both;
}
a.backtosearchlink:hover {
	color: #FFFFFF;
	background-color: #000066;
}
div#main {
	width: 800px;
	vertical-align: middle;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(/images/head-back.gif);
	background-repeat: repeat-x;
	text-align: left;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
}
div#header {
}
div#frontimagesdiv {
	float: right;
	width: 300px;
}
div.frontpageimage {
	width: 125px;
	height: 94px;
	float: right;
	border: 2px solid #666699;
	margin: 2px;
}
div.frontpageimage-sales {
	width: 125px;
	height: 94px;
	float: right;
	border: 2px solid #000066;
	margin: 2px;
}
div.frontpageimage-rent {
	width: 125px;
	height: 94px;
	float: right;
	border: 2px solid #006633;
	margin: 2px;
}

a.frontpagelink {
	width: 125px;
	height: 64px;
	display: block;
	float: right;
	border: 2px solid #666699;
	margin: 2px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #666699;
	padding-top: 30px;
}
a.frontpagelink-sales {
	width: 125px;
	height: 64px;
	display: block;
	float: right;
	border: 2px solid #000066;
	margin: 2px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #000066;
	padding-top: 30px;
}
a.frontpagelink-rent {
	width: 125px;
	height: 64px;
	display: block;
	float: right;
	border: 2px solid #006633;
	margin: 2px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #006633;
	padding-top: 30px;
}
div#frontpagelinks {
	text-align: center;
}
div#nav {
	height: 50px;
	float: right;
	margin-right: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	padding-top: 5px;
}
div#nav a {
	width: 75px;
	border: 2px solid #666699;
	color: #666699;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	float: right;
	margin-left: 5px;
}
div#nav a:hover {
	color: #FFFFFF;
	background-color: #666699;
}
div#content {
	clear: both;
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div.listpropertyitem {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	margin-bottom: 15px;
	clear: right;
	padding-bottom: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000066;
}
div.listpropertyimage {
	height: 94px;
	width: 125px;
	display: block;
	float: left;
	border: 2px solid #000066;
	margin-left: -1px;
	margin-right: 5px;
	background-color: #000066;
}
div.listpropertymainimage {
	height: 188px;
	width: 250px;
	display: block;
	border: 1px solid #000000;
}
div.cantfindproperty {
	font-weight: bold;
	color: #000066;
	text-align: center;
	padding-top: 15px;
}
p.propertyrooms {
	font-size: 10px;
}
p.description {
	font-size: 12px;
}
div#leftbox {
	float: left;
	width: 150px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 5px;
	margin-right: 0px;
}
div#leftbox a {
	font-weight: bold;
	color: #666699;
	text-decoration: none;
}
div#leftbox a:hover {
	text-decoration: underline;
}
div#propertylist {
	padding-left: 170px;
	padding-bottom: 15px;
}
div#footer {
	color: #FFFFFF;
	font-size: 10px;
	clear: both;
	text-align: center;
}
div#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
select.propertytype, select.areatype {
	font-size: 10px;
}
div#smallpicslist {
	width: 280px;
	float: right;
}
div#smallpicslist img{
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #000000;
}
.propertytype, .areatype, input.search {
	border: 2px solid #666699;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #666699;
}
input.search:hover {
	background-color: #666699;
	color: #FFFFFF;
}
div.listpropertyitemmain {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
	margin: 0px;
	padding: 0px;
}
div.listpropertymainimagebig {
	height: 188px;
	width: 250px;
	display: block;
	border: 2px solid #000066;
	margin-left: -2px;
}
div#smallpicslist img.imagethumbs {
	border: 2px solid #000066;
}
p.address {
	margin-left: 5px;
	font-size: 10px;
}
p.description {
	margin-left: 15px;
	color: #000066;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eeeeee;
	border-bottom-color: #eeeeee;
	margin-right: 15px;
}
input#searchpagebutton, input#contactsendbutton {
	font-weight: bold;
	color: #666699;
	background-color: #FFFFFF;
	border: 2px solid #666699;
}
form#propertytypesearch {
	background-color: #DDDDDD;
	border: 1px solid #BBBBBB;
	padding: 5px;
	background-image: url(/images/search.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
form#contactform, div#contactsent {
	background-color: #DDDDDD;
	border: 1px solid #BBBBBB;
	padding: 5px;
	background-image: url(/images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
ul li {
	margin-left: 10px;
}
div#featured {
	border: none;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	color: #FFFFFF;
	background-color: #666699;
}
div#featured a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
div#featured a:hover {
	text-decoration: underline;
}