/*
Document   :       style
Created on :       29/12/2011, 14:54:04
Author     :       Fernando
Description:
*/


body {
    margin: 0px;
}

#main,#header,footer,#middle {
    width: 995px;
}

#main {
    height: inherit;
    margin-top: 5px;
    margin-bottom: 5px;
}

#header {
    height: 226px;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-position: left;
}

#middle{
    display: inline;
}

#leftsidemenu{
    float: left;
    width: 200px;
    padding-bottom: 20px;
    border-radius: 0 20px 0 0;
}

#leftsidemenu ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#clientmenu{
    border-radius: 0 20px 0 0;
    overflow: auto;
}

#businessmenu{
    border-radius: 0 0 0 20px;
    overflow: auto;
}

#leftsidemenu ul li div{
    padding-top: 8px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    width: 160px;
    height: 25px;
    float: left;
    cursor: pointer;
    text-align: left;
    text-indent: 10px;
    word-wrap: no;
}

#leftsidemenu ul li:hover div{
    cursor: pointer;
    font-style: italic;
}

#clientmenu, #businessmenu{
    width: 160px;
    margin: 0px;
    margin-top: 20px;
}

#conteudo{
    float: right;
    width: 755px;
    height: inherit;
    text-align: justify;
    font-family: Arial;
    margin: 10px;
    margin-top: 0px;
    border: 0px;
    border-radius: 20px;
    padding: 10px;
    background-color: white;
    height: inherit;
}

#conteudo div{
    margin: 0;
}

#contato{
    font-size: 16px;
	width: 100%;
	height: 450px;
}

#textoapresentacao{
    font-size: 13px;
    margin-top: 0px;
}

h2{
    margin: 0px;
	text-align: center;
}

h3{
    margin: 0px;
}

#homebottom{
    margin-top: 30px;
    border: 0px;
}

#ultimasnoticias{
    margin-top: 10px;
    float: left;
    width: 533px;
}

/*inicio da agenda*/
#agendatributaria{
    float: right;
    padding: 0px;
    width: 200px;
}

#cal{
    font-size: 12px;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 8px 8px 8px 8px !important;
}

.dia, .bold, #cal div{
    width: 28px !important;
}

#cal .mes{
    width: 100% !important;
}
/*fim da agenda*/

#footer {
    clear: inherit;
    background: none;
    text-align: center;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    font-family: Tahoma,sans-serif;
    font-size: 12px;
    line-height: 25px;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: rgb(0,70,111);
	text-decoration: underline;
}

iframe{
    border: 0px;
}