﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    padding: 0px;
    margin: 0px;
    background-image: url('../Images/grid.gif');
    font-family: Arial;
    font-size: 12px;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}



.Content-style a, .Content-style a:link, .Content-style a:visited, .Content-style a:hover, .Content-style a:active
{
    color: #29416C !important;
    text-decoration: none;
}
/* HEADINGS   
----------------------------------------------------------*/


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.top
{
    width: 100%;
    background-image: url('../Images/bg_top.png');
    height: 184px;
    min-height: 184px;
}

.contentPage
{
    width: 960px;
    margin: 0px auto 0px auto;
    background-color: #FFFFFF;
}

.header
{
    width: 962px;
    height: 184px;
    min-height: 184px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../Images/top.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 13px;
    margin: 0px 0px 0px 0px;
    min-height: 500px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    height: 30px;
    width: 100%;
    background-color: #29416C;
    bottom: 100px;
    text-align: center;
    color: #FFFFFF !important;
    font-weight: bold;
    line-height: 30px;
}

.footer a
{
    font-weight: normal;
    color: #FFFFFF !important;
    text-decoration: none;
}
.footer a:hover
{
    font-weight: normal;
    color: #FFFFFF !important;
    text-decoration: underline;
    cursor: pointer;
}

.space
{
    height: 50px;
    width: 100%;
}

#menuTop
{
    float: right;
}

/* TAB MENU   
----------------------------------------------------------*/
.menu
{
    position: absolute;
    height: 30px;
    top: 154px;
    float: right;
    vert-align: middle;
    width: 960px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/


/* MISC  
----------------------------------------------------------*/

.logo
{
    margin-left: 15px;
    margin-top: 8px;
    position: absolute;
    height: 160px;
    width: 140px;
    top: 5px;
    z-index: 5;
}


.siteName
{
    position: absolute;
    margin-left: 158px;
    top: 74px;
    color: #29416C;
    font-size: 60px;
    font-weight: bold;
}

.categories_path
{
    padding-bottom: 10px;
}

.categories_path a
{
    color: #29416c !important;
    font-weight: bold !important;
}

.back /* path back button in product*/
{
    background-image: url('../Images/btt_back.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px !important;
}

.ProductDescription
{
    font-size: 13px !important;
    color: #737578 !important;
}

.ProductImage
{
    float: left;
    border: 1px !important;
    border-color: #414142 !important;
    padding-right: 10px;
}

.ProductIntro
{
    color: #737578 !important;
}

.ProductRef {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #737578 !important;
}

.ProductName
{
    font-weight: bold !important;
    font-size: 16px !important;
    color: #29416c !important;
}

.ProductLinks:hover
{
    color: #29416c !important;
    font-weight: bold !important;
    text-decoration: underline;
}

.ProductLinks, .ProductLinks:visited, .ProductLinks:link, .ProductLinks:active
{
    color: #29416c !important;
    font-weight: bold !important;
}

.ProductFile
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 23px !important;
    color: #737578 !important;
    line-height: 20px !important;
}
.ProductFile:visited {
    color: #737578 !important;
}

.ProductFile:hover
{    
    color: #737578 !important;
    text-decoration: underline;
}

.SiteLinks 
{
    color: #29416c !important;
    font-weight: bold !important;
}

.bold {
    font-weight: bold;    
}

/*Background image files****************************************/
._png
{
    background-image: url('../Images/fileicons/png.png');
    background-repeat: no-repeat;
    background-position: left center;
}

._pdf {
    background-image: url('../Images/fileicons/pdf.png');
    background-repeat: no-repeat;
    background-position: left center;
}

._txt {
    background-image: url('../Images/fileicons/txt.png');
    background-repeat: no-repeat;
    background-position: left center;
}

._doc     
{
    background-image: url('../Images/fileicons/doc.png');
    background-repeat: no-repeat;
    background-position: left center;
}

._docx {
    background-image: url('../Images/fileicons/docx.png');
    background-repeat: no-repeat;
    background-position: left center;
}

._7z    
{
    background-image: url('../Images/fileicons/7z.png');
    background-repeat: no-repeat;
    background-position: left center;
}



/****************************************Background image files*/

/*Utilitários**********************************************************************************/
.noFocus:focus {
    outline: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center 
{
    text-align: center;
    margin: auto;
}

.separadorTop {
    border-top: 1px solid #E0E0E0;
    padding-top: 5px;
    margin-top: 5px;
}

.box {
    border: 1px solid #E0E0E0;
    background-color: #FFFFFF;
    padding: 5px;
}

.link, link:visited, link:active
{
    text-decoration: none;
    color: #696969 !important;
}
.link:hover
{
    color: #696969 !important;
    text-decoration: underline;
}
        
.link-cats-prod, .link-cats-prod:visited, .link-cats-prod:hover, .link-cats-prod:active {
    text-decoration: none !important;
}
/**********************************************************************************Utilitários*/