*
{
    margin: 0;
    padding: 0;
}
html, body
{
    height: 100%;
}
body
{
    background: url(images/main-bg.jpg) no-repeat center top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    line-height: 1.3125em;
    color: #403e3e;
}

input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.clear
{
    clear: both;
}

.alignright
{
    text-align: right;
}
.aligncenter
{
    text-align: center;
}

.wrapper
{
    width: 100%;
    overflow: hidden;
}
.container
{
    width: 100%;
}

p
{
    margin-bottom: 21px;
}

.tail-top
{
    background: url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom
{
    background: url(images/tail-bottom.gif) left bottom repeat-x;
}


/*==================forms====================*/
input, select
{
    vertical-align: middle;
    font-weight: normal;
}
img
{
    border: 0;
    vertical-align: top;
    text-align: left;
}
object
{
    vertical-align: top;
}

#contacts-form fieldset
{
    border: none;
}
#contacts-form label
{
    display: block;
    height: 42px;
}
#contacts-form label input
{
    width: 260px;
    padding: 1px 0 1px 3px;
    color: #403e3e;
}
#contacts-form textarea
{
    width: 260px;
    height: 110px;
    padding: 1px 0 1px 3px;
    margin-bottom: 27px;
    color: #403e3e;
    overflow: auto;
}
#contacts-form .button
{
    float: right;
    margin-left: 4px;
}

/*==================list====================*/
/*ul { list-style:none;}


/*==================other====================*/
.img-indent
{
    margin: 0 20px 0 0;
    float: left;
}
.img-box
{
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
.img-box img
{
    float: left;
    margin: 0 20px 0 0;
}

.img-box-thumb
{
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
.img-box-thumb img
{
    float: left;
    margin: 0 20px 0 0;
    width: 50%;
}

/* IMG Thumb */
.imgThumbComerc
{
    border-style: none;
    width: auto;
    height: 100px;
}
.imgThumbComerc a:hover
{
    border-style: 2px;
}

.extra-wrap
{
    overflow: hidden;
}

.p1
{
    margin-bottom: 5px;
}
.p2
{
    margin-bottom: 10px;
}
.p3
{
    margin-bottom: 20px;
}

/*==================txt, links, lines, titles====================*/
a
{
    color: #b70101;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}


h1
{
    font-size: 25px;
    text-align: center;
    float: left;
    background: url(images/logo.gif) no-repeat 40px top;
    margin: 10px 0 0 0;
    padding: 50px 22px 0 42px;
    letter-spacing: 2px;
}
h1 a
{
    display: block;
    line-height: .91em;
    text-decoration: none;
    border-bottom: 1px solid #373737;
    color: #373737;
}
h1 span
{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 21px;
    position: relative;
    margin-top: -2px;
    display: block;
}
h2
{
    font-size: 2.46em;
    color: #aa0101;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1em;
    margin-bottom: 21px;
}
h3
{
    font-size: 1.38em;
    font-weight: normal;
    line-height: 1.1em;
    letter-spacing: -1px;
    margin-bottom: 19px;
}
h4
{
    font-size: 1em;
    color: #b60202;
    margin-bottom: 11px;
}
h5
{
    font-size: 1.em;
    color: #b60202;
}
h6
{
    font-size: 2.5em;
    color: #aa0101;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1em;
}
h7
{
    font-size: 1.em;
    color: #b60202;
}
h8
{
    font-size: 1.5em;
    color: #b60202;
	font-weight: bold;
}

.link1
{
    display: block;
    float: left;
    background: url(images/link1-left.gif) no-repeat left top #555;
    color: #fff;
    text-decoration: none;
}
.link1 b
{
    display: block;
    background: url(images/link1-right.gif) no-repeat right top;
    padding: 1px 12px 2px 12px;
    font-style: normal;
}
.link1:hover
{
    text-decoration: underline;
}
.link1.fright
{
    float: right;
}

.button
{
    float: left;
}
.button.fright
{
    float: right;
}
.button span
{
    display: block;
    background: url(images/link2-left.gif) no-repeat left top;
    padding-left: 12px;
}
.button span span
{
    background: url(images/link2-right.gif) no-repeat right top;
    padding-right: 11px;
    padding-left: 0;
}
.button span span a
{
    display: block;
    background: #a90101;
    padding: 1px 2px 2px 2px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
}
.button span span a:hover
{
    text-decoration: underline;
}

.line-hor
{
    background: #3a3c52;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 20px 0 20px 0;
}
.line-ver
{
    background-image: url(images/line-ver.gif);
    background-repeat: repeat-y;
    width: 100%;
}

/*==================boxes====================*/
.box
{
    border: 1px solid #e3e3e3;
    background: #f4f4f4;
}
.box .inner
{
    padding: 5px 5px 5px 5px;
    font-size: 1em;
}

.box1
{
    background: url(images/extra-bg.gif) no-repeat 537px top #fff;
    width: 100%;
}
.box1.alt-1
{
    background: url(images/extra-bg.gif) no-repeat 793px top #fff;
}
.box1 .inner
{
    padding: 16px 18px 16px 18px;
}

.box2
{
    border: 1px solid #e5e5e5;
}
.box2.alt
{
    background: url(images/box2-bg.jpg) no-repeat left bottom;
}
.box2 .inner
{
    padding: 11px 14px 16px 15px;
}
.box2.alt .inner
{
    padding-bottom: 18px;
}
.box2 h3
{
    margin-bottom: 28px;
}

.dept-list
{
    padding-bottom: 0 !important;
}
.dept-list dt
{
    margin-bottom: 21px;
    font-weight: normal !important;
    color: #403e3e !important;
}
.dept-list dd
{
    clear: both;
    margin: 0 !important;
}
.dept-list dd span
{
    float: left;
    width: 92px;
}
.dept-list dd p
{
    text-align: left;
}


/*header*/
#header .row-1
{
    height: 132px;
}
#header .row-2 .col-2 .indent
{
    padding: 75px 0 0 20px;
}

/*#header .nav { float:right;}*/
#header .nav
{
    padding: 0 0 0 220px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header .nav li
{
    display: inline;
}
#header .nav li a
{
    display: block;
    float: left;
    background: url(images/nav-bg1.gif) repeat-x;
    padding: 105px 15px 10px 15px;
    margin-left: 1px;
    font-size: 1em;
    text-decoration: none;
    color: #5f5f5f;
}
#header .nav li a:hover
{
    background: url(images/nav-bg2.jpg) left top repeat-x;
    color: #fff;
}
#header .nav li a.current
{
    background: url(images/nav-bg2.jpg) left top repeat-x;
    color: #fff;
}

#header .top-links
{
    padding: 22px 35px 0 38px;
}
#header .top-links dt
{
    font-size: 20px;
    line-height: 1em;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
#header .top-links dt:first-line
{
    font-size: 15px;
    line-height: 1em;
    font-weight: normal;
}
#header .top-links dd
{
    background: url(images/arrow1.gif) no-repeat 8px 8px;
    border-bottom: 1px solid #960202;
    padding: 0 0 4px 22px;
    margin-bottom: 5px;
    font-size: 1.15em;
}
#header .top-links dd a
{
    color: #fff;
    text-decoration: none;
}
#header .top-links dd a:hover
{
    text-decoration: underline;
}
#header .top-links dd.last
{
    border-bottom: none;
}

#header .slogan
{
    font-size: 23px;
    color: #b30101;
    line-height: 1.2em;
    margin-bottom: 14px;
}
#header .slogan strong
{
    display: block;
    color: #373737;
    font-size: 35px;
}
#header .row-2 .col-2 p
{
    font-size: 1.10em;
    color: #5f5f5f;
    line-height: 1.2em;
    margin-bottom: 71px;
}
#header .button
{
    float: left;
    background: url(images/button.gif) no-repeat left top;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 123px;
    height: 37px;
    line-height: 37px;
    text-decoration: none;
}
#header .button:hover
{
    text-decoration: underline;
}

/*content*/
#content
{
    background: url(images/content-tail.gif) left top repeat-x #f8f7f7;
    width: 100%;
}
#content .inside
{
    background: url(images/content-bg.jpg) no-repeat left top;
    padding: 35px 20px 5px 20px;
}

#content dl
{
    padding-bottom: 20px;
}
#content dl.alt
{
    padding: 0;
    background: none;
}
#content dl dt
{
    font-weight: bold;
    color: #b60202;
}
#content dl dt span
{
    font-weight: normal;
}
#content dl dd
{
    margin-bottom: 12px;
}
#content dl dd.last
{
    margin: 0;
}

#content .gallery
{
    width: 596px;
    overflow: hidden;
    padding: 0;
}
#content .gallery dt
{
    float: left;
    margin-right: 22px;
    width: 320px;
    height: 278px;
}
#content .gallery dt img
{
    margin-bottom: 20px;
}
#content .gallery dt a
{
    color: #403e3e;
    font-weight: normal;
}
#content .gallery dd
{
    float: left;
    margin: 0 22px 22px 0;
}
#content .gallery dd.alt
{
    margin-right: 0;
    background: none;
}
#content .gallery dd.last
{
    text-align: center;
    width: 254px;
    float: right;
    margin: 0;
}
#content .gallery dd a
{
    color: #403e3e;
}

#content ul
{
    margin-bottom: 21px;
}
#content ul.alt
{
    background: none;
    margin-bottom: 8px;
}
#content ul li
{
    color: #b60202;
    padding-bottom: 5px;
}

/*footer*/
#footer
{
    border-top: 2px solid #e5e3e3;
    margin-top: 19px;
    text-align: right;
    color: #000;
}

/*==========================================*/

#comercializacao li
{
    margin-bottom: 10px;
}
.title
{
 font-size: 100%;   
}