/*----------------------------------------*/
/* Elementos Comuns */
/*----------------------------------------*/
html, body
{
    height: 100%;
}
body
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
    color: #4c4c4c;
    height: 100%;
}
*
{
    margin: 0;
    padding: 0;
}
*:focus
{
    outline: none;
}
.clr
{
    clear: both;
}
form
{
    margin: 0;
    padding: 0;
}
hr
{
    border: 0;
    color: #dedede;
    background-color: #dedede;
    height: 1px;
    margin: 10px 0px 6px 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5
{
    margin-bottom: 15px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #444444;
}
h1
{
    font-size: 36px;
    line-height: 30px;
}
h2
{
    font-size: 24px;
    line-height: 28px;
}
h3
{
    font-size: 18px;
    line-height: 20px;
}
h4
{
    font-size: 16px;
    line-height: 18px;
}
h5
{
    font-size: 12px;
    margin: 3px 0px;
    padding: 0px;
    letter-spacing: 1px;
}

/* links */
a
{
    color: #2f87aa;
    text-decoration: none;
}
a:visited
{
    color: #2f87aa;
    text-decoration: none;
}
a:hover
{
    color: #4ba7cc;
}
a img
{
    border: none;
}
.imgleft
{
    float: left;
    padding: 5px 12px 0px 0px;
}
.imgright
{
    float: right;
    padding-left: 12px;
}

/* blocos */
p, ul, ol, blockquote
{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #4c4c4c;
}
ul, ol
{
    margin: 10px 0 35px 40px;
}
li ol, li ul
{
    font-size: 1.0em;
    list-style: square;
    margin-bottom: 0;
    margin-top: 0;
}
li ol
{
    list-style: decimal;
}


/*----------------------------------------*/
/* Slider - Pagina principal */
/*----------------------------------------*/
#slider1
{
    width: 960px; /* important to be same as image width */
    height: 280px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
#slider1 h2
{
    font-size: 24px;
    color: #000;
    margin-bottom: 0px;
}
#slider1 h3
{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
}
#slider1Content
{
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
}
.slider1Image
{
    float: left;
    position: relative;
    display: none;
}
.slider1Image span
{
    position: absolute;
    font-size: 12px;
    padding: 15px 20px;
    width: 960px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.clear
{
    clear: both;
}
.slider1Image span strong
{
    font-size: 24px;
}
.right
{
    right: 0;
    bottom: 0;
    width: 330px !important;
    height: 255px;
}
.right p
{
    color: #fff;
}
ul
{
    list-style-type: none;
}
a.more
{
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background: #2f87aa;
    color: #ffffff;
}

/*----------------------------------------*/
/* Estrutura do site */
/*----------------------------------------*/
/* #main_container{background-image:url(../images/bg-top-container.gif); background-repeat:repeat-x; background-color:#fff; min-height:82%;} */
#bottom_container
{
    background-image: url(../images/bg-container-bottom.gif);
    background-position: top;
    background-repeat: no-repeat;
    height: 54px;
}
#header_effect
{
    background-image: url(../images/bg-container-bottom.gif);
    background-position: top;
    background-repeat: no-repeat;
    height: 1px;
}
#centercolumn
{
    width: 960px;
    margin: 0px auto 0px auto;
}
#top
{
    height: 153px;
    width: 960px;
}
#logo
{
    width: 600px;
    padding: 16px 0px 0px 15px;
    float: left;
}
#topmenu
{
    width: 960px;
    float: left;
    height: 74px;
}

/*----------------------------------------*/
/* Links e Navegação */
/*----------------------------------------*/
#nav
{
    float: left;
    list-style-type: none;
    margin: 20px 0px 0px 0px;
}
#nav li
{
    float: left;
    border-right: 1px solid #cbcbcb;
}
#nav li a:link, #nav li a:active, #nav li a:visited
{
    display: block;
    padding: 4px 20px;
    text-decoration: none;
    line-height: 20px;
    outline: none;
    text-align: left;
    font-size: 18px;
    color: #7c7c7c;
}
#nav li:hover, #nav li a:hover, #nav li.selected a, #nav li.current_page_item a
{
    color: #2a7ea0;
}
span.descmenu
{
    font-size: 11px;
    padding: 0px 20px;
    color: #989797;
    text-transform: lowercase;
}

/*----------------------------------------*/
/* Login de usuário */
/*----------------------------------------*/
#login-box
{
    margin-left: 830px;
    position: absolute;
    padding: 10px 0px 0px 0px;
}
#login
{
    float: right;
    width: auto;
}
#s
{
    font: 12px Georgia, "Times New Roman" , Times, serif;
    font-size: 11px;
    color: #c8c9be;
    padding: 3px 30px 2px 3px;
    background: none;
    border: 1px solid #d9d9d9;
    width: 100px;
}
#s:focus
{
    border: 1px solid #adacac;
    color: #adacac;
}
#login .go
{
    position: absolute;
    margin: 2px 0 0 -26px;
    background: url(../images/search-icon.gif);
    height: 17px;
    width: 18px;
    cursor: pointer;
    border: none;
}

/*----------------------------------------*/
/* Pagina principal, colunas de conteudos */
/*----------------------------------------*/
#content
{
    width: 960px;
}
#maincontent
{
    padding: 20px 0px 30px 0px;
    float: left;
}
.h-line
{
    padding: 4px 0px;
}
#main
{
    width: 610px;
    float: left;
}
#maintext
{
    padding: 0px 0px 20px 0px;
}
#maintext h2
{
    margin: 0px;
}
#maintext h1
{
    color: #00adee;
}
#maintext_portfolio
{
    padding: 0px 0px 0px 0px;
}
#side
{
    width: 312px;
    margin: 8px 0px 0px 38px;
    float: left;
}
.sidebox
{
    padding: 10px 18px 5px 18px;
    margin-bottom: 14px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.box-main
{
    width: 290px;
    float: left;
    padding: 28px 0px 0px 0px;
}
.spacer
{
    width: 30px;
    float: left;
    display: block;
    height: 100%;
}
.icon
{
    width: 77px;
    height: 92px;
    float: left;
}
.box-main span.read-more
{
    margin-right: 10px;
}

.sidebox-top
{
    background-image: url(../images/top-border-side.gif);
    background-repeat: no-repeat;
    background-position: top;
    height: 4px;
}

/*--------------------------------------*/
/* Lista da coluna direita */
/*--------------------------------------*/
ul.about-list, .widgets ul
{
    color: #BDBDBD;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.about-list li, .widgets li
{
    background-image: url(  "../images/arrow.gif" );
    background-position: 0 2px;
    background-repeat: no-repeat;
    line-height: 13px;
    padding: 0 0 15px 22px;
}
ul.about-list li a, ul.about-list li a:visited, .widgets li a, .widgets li a:visited
{
    color: #4C4C4C;
    text-decoration: none;
}
ul.about-list li a:hover, .widgets li a:hover
{
}


/*--------------------------------------*/
/* Rodapé */
/*--------------------------------------*/
#footer
{
    width: 960px;
    margin: 0px auto;
    color: #a0a0a0 !important;
}
#footer a, #footer a:visited
{
    color: #a0a0a0;
    text-decoration: none;
}
#foot a:hover
{
    text-decoration: underline;
}
#copyright-foot
{
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
    color: #a0a0a0;
}
#rss-foot
{
    width: 30px;
    padding: 20px 0px 0px 0px;
    float: right;
    color: #a0a0a0;
}

/*--------------------------------------*/
/* Slider */
/*--------------------------------------*/
#slider1
{
    width: 960px; /* important to be same as image width */
    height: 280px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
#slider1 h2
{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0px;
}
#slider1 h3
{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
}
#slider1Content
{
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
}
.slider1Image
{
    float: left;
    position: relative;
    display: none;
}
.slider1Image span
{
    position: absolute;
    font-size: 12px;
    padding: 15px 20px;
    width: 960px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.clear
{
    clear: both;
}
.slider1Image span strong
{
    font-size: 24px;
}
.right
{
    right: 0;
    bottom: 0;
    width: 330px !important;
    height: 255px;
}
ul
{
    list-style-type: none;
}
a.more
{
    display: inline-block;
    margin-top: 5px;
    padding: 5px 10px;
    background: #2f87aa;
    color: #ffffff;
}


/*--------------------------------------*/
/* Conteudo */
/*--------------------------------------*/
#content h4
{
    margin-bottom: 8px;
}
#main_text
{
    padding: 20px 0px 0px 0px;
}

/*--------------------------------------*/
/* Contato */
/*--------------------------------------*/
.map
{
    width: 276px;
    height: 183px;
    padding-bottom: 8px;
}
#address
{
    padding-bottom: 15px;
}
#address ul
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
#address ul li
{
    list-style-type: none;
    padding: 5px 31px;
    color: #444444;
}
#address ul li a, #contact ul li a:visited
{
    color: #444444;
    text-decoration: none;
}
#address ul li.mail
{
    background-image: url(../images/icon-mail.jpg);
    background-repeat: no-repeat;
    background-position: 0 5px;
}
#address ul li.phone
{
    background-image: url(../images/icon-phone.jpg);
    background-repeat: no-repeat;
    background-position: 0 5px;
}
#address ul li.address
{
    background-image: url(../images/icon-globe.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
img.alignright
{
    float: right;
    padding-left: 12px;
}
img.alignleft
{
    float: left;
    padding: 5px 12px 0px 0px;
    display: inline;
}
img.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.alignright
{
    float: right;
}
.alignleft
{
    float: left;
}
.wp-caption
{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
}
.wp-caption img
{
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text
{
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.aligncenter, div.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.screenReader
{
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.thanks
{
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    padding: 10px;
    text-align: center;
}

/*--------------------------------------*/
/* Formulários */
/*--------------------------------------*/
ol.forms
{
    float: left;
    list-style: none;
    margin: 0;
    width: 100%;
    color: #6b6b6b;
}
ol.forms li
{
    clear: both;
    float: left;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
}
ol.forms label
{
    cursor: pointer;
    font-weight: normal;
    padding-right: 20px;
    width: 100%;
    display: block;
}
ol.forms file, ol.forms input, ol.forms textarea
{
    font: inherit;
    padding: 2px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    width: 406px;
    padding: 5px 5px 5px 5px;
    margin: 0px;
    color: #6b6b6b;
    clear: both;
}
ol.forms textarea
{
    height: 100px;
}
ol.forms input:focus, ol.forms textarea:focus
{
    background-color: #f8f8f8;
    border-color: #c9c9c9;
}
.error
{
    color: #f00;
}
ol.forms li .error
{
    font-size: 11px;
    margin-left: 5px;
}
ol.forms li.textarea .error
{
    display: block;
    float: right;
    margin-right: 55px;
}
ol.forms li.screenReader
{
    margin-bottom: 0;
}
ol.forms li.buttons button
{
    background-image: url(../images/but-send.gif);
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 73px;
    height: 21px;
    cursor: pointer;
    float: right;
    margin-right: 42px;
}
ol.forms li.buttons button:hover
{
    color: #222;
}
ol.forms li.buttons button:active
{
    left: -1px;
    position: relative;
    top: -1px;
}
ol.forms li.buttons, ol.forms li.inline
{
    float: left;
    width: 460px;
}
ol.forms li.inline input
{
    width: auto;
}
ol.forms li.inline label
{
    display: inline;
    float: none;
    width: auto;
}

.input-submit
{
    background-image: url(../images/but-send.gif);
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 73px;
    height: 21px;
    cursor: pointer;
    float: right;
    margin-right: 192px;
}




#feature-box
{
    background-image: url( "../images/feature.gif" );
    background-repeat: no-repeat;
    height: 96px;
    padding: 12px 0 0 10px;
}
.feature
{
    background-image: url( "../images/feature-line.gif" );
    background-position: right center;
    background-repeat: no-repeat;
    color: #909090;
    float: left;
    font-size: 11px;
    height: 76px;
    line-height: 18px;
    width: 312px;
}
.feature-last
{
    color: #909090;
    float: left;
    font-size: 11px;
    line-height: 18px;
    width: 312px;
}
.feature h3
{
    color: #909090;
    margin-bottom: 8px;
}
.feature-last h3
{
    color: #909090;
    margin-bottom: 8px;
}
.img1
{
    float: left;
    padding-left: 20px;
    padding-right: 10px;
}
.img2
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.img3
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

