@CHARSET "UTF-8";

.body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	scroll: no;
	overflow:hidden;
}

#navigation{
	margin-top: -45px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border:none;
	position: absolute;
	top: -11.7%;
	right:23px;
	text-align: right;
}

span.navlink:hover{
	border-bottom-color: #008848;;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
.navlink{
	cursor: pointer;
}

A:link{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #616062;
	text-decoration: none;
	}

A:visited{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #616062;
	text-decoration: none;
	}
	
A:active{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #616062;
	text-decoration: none;
	}
	
A:hover{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #616062;
	text-decoration: none;
	}

.type2link{
	cursor: pointer;	
}

.centered{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}	

.nospace{
	margin-top: 0px;
	margin-bottom: 0px;
}

.nospacebottom{
	margin-bottom: 0px;
}

#footer{
	position: absolute;
	width:100%;
	height:28px;
	bottom: -35px;	
}

#mainframe{
	position: absolute;
	width: 952px;
	height: 503px;
	top:50%;
	left:50%;
  	margin-left: -481px;
  	margin-top: -228px;
	display: none;
	background-repeat: no-repeat;
	background-position:left top;
	background-image: url(../images/index/MainBackground.png);
}

#main{
	position: absolute;
	width: 860px;
	height: 410px;
	top:37px;
	left:51px;
	margin: 0;
	padding: 0;
	display: none;
}

#loading, #loadingdia{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 227px;
	left: 466px;
	display: none;
}

#greyoverflow {
	margin: 0px;
	padding: 0px;
	border:none;
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: #525252;
	filter:alpha(opacity=68);
	-moz-opacity:0.68;
	-khtml-opacity: 0.68;
	opacity: 0.68;
	display: none;
}

#diashowframe {
	position: absolute;
	width: 900px;
	height: 450px;
	top:50%;
	left:50%;
  	margin-left: -450px;
  	margin-top: -211px;
	border: none;
	background-color: #000000;
	display: none;
}

#diashow {
	position: absolute;
	width: 900px;
	height: 450px;
	top:50%;
	left:50%;
  	margin-left: -450px;
  	margin-top: -211px;
	border: none;
	display: none;
}

#mainwhite, #maincarousel{
	position: absolute;
	width: 900px;
	height: 450px;
	top:50%;
	left:50%;
  	margin-left: -450px;
  	margin-top: -211px;
	border: none;
	background-color: #FFFFFF;
}

#logo {
	margin-top: -53px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border:none;
	position: absolute;
	top: -10%;
	left:65px;
	width: 296px;
	height: 64px;
	cursor: pointer;
}

#logointro {
	margin-top: -120px;
	margin-bottom: 0;
	margin-left: -120px;
	margin-right: 0;
	padding: 0px;
	border:none;
	position: absolute;
	top: 50%;
	left:50%;
	width: 241px;
	height: 50px;
}

#loadingintro {
	margin-top: -40px;
	margin-bottom: 0;
	margin-left: -16px;
	margin-right: 0;
	padding: 0px;
	border:none;
	position: absolute;
	top: 50%;
	left:50%;
	width: 32px;
	height: 32px;
}

#intropage {
	margin: 0px;
	padding: 0px;
	border:none;
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: #525252;
}