/* CSS Document */

body

	{

	background-color: #F3F2FB;
	
	margin: 0;	/* set both padding and margin to cope with browser differences */
	padding: 0;
	font: normal normal normal 12px Arial, Geneva, sans-serif; 
	margin-left: 5px;
	color: black;
	
	}
	
	
.NS6

	{
		
	clear: both;
			
	}


h1

	{

	font: normal  normal bold 13px Arial, Geneva, sans-serif; 
	color: black;
	padding-left:5px;
	padding-top: 5px;
	text-align: center;
	margin-top: 20px;
	/*border: 1px solid red;*/
	}
	
	
h2

	{

	
	font: normal normal bold 12px Arial, Geneva, sans-serif; 
	color: black;
	text-align: left;
	padding: 0;
	margin: 0;
	/*border: 1px solid blue;*/
	
	}

h3

	{

	font: normal  normal bold 12px Arial, Geneva, sans-serif; 
	color: black;
	background-color: white;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 5px;

	/*border: 1px solid red;*/
	}


img

	{

	border: 0;
	
	}



p

	{
	
	padding: 0;	/* set both padding and margin to cope with browser differences */
	margin: 0;
	font: normal normal normal 12px Arial, Geneva, sans-serif;

	/*border: 1px solid blue;*/
	}



#shell /* the shell is set with auto left and right margins to centre the div on the screen */

	{
	
	width: 752px;
	padding: 5px 0;	
	margin-left:   auto;
	margin-right:   auto;
	margin-top: 0;
	padding-top: 0;



	/*border: 1px solid green;*/
	
	}

	
#logo	/* the logo is embedded into the html code and is set as a background */
	

	{ 
		
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #F3F2FB;

	background-image: url(images/topback.jpg);
	padding: 0;
	height: 110px;
	/*border: 1px solid blue;*/
	position: relative;
	top: 0px;
	border-bottom: 2px solid #D02329;
	
	}	
	
#bestmove

	{
		
	/*border: 1px solid red;*/	
	width: 114px;
	height: 60px;
	position: relative;
	float: right;
	top: 10px;
	right: 20px;

	}
	

#bestmove img

	{	
		
	margin-top: 10px;	
		
	}
	
	
#wrapper	/* the wrapper uses the shell div as its reference, wrapper holds the menu and maincontent divs */

			/* all other divs except the footer use the wrapper as a ref, all other divs use a relative position */
	{

	width:752px;
	margin: 0;
	padding: 0;
	color: #000000;
	position: relative;
	/*border: 1px solid #335C85;*/
	background-repeat: repeat-y;
	background-position: left;
	background-color: #F3F2FB;
	background-image: url(images/site_background.gif);

	}
	
	
#menu

	{
		
	float: left;	
	position: relative;
	top: 0px;
	left: 11px;
	width: 137px;
	margin-bottom: 50px;

	
	}	

	
		





#date

	{


	font: normal normal bold 10px Arial, Geneva, sans-serif;
	color: #999999;

	background-color: #F3F2FB;
	text-align: center;
	padding-left: 5px;
	margin: 10px 0;
	/*border: 1px solid black;*/
	
	}








#mainnav	/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{
	
	
	list-style: none;
	margin: 0;
	padding: 0;
	
	/*border: 1px solid yellow;*/
	color: #999999;
	background-color: #F3F2FB;
	background-image: url(images/texture_back.gif);
	background-repeat: repeat-y;
	
	}


#mainnav li

	{
	clear: both;
	padding: 1px 0px;	
	width: 100%; /* IE doesn't display each list with background colour when display is set, also adds bottom margin - set width to eliminate */
	
	
	width: 100%; /* IE doesn't display each list with background colour when display is set, also adds bottom margin - set width to eliminate */
	background-image: url(images/menu_stripe.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#mainnav li a


	{

	display: block;
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	padding: 7px 0 6px 25px;
	text-align: left;
	color: #333333;
	text-decoration: none; 
	text-transform: capitalize;

	/*border-bottom: 1px solid #999999;*/

	}



#mainnav li a:hover


	{

	text-decoration: none;
	background-image: url(images/red_indicator.gif);
	background-repeat: no-repeat;
	background-position: left;
	
	}







#mainnav ul.subnav

	{

	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;

	
	}
	
	
#mainnav ul.subnav li

	{
		
	float: right;
	width: 110px;
	margin: 0;
	background-image: none;
	/*border: 1px solid white;*/
	
	}

	


#mainnav ul.subnav li a

	{
	
	margin: 0;
	
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	display: block;
	color: #D02329;
	/*background-color: white;*/
	padding: 10px 20px 5px 18px;
	text-align: left;
	text-decoration: none;

	/*border: 1px solid yellow;*/

	}


#mainnav ul.subnav li a:hover

	{
	background-image: url(images/blue_indicator.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: underline;	

	}

	

	
	
/* IE box model hack */

/* any padding or borders first*/
/* then specify width including the above*/
/*voice-family: "\"}\"";*/
/*voice-family: inherit;*/
/*now respecify the width minus padding and borders */	

#contentmain

	{
	
	float: left;
	position: relative;
	top: 0px;
	color: black;
	background-color: white;
	width: 580px;

	min-height: 350px;
	/*border: 1px solid red;*/
	margin-left: 20px;

	}


	
#contentmain p

	{
		line-height: 1.8em;
		text-align: justify;
		padding: 5px;

	}




#footer

	{

	clear: both;
	width: 100%;
	color: black;	
	background-color: #F3F2FB;
	position: relative;
	top: 0px;
	border-top: 6px solid #D02329;
	padding: 3px 0 3px 0;

	}

	
#footer p

	{
		
	font-size: .9em;	
	color: black;

	}	
	
	

#footer p a

	{

	text-decoration: none;
	color: black;

	}


#footer p a:hover

	{

	text-decoration: underline;

	}
	






.alert

	{

	color: red;
	font: normal normal bold 11px Arial, Geneva, sans-serif; 
	padding: 5px;
	margin: 0 10px;

	}


.divider

	{
	
	line-height: 1px;
	padding-left: 30%;
	padding-right: 30%;
	border-bottom: 1px solid #CCCCCC;
	
	}


	
.sitelink a

	{
		
	color: black;
	background-color: transparent;
	padding: 2px 5px;
	text-decoration: none;	
		
	}

.sitelink a:hover

	{
		
	text-decoration: underline;	
		
	}
	
	

	
	

	
	
ul#thumbnails

	{
	
	clear: both;	
		
	margin: 0;
	
	padding: 0;
	list-style: none;
	/*border: 1px solid purple;*/
	width: 580px;
	margin-bottom: 15px;	
	}
	
	
ul#thumbnails li

	{
		
	display: inline;

	padding: 0 5px;	
		
	}
	
	
p.row

	{
	
	clear: both;
	
	/*border: 1px solid yellow;*/
	line-height: 3em;
	text-align: center;
	color: black;	
	background-color: transparent;
	font: normal normal normal 12px Arial, Geneva, sans-serif;
	
	}


p.row span.align

	{

	
	padding: 0 20px;
	

	}
	
#loginForm

	{
		
	border: 0px;
		
	}
	
ul#adImages

	{
	
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 10px;
	/*border: 1px solid red;*/

	}
	
	
ul#adImages li

	{
	margin: 0 25px;
	display: inline;
	
	}
	
ul#adImages li a img

	{
		
	border: 0;	
		
	}
	
	
ul#listProperties

	{
	
	position: relative;	/* lists need to be defined as relative positioned in IE to prevent disappearing background */
	margin: 0;
	padding: 0;
	list-style: none;
	/*border: 1px solid purple;*/
	margin-right: 10px;
	margin-top: 20px;
	}
	
ul#listProperties li 

	{
	
	width: 552px;		/* width of element contained in list needs to be defined in IE to prevent disappearing background */
	color: black;
	background-color: white;

	margin-bottom: 20px;
	
	}
	
	
	
	
p.displayThumbnails

	{

	border-top: 1px dashed #D02329;


	}

p.displayThumbnails img

	{
	
	float:right;
	border: 0px solid #D02329;
	padding: 2px;
	color: black;
	background-color: white;
	margin-left: 10px;
	width: 100px;
	height: 66px;	
		
	}

p.propertyDivide

	{
	
		
	background-color: transparent;
	background-image: url(images/divider.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
	}	
	
	
	
p.propertyDivide img

	{
		
	margin-right: 10px;	
	vertical-align: middle;
		
	}
	
	
	

p.latestHeader

	{
	
	background-image: url(images/grey_corner.gif);
	background-position: top left;
	background-repeat: no-repeat;			
	text-align:left;
	text-transform: capitalize;
	/*border: 1px solid black;*/
		
	}
	
	
#propertyDisplay img.mainImage

	{
		
	
	float: left;
	border: 0px solid #D02329;
	padding: 2px;
	color: black;
	background-color: white;
	margin-bottom: 5px;	
	margin-top: 5px;
	margin-right: 5px;
	}

	
#propertyDisplay p

	{
	text-align: left;
	/*margin-bottom: 10px;*/
	}
	
	
#propertyDisplay a

	{
		
	text-decoration : none;	
	color: black;
	font-weight: bold;
	
	}
	
#propertyDisplay a img

	{

	padding-top: 0px;
	/*padding-top: -4px;*/
	margin-right: 10px;
	vertical-align: middle;
		
	}
	
#propertyDisplay a:hover

	{
		
	text-decoration : underline;	

	}
	
	
img#soldSign 

	{
		
	color: black;	
	background-color: transparent;	
	opacity: 0.5; 
	filter: alpha(opacity = 50); 
	position: absolute;  
	top: 38px;
	left: 1px;
	border: 0;
	z-index:10; 
		
		
	}
	
	


ul#propertySummary

	{
	

	clear: both;	
	
	margin: 0;
	padding: 0;
	/*border: 1px solid red;*/
	line-height: 2em;
		
	
	}


ul#propertySummary li

	{

	display: inline;
	color: #D02329;
	
	}
	
p.divider

	{
	
	background-color: white;
	background-image: url(images/divider.gif);
	background-position: bottom;
	background-repeat: no-repeat;	
	border: 0;
		
	}
	
.nodisplay

	{
		
	visibility: hidden;
			
	}
	
.showStatus

	{
	
	color:#000066;
	font-size: 1.1em;
	font-weight:bold;
	
	}
	
	
#requestForm

{
	
width: 500px;	
margin: auto;
background-image: url(images/door.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: white;
margin-bottom: 30px;


}

#requestForm p input

{
	
	background-color: white;
	margin-bottom: 30px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	border: 1px solid #D02329;
	color: black;
}

#requestForm p textarea

{
	
	background-color: white;
	margin-bottom: 30px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	border: 1px solid #D02329;
	color: black;
}



#requestForm p select

{
	filter: alpha(opacity = 70);

	background-color: transparent;
	margin-bottom: 10px;

	opacity: 0.7;
	
}



#requestForm p input.enquirySend

{
	

	border: 1px solid #D02329;
	cursor: pointer;
	float: right;
	width: 200px;
	margin-right: 20px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	
}


p.indexTitle

	{
	

	margin-bottom: -10px;
	color: #D02329;	
	font-weight: bold;
	font-size: 13px;
	
	}
	
	
ul#branchDetails

	{
		
	list-style: none;

	display: block;
	width: 400px;
	margin: 0;
	padding: 0;
	line-height: 2em;
	margin-left: 50px;
	
	}


ul#branchDetails li

	{

	position: relative;
	width: 100%;
	margin-bottom: 15px;
	}
	
	
ul#branchDetails li p.office

	{

	color: #D02329;
	background-color: #F8CC5F;
	line-height: 1em;
	
	}
	
ul#branchDetails li p img

	{
		
	vertical-align: middle;	
	margin-right: 30px;
	
	}
	
		
.featureProperty

	{
	
	
	background-image: url(images/feature_property.gif);
	background-repeat: no-repeat;
	background-position: top center;	
		
	}
	
	
#stocksearch

	{
		
	/*border: 1px solid red;*/
	position: relative;
	top:20px;
	display: inline;
	margin-left: 60px;
	background-color: #D02329;
	color: white;
	padding: 2px 5px;

	
	}	
	
#stocksearch select

	{
		
	font-size: 10px;
	color: black;	
		
	}	
	
#stocksearch input.property

	{
		
	margin: 0px 0 0px 60px;
	cursor: pointer;
	width: 75px;
	height: 15px;
	border: 0px solid #D02329;	
	color: black;
	font-size: 10px;
	margin-left: 0;
	
	}
	
#externalLinks

	{
		
	position: relative;
	top: 0px;
	margin-top: 30px;
		
	}	
	
#externalLinks img

	{
		
	margin-left: 20px;	
	margin-top: 20px;
		
	}