@charset "utf-8";
/* CSS Document */
/* Costa Rica Real State Law CSS */

/* hide from IE \*/
HTML, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
}
/* end hiding from IE5 */

/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* end hiding from IE5 mac */

/* MAIN HTML TAGS */

BODY { background:url(../img/bg.png) repeat-x top; margin-top:15px;}
H1 { font-family:Geneva, Arial, Helvetica, sans-serif; font-size:26px; font-weight:normal; color:#666; padding: 25px 0 0 0;}
H2 { font-family:Geneva, Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; color:#666; padding: 25px 0 0 0;}
H3 { font-family:Geneva, Arial, Helvetica, sans-serif; font-size:14px; color:#666; padding: 10px 0 0 0;}


HR { border:1px solid #FFF; border-top:1px solid #CCC;}
LI { margin-left:15px; color:#900;}
A { color:#900; text-decoration:none;}
A:HOVER { color:#C00;}

/* MAIN IDs */

#wrap {width:858px; margin:auto;}
#head {background:url(../img/bg-header.png) repeat-x top; height:32px;}
#middle { background:url(../img/bg-middle.png) repeat-y;}
#content {padding:10px 40px; /*border:1px solid #00FFFF;*/}
#bottom { background:url(../img/bg-button.png) no-repeat bottom; height:150px;}
#footer { color:#900; margin:10px 0; text-align:center;}
	#footer a { color:#900; text-decoration:none;}
	#footer a:hover { color:#C00;}

/* CONTENT IDs */

#big-logo {
	width:292px;
	height:169px;
	margin:auto;
	background-image: url(../img/logo-big.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#small-logo {/*border:1px solid #F00;*/
	width:173px;
	height:65px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	background-image: url(../img/logo-small.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
}
/*#main-menu { border:1px solid #F00;}*/
#main-menu li{ display:inline;}
#main-menu { text-align:left;}
	#main-menu li a {/*border:1px solid #0F0;*/ width:200px;  color:#666; text-decoration:none; font-size:12px; background:url(../img/dot.jpg) left no-repeat; padding:0 4px 0 15px;}
	#main-menu li a:hover { color:#C00;}
