/* basic elements */
h1{
	margin: 0; 
	padding: 0;
	font: 100% verdana;
	letter-spacing: 1px;
	margin-left:100px;
	line-height: 20px;
    min-height: 20px;
	color: black;
	background:#999ca5;
	margin-top: 10px;
	border-style:inset;
	border-width:medium;
	border-color:#4b5156;
	border-bottom-width:1px;
	float:left;
	display:inline;
	width:50%;
	}

body { 
	height:100%;
	margin: 0; 
	padding: 0;

		}

#container{
	display:block;
	position:fixed;
    top:0;
    left:0;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	/*min-width:960px;*/
		}


#header {
	margin:0;
	padding:0;
	width:255px;
	height:69px;
	background:url(../images/bg_buttons.png) ;
	float: left;
	
		}
		
#menu{
	margin:0;
	padding:0;
	width:100%;
	height:48px;
	background:url(../images/bg_menu.png) repeat-x ;
	float: right;
	
	}
	
#bt_left{
	margin:0;
	padding:0;
	right:10px;
	width:98px;
	height:61px;
	margin-left:26px;
	float:left;
	background:url(../images/bt_left_background.png);
	}
	

/*#header a{
margin:0;
padding:0;
right:10px;
width:98px;
height:61px;
margin-left:26px;
float:left;
display: block;
background-color: transparent;
background-image: url(bt_left_background.png);
background-repeat: no-repeat;
}*/	

#header a:link, a.button:visited {
color: transparent;
}
#header a:hover {
background-position: 0 -70px;
color: #FF7200;
}

#header a:active {
background-position: 0 -140px;
color: #FF7200;
}


	
#bt_right{
	margin:0;
	padding:0;
	width:98px;
	height:61px;
	float:left;
	background:url(../images/bt_right_background.png) ;
		}


a.button_info {
	
	display: block;
	margin:0;
	padding:0;
	left:10px;
	width:37px;
	height:37px;
	margin-right:5px;
	float:right;
	background-color: transparent;
	background-image: url(../images/bt_info_background.png);
	background-repeat: no-repeat;
	margin-top: 5px;

	}

a.button_info:link {
color: #002577;
}
a.button_info:hover {
background-position: 0 -45px;
color: #FF7200;
}

a.button_info:active {
background-position: 0 -90px;
color: #FF7200;
}	
	
/*#bt_info{
	margin:0;
	padding:0;
	left:10px;
	width:37px;
	height:37px;
	margin-right:5px;
	float:right;
	background:url(bt_info.png);
	margin-top: 5px;
	}*/
	
#bt_teste{
	
	
	
	}
	
	
#splash_total{
	//display:block;
	display:none;
	position:absolute;
    top:0;
    left:0;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	min-width:960px;
	
	background: url(../images/splash_background.png);
	
		}

#splash {
	margin:0;
	padding:0;
	width:365px;
	height:235px;
	background-image: url(../images/splash.png);
	background-repeat: no-repeat;
        background-size: 365px 235px;
	margin-left: auto; 
	margin-right: auto;
	top: 20%;
	position: relative;
	//display: block;
	//text-align: center;
	}

#text_splash{
	text-align: center;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #999999;
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 20px;
	text-shadow: 1px 1px 1px #333333;
	}	

a.button_splash {
	display: block;
	//margin: auto;
	margin: 5px;
	margin-top: 0;
	margin-bottom: 2px;
	padding:17px;
	//width:320px;
	//height:53px;
	background: #999999;
	//background: transparent url(../images/bt_splash.png) no-repeat;
	text-align: center;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	//font-size: 200%;
	font-weight: bold;
	color:black;
	text-decoration: none;
	position: relative;
	}

a.button_splash:link {
color:black;
}
a.button_splash:hover {
//background-position: 0 -61px;
background: #E0E0E0;
color:black;
}

a.button_splash:active {
//background-position: 0 -122px;
//font-size:190%;
background: #666666;
color:white;
}		

#info{
	font-family: Helvetica, Calibri, Arial, sans-serif;
	//display:block;
	display:none;
	position:absolute;
    top:0;
    left:0;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	min-width:960px;
	background: url(../images/splash_background.png);
}
#info_m{
	margin:0;
	width: 550px;
	padding: 30px;
	padding-top:0;
	background: black;
	border: 1px solid grey;
	margin-left: auto; 
	margin-right: auto;
	top: 20%;
	position: relative;
	color: grey;
}
#info_m h2,h3 {
	text-align: center;
}

#erroralert{
	font-family: Helvetica, Calibri, Arial, sans-serif;
	//display:block;
	display:none;
	position:absolute;
    top:0;
    left:0;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	min-width:960px;
	background: url(../images/splash_background.png);
}
#errormessage{
	margin:0;
	width: 550px;
	padding: 30px;
	padding-top:0;
	background: black;
	border: 1px solid grey;
	margin-left: auto; 
	margin-right: auto;
	top: 20%;
	position: relative;
	color: grey;
}

#errormessage h2 {
	text-align: center;
        color: #FF0000;
}

#errormessage h3 {
	text-align: center;
        color: grey;
}


#errormessage a {
	display: block;
	//margin: auto;
	margin: 5px;
	margin-top: 0;
	margin-bottom: 2px;
	padding:17px;
	//width:320px;
	//height:53px;
	background: #999999;
	//background: transparent url(../images/bt_splash.png) no-repeat;
	text-align: center;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	//font-size: 200%;
	font-weight: bold;
	color:black;
	text-decoration: none;
	position: relative;
	}

#errormessage a:link {
color:black;
}
a.button_splash:hover {
//background-position: 0 -61px;
background: #E0E0E0;
color:black;
}

#errormessage a:active {
//background-position: 0 -122px;
//font-size:190%;
background: #666666;
color:white;
}		
