/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		DCH
Filename:		layout_common.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	22/9/05		PG			updates
1	4/8/05		PG			Created

*/

/* general essentials */
html { overflow-y:scroll; }

body {
	margin: 0;
	padding: 0;
	font: normal 75% Tahoma, Geneva, sans-serif;
	color:#363636;
	text-align: center; /* centering for IE users */   
	min-width: 1004px;
}

a {
	color:#06a12c;
	text-decoration:none;
}
a:hover {
	color:#363636;
	text-decoration: underline;
}

#mainPanel a{
	text-decoration:underline;
}

p {
	padding:0.6em 0em 0.4em 0em;
	margin:0px;
}

#bodyHolder, div, form {
	padding:0;
	margin:0;
}

img {
	border: none;
}

h1,h4,h5,h6{
	color:#034e90;
	padding:0.8em 0em 0.2em 0em;
	margin:0em 0em;
	font-weight: bold;
	font-family: 'Gill Sans', sans-serif;
}

h2,h3 {
	font-family: 'Tahoma', sans-serif;
	color:#034e90;	
}


h1 {font-size: 1.6em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}

#siteHolder {
	width : 1004px;
	position: relative;
	overflow: hidden;
	margin : 0px auto; /* required by Firefox and Netscape */
}

#siteHolder #siteHolderInner {
	width : 100%;
	height: auto;
	position: relative;
	margin : 0px;
	float: left;
	background: #fff url(/images/general/main_bg.gif) no-repeat center top;
}

ul {
	padding-left:10px;
}

li {
	padding-bottom:5px;
	/*color:#034E90;*/
}

li p{
	color:#363636;
	padding:0px;
}

li span{
	color:#363636;
}

#siteHolder #siteHeader {
	position: relative;
	width: 940px;
	height: 145px;
	margin : 0px auto; /* required by Firefox and Netscape */
	display:block;
	overflow:hidden;
}

#siteHolder #siteHeader #headerLogo {
	position: absolute;
	width: 240px;
	height: 57px;
	top: 52px;
	left: 90px;	
}

#siteHolder #siteHeader #headerLogo img {
	position: relative;
	width: 240px;
	height: 57px;
	display: block;
}

#siteHolder #siteHeader #headerLinks {
	position: absolute;
	width: 480px;
	height: 28px;
	top: 0px;
	right: 0px;	
	overflow: hidden;
}


#siteHolder #siteHeader #headerLinks ul {
	height: 28px;
	width: 328px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}

#siteHolder #siteHeader #headerLinks li {
	height: 28px;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}

#siteHolder #siteHeader #headerLinks li a {
	height: 14px;
	width: auto;
	display: block;
	font-family: 'Gill Sans MT', sans-serif;
	font-weight: normal;
	line-height: 0.9em;
	color:#363636;
	text-decoration: none;
	margin: 7px 10px;
	padding: 0px;
}

#siteHolder #siteHeader #headerLinks li a:hover {
	color: #07a532;
	text-decoration: underline;
}

#siteHolder #siteHeader #headerLinks li#homeLink {
	padding-left: 0px;
	width: 61px;
}

#siteHolder #siteHeader #headerLinks li#aboutLink {
	width: 84px;
}


#siteHolder #siteHeader #headerLinks li#contactLink {
	width: 100px;
}


#siteHolder #siteHeader #headerLinks li#registerLink {
	width: 72px;
}

#siteHolder #siteHeader #headerLinks li#homeLink a {
	margin-left: 0px;
	padding-left: 12px;
	background: transparent url(/images/general/home.png) no-repeat center left;
}

* html #siteHolder #siteHeader #headerLinks li#homeLink a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/general/home.png',sizingMethod='crop');	
}

#siteHolder #siteHeader #siteSearch {
	width: 150px;
	height: 22px;
	padding: 3px 0px;	
	background: transparent url(/images/general/site_search.gif) no-repeat center left;
	float: right;
}

#siteHolder #siteHeader #siteSearch #coSiteSearch_term {
	background: #fff;
	border:none;
	font-size:0.9em;
	height: 12px;
	width: 96px;
	padding: 2px 3px;
	margin: 2px 0px 2px 8px;
	float:left;
	color: #07a532;
}	

#siteHolder #siteHeader #siteSearch #coSiteSearch_submit {
	background-color:transparent;
	border:none;
	padding:0px;
	height:22px;
	width:22px;
	float:right;
	cursor: pointer;
}

#siteHolder #siteMain {
	position: relative;
	width: 960px;
	/*min-height: 580px;
	_height: 580px;*/ 
	margin : 0px auto; /* required by Firefox and Netscape */
	text-align: left;
	height: auto;
	/*border: 1px solid blue;*/
}

#siteHolder #siteMain #leftPanel {
	position: relative;
	/*width: 330px;*/
	height:auto:
	/*padding: 20px 0px;*/ 
}

#siteHolder #siteMain #leftPanel #homeFinder {
	position: absolute;
	top:190px;
	left:0px;
	height:166px;
	width:310px;
	padding-right:10px;
	padding-left:10px;
}

#siteHolder #siteMain #leftPanel #homeFinder #homeFinderInner {
	position: relative;
	height:166px;
	width:310px;
	background:  url(/images/general/homeFinder/siteSearch.png) no-repeat center;		
}

#siteHolder #siteMain #leftPanel #homeFinder #homeFinderInner #regionDropdown {
	position:absolute;
	top: 53px;
	left:19px;
	border:0px;
}

#siteHolder #siteMain #leftPanel #homeFinder #homeFinderInner #regionDropdown #coHomeSearch_region{
	width:263px; 
	height:25px; 
	padding:2px; 
	border:none;	
}

#siteHolder #siteMain #leftPanel #sidePanels{
	position:relative;
	height: 200px;
	width:310px;
	padding-right:10px;
}

#siteHolder #siteMain #mainPanel {
	position: relative;
	width: 629px;
	/*height: auto;*/
	min-height:950px;
	float: right;
	overflow: hidden;
	/*border: 1px solid red;*/
}

#siteHolder #siteMain #mainPanel #CarouselPanel {
	width:630px;
	height:370px;
	position: relative;
}

#siteHolder #siteMain #mainPanel #SubMainCarouselPanels {
	width:620px;
	height:200px;
	padding: 10px 0px 10px 0px;
	position: relative;
}

.development_main_header {
	padding-top: 30px;
	padding-bottom: 7px;
}

#siteHolder #siteMain #mainPanel #SubMainCarouselPanels #featuredDev{
	float: left;
	height:200px;
	width: 300px;
	position: relative;
	background:  url(/images/general/featured_development.gif) no-repeat;	
}

#siteHolder #siteMain #mainPanel #SubMainCarouselPanels #featuredHouse{
	float: right;
	height:200px;
	width: 300px;
	position: relative;
	background:  url(/images/general/featured_property.gif) no-repeat;		
}

#siteHolder #siteMain #mainPanel #SubMainCarouselPanels #featuredHouse #featuredHouseImg{
	max-height: 133px;
	width: 148px;
	position: absolute;
	top: 50px;
	left: 10px;
	border: 1px green solid;
}

#siteHolder #siteMain #mainPanel #SubMainCarouselPanels #featuredHouse #featureName{
	color: #034e90;
	font-weight:600;
	font-size: 0.95em;
	position:absolute;
	top:55px;
	left:168px;
}

#siteHolder #siteMain #mainPanel #SubMainCarouselPanels #featuredDev #featureName{
	color: #034e90;
	font-weight:600;
	font-size: 0.95em;
	position:absolute;
	top:55px;
	left:168px;
}
#siteHolder #siteMain #mainPanel #SubMainCarouselPanels #featuredDev #featureFurtherDetails{
	color: #46515b;	
	font-weight:400;
}

#siteHolder #siteMain #mainPanel #SubMainCarouselPanels #featuredHouse #featurehouseDetails{
	color: #46515b;	
	font-weight:400;
}

#siteHolder #siteMain #mainPanel #bodyText {
	width: 629px;
	float: left;
	position: relative;
}


#siteHolder #siteMain #mainPanel #bodyText #bodyPadder{
	width: 629px;
	float: left;
	position: relative;
}

#featureDevelopmentTitle {
	position:absolute;
	right:0px;
	right:0px;		
}

.featuredImages {
	width: 148px;
	position: absolute;
	top: 50px;
	left: 10px;
	/*border: 1px green solid;*/
	align:center;
	max-height: 133px;
	_height: 133px;
	overflow: hidden;
	border: 1px green solid;
}

.featuredImages a,
.featuredImages a img{
	width:148px;
	padding:none;
	margin:none;
	display: block;
}

.featuredFindOutMore{
		
}

.featuredFindOutMore a{
	text-decoration:none !important;
	color:#059d27;
	position:absolute;
	bottom: 10px;
	right: 10px;	
}

#siteHolder #siteMain #mainPanel #HomepageText {
	width:620px;
	height: 155px;
	padding: 10px 0px 10px 0px;	
}

#siteHolder #siteMain #mainPanel #HomepageBottomContent {
	width: 620px;
	height: 208px;
	position:relative;
	background:  url(/images/general/bottomContent/mainBottomBackground.gif) no-repeat center;
}

#siteHolder #siteMain #mainPanel #HomepageBottomContent p {
	color: #4c504c;
	font-size: 0.95em;
	width:368px;
	position:absolute;
	top:75px;
	left:12px;
}

fieldset .ui-slider {
	overflow:visible;
	margin: 35px 50px 10px 50px;
	z-index:10;
}

fieldset .ui-slider-label {
	color:#000;
}

.flashShow {
	float : right;
}

/* Footer CSS start here*/

#siteFooter {
	width: 1004px;
	margin-top:36px;
	float: left;
	text-align: center !important;
	margin-left: -21px;	
}

#coSiteFooter {	
	position:relative;
	display:block;
	width:1000px;
	height:78px;
	background: #fff url(/images/general/footer_bg.gif) no-repeat top center;
	padding-left: 5px;		
}

.followLinks {
	width: auto;
	height: 28px;
	position: absolute;
	display: block;	
	left: 25px;
	bottom: 20px;
}

.footerLogoImage {
	width:104px;
	height: 25px;
	position: absolute;
	top:10px;
	right: 28px;	
}

.FooterLinks {
	position:relative;
	top:5px;
	left:0px;
	text-align: left !important; 
}

.FooterLinks a{
	font-size: 0.8em;
	color: #b7b7b7;
	margin-left:20px;
	text-decoration:none;	
}

.FooterLinks a:hover{
	color: #666666;
}

/*Homefinder*/

#searchDetails a{
	text-decoration: none;
	color: white;
}

#searchDetails #detailedSearch{
	padding-bottom:3px;	
	
}

.OffersPanelHeader {
	background:  url(/images/general/latest_offers.gif) no-repeat center;
	height: 180px;
	width:300px;
	position: relative;
	padding-bottom: 10px;
}

.OffersPanelHeaderText {
	position: absolute;
	top: 135px;
	left: 12px;
	width: 280px;
	font-size:0.95em;	
}

.latestOffers {
	position:relative;
	overflow:hidden;
	width: 100%;
	height: auto;	
}

.latestOffers .latestOffersDivider {
	background:  url(/images/general/offers_seperator.gif) no-repeat center;
	height:3px;
	width:600px;
	padding-bottom: 10px;
}

.latestOffers .latestOffersDividerBottom {
	background:  url(/images/general/offers_seperator.gif) no-repeat center;
	height:3px;
	width:600px;
	padding-bottom: 1px;
}

.latestOffers .buttonImg{
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:32px;
	background:  url(/images/general/offers_button.gif) no-repeat center;

}

.latestOffers .latestOffersTitleRow{
	height: 32px;
	width: 100%;
	float: left;
	padding-bottom: 7px;
	padding-top:0px;
	padding-left:40px;
	font-size:1em;
}

.latestOffers .latestOffers a{
	text-decoration:none;	
}

.latestOffers .latestOffersBodyContent {
	height: auto;
	width: 100%;
	float:left;
}

#coArticle {
	position: relative;
}

.latestOffersTitle {
	position: absolute;
	top:0px;
	left: 0px;
	height:40px;
	width:150px;
}

.latestOffersChevron {
	position: absolute;
	bottom:15px;
	right: 30px;
	height:30px;
	width:30px;
}

.searchTitle {
	font-size:0.95em;
	color:#004b8d;
	font-weight:600;

}

#coHome_developmentSelect {
	width:525px;
}

.articleTitleTitle {
	width:100%px;
}

.noSelectedFeatures {
	width:270px;
	text-align:center;
	margin: 85px 20px 0px 15px;
	font-weight:600;
	color:#004b8d;
	
}
