/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Paulo Cezar (COM Z... hahahaha!!!)
* @author Marcelo Nascimento
*/
* {
	margin: 0;
	padding: 0;
}

html 
{
    background: #333333 url('bg_top.gif') repeat-x top center;
}



body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: url('bg.gif') repeat-y top center;
	text-align: center;
    width: 100%;
    display:table;
    /*  url('bg_top.gif') repeat-x top left */
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #252424; }
a:hover { text-decoration: underline; }

a {
	margin: -3px;
	padding: 3px;
	color: #888888;
	line-height: 16px;
}

a[href^="http:"]{
	padding: 3px 20px 3px 3px;
	background: url('external_link.gif') no-repeat center right ;

}

a[href^="http://www.mecontrate.com"] , a[href^="http://mecontrate.com"]{
	background: none;
    padding: 3px;
}

a:hover {
    background-color: #252424;
    text-decoration: underline;
    color: #ccff00;
}


a img { margin:12px 0; border: none; }


img { padding: 5px; border: solid 1px #252424; background: #2b2a2a; margin: 30px 0 30px 0; display:block; }

iframe { margin: -55px 0px 0px -10px; }

hr {
	display: block;
	width: 100%;
	height: 1px;
    border: none;
	clear:both;
    border-top: dashed 1px #666666;
	margin: 5px 0;
}

em {
    color: #ccff00; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;  
} 

#main {
    width: 1081px;
    margin: 0 auto 0;
    text-align: left;
    min-height: 1000px;
    height: auto !important;
    height: 1000px;

}





#header {
    
    width: 951px;
    height: 43px;
    text-align: left;
    background: url('bg_header.jpg') no-repeat top center;
    padding: 24px 0 0 130px;
}

#header h1 {
    display:block;
    width: 463px;
    height: 22px;
    
    background: url('title.gif') no-repeat top left;
    overflow:hidden;
    text-indent: -999px;    
}

/* t l b r alterar posição do menu */
#menu {
    margin: 25px 62px 45px 125px;
    width: 200px;
    height: 100%;
    float:left;
    display:inline;
	font: 11px Verdana, Tahoma, Helvetica, Arial;
}

#menu ul {
	list-style: none;
	margin: 0 0 25px 0;
}

#menu ul li {
	margin: 6px 0;
	
}

#menu ul a {
	margin: -3px;
	padding: 3px;
	color: #d7d4d4;
	line-height: 16px;
}

#menu ul a:visited {
	color: #b3b0b0;
}

#menu li.active a, #menu li.active a:visited, #menu ul a:hover {
    background: #000;
    text-decoration: underline;
    color: #b1dd00;
}


#menu ul li.section-title {
    font: 12px Verdana, Tahoma, Helvetica, Arial;
    color: #ffffff;
    font-weight:bold;
}

#Indexhibit li {
    color: #666;
}

/* t l b r alterar posição do conteudo */
#content {
    display:block;
    float:left;
    margin: 34px 0 0 0;
    font: 11px Verdana, Tahoma, Helvetica, Arial;
    letter-spacing: 0.2px;
    line-height: 18px;
    width: 570px;
    color: #fff;
}




.texto {
    display:block;
    float:left;
    font: 10px Verdana, Tahoma, Helvetica, Arial;
    font-style:italic;
    letter-spacing: 0.8px;
    line-height: 18px;
    color: #d6d6d6;
}


.container {
    padding: 5px 5px 25px 5px;
    
}

#content p { margin-bottom: 20px;  }

p {
    margin: 0 0 35px 0;
}

h1 { font-size: 16px; font-family: Georgia, Palatino, Times New Roman; font-style: italic; line-height: 6px; margin: 0 0 0 0;  }
h2 { font-size: 11px; font-family: Georgia, Palatino, Times New Roman; font-style: italic; color: #b1dd00; font-weight:normal; line-height: 4px; margin: 0 0 30px 0; }
h3 { font-size: 14px ; line-height: 8px; margin: 0 0 2px 0;  }
h4 { font-size: 10px Verdana, Tahoma, Helvetica, Arial; color: #b1dd00; line-height: 15px; margin: 0 0 5px 0;}

txt { font-size: 11px Georgia, Palatino, Times New Roman; font-weight:normal; letter-spacing: 1px; background: #252424;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

a.topo { background:url('topo.jpg') no-repeat top center; width:140px; height:41px; display:block; background-color:none; text-indent:-999em; overflow:hidden; padding:0; margin-top:30px; }
a:hover.topo { background:url('topo.jpg') no-repeat bottom center; }


#once { clear: left; }

.clearfix
{
    clear:both;
    display:block;
    height: 100%;
    }