body, html {
	margin: 0;
	padding: 0;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #888;
	line-height: 22px;
	background-color: #202020;
	text-align:justify;
}



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

.clear{
	clear:both;
}

ul{
	padding: 0;
	margin: px;
}

li {
list-style:none;
margin:0px;
display: block;
}
.submenu ul{
	margin-left: 20px;
	border-left: 1px solid;
	padding-left: 5px;
}

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 li:hover a{
color: #000;
}
#language a:hover{
color: #000;	
}
#language .active{
background-color: #3e4b68;
color:#999;
}
#language .active:hover{
background-color: #3e4b68;
color:#999;

}
#footer{
	clear: both;
	color: #000;
	margin-top:40px;
	margin-bottom:10px;
	text-align: center;
	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;
	  }
.invisible{
	display: none;
}
#leftMenu{
	float:left;
	width: 150px;
}	

#leftMenu li{
	line-height: 30px;
	margin-bottom:10px ;
}
#leftMenu li:hover{
background-color: #3e4b68;
}
#leftMenu li.active:hover{
background-color: #202020;
}

#leftMenu li.submenu.trail:hover{
background-color: #202020;
}

#content {
	position: relative;
	width: 1000px;
	margin-top: 30px;	
}
#mainContent{
	float:right;
	width:800px;
}
#mainContentLeft{
	float: left;
	width: 380px;
}
#mainContentRight{
	float: right;
	width: 380px;
}
a:link{
	text-decoration: none;
	color: #bbb;
}
a:visited{
	text-decoration: none;
	color: #bbb;
}
a:hover{
	text-decoration: none;
	color: #fff;
}
h1{
	font-weight:lighter;
	font-size: 50px;
	color: #3e4b68;
	margin:0px;
	margin-bottom:10px;
}
strong{
	color: #5d6f98;
}
h3{
	color: #5d6f98;	font-size: 12px;
}

textarea {
	display: block;
	width: 380px;
	height: 100px;
	background-color: #939393;	
}


input{
	width: 380px;
	margin-bottom: 10px;
	background-color: #939393;
	border: 1px solid;
	height:  20px;
}
input#ctrl_4.submit {
	width: 100px;
	height: 20px;
	background-color: #3e4b68;
	color: #888;
}
a.mailTo:hover{
background-color: #3e4b68;
}
