body {
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	background: url(../images/header.png) repeat-x 0 top;
}
h1{color: #fff;text-align: center;}
.header{
	height: 30px;
}
.contactleft{
	padding-right:150px;
}
.details{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	max-width: 875px;
}
.moreinfo{
	font-size: 12px;
	text-align: left;
}
.moreinfo label{
	width: 120px;
	display: inline-block;
}
input.moreinfo {
	font-size: 12px;
	width: 200px;
	font-weight: normal;
	margin: 3px;
}
textarea.moreinfo {
	font-family: Arial;
	font-size: 12px;
	height: 40px;
	font-weight: normal;
	width: 200px;
	margin: 3px;
	vertical-align: top;
}
.moreinfobutton{
	margin: 0 0 0 285px;
}
.send{
	background: url(../images/send.png);
	cursor: pointer;
	width: 47px;
	height: 19px;
	border: 0px;
}
.backbut{
	background-image: url(../images/backbut.gif);
	cursor: pointer;
	width: 70px;
	height: 27px;
	border: 0px;
}
.formhead{
	color: #ff9900;
	font-size: 12px;
	font-weight: bold;
}
.lettingpic{
	background: url(../images/lettingpic.jpg) 0 bottom;
}
.lettings{
	background-color: #516aa4;
	text-align: left;
	padding: 0px 0px 0px 20px;
	height: 70px;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.lettingtable{
	background-color: #8294be;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	padding: 8px;
	border-right: 1px solid #3d4f78;
	border-bottom: 1px solid #3d4f78;
}
.lettingtablec{
	background-color: #8294be;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	border-right: 1px solid #3d4f78;
	border-bottom: 1px solid #3d4f78;
}
.moredetails{
	padding-left: 7px;
	width: 93px;
}
.blankrow{
	background-color: #ffffff;
	font-size: 4px;
	border-bottom: 1px solid #3d4f78;
}
.propertyhead{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	border-right: 1px solid #ffffff;
}
.detailshead{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	border-top: 2px solid #ffffff;
	padding: 15px 10px;
	width: 120px;
	height: 10px;
}
.sup{
	font-size: 9px;
	vertical-align:top;
}
.hometext{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.menuback{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-color: #163785;
}
.menus{
	float: right;
	padding: 7px 50px 0px 0px;
	font-size: 12px;
}
a img{
	border: 1px solid #000;
	box-shadow: 3px 3px 3px #999;
}
.hometext a img, .moredetails a img, a.downloadimage img{
	border: 0;
	box-shadow: none;
}
a.topmenu, a.topmenu:link, a.topmenu:visited, a.topmenu:active{
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	padding: 0px 5px 0px 5px;
}
a.topmenu:hover {	
	color: #fdb913;
}
.bottombar{
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	width: 100%;
	padding: 20px 0px;
	background: #163785 url(../images/bottombar.gif) repeat-x 0 top;
	min-height: 175px;
	position: relative;
	bottom: 0;
}
.bottomleft{
	float: left;
	width: 50%;
}
.bottomright{
	float: right;
	width: 50%;
}
a, a:link, a:visited, a:active{
	text-decoration: none;
	color: #333333;
}
a:hover {	
	color: #fdb913;
}
.gallery div{
	margin: 2px;
}
.removebutton{
    background-color: #ABABAB;
    color: White;
    font-size: 14px;
    font-variant: small-caps;
    padding: 5px 10px;
    border: 1px solid #000000;
    cursor: pointer;
}