/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
h1{
  border-bottom: solid 2px;
  padding: 0 0 10px 20px;
  width:540px;
  background: url('../pics/h_img.jpg') no-repeat;
}





/**************************************/
/*              HEADER                */
/**************************************/
#header{
  background-image: url('../pics/header_int.jpg');
  background-repeat: no-repeat;
  float:left;
  height:300px;
  position:relative;
  width:775px;

}

#home #header{
    height:340px;
    background-image: url('../pics/header.jpg');
    background-repeat: no-repeat;

}


#busca{
    left:610px;
  position:relative;
  top:6px;
  width:170px;
}

#busca:hover{
    cursor: pointer;
}

#busca input{
  margin:0;
  padding:1px;
  border:0;
}

#busca img{
    position:relative;
    top:3px;
}

#menu{
    position:absolute;
    left:230px;
    top:33px;
}

#menu ul{
  list-style: none;
}

#menu li{
  float:left;
  padding:0 7px;
}

#menu a{
  color:#fff;
  text-decoration:none;
}

#menu a:hover{
  text-decoration:underline;
}


#banner_content{
  position:absolute;
  top:95px;
  left:15px;
  float:left;

}




/**************************************/
/*             NAVIGATION             */
/**************************************/
.list h3{
  font-size: 1.2em;
}

.list ul{
list-style: none;
padding:0;
margin:0;
}

.list li{
list-style: none;
padding:0;
margin:0;
}


.list li a{
display:block;
  padding: 1px 0 1px 15px;
  background: url('../pics/seta.gif') no-repeat;
}

.list li a:hover{
  background: #e5e5e5 url('../pics/seta.gif') no-repeat;
}





/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#main{
  float: left;
  min-height:500px;
  width:600px;
  _width:550px;
  margin: 0 5px 0 15px;
}

#coluna_lateral{
	float: right;
	width: 154px;
}

#accordion h2{
  font-size: 1em;
  line-height:1em;
  width:100%;
  border-bottom: solid 2px;
  padding-bottom:3px;
}

#accordion h2 a{
  text-decoration:none;
}


#accordion tr, #accordion td{
  margin:1px;
  padding:1px;
}




/**************************************/
/*               FOOTER               */
/**************************************/
#footer{
  background:url('../pics/footer.jpg') no-repeat;
  bottom:0;
  float:left;
  height:100px;
  padding:20px 15px 10px 15px;
  text-align:center;
  width:750px;
}

#footer ul{
  list-style: none;
  margin:0 auto;

}

#footer li{
  /*float: left;*/
  display:inline;
}