/* Color Codes
Orange:		 #FEA303; 
Dark Blue:   #1A016B;
*/

body
{
	height: 100%;
	margin: 8px auto 8px auto;
	background-color: #131313;
	font-family: Trebuchet MS ,verdana, arial, helvetica, Serif;
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
	background-image: url(/images/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #0A0A0A;
}
#internalPagesBody
{
}


a
{
	color: #FFFFFF; 
	text-decoration: underline;
}

	a:hover
	{
		color: #C90A0A;
		text-decoration: none;	
	}

img
{
	border: none;
}

	img a
	{
		border: none;
	}

h1, h1 a, h2, h3, h4, .propertyResultsListingHeader, .propertyResultsListingHeader a
{
	font-family: Trebuchet MS ,Verdana, arial, helvetica, Serif;
	text-decoration: none;
}

h1
{
	font-size: 14pt;
	font-weight: normal;
	font-family: Tahoma, Verdana;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

h2
{
	text-align: left;
	font-size: 10pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3
{
		background-color: #FEA303;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #FEA303;
		border-bottom: solid 1px #FEA303;
		font-size: 12px;
		line-height: 24px;
		padding-left: 4px;
		margin-top: 0px; 
}

h4
{
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
	font-size: 9pt;
}

#container
{
	height: 100%;
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #131313;
}
	#container p
	{
		text-align: left;
		line-height: 12pt;
		font-size: 9pt;
		margin-top: 2px;
	}
#stadHome
{
	width: 850px;
	margin: 10px auto 10px auto;
	text-align: left;
}
#stadHome h1
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 13pt;
}

#header, #homeHeader
{
	margin: 0px auto 0px auto;
	text-align: left;
}
#header
{
	width: 1000px;
	background-image: url(/images/header_bg.gif);
	background-position: center;
}
#homeHeader
{
	width: 837px;
}

#header img, #homeHeader img
{
	float: left;
}


#telBox
{
	width: 385px;
	background-color: #82287F;
	height: 120px;
	float: right;
	border: solid 1px #B783B1;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 11pt;
}

#flags
{
    font-size: 10px;
    width: 350px;
    color: #ABABAB;
    float: right;
    margin-top: 20px;
}
	#flags img
	{
		float: right;
		margin-right: 5px;
		border: solid 1px #999999;
		width: 15px;
		height: 11px;
	}
	

	#telBox p
	{
		font-size: 14pt;
		margin-top: 45px;
		text-align: center;
		color: #FFFFFF;
		line-height: 21px;
	}


	#logo
	{
		height: 105px;		
		margin: 5px 0px 10px 5px;
		float: left;
		width: 400px;		
	}

#referenceSearchForm
{
	color: #82287F;
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 0px;
}

#referenceSearchForm input
{
	width: 185px;
	margin-bottom: 10px;
	margin-top: 2px;
}

#referenceSearchForm select
{
	width: 190px;
	margin-bottom: 10px;
	margin-top: 2px;
}


#head
{
	margin: 0px 15px 0px 10px;
}

#logoSmall
{
	margin-left: 30px;
	margin-bottom: 10px;
}

#callBackForm input[type:text]
{
	width: 35px !Important;
}

#navSearchContainer
{
	float: left;
	width: 214px;
	margin-right: 5px;
}

.leftBarBox
{
	width: 200px;
	padding: 10px 6px 10px 6px;
	margin-bottom: 6px;
}	

	.leftBarBox a
	{
		display: block;
		border-bottom: solid 1px #C90A0A;
		font-weight: normal;
		font-size: 9pt;
		text-transform: uppercase;
		text-decoration: none;
		padding-top: 7px;
		padding-bottom: 5px;
	}
	
	.subLinks a
	{
		display: block;
		margin-left: 35px;
		color: #969696;
		border: none;
		padding: 6px 0px 3px 0px;
	}
	.subLinks a:hover
	{
			color: #C90A0A;
	}

.navigationBar, .navigationBar a
{
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
}	
	#search
	{
		font-size: 10pt;
		color: #FEA303;
		padding-left: 5px;
	}
		#search select
		{
			width: 140px;
			margin-bottom: 5px;
		}
		#search input
		{
		}
		
/* Search Columns */
.searchCols
{
    width: 650px;
}
    .searchCols .colLeft
    {
        float: left;
        font-size: 12px;
    }
    .searchCols .colMid
    {
        float: left;
        font-size: 12px;
        margin-left: 100px;
    }
    .searchCols .colRight
    {
        float: right;
        font-size: 12px;
    }
		
/** searchForm **/

#searchForm
{
}

	#searchForm input[type=text]
	{
		background-color: #3F3F3F;
		border: solid 1px #666666;
		color: #FFFFFF;
		width: 155px;
		font-size: 9pt;
		margin-bottom: 5px;
	}

	#searchForm select
	{
		background-color: #3F3F3F;
		border: solid 1px #666666;
		color: #FFFFFF;
		width: 160px;
		font-size: 9pt;
		margin-bottom: 5px;
	}

/** end searchForm **/
		
.navLink
{
	height: 29px;
	width: 155px;
	background-color: #FBFCFF;
	border: solid 1px #EFF3FF;
	font-family: Arial;
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
}

	.navLink a
	{
		padding: 7px 0px 0px 5px;
		background-color: #FBFCFF;
		padding-left: 7px;
		display: block;
		height: 22px;
		width: 148px;
	}
	
	.navLink a:hover
	{
		background-color: #EFF3FF;
		color: #1C0975;
	}

#navBar
{
	text-transform: uppercase;
	float: right;
	width: 450px;
	height: 34px;
	margin-top: 65px;
}

	#navBar a
	{
		color: #FFFFFF;
		text-decoration: none;
		border-left: solid 1px #C90A0A;
		height: 24px;
		display: block;
		float: right;
		padding: 10px 7px 0px 7px;
		font-size: 14px;
		font-weight: bold;
	}
	
#mainContent
{
	float: right;
	width: 760px;
	margin: 6px 5px 0px 0px;
	display: inline;
}

#mainContent h1
{
	margin-bottom: 2px;
}

#mainContentCenter
{
	width: 330px;
	float: left;
	margin: 6px 0px 0px 10px;
	text-align: justify;
	display: inline;
}

	#mainContentCenter p
	{
		font-size: 9pt;
		line-height: 1.3em;
		text-align: justify;
	}
#mainContentFull
{
    width: 746px;
	float: right;
	margin: 6px 5px 0px 0px;
	display: inline;
}

#featuredList
{
    width: 760px;
    margin-top: 50px;
}
.featured
{
    width: 360px;
    float:left;
    border: solid 1px #464645;
    padding: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
}
    .featured .featuredImg
    {
        float:left;
        width: 155px;
    }
    .featured .featuredImg img
    {
        width: 150px;
        height: 110px;
        margin-top: 3px;
    }
    .featured .featuredDesc
    {
        width:200px;
        float:right;
    }
    .featured .price
    {
        color: #C90A0A;
		font-weight: bold;
    }

#FeaturedBar
{
	width: 212px;
	background-color: #E8D7E6;
	border: solid 1px #B783B1;
	text-align: center;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	padding: 10px 0px 10px 0px;
	display: inline;
}

	#FeaturedBar .box
	{
		width: 175px;
		height: 55px;
		border: solid 1px #B783B1;
		margin-top: 3px;
		margin-bottom: 8px;
		text-align: left;
		color: #82287F;
		font-family: Tahoma, Verdana;
		padding-top: 5px;
		padding-left: 5px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#FeaturedBar .featuredImage
	{
		width: 160px;
		border: solid 1px #B783B1;
		padding: 10px;
	}

#featuredProperty
{
    margin-top: 100px;
}

	#featuredProperty .featuredImage
	{
		width: 360px;
		float: left;
		border: solid 1px #333333;
	}

	#featuredProperty .box
	{
		width: 340px;
		float: left;
		margin-left: 20px;
	}
	
		#featuredProperty .box .title
		{
			font-weight: bold;
			font-size: 10.5pt;
		}
		
		#featuredProperty .box .propertyType
		{
			color: #C90A0A;
			font-weight: bold;
		}
		
		#featuredProperty .box .description
		{
			height: 50px;
			overflow: hidden;
		}
		
		#featuredProperty .box .price
		{
			color: #C90A0A;
			font-weight: bold;
		}
		
		#featuredProperty .box .ref
		{
			font-weight: bold;
		}
		
		#featuredProperty .box .link
		{
			background-color: #181818;
			line-height: 34px;
			padding-left: 7px;
			display: block;
		}
		
			#featuredProperty .box .link a
			{
				text-decoration: none;
				display: block;
			}

#fullContent
{
	width: 616px;
	float: left;
	margin-right: 4px;
	border-top: 0px;
	border-bottom: solid 1px #1A016B;
	border-left: solid 1px #1A016B;
	border-right: solid 1px #1A016B;
	background-color: White;
	padding-bottom: 10px;
	padding-left: 5px;
}

	#fullContent h3.top
	{
		border-top: 0px;
		background-color: #FEA303;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #FEA303;
		border-bottom: solid 1px #FEA303;
		color: #1A016B;
		font-size: 12px;
		line-height: 24px;
		padding-left: 5px;
		margin-top: 0px; 
	}


#mainContentInner
{
	margin-top: 135px;
	background-color: #FFF1D7;
	padding: 10px;
}

#featuredProperties
{
	width: 730px;
	background-color: #FFEC9D;
	margin: 10px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

	#featuredProperties .property 
	{
		float: left;
		text-align: center;
		width: 210px;
		margin: 0px 10px 0px 10px;
	}

		#featuredProperties .property img
		{
			width: 200px;
			height: 135px;
			margin: 5px 5px 0px 5px;
			border: solid 1px #FFFFFF;
		}

#footer
{
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #181818;
	font-size: 8pt;
	margin: 20px auto 20px auto;
	width: 910px;
}
	#footer a
	{
		color: #CCCCCC;
	}

		#footer a:hover
		{
		}
		
	#footer p a
	{
		font-size: 7pt;
	}
	
	#footer p
	{
		font-size: 7pt;
	}
	
	#footer #col1, #footer #col2, #footer #col3, #footer #col4, #footer #col5
	{
		width: 160px;
		float: left;
		text-align: left;
		margin-left: 20px;
		margin-top: 10px;
	}
		
	#copyRightEtc
	{
	}
	
	#copyRightEtc a
	{
	}
	
/** Contact Page **/

.type
{
	width: 100px;
}

.contactDetails
{
	width: 150px;
}

.names
{
	width: 45px;
}

#contactTable
{
	margin: 19px 0px 10px 23px;
	width: 300px;
	font-size: 10pt;
	color: #333333;
}
	#contactTable .contactLabel
	{
		font-weight: bold;
	}
	
	#contactTable td
	{
		padding-bottom: 10px;
	}
	
textarea
{
	width: 285px;
}	
/** end Contact page stuff **/

.label
{
	width: 110px;
	display: block;
	float: left;
}

.field input[type=submit]
{
	margin-left: 110px;
	margin-top: 5px;
}

/** Content Management Pages **/

.article
{
	position: relative;
	margin: 10px;
	border-bottom: solid 1px #464645;
	padding: 3px;
}

.article img
{
	float: left;
	width: 170px;
	margin-left: 5px;
	margin-top: 7px;
}

.thumbImages img
{
	float: left;
	width: 157px;
	height: 118px;
	margin: 0px 5px 10px 5px;
}

.article .description
{

	float: right;
	width: 330px;
	padding: 7px;
}

.article h1
{
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}


/** End Content Management Pages**/

/** Search Results **/

.summary
{
	border-bottom: solid 1px #464645;
	font-size: 9pt;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
	
	.summary h1
	{
		margin: 0px 0px 0px 0px;
		border-top: none;
		font-size: 10.5pt;
		font-weight: bold;
	}

.resultsTitle
{
	width: 500px;
	float: left;
}

.propertyResultsListingHeader
{
	font-size: 11pt;
	font-weight: bold;
	color: #1A016B;
}

.resultsPrice
{
	color: #C90A0A;
	font-weight: bold;
	margin-bottom: 7px;
}

.searchResultsImg
{
	width: 162px;
	float: left;
}
	.searchResultsImg img
	{
		width: 178px;
		border: solid 1px #666666;
		margin-top: 5px;
	}
	
.resultsSummary
{
	padding: 0px 5px 5px 30px;
	font-size: 9pt;
	width: 435px;
	float: left;
	line-height: 18px;
}
    .resultsSummary .description
    {
        max-height: 52px;
        overflow: hidden;
    }
    .resultsSummary a
    {
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }    

.resultsInfo
{
	width: 110px;
	float: right;
	font-size: 9pt;
	text-align: right;
}

.spacing
{
	line-height: 2em;
}

.topPager
{
	text-align: right;
	margin-bottom: 12px;
}

/** end of Search results **/

/** Property Details **/

.propertyDescription
{
	font-size: 8pt;
	color: #032A54;
	margin: 30px 0px 30px 0px;
}

#mainPhoto
{
	width: 402px;
	float: left;
}
	#mainPhoto img
	{
		width: 400px;
		border: solid 1px #333333; 
	}
	
	#mainPhoto .tab
	{
		line-height: 22px;
		background-color: #000000;
		color: #FFFFFF;
		text-align: center;
		margin-right: 2px;
		float: left;
		font-size: 9pt;
		font-weight: bold;
		display: block;
		padding: 0px 6px 0px 6px;
	}
	
		#mainPhoto .tab a
		{
			font-size: 9pt;
			display: block;
			text-decoration: none;
			text-transform: uppercase;
		}
		
			#mainPhoto .tab a:hover
			{
				color: #B20B0B;
			}
			
#propertyInfo
{
	width: 320px;
	float: right;
}

	#propertyInfo h1
	{
		margin: 0px;
		padding: 0px;
	}

	#propertyInfo .price
	{
		color: #B20B0B;
		font-size: 11pt;
		margin-top: 10px;
		font-weight: bold;
	}
	
	#printLink
	{
		background-image: url(/images/print.gif);
		background-repeat: no-repeat;
		height: 19px;
		line-height: 19px;
		width: 110px;
		background-color: #FFFFFF;
		font-size: 8pt;
		color: #000000;
		padding: 0px 0px 0px 25px;
		display: block;
		text-decoration: none;
		float: right;
	}

.details
{
	float: left;
	width: 402px;
	margin-top: 8px;
	font-size: 8pt;
}

.detailsDiv
{
	background-color: #000000;
	margin-bottom: 3px;
}
	
	.detailsName
	{
		float: left;
		width: 39%;
		line-height: 22px;
		background-color: #000000;
		color: #FFFFFF;
		overflow: hidden;
		padding-left: 4px;
		height: 100%;
	}
	
	.detailsValue
	{
		float: right;
		width: 58%;
		line-height: 28px;
		overflow: hidden;
		background-color: #811010;
		padding-left: 4px;
	}
	.detailsValue ul
	{
		margin: 0px;
		padding: 0px 0px 2px 0px;
		list-style-type: none;
	}
	.detailsValue ul li
	{
		margin: 0px;
		padding: 0px;
		line-height: 20px;
	}

#photos
{
	width: 402px;
	overflow: hidden;
	height: 62px;
}

.photo, .plan
{
	width: 98px;
	height: 62px;
	float: left;
	text-align: center;
	border: solid 1px #333333; 
	overflow: hidden;
}

	.photo img, .plan img
	{
		width: 90px!important;
		height: 62px;
	}

	.photo .caption, .plan .caption
	{
		width: 220px;
		height: 25px;
		background-color: #FBF9EC;
		padding-top: 10px;
		font-size: 11pt;
		color: #006699;
	}
	#slideShowMainPhoto img
	{
		width: 574px;
		height: 385px;
		border: solid 1px #CCCCCC;
	}

/*Modal Popup*/
.modalBackground 
{	
	background-color: #DDEDFF;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color: #C0D9F8;
	border: solid 3px #0054B0;
	padding:3px;
	width:250px;
}

#enquiryForm
{
	background-color: #000000;
	padding: 10px;
	margin-bottom: 10px;
}

	#enquiryForm h1
	{
		margin: 0px;
	}

	#enquiryForm fieldset
	{
	}

	#enquiryForm legend
	{
		font-size: 11pt;
		font-family: Arial;
		font-weight: bold;
		padding: 0px 10px 0px 10px;
	}
	
	#enquiryForm Table
	{
		font-size: 10pt;
	}
	
	#enquiryForm input, #enquiryForm textarea
	{
		background-color: #131313;
		border: solid 1px #333333;
		color: #FFFFFF;
		font-family: Arial;
		width: 180px;
	}

#propertyContactDetails
{
	background-color: #000000;
	padding: 7px;
}

.printPageLink
{
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 10px 10px;
}

/** End of Property Details **/

/** overlay **/

/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(http://static.flowplayer.org/img/overlay/transparent.png); 
    color:#efefef; 
    height:450px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    height:441px; 
    overflow-y:auto; 
}

/** Large Photos and Plans **/

#largePhoto img, #largePlan img
{
	width: 597px;
	height: 382px;
}

/** End photos and Plans


/** General classes and id **/

.padding
{
	padding: 2px 2px 2px 2px;
}

.standard
{
	line-height: 20px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.half
{
	width: 48%;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.border
{
	border: solid 1px #FFEC9D;
}

.hr
{
	margin-top: 5px;
	border-top: solid 1px #1A016B; 
}

.page
{
	background-color: #333333;
	border: 1px solid #333333;
	text-decoration: none;
	margin-left: 3px;
	color: White;
	padding: 0px 5px 3px 4px;
}

.selected, .previous, .next
{
	padding: 0px 5px 3px 4px;
	color: #FFFFFF;
}

.pages
{
	text-align: center;
	padding-bottom: 10px;
}

.selected
{
	background-color: #333333;
	border: 1px solid #EFF3FF;
	text-decoration: none;
	margin-left: 3px;
	color: White;
}

.disabled
{
	display:none;
}

.testBorder
{
	border: solid 1px red;
}

/** Gallery **/

#photoGallery
{
	text-align: center;
}

	#photoGallery img
	{
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
		max-height: 450px;
		max-width: 490px;
	}

#photoGalleryScroll
{
	width: 500px;
	height: 175px;
	border: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: auto;
}

	#photoGalleryInner
	{
		width: auto;
		height: 134px;
		white-space: nowrap;
		padding: 10px;
	}

.galleryBox
{
	width: 139px;
	height: 133px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	display: inline;
	cursor: pointer;
}

	.galleryBox img
	{
		max-height: 120px;
		max-width: 138px;
	}
	
/* prop details form */
#contactForm 
{	
background-color: Black;
}
#contactForm label
{
	display: inline-block;
	min-width: 52px;
	overflow: visible;
    width: 80px;
    float: left;
}

#contactForm input[type=text]
{ 
    width: 178px;
    margin-bottom: 10px;
    background-color: #131313;
    border: solid 1px #333333;
    color: White;
}
#contactForm input[type=submit]
{ 
    margin-left: 80px;
    background-color: #131313;
    border: solid 1px #333333;
    color: White;
}

#contactForm textarea
{ 
    background-color: #131313;
    border: solid 1px #333333;
    color: White;
}
					
#SaleProperty1__ctl0_ContactForm1_contactNameDiv, #SaleProperty1__ctl0_ContactForm1_contactEmailDiv, #SaleProperty2__ctl0_ContactForm1_contactNameDiv, #SaleProperty2__ctl0_ContactForm1_contactEmailDiv
{ margin: 3px 10px 5px 0px; }

#SaleProperty1__ctl0_ContactForm1_contactTelephoneDiv input[type=text], #SaleProperty2__ctl0_ContactForm1_contactTelephoneDiv input[type=text]
{
    width: 120px;
}


#SaleProperty1__ctl0_ContactForm1_contactCountryCodeDiv input[type=text], #SaleProperty2__ctl0_ContactForm1_contactCountryCodeDiv input[type=text]
{
    width: 45px;
}

#SaleProperty1__ctl0_ContactForm1_contactTelephoneDiv, #SaleProperty1__ctl0_ContactForm1_contactCountryCodeDiv, #SaleProperty2__ctl0_ContactForm1_contactTelephoneDiv, #SaleProperty2__ctl0_ContactForm1_contactCountryCodeDiv
{
    display: inline;
    margin: 3px 10px 5px 0px;
}

#SaleProperty1__ctl0_ContactForm1_contactEnquiryDiv, #SaleProperty2__ctl0_ContactForm1_contactEnquiryDiv
{ display: block; margin-top: 10px; min-height: 40px; clear: both;}
 
#SaleProperty1__ctl0_ContactForm1_contactEnquiryDiv textarea, #SaleProperty2__ctl0_ContactForm1_contactEnquiryDiv textarea
{ width: 180px; line-height: 1.5em; margin: 0px;}

.frameworkFormRequiredField
{
    margin-left: 80px;
    display: block;
}

/* Contact page form */

#ContactForm1_contactNameDiv, #ContactForm1_contactEmailDiv
{ margin: 3px 10px 5px 0px; }

#ContactForm1_contactTelephoneDiv input[type=text]
{
    width: 120px;
}

#ContactForm1_contactTelephoneDiv label
{
    padding-bottom: 10px;
}


#ContactForm1_contactCountryCodeDiv input[type=text]
{
    width: 45px;
}

#ContactForm1_contactTelephoneDiv, #ContactForm1_contactCountryCodeDiv
{
    display: inline;
    margin: 3px 10px 5px 0px;     
}

#ContactForm1_contactEnquiryDiv
{ display: block; margin-top: 10px; min-height: 40px; clear: both;}
 
#ContactForm1_contactEnquiryDiv textarea
{ width: 180px; line-height: 1.5em; margin: 0px;}
