/*
    Document   : estrutura
    Created on : 19/03/2010, 23:51:51
    Author     : E
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}
* {
	margin:0;
	padding:0;
	}
body{
	font:12px "Trebuchet Ms",Tahoma, Geneva, sans-serif;
	text-align:center;/*centralizar página no iexplore*/
	margin:0;
	padding:0;
	height:100%;
        bottom:0;
	}
        p{
            line-height: 1.6em;
}
#wrap{
	width:1000px;
	margin:0 auto;/*centralizar página no firefox*/
	text-align:left;
	min-height:100%;
	}
#pre-top{
	margin:0;
	padding:0;
	height:50px;
	width:100%;
	text-align:right;
	margin-bottom:10px;
}
#pre-top dl{
	margin:0;
	padding:5px;
	}
#pre-top dl dt a{
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em
	}
#topo{
	border:0;
	padding:0;
	margin:0;
	height:340px;
	text-align:left
}
#topo .tLeft{
	width:170px;
	height:190px;
	margin:0;
	padding:0;
	position:absolute;
        float: left;
	}
#topo .menu{
    width:800px;
    float: right;
    padding-top: 318px;
    text-align: left;
}
ul.menu li{
    display: inline;
    list-style: none;
}
ul.menu li a{
    text-decoration: none;
    margin-left:0px;
    margin-right:30px;
    font-size: 1.4em;
    font-family: Arial;
    text-shadow: 1px 1px 1px rgb(255,255,255);
    color:rgb(66,4,5);
    font-weight: bold;
}
#topo img{
	width:165px;
	height:165px;
	}
#left{
	padding:5px;
	margin:0;
	width:160px;
	float:left;
	}
#main{
	padding:5px;
	margin:0;
	width:800px;
	float:left;
	text-align:justify;

	}
#middle{
	width:580px;
	float:left;
	padding:5px;
	overflow:hidden;
	}
#rightMain{
	width:190px;
	float:left;
	padding:5px;
	background-color:#fff;
	}
#middle div.nav{
	height:20px;
	padding:10px;

	}
#middle div.nav a{
	text-decoration:underline;
	}
.clear{
	clear:both;
	}
#footer{
	bottom:0;
	width:1000px;
	height:170px;
	margin-top:5px;
	}

#left ul{
	padding:0;
	margin:0;
	margin-top:15px;
	}
#left ul li{
	list-style:none;
	font-weight:bold;
	}
#left ul li a{
	text-decoration:none;
	float:left;
	display:block;
	width:140px;
	padding:3px;
	margin:0;
        border-bottom: 1px solid #f5f5f5;
	}
#left ul li a:hover{
	border-bottom-color: #656565;
        text-decoration: none;
}
#left ul li ul li{
	padding-left:20px;
	float:left;
	font-weight:normal
	}
#left ul li ul li a{
            width:120px
}
h1{
	font-size:2.5em;
	font-weight:bold;
	}
#busca fieldset{
	margin:2px;
	font-size:12px;
	padding:3px;
	}
#rightMain div.urbangreymenu ul{list-style:none}
#rightMain div.urbangreymenu ul li a{
	padding:0;
	margin:0;
	color:#565656;
	text-decoration:none;
	}
#footerL,#footerM,#footerR{
	float:left;
	}
#footerL{
	width:100px;
	padding:25px;
	}
#footerM{
	width:550px;
	padding:25px;
        text-align: center;
        text-shadow:1px 1px 1px #000;
	}
	
#footerR{
        text-shadow:1px 1px 1px #000;
	width:200px;
	padding:25px;
	padding-right:5px;
	padding-left:45px;
	
	}
#footerL ul{
	list-style:none;
	}
#footerL ul li a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:3px solid #565656;
	color:#f1f6ff;
	}
#footerL ul li a:hover{
	border-bottom:3px solid #f1f6ff;
	}
