@charset "utf-8";
/* CSS Document */

body {
	background: url(images/fio_back.jpg) repeat-x;
	background-color:#e0f0ff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#container{
	width:950px;
	padding: 0;
	margin: 0 auto;
	border: 0px solid #000000;
}
#header{
	position:relative;
	width:782px;
	height:151px;
	margin-left: 168px;
}
#menulateral{
	position:relative;
	float:left;
	top:10px;
	left:0px;
	width: 168px;
	font-size:12px;
	padding:0px;
	margin:0px;
	border: 0px solid #FF0000;
}
#menulateral ul{
	position:relative;
	border: 0px solid #FF0000;
	padding:0px 0px 10px 0px;
	margin:0px;
	top: 5px;
}

#menulateral ul.menbaixo{
	position:relative;
	margin:0px;
	padding-top:20px;
}

#menulateral li{
	list-style-type:none;
	padding:3px 3px 10px 3px;
	margin:0px;
	text-align:right;
}
#menulateral li a{
	color:#FFFFFF;
	text-decoration:none;
}

#menulateral li a:hover{
	color: #FFCC00;
	text-decoration:none;
}

#menulateral ul.menbaixo li a{
	color:#0066CC;
}
#menulateral ul.menbaixo li a:hover{
	color:#FFFFFF;
}
#menulateral .portalavenue{
	color:#0066CC;
	width: 110px;
	height: 95px;
	float: right;
	display:block;
	margin-top: 10px;
	text-indent: -99999px;
}
#menulateral .portalavenue a{
	color:#0066CC;
	width: 110px;
	height: 95px;
	float: right;
	display:block;
	cursor: pointer;
	background: url(/app_themes/Mead/images/site_avenue.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/app_themes/Mead/images/site_avenue.png','scale');		
}
#menulateral .portalavenue a:hover{
	color:#FFFFFF;
}
/*CONTEÚDO*/
#conteudo{
	position:relative;
	float:right;
	width: 782px;
	/*min-height:510px;
	_height:510px;*/
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	_clear:both;
	background:url(images/bg_testeira.gif) repeat-y top left;
	border:solid 0px red;
}

/*RODAPÉ*/
#rodape{	
	float:right;
	width:782px;
	height: 120px;
	border:solid 0px green;
	background:url(images/bg_rodape.gif) no-repeat;
}

#rodape p{
	background:none repeat scroll 0 0;
	color:#1F6097;
	float:left;
	font-size:11px;
	line-height: 15px;
	width:530px;
	margin:30px 0 10px 60px;
	_margin:30px 0 10px 30px;
	padding-left:-10px;
}
#rodape .logosac{
	width: 140px;
	height: 71px;
	background: transparent url(/app_themes/Mead/images/logo_sac.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/app_themes/Mead/images/logo_sac.png','scale');
	float: left;
	margin-bottom: 10px;
}

/*POLÍTICA*/
.politicasite {
	position:relative;
	font-size:11px;
	color:#1f6097;
	top:0px;
	left:0px;
	padding-left:230px;
	padding-top:0px;
	margin:0px;
	border:solid 0px red;
}
.politicasite p {
	padding: 0px;
	margin:0px;
	margin-bottom:30px;
	color:#1f6097;
}
.politicasite a{
	color:#1f6097;
	text-decoration:none;
	font-weight:bold;
}
.politicasite a:hover{
	color:#1f6097;
	text-decoration:underline;
}




/* MODAL */

div.bg_modal{
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11000;
}

div.view_modal{
    left: 50%;
    position: absolute;
    text-align: left;
    top: 50%;
    z-index: 99998;
}

a.close{
    width: 26px;
	height: 26px;
	display:block;
	position:absolute;
	top: 10px;
	right: 10px;
	text-indent:-999999px;
	overflow:hidden;
	background: transparent url(/app_themes/Mead/images/fecharpopup.gif) no-repeat;
	cursor:pointer;
}
