/*
* -----------------------------------------------
* Structure Styles
* Author:   Diego Tres
* URL:      diegotres.com
* ----------------------------------------------- 
*/

/* BASE
--------------------------------------------- */
html {
    background: #fff url('../../img/common/bg-page-header-1.jpg') no-repeat center top;
}

body {
    background: url('../../img/common/bg-page-footer-1.png') no-repeat center bottom;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    color: #666;
    padding-bottom: 12px;
}



/* CONTAINER
--------------------------------------------- */
#main {
    width: 928px;
    margin: 0 auto;
    padding: 66px 26px 0;
    position: relative;
}



/* LOGIN
--------------------------------------------- */
#login {
    width: 218px;
    background: #00BDB9 url('../../img/common/bg-footer-login.png');
    padding-bottom: 5px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 9999;
    margin: 0 0 0 245px;
    display: none;
}

#login dt {
    background-image: url('../../img/common/tit-login.png');
    width: 218px;
    height: 31px;
    cursor: pointer;
}

#login dd {
    background: #00BDB9 url('../../img/common/bg-form-login.png');
    padding: 10px;
    display: none;
}

#login input {
    background: #EFEFEF;
    border: 1px solid #00A09E;
    width: 190px;
    color: #333;
}

#login input.login-submit {
    width: 83px;
    height: 18px;
    padding: 0;
    float: right;
}






/* HEADER
--------------------------------------------- */
#header {
    display: inline-block;
    width: 100%;
    height: 1%;
    zoom: 1;
    margin-bottom: 55px;
}

#header h1 {
    float: left;
}

#header h1 a {
    float: left;
    width: 187px;
    height: 49px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../../img/common/logo-luciano-werthein.png');
    
}

/* MAIN NAVIGATION */
#header nav {
    float: right;
/*    padding-top: 16px;*/
}

#header nav ul {
    float: right;
    position: relative;
}

#header nav ul li {
    background: url('../../img/common/separator-main-nav.png') no-repeat right center;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -.05em;
    text-transform: uppercase;
/*    background: #fc0 !important;*/
    padding: 20px 0;
    position: relative;
}

#header nav ul li:last-child {
    background: none;
}

#header nav ul li span {
    width: 11px;
    height: 14px;
    background: #fff url('../../img/common/bg-wing.png') no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 10;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter:alpha(opacity=0);
}

#header nav ul li strong {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 40px;
    z-index: 10;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter:alpha(opacity=0);
    height: 14px;
}

#header nav ul li strong.nav-home {
    width: 38px;
    background: #fff url('../../img/common/menu/home-menu.png') no-repeat;
}

#header nav ul li strong.nav-real-estates {
    width: 50px;
    background: #fff url('../../img/common/menu/imoveis-menu.png') no-repeat;
}

#header nav ul li strong.nav-clients {
    width: 116px;
    background: #fff url('../../img/common/menu/areacliente-menu.png') no-repeat;
}

#header nav ul li strong.nav-relationship {
    width: 116px;
    background: #fff url('../../img/common/menu/relacionamento-menu.png') no-repeat;
}

#header nav ul li strong.nav-central {
    width: 129px;
    background: #fff url('../../img/common/menu/centralvendas-menu.png') no-repeat;
}

#header nav ul li strong.nav-contact {
    width: 59px;
    background: #fff url('../../img/common/menu/contato-menu.png') no-repeat;
}












#header nav ul li a {
    padding: 0 10px 0 8px;
    text-decoration: none;
    color: #666;
}

#header nav ul li:last-child a {
    padding-right: 0;
}


#header nav ul li.current a {
/*    color: #f26622;*/
/*    background: url('../../img/common/bg-nav-hover.png') no-repeat center bottom;*/
/*    background: url('../../img/common/bg-wing.png') no-repeat 10px top;*/
}

#header nav ul li a:hover {
/*    color: #f26622;*/
/*    background: url('../../img/common/bg-wing.png') no-repeat left top;*/
}

#header nav ul li ul {
    position: absolute;
    left: -50px;
    top: 40px;
    background: url('../../img/common/bg-subnav.png') no-repeat left top;
    width: 720px;
    float: left;
    z-index: 8888;
    padding-left: 10px;
    display: none;
    height: 0;
    overflow: hidden;
}


#header nav ul li ul li {
    background: transparent;
    margin: 0 !important;
    padding: 0 !important;
}

#header nav ul li ul li a {
    font-size: 11px;
    font-weight: bold;
    background: none !important;
    float: left;
    color: #fff !important;
    padding: 13px 10px 15px;
}

#header nav ul li ul li a:hover {
    text-decoration: underline;
}

/* FOOTER
--------------------------------------------- */
#footer {
    width: 100%;
    height: 1%;
    zoom: 1;
    margin-top: 20px;
    display: block;
    clear: both;
}

#footer nav,
#footer .center {
    width: 928px;
    margin: 0 auto;
    padding: 0 26px;
}

#footer nav ul {
    padding: 30px 0 15px; 
}

#footer nav ul li {
    display: inline;
    height: 1%;
    zoom: 1;
    border-right: 1px solid #999;

}

#footer nav ul li:last-child {
    border-right: none;
}

#footer nav ul li a {
    color: #999;
    text-decoration: none;
    display: inline-block;
    height: 1%;
    zoom: 1;
    padding: 0 12px 0 10px;
}

#footer nav ul li a:hover {
    color: #f27134;
    text-decoration: underline;
}

#footer nav ul li:first-child a {
    padding-left: 0;
}

#footer nav ul li ul {
    display: none;
}

/* ADDITIONAL INFORMATION */
#footer section.additional-information {
    margin-top: 18px;
}

#footer section.additional-information .center {
    position: relative;
}

#footer section.additional-information p.copyright {
    color: #999;
    padding-bottom: 4px;
    width:600px;
}

#footer section.additional-information address {
    color: #f27134;
    font-style: normal;
    width:650px;
}

#footer section.additional-information .neotix 
{
	float:right;
	width:100px;
	margin-top:-20px;
	position:relative;
}

#footer section.additional-information a.sitemap {
    color: #f27134;
    background: url('../../img/common/bg-footer-sitemap.png') no-repeat left center;
    padding: 0 0 0 28px;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    right: 58px;
    z-index: 1;
}











#news {
    background: url('../../img/common/bg-news.png') no-repeat left top;
    width: 300px;
    height: 252px;
    float: left;
    margin: 0 100px 30px 0;
    padding: 30px 0 0 70px;
}

#news h1 {
    background-image: url('../../img/common/tit-news.png');
    width: 100px;
    height: 20px;
}

#news dl dt {
    margin: 30px 0 20px 0;
    font-size: 21px;
    color: #333;
}

#news dl dd {
    line-height: 18px;
    height: 102px;
    float: left;
    position: relative;
}

#news dl dd a {
    width: 194px;
    height: 18px;
    background-image: url('../../img/common/bt-more-news.png');
    float: right;
    margin: 18px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}










#testimonials {
    background: url('../../img/common/bg-news.png') no-repeat left top;
    width: 330px;
    height: 222px;
    float: left;
    margin: 0 40px 30px 0;
    padding: 30px 0 0 70px;
    position: relative;
}

#testimonials h1 {
    background-image: url('../../img/common/tit-testimonials.png');
    height: 23px;
}

#testimonials dl dt {
    display: none;
    /*margin: 30px 0 20px 0;
        font-size: 21px;
        color: #333;*/
}

#testimonials dl dd {
    line-height: 18px;
    background: url('../../img/common/bg-testimonials.png') no-repeat left top;
    padding: 60px 90px 10px 0;
    margin-top: 30px;
    height: 102px;
    width: 240px;
    float: left;
    display: block;
}

#testimonials a {
    width: 194px;
    height: 18px;
    background-image: url('../../img/common/bt-see-testmonials.png');
    float: right;
    margin: 18px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}












#relationship {
    width: 448px;
    height: 215px;
    float: right;
    padding-top: 30px;
}

#relationship h1 {
    width: 197px;
    height: 20px;
    background-image: url('../../img/common/tit-relationship.png');
    margin-bottom: 10px;
}

#relationship ul li {
    width: 196px;
    float: left;
    margin-right: 56px;
    overflow: hidden;
}

#relationship ul li:last-child,
#relationship ul li.last {
    margin-right: 0;
}

#relationship ul li#blog {
    padding: 20px 0 0 0;
}

#relationship ul li#blog dl dt {
    width: 147px;
    height: 72px;
    background-image: url('../../img/common/tit-blog.png');
    
}

#relationship ul li#blog dl dd a {
    background-image: url('../../img/common/bt-blog.png');
    width: 194px;
    height: 18px;
    margin-top: 18px;
    float: left;
}

#relationship ul li#twitter dl dt {
    width: 196px;
    height: 92px;
    background-image: url('../../img/common/tit-twitter.png');
}

#relationship ul li#twitter dl dd a {
    background-image: url('../../img/common/bt-twitter.png');
    width: 194px;
    height: 18px;
    margin-top: 18px;
    float: left;
}

#relationship dl dd {
    height: 100px;
    float: left;
    line-height: 18px;
    position: relative;
}
#relationship dl dd a {
    position: absolute;
    left: 0;
    bottom: 0;
}
























#sales {
    width: 100%;
    clear: both;
    background: url('../../img/common/bg-sales.png') no-repeat 0 40px;
    display: inline-block;
    height: 1%;
    zoom: 1;
}

#sales h1 {
    width: 229px;
    height: 20px;
    background-image: url('../../img/common/tit-sales.png');
}

#sales ul.first {
    float: left;
    width: 100%;
}

#sales ul.first li.first {
    float: left;
    width: 222px;
    height: 110px;
    padding: 20px 0 0 100px;
    line-height: 18px;
}

#sales ul.first li.first a,
#sales ul.first li.first a:visited
{
	text-decoration:underline;
	color:#666666;
}

#sales ul.first li.last {
    background: url('../../img/common/separator-contact.png') no-repeat left 20px;
    float: left;
    padding: 20px 0 0 30px;
    margin-left: 20px;
    width: 556px;
}

#sales ul.first li.last dl {
    width: 315px !important;
    float: left;
}

#sales ul.first li.last dl dt {
    width: 312px;
    height: 20px;
    background-image: url('../../img/common/tit-contact.png');
}

#sales ul.first li.last dl dd {
    font-size: 11px;
    margin-top: 5px;
}

#sales ul.first li.last dl dd:last-child {
    background-image: url('../../img/common/contact-big-phone.png');
    width: 308px;
    height: 46px;
    margin-top: 8px;
}

#sales ul.first li nav {
    width: 192px;
    float: right;
    overflow: hidden;
    display: block;
}

#sales ul.first li nav ul {
    float: left;
    width: 192px;
}

#sales ul.first li nav ul li {
    width: 192px;
    float: left;
    background: url('../../img/common/marker-1.png') no-repeat left center;
    padding: 4px 0 3px 8px;
    margin: 0;
    height: auto;
    border-bottom: 1px dotted #FF5A00;
}

#sales ul.first li nav ul li a {
    color: #00AB99;
    text-decoration: none;
}

#sales ul.first li nav ul li a:hover {
    text-decoration: underline;
}










fieldset {
    width: 100%;
}

fieldset label {
    width: inherit;
    float: left;
    display: block;
    padding: 10px 0 0 0;
}

fieldset label span {
    width: inherit;
    display: block;
}

fieldset input,
fieldset textarea,
fieldset select {
    background: #EFEFEF;
    color: inherit;
    padding: 3px;
    border: 1px solid #D1D1D1;
    margin: 5px 0 10px 0;
    display: block;
/*    width: inherit;*/
    float: left;
}














a.rep {
/*    width: 194px;*/
/*    height: 18px;*/
/*    background-image: url('../../img/common/bt-more-news.png');*/

    text-indent: 0 !important;
    overflow: auto !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
    background-color: #239F9E;
    display: block;


    background-image: url('../../img/common/bt-mark.png') !important;
    _background-image: none !important;
    
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    line-height: 18px;
    padding: 0 0 0 10px;
}


a.rep:hover {
    _background-color: #f4864a !important;
}
