/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 10px 0;
    background: #FFFFFF url(../imagens/img1.jpg) repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
}

h1, h2, h3 {
    color: #000000;
}

input, select, textarea {
    background-color: #0000CC;
    padding: 1px;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0px;
    border: 1px solid #cac5a3;
    border-color: #000066;
}

.focus_in {   
    background-color: #990000;
    color: #FFFF00;   
}

.focus_out {   
    background-color: #0000CC;
    color: #FFFFFF;
}   

input:hover, select:hover, textarea:hover
{
    background-color: #990000;
    padding: 1px;
    color: #FFFF00;
    font-size: 11px;
    margin: 0px;
    border: 1px solid #cac5a3;
    border-color: #990000;
}

input[type='submit'], input[type='button']
{
    cursor: pointer;
    background-color: #990000;
    color: #FFFFFF;
    font-size: 12px;
} 

input[type='submit']:hover, input[type='button']:hover
{
    cursor: pointer;
    background-color: #993300;
    color: #FFFF00;
    font-size: 12px;
    text-transform: uppercase;
} 

table {
    border: none;
    padding: 5px;
    border-spacing: 0;
}

#texto_inf_1 {
    margin: 0 0 0 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

#texto_inf_2 {
    margin: 0 0 0 0;
    padding: 0;
    color: #FFC;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}

#fundo_tab {
    background-color: #FFFFFF;
}

#des_tab_1 {
    background-color: #003399;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

#des_tab_2 {
    background-color: #990000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
}

#des_tab_3 {
    background-color: #000066;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

#dados_tab {
    background-color: #003399;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
}

#cab_tab {
    background-color: #990000;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
}

#rodape_tab {
    background-color: #990000;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
}


#lin_tab_p {
    background-color: #003399;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
}

#lin_tab_i {
    background-color: #0080C0;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
}

#pag_at {
    background-color: #FFFFFF;
    color: #000066;
    font-size: 13px;
    font-weight: bold;
}

#pag_ds {
    background-color: #FFFFFF;
    color: #CCCCCC;
    font-size: 13px;
    font-weight: bold;
}

#menu_tab {
    background-color: #FFFFFF;
    color: #000066;
    font-size: 13px;
    font-weight: bold;
}

#msg_tab {
    background-color: #990000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#msg_erro_1 {
    margin: 0 0 0 0;
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
}

p, blockquote, ul, ol {
    margin-bottom: 1.8em;
    line-height: 0%;
    text-align: left;
}

a {
    color: #00FFFF;
    text-decoration: none;
    border: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

img.left {
    float: left;
    margin: 0 15px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 15px;
}

.boxed {
}

.heading {
    height: 30px;
    padding: 14px 0 0 20px;
    background: #004BD7;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFFFFF;
}

.pesquisa {
    padding: 10;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 190px;
}

.content {
    padding: 10;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 500px;
}

.menu_pri {
    padding: 20px 20px 0 30px;
    background-color: #000066;
    width: 170px;
    height: 484px;
}

.both {
    padding: 0px;
    margin: 0px;
    clear: both;
    overflow: hidden;
    text-indent: -9999px;
}

#header {
    width: 765px;
    height: 260px;
    margin: 0 auto;
    background: url(../imagens/img2.gif) no-repeat right top;
}

#logo {
    float: left;
    width: 260px;
    height: 250px;
    background: url(../imagens/img1.gif) no-repeat;
    text-transform: uppercase;
}

#logo h1 {
    margin-right: 50px;
    padding: 100px 0 70px 40px;
    background: url(../imagens/objetivo.png) no-repeat 82% 60px;
    font: normal 52px Impact, Arial, Helvetica, sans-serif;
}

#logo h2 {
    padding: 0 0 0 42px;
    letter-spacing: 2px;
    font: bold 8px Tahoma, Arial, Helvetica, sans-serif;
}

#logo a {
    text-decoration: none;
    color: #FFFFFF;
}

#ad468x60 {
    float: right;
    padding: 28px 32px 0 0;
    height: 100px;
}

#menu {
    float: right;
}

#busca {
    padding: 28px 0 0 0;
    float: left;
    width: 505px;
    height: 36px;
    margin: 0 0 0 0;
}

#menu ul {
    margin: 0;
    padding: 30px 20px 20px 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    padding: 0 10px 0 16px;
    background: url(../imagens/img4.gif) no-repeat left center;
    text-transform: uppercase;
    text-decoration: none;
    font: bold 8px Tahoma, Arial, Helvetica, sans-serif;
    color: #004BD7;
}

#menu a:hover {
    text-decoration: underline;
}

#menu .first a {
    background: none;
}

#menu_esq {
    float: left;
}

#menu_esq ul {
    margin: 0;
    padding: 0 0 0 0;
    list-style: circle;
    color: #FFFF00;
}

#menu_esq li {
    margin: 0;
    display: list-item;
    padding: 0 0 0 0;
}

#menu_esq a {
    padding: 0 0 0 0;
    text-transform: capitalize;
    text-decoration: none;
    font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
    color: #99FFFF;
}

#menu_esq a:hover {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

#menu_esq .first a {
    background: none;
}


#page {
    width: 760px;
    margin: 0 auto;
}

#content {
    float: right;
    width: 503px;
}

#content .heading {
    background: #004BD7 url(../imagens/img6.gif) no-repeat;
}

#content ul, #content ol {
    margin-left: 3em;
}
#menu_pri {
    float: right;
    width: 503px;
}

#menu_pri .heading {
    background: #004BD7 url(../imagens/img6.gif) no-repeat;
}

#menu_pri ul, #content ol {
    margin-left: 3em;
}

#sidebar {
    float: left;
    width: 223px;
    padding-left: 20px;
}

#sidebar .heading {
    background: #004BD7 url(../imagens/img5.gif) no-repeat;
}

#sidebar li {
    margin-bottom: 1.5em;
}

#footer {
    width: 765px;
    height: 59px;
    margin: 0 auto;
    background: #E50606 url(../imagens/img7.gif) no-repeat;
    text-align: center;
    font-size: 77%;
    color: #000000;
}

#legal {
    margin: 0;
    padding: 20px 0 0 0;
    line-height: normal;
    color: #FFFFFF;
    text-align: center;
}

#legal a {
    color: #FFFFFF;
}

#links {
    margin: 0;
    padding: 30px 0;
    line-height: normal;
    text-align: center;
}

#descprod {
    padding: 0px 4px 4px 4px;
    margin-left: 10px;
    margin-bottom: 30px;
    border: none;
    float: left;
    width: 138px;
    height: 162px;
}

#imgprod img {
    padding: 4px 4px 0px 4px;
    margin-left: 9px;
    background-color: #FFFFFF;
    background-position: center;
    float: none;
    width: 120px;
    height: 100px;
}

#nomprod {
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 4px 4px 4px 4px;
    background-color: #000066;
    text-align: center;
    font-size:11px;
    vertical-align: middle;
    float: none;
    width: 138px;
    height: auto;
}		 

#valprod {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #000066;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    float: none;
    width: 120px;
    height: auto;
}		 

#nomprod a:hover {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

#infbox {
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    background-position: center;
    width: 480px;
    height: auto;
}

#infdsprod {
    padding: 0px 0px 0px 12px;
    background-color: #FFFFFF;
    background-position: center;
    text-align: left;
    color: #0000FF;
    font-size: 14px;
    width: 200px;
    height: auto;
}

#infimg img {
    padding: 0px 0px 2px 0px;
    background-color: #FFFFFF;
    background-position: center;
    float: left;
    width: 260px;
    height: 240px;
    border: none;
}

#infthumbs { 
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    width: 260px;
    height: auto;
}

#detalhes a { 
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

#popupDep
{
    filter: alpha(opacity=90);
    background-color: #990000;
    color: white;
    display: none;
    position: absolute;
    top: 70%;
    left: 60%;
    margin-left: -150px;
    margin-top: -100px;
    padding: 10px;
    width: 300px;
    height: 130px;
    border: 2px solid #FFFF00;
}

table.nome td {
    color:#FF0;
}

#BoxProg
{
    display: block;
    background-color: #FFF;
    color: white;
    padding: 0px;
    border: 1px solid #990000;
    width: 400px;
    height: 96px;
}

#BarraProgTit {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 400px;
    height: 30px;
    background-color: #990000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#BoxBarra {
    border: 2px solid blue;
    width: 360px; 
    height: 20px;
}			  

#Progresso {
    background-color: blue;
    width: 1px;
    height: 20px;
}
