﻿
/* -- LOS ATALAYONES -- */

#text_layout {
	float:left;
	width:785px;
	margin:0 0 0 3px; 
	font-family : Verdana, Gill, Helvetica, sans-serif;
}
#nav_padding {
	float:left;
	width:170px;
}
#text_layout h2 {     /* page title */
    font-size: 19px;
	padding: 10px 0px 10px 0; /* top right bottom left */
	margin:0; 
    color:black; /* changed from #A52322 */
}	          
#text_layout h3 {   /* 2nd page title */
    font-size:14px;
	padding: 5px 0px 10px 0;	  /* top right bottom left */     
	color:#A52322;       
	margin:0; /* top right bottom left */	           
}
#text_layout p { 
    padding: 0 0 5px 10px; /* top right bottom left */
	text-align: justify;
	margin: 0;
	line-height: 15px;
	font-size: 11px;          
}


/* -- CLASSIFIED ADS PAGE -- */

#wrapper_ads { 
    float:left;
    display:inline;
    margin:10px 0px 0px 8px; /* top right bottom left */
	width:740px; 
	border:0px solid black; 
	vertical-align:top;
}
.box_height-108 { 
    float:left;
    display:inline;
    margin:20px 0 0 35px; /* top right bottom left */
	width:700px; 
	height:124px;
	border:1px #3973AD solid;
}

#wrapper_ads h1 {     /* page title */
    font-size: 20px;
	padding: 10px 0px 10px 5px; /* top right bottom left */
	width:500px;  /* reduced from 500 to 290 */
	margin:0; 
    color: #444242; 
}
#wrapper_ads h2 {
	font-size:13px;
	height:16px;
	background:url(CSSbg/bg-h2.gif) repeat-x left top;
	padding:5px 0px 4px 4px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	color: #A52322; 
}
#wrapper_ads h3 {
	font-size:11px;
	padding-top:5px;
	padding-left:5px;
	height:18px;
	margin:0;
	background:url(CSSbg/bg-h3.gif) repeat-x left top;
	color:white;
	border:2px white solid;
}
#wrapper_ads p {
	margin:0;
	padding:6px 8px 0 135px;
	font-size:11px;
}
.ads_box { 
    float:left;
    display:inline;
    margin:20px 0 0 5px; /* top right bottom left */
	width:635px; 
	height:150px;
	border:1px #A0B4DF solid;
}
.free_ads { 
    float:left;
    display:inline;
    margin:8px 0 0 5px; /* top right bottom left */
	width:635px; 
	height:130px;
	border:1px #3973AD solid;
}
#wrapper_ads ul { 
   width:490px;
   float :left; 
   height:15px; 
   padding:0;
   margin:5px 0 0 10px;
}	
#wrapper_ads a {
    font-size: 10px;
    font-weight:bold;
    color:#0000ff;
	margin:0;
	text-decoration: none;
} 
#wrapper_ads a:hover {
    text-decoration:underline;
}    
#wrapper_ads li { 
    margin-left: 1px;
    height:18px;
    display: inline;
    padding-top:2px;
    padding-bottom:2px;
	float:left;	
}	
#wrapper_ads li.phone { 
    padding-left: 20px;
    width: 90px; 
	background: url('CSSimage/phone.gif') no-repeat  2px 1px; 
}
#wrapper_ads li.phone-2 { 
    padding-left: 20px;
    width: 160px; 
	background: url('CSSimage/phone.gif') no-repeat  2px 1px; 
}
#wrapper_ads li.email { 
    padding-left: 30px;
    width: 170px; 
	background: url('CSSimage/email.gif') no-repeat  2px 1px; 
}
#wrapper_ads li.computer { 
    padding-left: 35px;
    width: 135px; 
	background: url('CSSimage/computer-2.gif') no-repeat  2px 0px; 
}
#wrapper_ads li.webpage { 
    padding-left: 25px;
    width: 170px; 
	background: url('CSSimage/webpage-2.gif') no-repeat  2px 3px; 
}
#wrapper_ads li.text { 
    padding-left: 20px;
    width: 150px; 
}
/* CLASSIFIED AND FREE ADVERT HTM : LEFT NAVIGATION BAR */     

#nav_ads { 
    width: 130px;
    float:left;
    display:inline;
    margin:0;
}
                 
#nav_ads ul { 
    margin:0;
    float:left;
    padding:0;
    width:129px;
}                                                                            
#nav_ads li { 
    background-color:#E3E1E1; 
    margin:0; 
    border-bottom:1px solid #315A84;        
    padding: 4px 0px 5px 6px; /* top right bottom left */               
    list-style: none;
}

#nav_ads a { color:#000000;
             text-decoration: none;
             font-weight:normal;
             font-family:Arial, Helvetica, sans-serif;
             font-size: 11px;
}       
#nav_ads li:hover {
    background-color:#BCA4A4;
}
#nav_ads li.ads_home a {     
    text-decoration:none;
    color:#A52322;
}   
#nav_ads li.ads_home { 
    background-color:#BCA4A4;
}


