* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	margin: 0px;
	
	background-image: url(../../others/images/background.jpg);
	background-repeat: repeat-x;
	
	background-color:#E1DDD4;
	
	height: 100%;
	position: relative;
}

ul {
    list-style-position: inside;	
}

h1 {
    margin-bottom: 20px;
    font-size: 18px;
}

h3 {
    font-size: 12px;	
}

h4 {
	font-size: 12px;
	border-bottom: 1px solid;
	
	background-image: url(../../others/images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	
	text-align: left;
}

h5 {
    font-size: 11px;	
}

input, select {
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 2px;	
}






#externo {
	width: 1002px;
	height: 100%;
	margin: auto;
}

/* inicio - topo */

#topo {
    width: 100%;
    height: 264px;
    
    position: relative;
    float: none;
    clear: both;
}

#topo-esquerda {
    width: 15px;
    height: 264px;
    background-image: url(../../others/images/back-topo-esquerda.png);
    background-repeat: no-repeat;
    float:left;
    
    position: relative;
}

#topo-centro {
	float:left;
	width: 972px;
    height: 264px;
    background-image: url(../../others/images/back-topo.png);
    background-repeat: repeat-x;
    
    position: relative;
}

#topo-direita {
    width: 15px;
    height: 264px;
    background-image: url(../../others/images/back-topo-direita.png);
    background-repeat: no-repeat;
    float:left; 
    
    position: relative;
}

#topo-cavalo {
    width: 223px;
    height: 264px;
    background-image: url(../../others/images/cavalo-topo-esquerda.png);
    background-repeat: no-repeat;
   
    position: absolute;
    top:0;
    left: 0;    
}

#topo-logo {
    width: 264px;
    height: 159px;
    background-image: url(../../others/images/logo-abcpampa.png);
    background-repeat: no-repeat;
    
    position: absolute;
    top: 69px;
    left: 640px;
}

#topo-logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#menu-topo {
    position: absolute;
    top: 15px;
    right: 50px;
}

#menu-topo li {
	height: 30px;
	font-size: 0.8em;
    float: left; 
    background-repeat: no-repeat;
    background-image: url("../../others/images/seta-topo.png");
    list-style: none;
}

#menu-topo a {
	padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 30px;
    
	font-size: 12px;
	font-family: verdana, arial, helvetica, sanf-serif;
    color: #000; 
}

/* fim - topo */

/* inicio - centro */
#centro {
    width: 1002px;
    height: 100%;
}
	
	
#centro-top {
    width: 1002px;
    height: 10px;
    background-image: url(../../others/images/back-centro-top.png);
    background-repeat: no-repeat;
    
    float:none;
    position: relative;
}

#centro-meio {
    width: 1002px;
    background-image: url(../../others/images/back-centro-centro.png);
    background-repeat: repeat-y;
    
    float: left;
}

#centro-bottom {
    width: 1002px;
    height: 10px;
    background-image: url(../../others/images/back-centro-bottom.png);
    background-repeat: no-repeat;

    clear: both;
}

#conteudo {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: #333333;
    
    line-height: 20px;
    
    width: 765px;
    
    padding-left: 10px;
    padding-right: 15px;
    
    float: right;
}

#conteudo td {
    vertical-align: top;	
}

#conteudo a {
    color: #333;
}

#conteudo p {
    text-align: justify;
    padding-bottom: 10px; 
}
/* fim - centro */

#menu-esquerda {
    padding-left: 10px;
    width: 200px;
    
    float: left;
}

#menu-esquerda h3 {
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    
    color: #fff;

    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    
    background-image: url(../../others/images/back-titulo-box.png);
    background-repeat: no-repeat;
}

#menu-esquerda li {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #999;
}

#menu-esquerda li a {
    color: #333;
}

#menu-esquerda li.last {
	padding-bottom: 20px;	
}

#menu-esquerda li.current {
	font-weight: bold;
}

#rodape {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #8B7E61;
	font-weight:bold;
    padding-top: 30px;
    width: 100%;
    text-align: center; 
    margin-bottom: 20px;

    clear: both;
}



div#sucesso {
    width: 100% - 30px;
    padding-top: 15px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    
    border: 1px dashed #366;
    background-color: #E4F1F1;
    
    color: #000000;
}



div.erro {
    width: 100% - 30px;
    padding-top: 15px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    
    border: 1px dashed #366;
    background-color: #eee;
    
    color: #ff0000;
}