/*==============================================================================
/* Estilos para ideaconsultoria.com.br
/*============================================================================*/

/*==============================================================================
/* Elementos HTML
/*============================================================================*/
body {background-color:#eeeaeb;}

a {text-decoration:none;}
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#990000;}
a:active {color:#990000;}

h1 {margin-bottom:0.2em;}
h2 {margin-bottom:0.2em;}
h3 {margin-bottom:0.2em;padding-bottom:0.1em;}
h4 {margin-bottom:0.2em;}
h5 {font-weight:bold;margin-bottom:0.5em;}
h6 {line-height:1.25;font-weight:bold;margin-bottom:0.5em;}

p {margin:0;padding:0;}

form * {margin:0;padding:0;}

ul,ol {padding-left:2.2em;}

/*==============================================================================
/* Estrutura b�sica do site
/*============================================================================*/

#top-bkg-wrapper {
    /*background-color: #000;*/
    /*background-image: url("../img/89366.png");*/
}

#top-wrapper {
    background-color:#fff;
	border:1px solid #cccccc;
	border-bottom:0;
	margin-top:6em;
}

#center-bkg-wrapper {
    background-color: #000;
}

#center-wrapper {
    background-color: #fff;
	border: 1px solid #cccccc;
	border-top: 0;
}

/*==============================================================================
/* Textos, Cores e Decora��es
/*============================================================================*/
.red-font {color:#990000;}
.white-font {color:#fff;}
.gray-font {color:#525252;}

.border-dotted {border-bottom:1px dotted #525252;}

.text {text-align:justify;}

/*==============================================================================
/* Cabe�alho da p�gina
/*============================================================================*/
#header {
	position:relative;
}

#header-logo { 
    top: -50px;
    position: absolute;
}

#header-info {
    margin-top: 20px;
    font-size: 18px;
    text-align: right;
    color: #525252;
}

/* Formul�rio de pesquisa */
#search-form {
    margin-top: 20px;
    width: 200px;
    float: right;
}

#search-keyword {
    float: left;
}

#search-keyword input {
	background-color: #525252;
	border: 1px solid #525252;
	width: 170px;
	color: #fff;
	margin-top: 0;
}

#search-submit-buttom {
	float: right;
}

#search-submit-buttom input {
	border: 1px solid #525252;
	background-color: #525252;
	width: 26px;
	height: 18px;
	color: #fff;
}

/*==============================================================================
/* Navega��o
/*============================================================================*/
#menu-wrapper {
    margin: 3px 0 15px 0;
}

.topnav {
	list-style: none;  
	padding: 0;  
	margin: 0;  
	background: #525252;  
	font-size: 1.2em;	
	height: 33px;	
}

.topnav li {  
    float: left;  
    margin: 0;  
    padding: 0;  
    position: relative; 
}  	

.topnav li a {  
    padding: 6px 10px;  
    color: #fff;  
    display: block;  
    text-decoration: none;  
    float: left;  
	border-right: 1px solid #fff;
}  		

.topnav li a:hover {  
	background-color: #990000;
}  	


/*==============================================================================
/* Box para destaques
/*============================================================================*/
#destaque {
	background-color: #5d0202;
	background-image: url(../img/destaques.png); 
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding: 10px;
}

#destaque a {color: #fff;}
#destaque a:hover {text-decoration: underline;}


/*==============================================================================
/* Links �teis
/*============================================================================*/
.links-uteis {
	text-align: left; 
}
.links-uteis form {
	text-align: left;
	padding: 0;
	margin: 0;
}
.links-uteis form select {
	width: 220px;
}


/*==============================================================================
/* Formul�rios
/*============================================================================*/
.form input {
	width: 100%;
	margin-top: 0;
}

.form textarea {
	margin-bottom: 3px;
}

.checkbox {
	margin: 10px 0;		
}

.checkbox input {
	float: left;
	width: 14px;
	margin-right: 3px;
}	

.checkbox p {
	float: left;
	margin-top: 1px;
}	

.btn-wrapper {
	padding-top: 7px;
}

.btn {
	border: 0;
	background-color: #525252;
	color: #fff;
	width: 70px !important;
}

.btn:hover {
	font-weight: bold;
}

.errorlist {
	color: #990000;
	font-weight: bold;
}

/*==============================================================================
/* Galeria de fotos
/*============================================================================*/

.galeria div {
	height: 120px;
	margin-bottom: 10px;
	text-align: center;
}

.galeria img {
	border: 1px solid #ccc; 
    padding: 5px; 
}
	
/*==============================================================================
/* Rodap�
/*============================================================================*/
#footer {
    background-color: #525252;
	border: 1px solid #525252;
	height: 62px;
}

#footer-address {
	color: #fff;
	padding: 3px 0 0 0;
}


