@charset "UTF-8";
/* CSS Document */

html, body{margin:0; padding:0; background:url(../images/structures/gradient.gif) top left repeat-x #122e5a; padding-top:38px;}

img{border:0;}

#precontainer{
	margin:0 auto;
	background:url(../images/structures/background.gif) top left no-repeat;
	width:1028px;
	height:633px;
	overflow:auto;
	position:relative;
}

#flags{

	float:right;
	height:16px;
	margin-right:95px;
	margin-top:40px;
	display:none;
}
#flags ul{
	margin:0; padding:0; list-style-type:none;
}
#flags ul li{
	display:inline;
	width:30px;
}

#container{
	width:903px;
	height:503px;
	background:url(../images/structures/center_back.gif) top left no-repeat;
	overflow:hidden;
	position:relative;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
	margin-top:63px;
	margin-left:62px;
}

#header{
	height:48px;
	padding-top:3px;
	position:relative;
	border-bottom:solid #163463 2px;
	width:901px;
}

#logo{
	position:absolute;
	right: 30px;
	top: -52px;
	z-index: 100;
}

#corpo{
	width:901px;
	height:422px;
		position:relative;
}

#footer{
	clear:both;
	height:19px;
	background:#2d3544;
	border-top:solid #163463 2px;
	padding-top:4px;
	width:901px;
}


#menu ul li .tab_left{
	float:left;
	width:7px;
	height:24px;
	background:url(../images/structures/tab_left.gif) top left no-repeat;
}

#menu ul li .tab_right{
	float:right;
	width:6px;
	height:24px;
	background:url(../images/structures/tab_right.gif) top left no-repeat;
}

#menu ul li.tab_open{
	background:url(../images/structures/tab_bg_open.gif) top left repeat-x;
}

#menu ul li.tab_open a{color:#FFFFFF;}

#menu ul li.tab_open .tab_left{
	float:left;
	width:7px;
	height:24px;
	background:url(../images/structures/tab_left_open.gif) top left no-repeat;
}

#menu ul li.tab_open .tab_right{
	float:right;
	width:7px;
	height:24px;
	background:url(../images/structures/tab_right_open.gif) top left no-repeat;
}


#menu{
	position:absolute;
	top:27px;
	left:240px;

}

#menu a{ color:#333333; text-decoration:none;}
#menu a:hover{ text-decoration:underline;}

#menu ul{ list-style-type:none; margin:0; padding:0; white-space:nowrap}
#menu ul li{ font-size:11px; float:left; width:60px; line-height:25px; text-transform:uppercase; text-align:center; margin-right:6px; height:24px; background:url(../images/structures/tab_bg.gif) top left repeat-x;}


#tube{
	width:204px;
	height:37px;
	position:absolute;
	top:31px;
	left:2px;
	background:url(../images/structures/tube.gif) top left no-repeat;
	z-index:100;
}

a.plsflag:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	
}
a.plsflag{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	
}
