/*	
	CSS for spainrei.com
	Original CSS by too many people
	Rewrite by Sebastian Thuer for Accom Consulting, Spain

*/	


@charset "iso-8859-1";

/* --------- Tags HTML --------- */

html {
	margin: 0;
	padding: 0;
	border: 0;
	background: #628B3F;
	background-attachment: fixed;
	}

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #628B3F url(superback.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	}
	
h1,h2,h3,h4,h5,h6,p,li,form,img { /* reset */
	margin: 0; padding: 0;
	}		

h2 {
	margin: 0.2em 0;
	font-size: 1.4em;
	color: #FFF;
	}
	
img {border:0}	

a {color:#507054}
a:hover {color: #000;}
a:visited {color:#507054}


/* --------- #container --------- */

#container {
	width: 780px;
	margin: 0 auto 10px;
	padding: 0px;
	background: url(backgr.jpg) repeat-y;
	border: 10px solid #fff;
	border-top: 1px solid #fff;
	text-align: left;	
	line-height: 1.2em;
	}

/* --------- #top --------- */

#top {
	width: 780px;
	height: 170px;
	margin: 0 auto;
	padding:0;
	background: url(Banner.jpg) no-repeat top left;
	border: 10px solid #fff;
	}

/* --------- #container | menu izquierda --------- */

#leftnav {
	width: 160px;
	float: left;
	margin: 0;
	padding:0;	
	}

#PropertyGuides, #News, #SpainInfo {
    width: 170px; /* i don't know why, but it works :| */
	font-size: 0;
	padding: 21px 0 0 0;
    overflow: hidden;
    height: 0px !important; /* hack */
    height /**/:21px;  /* */
	}
	
/* titles */
#PropertyGuides {background: url(btn-property-guides.jpg) no-repeat;}	
#News {background: url(btn-news.jpg) no-repeat;} 
#SpainInfo {background: url(btn-spain-info.jpg) no-repeat;}
#FeaturedProperties {background: url(btn-featured-prop.jpg) no-repeat;}
   
.nav, .nav ul { /* all lists */
	float : left;
	width : 170px;
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
.nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 105%;
	margin-bottom : -1px;
	width: 160px;
	background:#DBE3DB;
	}

.nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 160px;
	margin-top : -1.35em;
	font-style:normal;
	font-weight:normal;
	}
	
.nav li ul a {
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
	}
	
.nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	} 
	
.nav li a {
	width: 154px;
	display: block;
	padding: 8px 3px;
	color: #283D25;
	font: 1em Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-decoration: none;
	}

.nav li a:visited {
	color: #283D25;
	text-decoration:none;
	}
	
.nav li a:hover {
	background-color: #C2D59F;
	text-decoration:none;
	}
	
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;	
	background-color: #C2D59F;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	}
	
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, 
.nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	font-style:normal;
	font-weight:normal;
	}

/* --------- #News & #SpainInfo -------- */

#nav1, #nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	}
	
#nav1 li { /* all list items */
	position : relative;
	float : left;
	line-height : 105%;
	margin-bottom : -1px;
	width: 160px;
	background:#DBE3DB;
	}
	
#nav1 li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 160px;
	margin-top : -1.35em;
	font-style:normal;
	font-weight:normal;
	}

#nav li ul a{
	font-style:normal;
	font-weight:normal;
	}
	
	
#nav1 li ul ul { /* third-and-above-level lists */
	left: -999em;
	}
	
#nav1 li a {
	width: 154px;
	w\idth : 154px;
	display:  block;
	padding: 6px 3px;
	font-weight: bold;
	text-decoration:none;
	font-weight:bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #283D25;
	}
	
#nav1 li a:hover {
	background-color: #C2D59F;
	text-decoration:none;
}
	
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;	
	background-color: #C2D59F;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
	
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

	font-style:normal;
	font-weight:normal;
}


/* --------- #rightnav | menu derecha -------- */

#rightnav {
	float: right;
	width: 160px;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	}

#rightnav h3 {
	margin:0 0 0 3px;
	padding: 0;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;	
	} 

#rightnav h4 {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	}

#rightnav p {
	text-decoration : none;
	text-align: center;
	font-weight : normal;
	font-size : 0.8em;
	}

#rightnav select {width:150px;}
/* #rightnav input {width:130px;}*/


#rightnav .properties {
	padding: 5px 10px 5px 10px;
	text-align: left;
	}

#rightnav .properties img {border: 1px solid #666;}		
#rightnav .properties p {text-align: left}	

#Search {
    margin: 0;
	padding: 21px 0 0 0;
    overflow: hidden;
    /*background-image: url(Button-Search.jpg);*/
   	background-image: url(btn-property-search.jpg);		
    background-repeat: no-repeat;    
    height: 0px !important; /* hack */
    height /**/:21px;  /* */
	}

#Ads {
    padding: 21px 0 0 0;
    overflow: hidden;
    background-image: url(Button-Ads.jpg);
    background-repeat: no-repeat;    
    height: 0px !important; /* hack */
    height /**/:21px;  /* */
	}

#Directory {
    padding: 21px 0 0 0;
    overflow: hidden;
		background-image: url(btn-directory.jpg);
    background-repeat: no-repeat;    
    height: 0px !important; /* hack */
    height /**/:21px;  /* */
	}

#FeaturedProperties	{
    margin-top:0;
		padding: 21px 0 0 0;
    overflow: hidden;
		background-image: url(btn-featured-prop.jpg);
    background-repeat: no-repeat;    
    height: 0px !important; /* hack */
    height /**/:21px;  /* */
		}
	

#descripcion {text-align:left;}

.DirectoryLinks1 {
	margin-left: 8px;
	padding:0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 90%;
	}


.DirectoryLinks {
	margin-left: 8px;
	padding:0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 90%;
	}

.DirectoryLinks a {
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #283D25;
	}

.DirectoryLinks a:visited {
	color: #283D25;
	text-decoration:none;
	}

.DirectoryLinks a:hover{
	text-decoration:underline;
	}

.DirectoryLinks a:link, .DirectoryLinks a:visited {
	text-decoration: none;
	}


/* --------- #content & #content2 | contenido central -------- */

#content, #content2 {
	float: left;
	width: 55%;
	max-width: 36em;
	margin-left:15px;	
	line-height: 1.2em;;
	text-align: justify;	   
	}

*HTML #content, #content2 { /*Hack para IE */
	float: left;
	margin-left:0px;
	w\idth: 55%;
	line-height: 105%;
	max-width: 36em;
	text-align:justify;	   
	}
	
/* h1, h2, h3, h4, h5 & h6 */

#content h1, #content2 h1 {
	padding: 8px 5px 0px 5px;
	margin: 0;
	background: url(header.jpg) repeat #628B3F;
	height: 1em;
	font-size: 1.8em;
	color: #FFF;
	}

#content h1 a, #content2 h1 a { 
	color:#FFF; 
	text-decoration: none;
	}	

#content h2, #content2 h2 {
	margin: 0;
	padding: 5px 0;
	color: #507054;
	font-size: 1.05em;
	line-height: 1.2em;
	text-align: left;
	letter-spacing: 0;
	}
	
#content h2 a {
	padding: 0 0 -15px 0;
	margin:0 0 0 -15px 0;
	}	
	
#content h3 {
	font-size: 1.6em;
	margin-top: -5px;
	padding-top: -5px;
	}

#content2 h3 {
	padding-bottom: -15px;
	margin-bottom: -15px;
	}
	
#content h3 a {font-size: 1.6em;}

#content h4 {
	padding-top: -35px;
	margin-top: -35px;
	}	

#content h6{
	font-size:12px;
	margin-top:-5px;
	padding-top:-5px;
	}

#content2 h6 {
	padding-bottom:-15px;
	margin-bottom:-15px;
	}

#content h6 a {font-size: 1.1em;}


/* p, a, li, img */

#content p, #content2 p  {
	margin: 1.2em 0;
	color: #111;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	text-decoration: none;
	word-spacing: 0; 
	letter-spacing: 0;
	}	

#content a {
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #283D25;
	}

#content a:hover{text-decoration:underline;}
#content a:visited{color:color: #283D25;}

#content ul, #content2 ul {list-style-image:url(flecha.gif);}

#content img, #content2 img {
	background: #eee;	
	margin: 4px 0 10px 15px;
	padding: 0;
	border: 1px solid #444;
	}

/* form elements */

#content2 form {
	padding: 10px;
	background: #DCE3DB;
	}

#content2 form h2 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 15px;
	color: #000;
	}

#content2 label {
	font-weight: bold;
	font-size: 1.1em;
	}

#content RE-nav{} /*PENDIENTE!!*/

#MenuNav td {
	padding:0;
	margin:0;
	text-align:center;
}
#MenuNav td h1 {
	padding:8px 5px 0px 5px;
	margin:0;
	text-align:left;
}
#MenuNav a{ font-size:11px;}
#MenuNav h1 a {font-size:20px;}

/* Navegación en Buying Property */

#NavSections ul {
	width: 100%;
	margin:3px 0 0 0;
	padding:0;
	background: #DBE3DB;
	font-size: 9px;
	}

#NavSections ul li { display: inline; margin:0; padding:0;}

#NavSections ul li a {
	border-right: 1px solid #fff;
	padding: 15px 19px;
	background-color: #DBE3DB;
	color: #000;
	text-decoration: none;
	padding-left:-2px;
	margin-left:-2px;
	}

#NavSections ul li a:hover {
	background-color: #507054;
	padding:15px 19px;
	padding-left:-2px;
	margin-left:-2px;
}

/* Navegación en Off Plan Properties */

#NavSections2 ul {
	font-size:9px;
	padding-left: 0;
	margin-top:3px;
	margin-bottom:0px;
	margin-left: 0;
	background-color: #DBE3DB;
	width: 100%;
}

#NavSections2 ul li { display: inline;}

#NavSections2 ul li a
{
	border-right: 1px solid #fff;	
	background-color: #DBE3DB;
	color: #000;
	text-decoration: none;
	padding: 0.2em 33px;
/*	padding-right:35px;
	padding-left:-1px;
	margin-left:-1px;*/

}

#NavSections2 ul li a:hover {
	background-color: #507054;
	padding:0.2em 33px;
/*	padding-right:35px;
	padding-left:-1px;*/
	margin-left:-1px;
}


/* --------- #sections --------- */

#Sections {
	margin-top: 20px;
	}

#Sections table {
	margin: 0;
	padding: 5px 0;
	}

#Sections td {
	padding:5px;
	}

#Sections h1 {
	text-align: center;
	background: none;
	color: #000;
	font-size: 16pt;
	font-weight:bold;
	margin: 0;
	padding:0;
	margin-bottom:12px;
	padding:2px;
	}

#Sections h5 {
	margin: 0;
	padding: 47px 10px 0 110px;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: italic;
	color: #111;
	font-size: 1.1em;
	} 

#Sections h5 a {
	color:#000;
	font-family:sans-serif;
	text-decoration:underline;
	}

#Sec1 {
	width:201px;
	height:151px;
	background: url(Sec1.jpg) no-repeat;
	}

#Sec2 {
	width:201px;
	height:151px;
	background: url(Sec2-new.jpg) no-repeat;
}
#Sec3 {
	width:201px;
	height:151px;
	background: url(Sec3.jpg) no-repeat;
}
#Sec4 {
	width:201px;
	height:151px;
	background: url(Sec4.jpg) no-repeat;
}

/* RE iNDEX in homepage */

#listado {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	}

/* Mapa de títulos portada */

#listado table h2, #listado table h3, #listado table h4 {
	margin: 0; padding: 0;
	font-family: 1em Arial, Helvetica, sans-serif;
	}

#listado table h2 {
 	margin: 1em 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}

#listado table h3, #listado table h3 a {
 	margin: 0.7em 0 0 0;
	font-size: 12px;
	}

#listado table h4 , #listado table h4 a {
 	font-size: 11px;
	font-weight: normal;
	}

#listado table td {
	vertical-align:Top;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:20px;
	}

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

#RE-nav{
	background:#C2D59E;
	font-size:10px;
	padding-top:-17px;
	margin-top:-17px;
}

/* CSS for RSS FEEDS */
#contentrss a {
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* --------- #footer | pie de pagina -------- */

#footer {	
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 8px 0;
	background: url(footer.jpg) repeat-y;	
	color: #333;
	text-align:center;
	border-top: 10px solid #FFF;
	}

#footer a {
	text-align:center;
	color: #DBE3DB;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }


.boton{
	text-align:center;
	padding-top:10px;
	}

#Consultas{margin-left:5px;} 


#extra {
	width: 780px;
	margin: 4px auto;
	padding: 10px;
	}

#extra p {
	text-align:center;
	color:#DBE3DB;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}

#extra a { 
	line-height:95%;
	text-decoration:none;
	font-weight:bold;
	font-size:7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-stretch: ultra-condensed;
	color:#DBE3DB;
	}
	

/* ----- SEARCH FORM -------- */	

.homesearch {
	width: 400px;
	margin: 10x auto;
	text-align: center;	
	}
	
	
.form {
	width: 407px;
	margin: 0;
	padding: 1px 10px;
	background: #EFE8DF;
	border: 1px solid #E8DFD2;
	border-top: 0;
	text-align: left;
	}	
	
.searchtext {
	margin: 10px 2px 5px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #444;	
	}
.form fieldset {
	width: 390px;
	margin: 20px 0;
	padding: 5px;	
	border: 1px dotted #819B6B;
	}
	
.form legend {	
	background: #5F8657 url(bg-search-label.gif) no-repeat top left;
	color: #fefefe;
	padding: 1px 3px 1px 18px;
	border: 1px solid #819B6B;
	font-size: 11px;
	letter-spacing: 1px;
	}
	
.form .row {
  clear: both;
	height: 32px;
	background: #F6F2EC;
	border: 1px solid #EAE0D0;
	}		
	
.form label {
  float: left;
  width: 120px;
  text-align: right;
	padding: 7px 0;
	font-weight: bold;
	}
	
.form span.formdata {
  float: right;
  width: 255px;
	margin: 5px 0;
/*	color: #c00;*/
  text-align: left;
	}		
	
.form span.formdata input,
.form span.formdata select,
.form span.formdata textarea {	
	width: 250px;
	color: #333;
	}
	
.form .required {
/*	border: 1px solid #666;*/
	color: #c00;
	}	
	
/* news Home section -- added: 03/09/2007 */	

#newsHome {
	margin: 30px 0 0 0;
	}
	
#newsHome h5 { /* section title */
	background: #DCE3DB;
	margin: 0 0 10px 0;
	padding: 3px 5px 2px 5px;
	border-bottom: 1px dotted #8F9D8C;
	}	
	
#newsHome h5 img { /* rewrite img tag for section title */
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#newsHome h2 { /* news title - keeps h2 tag for seo */
	margin: 5px 0 0 0;
	color: #507054;
	font-size: 14px;	
	}	
	
#newsHome .date {
	color: #777;
	font-size: 11px;
	}	
	
#newsHome p {
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	color: #444;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	}		

/* ----- Home Location Tool -------- */	

#content2 form.test {
	background: #fff;
}

.test td {
		border-bottom: 1px solid #cecece;
}

.test .odd {
		background: #e5e5e5;
}

.test .even {
		background: #fefefe;
}


/* ----------------->>>> the end *** */