html, body, div, table, tr, th, td, h1, h2, h3, h5, h6, h7, hr, ol, ul, li, p, span, img, form, select {
	margin: 0;
	padding: 0;
}


body {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	background-image: url("../images/layout/gradient.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

#container{
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	background-color: #070303;
}



.imagetext {
	display: none;
}

.clear {
	clear: both;	
}

.emptyclear {
	clear: both;	
	height: 0px; 
	padding: 0px; 
	margin: 0px;
}

.bold {
	font-weight: bold;
}

#header {
	width: 1000px;
	background-color: #fff;
}

#header #logo { 
	padding: 20px 0 0 835px;
}

#header img  {
	border: 0px;
}

#menu {
	height: 30px;
	width: 975px;
	/*background-image: url("../images/layout/menubg.gif");
	background-repeat: no-repeat;
	background-position: top left;*/
	padding: 0 0 0 25px;
}

#menu li {
	font-size: 14px;
	line-height: 14px;
	float: left;
	padding: 9px 10px 7px 10px;
	list-style: none;
}

#menu li a{
	color: #000;
	text-decoration: none;
}

#menu li a:hover{
	text-decoration: underline;
}

#menu #selected a{
	color: #fff;
}
#menu #selected {
	background-color: #CE1F3A;
	background-image: url("../images/layout/menuselected.gif");
	background-repeat: repeat-x;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#footer {
	clear: left;
	padding: 5px 0 5px 0;
	width: 1000px;
	height: 50px;
	background-color: #070303;
}

#footer h2 {
	font-size: 14px;
	margin: 20px 0 0 35px;
	clear: left;
}

#footer p {
	font-size: 12px;
	margin: 0 0 0 25px;
	padding: 10px 0 0 0;
	font-weight: bold;
}

#footer img {
	border: 0px;
	width: 119px;
	float: right;
	margin-left: 20px;
}

#footer a {
	color: #fff;
}

#footer .caps {
	text-transform: uppercase;
}

#footermain {
	float: left;
	padding: 5px 0 5px 0;
	width: 575px;
	height: 75px;
	background-color: #070303;
}

#footermain h2 {
	font-size: 14px;
	margin-left: 35px;
	clear: left;
}

#footermain img {
	margin-left: 25px;
	border: 0px;
	float: left;
}

#footermain a {
	color: #fff;
}

#footermain .caps {
	text-transform: uppercase;
}

/* SIDE MENU */

#sidemenu{
	width: 178px;
	float: left;
	
}

#sidemenu h2 {
	margin: 25px;
}


#sidemenu ul {
	margin: 25px;
	list-style: none;
}

#sidemenu ul li {
	font-size: 16px;
	margin: 15px 0;
}

#sidemenu ul li a{
	color: #fff;
	text-decoration: none;
}

#sidemenu ul li a:hover{
	text-decoration: underline;
}


/* HOME PAGE */

#homeflash {
	height: 196px;
	overflow: hidden;
}

#homeflash img{
	border-bottom: #D01F3A 8px solid;
}

#homecontent {
	/*background-image: url("../images/layout/homebrownfade.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;*/
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#homeleft {
	width: 575px;
	height: 250px;
	float: left;
	margin: 0 0 20px 0;
}

#homeleft h2 {
	margin: 42px 60px 25px 50px
}

#homeleft p {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 60px 5px 50px;
}

#homeright {
	width: 420px;
	height: 360px;
	/*background-color: #464643;*/
	float: right;
}

#latestnews {
	height: 200px;
	overflow: hidden;
	border: 1px solid black;
}

#homeright h2 {
	margin: 15px 0px 15px 0px;
}

#flash {
	padding: 17px 0 0 0;
}

#flash img {
	float: left;
	border: none;
}

.lastimg {
	border: none;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}

.newsthumb {
	float: left;
	margin: 4px 25px 15px 25px;
}



#homeright .newsshort a{
	text-decoration: none;
	color: #fff;
}

#homeright .newsshort a:hover{
	text-decoration: underline;
}

#homeright .newsshort {
	width: 225px;
	float: left;
}

#homeright .newsshort h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

#homeright .newsshort h3 span.date{
	font-weight: bold;
	font-size: 14px;
}

#homeright .newsshort p {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0 10px 0;
}

/*  Text page layout */

#content {
	border-top: 8px solid #D01F3A;
	background-image: url("../images/layout/contentbg.jpg");
	background-repeat: repeat-y;
	width: 1000px;
}

#rightcontent {
	float: left;
	width: 822px;
	/*background-image: url("../images/layout/homebrownfade.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;*/
	padding: 0 0 30px 0;
}


#rightcontent h2 {
	margin: 35px 0 25px 26px;
}

#rightcontent h3 {
	margin: 35px 0 25px 26px;
}

#rightcontent p a{
	color: #fff;
}

/* NEWS */

#newswrapper {
	border-top: 8px solid #D01F3A;
	background-image: url("../images/layout/newsbg.jpg");
	background-repeat: repeat-y;
	width: 1000px;
}

#newscontent {
	/*background-image: url("../images/layout/newsbottombrownfade.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;*/
}

#newscenter {
	width: 594px;
	float: left;
	/*background-image: url("../images/layout/topleftbrownfade.jpg");
	background-repeat: no-repeat;
	background-position: top left;*/
	padding: 0 0 25px 0;
}

#newscenter h3 {
	padding: 30px 60px 10px 25px;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
}

#newscenter h3 span.date {
	font-size: 12px;
	font-weight: bold;	
	text-transform: none;
}

#newscenter p {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 75px 5px 25px;
}
#newscenter p.bold {
	font-size: 14px;
	padding: 0 75px 15px 25px;
}

#newsimage {
	padding: 3px;
	background-color: #CC1F38;
	color: #fff;
	width: 401px;
	margin: 0 0 0 25px;
}

#newscenter img {
	margin: 0px;
	padding: 0px;
}

#rightnewslist {
	width: 226px;
	float: left;
}

#rightnewslist ul{
	margin: 25px;
	list-style: none;
	font-size: 12px;
}

#rightnewslist ul li {
	margin: 15px 0;
	font-weight: bold;
	text-transform: uppercase;
}

#rightnewslist ul li span.date{
	font-weight: normal;
}

#rightnewslist ul li a{
	color: #fff;
	text-decoration: none;
}

#rightnewslist ul li a:hover{
	text-decoration: underline;
}

/* CAREERS */

.career {
	margin: 0px;
	padding: 0px;
}

.career h3 {
	font-size: 18px;
	margin: 10px 180px 10px 25px;
}

.career p {
	font-size: 12px;
	margin: 10px 180px 10px 25px;
}

/* enquiries */

h2#enquirytitle {
	margin: 35px 0 25px 26px;
	
}

#enquiries legend {
	color: #fff;
}

/* OUR OFFICE */

#ourofficetitle {

	margin: 35px 0 15px 26px;
}

#map {
	float: left;
	width: 400px;
	height: 400px;
	margin: 15px 0 25px 26px;
}

#map a{
	color: #000;
}

#office {
	float: left;
	width: 200px;
	margin: 15px 0 25px 26px;
}

#office h3 {
	margin: 10px 0 10px 0;
}

#office h4 {
	margin: 10px 0 10px 0;
}

#office p {
	font-size: 12px;
}

#office li {
	font-size: 12px;
}

#office a {
	color: #FFF;
}

#office a:hover {
	color: #FFF;
}


#officepic {
	float: left;
	margin: 15px 0 25px 26px;
}
/* Deals Done */


ul.dealsSubMenu li {
	float: left;
	margin: 0 0 20px 25px;
	list-style: none;
}

ul.dealsSubMenu a {
	color: #fff;
}


.dealstable {
	width: 740px;
	margin: 20px;
	border: 1px solid #fff;
}

th {
	font-weight: bold;
	background-color: #B30037;
	color: #FFF;
	padding: 7px;
	text-align: left;
}
td {
	font-size: 12px;
	padding: 7px;
}


.ddheader {	margin: 20px; }
.bluebg {	background-color: #3A3A3A; }
.statusth { width: 100px; }
.priceth { width: 100px; }
.descriptionth { width: 240px; }
.locationth { width: 200px; }
.back2top { margin: 0 0 0 25px; font-size: 12px; }
.back2top  a { color: #fff; }

.dealsSubMenu{
	margin: 30px 0 0 0;
}

/* Services*/
div.services{
	margin: 25px 0 0 0;
}

div.services h4 {
	font-size: 16px;
	padding: 3px 25px;
}

div.services h4 a{
	color: #fff;	
}

div.services p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 25px 6px 25px;
	width: 460px;
}

div.services li {
	font-size: 12px;
	line-height: 18px;
	padding: 0px 5px;
	margin: 0 50px;
}

#backlink {
	padding-top: 20px;
	font-weight: bold;
}


img.rightimage {
	float: right;
	padding:  0 10px;
}

#contactlist a{
	color: #fff;
}
/* Branding */

#branding p {
	margin: 20px 256px 25px 26px;
	font-size: 12px;
}

#downloadpdf {
	margin: 0 16px 55px 16px;
	border: 2px solid #fff;
}

/*contacts */
.contact {
	margin: 25px;
}
h3.name {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
}
.contact h3 span {
	font-size: 14px;
	font-weight: normal;
}

.contact p {
	font-size: 12px;
	margin: 10px 0 10px 0;
	width: 550px;
}

.contact img{
	margin: 0 30px 30px 0;
}


/*partners */

.picture {
	float: left;
}

/* TITLES */

#officesidetitle {
	background-image: url("../images/layout/titles/grey/ouroffices.jpg");
	width: 82px;
	height: 57px;
	margin: 23px 25px;
}

#newssidemenutitle {
	background-image: url("../images/layout/titles/grey/latestnews.jpg");
	width: 75px;
	height: 57px;
}

#propertysearchsidemenutitle {
	background-image: url("../images/layout/titles/grey/propertysearch.jpg");
	width: 105px;
	height: 57px;
}

#ourservicesidetitle {
	background-image: url("../images/layout/titles/grey/ourservices.jpg");
	width: 104px;
	height: 57px;
}

#partnersidetitle {
	background-image: url("../images/layout/titles/grey/ourpartners.jpg");
	width:106px;
	height: 57px;
}

#contacttitle {
	background-image: url("../images/layout/titles/grey/contact.jpg");
	width:91px;
	height: 21px;
}

#dealsdonesidemenutitle {
	background-image: url("../images/layout/titles/grey/dealsdone.jpg");
	width:68px;
	height: 56px;
}

#brandingsidetitle {
	background-image: url("../images/layout/titles/grey/branding.jpg");
	width:108px;
	height: 27px;
	margin: 23px 25px;
}
#brochuresidetitle {
	background-image: url("../images/layout/titles/grey/brochure.jpg");
	width:112px;
	height: 60px;
	margin: 23px 25px;
}

#maximisingassetstitle {
	background-image: url("../images/layout/titles/black/maximisingassets.jpg");
	width: 312px;
	height: 37px;
}

#dealsdonetitle {
	background-image: url("../images/layout/titles/black/dealsdone.jpg");
	width: 187px;
	height: 28px;
}

#brandingtitle {
	background-image: url("../images/layout/titles/black/branding.jpg");
	width: 150px;
	height: 36px;
}

#businessspacetitle {
	background-image: url("../images/layout/titles/black/businessspace.jpg");
	width:260px;
	height: 37px;
}

#investmenttitle {
	background-image: url("../images/layout/titles/black/investment.jpg");
	width: 320px;
	height: 28px;
}

#professionaltitle {
	background-image: url("../images/layout/titles/black/professional.jpg");
	width: 370px;
	height: 28px;
}

#propertytitle {
	background-image: url("../images/layout/titles/black/property.jpg");
	width: 425px;
	height: 36px;
}

#enquirytitle {
	background-image: url("../images/layout/titles/black/registeranenquiry.jpg");
	width: 331px;
	height: 36px;
}





#footertitle {
	background-image: url("../images/layout/titles/footertitle.jpg");
	width: 502px;
	height: 19px;
}

#latestnewssmalltitle {
	padding: 20px 0 0 0;
	background-image: url("../images/layout/titles/black/smalllatestnews.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	width: 130px;
	height: 19px;
}

/*

#ourofficetitle {
	background-image: url("../images/layout/titles/ouroffice.jpg");
	width: 149px;
	height: 31px;
}
#careerstitle {
	background-image: url("../images/layout/titles/careers.jpg");
	width: 117px;
	height: 31px;
}

#dealsdonesidemenutitle {
	background-image: url("../images/layout/titles/dealsdoneside.jpg");
	width: 134px;
	height: 19px;
}

#propertytitle {
	background-image: url("../images/layout/titles/property.jpg");
	width: 120px;
	height: 31px;
}

#businessspacetitle {
	background-image: url("../images/layout/titles/businessspacetitle.jpg");
	width:232px;
	height: 31px;
}

#investmenttitle {
	background-image: url("../images/layout/titles/investmenttitle.jpg");
	width:232px;
	height: 31px;
}

#professionaltitle {
	background-image: url("../images/layout/titles/professionaltitle.jpg");
	width: 184px;
	height: 31px;
}

#contactteamtitle {
	background-image: url("../images/layout/titles/contactteam.jpg");
	width: 117px;
	height: 31px;
}


#partnerstitle {
	background-image: url("../images/layout/titles/partners.jpg");
	width:155px;
	height: 31px;
}


#ourservicestitle {
	background-image: url("../images/layout/titles/ourservicestitle.jpg");
	width: 198px;
	height: 31px;
}

*/

