html, body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #777;
	line-height: 22px;
	background-color: #3F3F3F;
}



#fondo {
	margin: 0;
	padding: 20px 0 0 0;
	width: 100%;
	text-align: center;
	background: #202020 url(../images/gradient_background.jpg) center bottom repeat-x;
}

#container{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	position: relative;
}
#containerPage{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	position: relative;
	margin-top:20px;
}

.clear{
	clear:both;
}


li {
list-style:none;
margin:0px;
}



.bannerImage{
	z-index:8000000;
	
}


/*
	Sliding Panels
*/

#slider {
	position: relative;
	padding: 0;
	width: 910px;
}
.scroll {
	overflow: hidden;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	width: 1000px;
}
.scrollContainer {
}
.scrollContainer .panel {
	margin: 50px 0 0 0;
	padding: 0;
	position:relative;
	height: 380px;
	width: 1000px;
}
.listscroll {
	margin: 50px 0 0 10px;
	height: 502px;
	width: 1000px !important;
}
.scrollContainer .listpanel {
	margin: 0 !important;
	width: 1000px !important;
}
#playpause {
	float: right;/*	width: 25px;*/
}
#banner {
	height: 470px;
	overflow: hidden;
}
.scrollContainer div {
	text-align:center;
}

img{
	border:0px;
}

#language{
	position: absolute;
	width: 150px;
	font-size: 10px;
	right: 0;
	top: 35px;
}
#language li{
background-color: #000;	float: right;
	width: 16px;
	height: 16px;
	padding: 2px;
	line-height: 16px;
}
#language li:hover{
background-color: #eee;	
}
#language .active{
background-color: #3e4b68;
color:#999;
}
#language .active:hover{
background-color: #3e4b68;
color:#999;

}

#footer{
	margin-top:20px;
	margin-bottom:10px;
	text-align: center;;
}

#homeMenu{
	margin: 0 auto;
	width: 1000px;
	height: 100px;
}
#aboutUs{
	width: 205px;
	height: 66px;
	float: left;
}
#aboutUs div:hover{
background-color: #3e4b68;
}
#services{
	width: 205px;
	height: 66px;
	float: left;
	margin-left: 60px;
}
#services div:hover{
background-color: #3e4b68;
}
#gallery{
	width: 205px;
	height: 66px;
	float: left;
	margin-left: 60px;
}
#gallery div:hover{
background-color: #3e4b68;
}
#contact{
	width: 205px;
	height: 66px;
	float: right;
}
#contact div:hover{
background-color: #3e4b68;
}
#infoDiv{
position: absolute;
right: 0;
top: 22px;
}
.info{
font-size: 11px;
float: right;
margin-left: 10px;
}

a.logoRoll { 
display: block;
width: 150px;
height: 70px;
	background-image: url(../images/logo.jpg); 
	background-repeat: no-repeat;
	  }
a.logoRoll:hover {
	background-position:0 -70px;
	  }
	  
	  
a.locationRoll { 
display: block;
width: 20px;
height: 32px;
	background-image: url(../images/location.png); 
	background-repeat: no-repeat;
	  }
a.locationRoll:hover {
	background-position:0 -32px;
	  }
a:link{
	text-decoration:none;
	color:#777;	
}	
a:visited{
	text-decoration:none;	
	color:#777;
}
a:hover{
	text-decoration:none;	
	color:#999;
}

a.mailTo:hover{
background-color: #3e4b68;
}	

