/* 
    Document   : style
    Created on : 28/05/2012, 09:46:46
    Author     : leandro.caballero
    Description:
        Style global.
*/

body{
    width:984px;
    background-color: #EFEFEF;
    width: 992px;
    margin: 0 auto;
}

body header{
    width: 992px;
    height: 109px;
    background: url('../images/head.png') no-repeat 0 0 transparent;
    
}

header #mainNav .seperator:hover .industry,#mainNav li.name_menu:hover .submenu{
	display: block;
}

a{
    text-decoration: none;
}

