html, body { height: 100%; }

body {
	/*font: 11px/1.6 Arial, sans-serif;*/
	font: 11px/1.6 Times, Times, serif;
	
	/*background: #bcd589 url(../bg2.gif) top center no-repeat fixed;*/
	background:url(../images/bg-home.jpg) center top #ffd727 no-repeat;
	color: #444;
	overflow: -moz-scrollbars-vertical; }

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #000000;
	outline: none;
}

a:hover, a:active {
	color:#000000;
}

em {
	font-style: normal;
	color: #769531;
}

#container {
	background-image: url(../images/fondo.gif);
	/*background: url(../container.png) top center repeat-y !important;
	background: url(../container.gif) top center repeat-y; /*stoopid ie*/
	/*width: 447px;*/
	width: 512px;	
	margin: 30px auto 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
	
}

#header {
	height: 165px; 
	/*width: 447px;*/
	width: 512px;	
	margin-bottom: 0 !important;

	background: url(../images/header.jpg) top right no-repeat !important;
	/*background: url(../header.png) top right no-repeat !important;
	background: url(../header.gif) top right no-repeat; /*stoopid ie*/
  cursor: pointer;
}

#header h1 {
  text-indent: -9999px;
}

#header h1 span, #footer span {
	display: none;
}

#content, #ads {
	/*width: 361px;*/
	width: 512px;	
	/*padding-left: 41px;*/
}

h3 {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	background: #98bc48;
	cursor: pointer;
	width: 512px;
	text-align:center;
}

h4 {
	font-family: Times, Times, serif;
	text-align: center;
	margin: 0;
	padding: 5px 0px 0px 0px;
	font-size: 24px;
	font-style:italic;
	color: #333;
}

h2 {
	font-family:Times, Times, serif;
	text-align: left;
	margin: 0;
	padding: 5px 40px px0;
	font-size: 18px;
	font-weight:bolder;
	color: #333;
}

hr{
	height: 1px;
	width:450px;
	border-bottom: 1px solid #000;
	text-align:center;
}

ul{
	font: 12px Arial, serif;
	padding: 0px 40px 0;
	font-size: 16px;
  list-style: inside;
}


h3 a:link, h3 a:visited {
	letter-spacing: 1px;
	/*display: block;*/
	text-decoration: none;
	color: #222;
}

h3 a:hover, h3 a:active {
	color: #222;
}

h3.news, h3.mootools {
	background: #adc96d;
}

h3.gethelp, h3.prototype {
	background: #c1d791;
}

p {
	padding: 5px 0px;
	font: 12px Arial, serif;
	font-size:14px;
	color: #444;
}


.border_tb{
	border-top: 1px solid #000000;
}


.border_tb2{
	border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.FacetInput  {
	/*border-left : 0px solid #000000;
	border-right : 0px solid #000000;
	border-top : 0px solid #000000;
	border-bottom : 0px solid #000000;
	background-color : #ffffff;*/
    background: none;
    border: 0px; padding: 0px;
	font-size : 12px;
	font-family : Tahoma, Verdana, Arial, Helvetica;
}


.FacetButton  {
	/*border-left : 0px solid #000000;
	border-right : 0px solid #000000;
	border-top : 0px solid #000000;
	border-bottom : 0px solid #000000;
	background-color : #ffffcc;*/
    background: none;
    border: 0px;
	font-size : 18px;
	font-style:italic;
	font-family : Times;
	font-weight:bold;
	cursor: pointer;
}
input.FacetButton:hover{
    text-decoration: underline;
}
input { background: none; }
#footer a {
	display: block;
	height: 60px;
	/*width: 361px;*/
	width: 426px;	
	background: url(../images/header.jpg) top right no-repeat !important;
	margin-left: 45px;
	padding-bottom: 30px;
}

#response{
    font-size: 14px;
    font-style: italic;
    color: #D28C00;
}

.fieldFocus{
    background: #ffcc66;
}
