/* CSS Document */


body, div, form, span, h1,h2,h3,ul, input{
margin:0;
}

a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #000066;
}
a:active {
	color: #000099;
}
 
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(imgs/fundo.png);
background-repeat:repeat-x;
font-size:11px;
color:#000000;
}

#topo{
margin-top:15px;
height:190px;
width:980px;
}

#rodape{
margin-top:30px;

height:107px;
width:980px;
background-image:url(imgs/fundo_rodape.png);
background-repeat:no-repeat;
clear:both
}

input[type=text], input[type=password], textarea{
border:black 1px solid;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

input[type=submit]{
border:#C16100 1px solid;
background-color:#FF6600;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
cursor:pointer
}


.centraliza{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	/*border:red 1px solid;*/
background-image:url(imgs/fundo_topo.png);
background-repeat:repeat-x;


}


#menu{
background-image:url(../imgs/fundo_menu.png);
background-repeat:no-repeat;
width:450px;
height:29px;
padding:7px 5px 5px 10px;
margin-top:77px;
float:right;
}

.op_menu{
float:left;
font-size:12px;
font-weight:bold;
margin-right:44px;
}

#inicio{
clear:both;

}

ul li{
margin-left:-20px;
list-style-image:url(http://www.codeweb.com.br/imgs/icons/arrow_C_ver2.gif);
padding:1px 0px;
margin-bottom:2px;
}


