@charset "utf-8";
/* CSS Document */

html{
	background: url(images/bg.jpg) no-repeat top center;
	font-family: "Lucida Sans Unicode", Arial, Verdana;
	font-size: 12px;
	color: #777;
	
}

body{
	background: url(images/bg.jpg) no-repeat top center;
	margin: 0 auto;
	font-family: "Lucida Sans Unicode", Arial, Verdana;
	font-size: 12px;
	color: #777;
	_text-align:center;
}


img{
	border: 0px;
}

.container{
	width: 800px;
	margin: 0 auto;
	_text-align:left; !important
}

a{
	color: #00A56E;
	text-decoration: none;
}

a:hover{
	color: #333;
}

.header{
	height: 50px;
	padding: 130px 0px 0px 50px;
}

.header2{
	height: 30px;
	padding: 70px 0px 0px 20px;
}

.logo{
	float: left;
	width: 300px;
}

.logo2{
	float: left;
	width: 230px;
}

.textos {
	color:#5C5C5C;
	float:left;
	font-size:19px;
	letter-spacing:-1px;
	padding-top:10px;
	width:400px;
	font-family: Arial, Helvetica, sans-serif;
}

.textos2{
	float: left;
	width: 550px;
	overflow: hidden;
	font-size: 12px; !important
	color: #5C5C5C;
	font-weight: bold;
	padding-top: 10px;
}

.textos2 option{
	font-size: 11px; !important
}

.textos2 .searchbar{
	padding: 0;
	width: 550px;
}

.textos strong{
	color: #00A56E;
}

.searcharea{
	background: url(images/middle.png) no-repeat top center;
	height: 200px;
	margin-top: 30px;
	clear: both;
}


.searchbar{
	padding: 60px 0px 0px 0px;
	width: 705px;
	margin: 0 auto;
}

.inputt{
	float: left;
	padding:2px 2px 0 1px;
}

.textos2 .inputt input{
	background: white none repeat scroll 0 0;
	border: 0px;
	padding: 3px 0 0 10px;
	color: #888888;
	font-size: 17px;
	width: 220px;
}

.inputt input {
	background:white none repeat scroll 0 0;
	border:1px solid #777777;
	color:#888888;
	font-size:17px;
	margin:4px 5px 0 15px;
	padding:2px 0 2px 10px;
	width:338px;
}


.textos2 .searchh{
	width: 100px;
	float: right;
}


.dropp{
	float: left;
	padding: 7px 5px 7px 5px;
	background: #004931;
}

.searchh{
	float: left;
}

.bar{
	height: 37px;
	background: url(images/bar1.png) no-repeat top left;
}

.inputt3 input{
	background: none;
	border: 0px;
	padding: 7px 0px 0px 20px;
	color: white;
	font-size: 17px;
	width: 338px;
}

.footer{
	clear: both;
	text-align: center;
	padding: 10px 0px 20px 0px;
}

.results{
	width: 850px;
	padding: 10px;
	margin: 0 auto;
	background: white;
	clear: both;
	text-align:left; !important
}

.about{
	width: 830px;
	padding: 10px 10px 10px 100px;
	margin: 0 auto;
	background: white;
	clear: both;
	line-height: 19px;
	font-size: 13px;
	text-align:left;
}

.about big{
	font-size: 35px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
}

.filler{
	background: white;
	clear: both;
}

.footer2{
	background: url(images/bg.jpg) no-repeat bottom center;
}

big a{
	color: #00A56E;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: -0.5px;
}

.stxt{
	float: left;
	width: 500px;
	font-size: 14px;
}

.simg{
	float: left;
	width: 100px;
}

.sinfo{
	float: right;
	text-align: right;
	color: #111;
	color: #00A56E;
	padding: 2px 5px 0px 0px;
	width: 200px;
}	

.searchitem{
	margin: 3px;
	padding: 10px;
	clear: both;
	background: #F5F5F5 url(images/grey.jpg) no-repeat bottom right;
}

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 145px;
	width: 500px;
	overflow: auto;
}

ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding: 15px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}

.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}

.sc_menu a {
	display: block;
	text-decoration: none;
}

.sc_menu span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	

	color: #fff;
}

.sc_menu a:hover span {
	display: block;
}

.sc_menu img {
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}
