@charset "utf-8";
/* CSS Document */

img{
    border-width: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width:100%;
        background-image:url(../img/site_r1_c2.jpg);
        background-repeat: repeat-x;
}
.holder #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height:123px;
	background-image:url(../img/site_r1_c2.jpg);
        background-repeat: repeat-x;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.holder #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #FFFFFF;
	min-height:430px;
	overflow: auto;
	
}

#menu {
	background: #20B5C9;
	height:30px;
	width:920px;
	margin:0 auto;
	margin-top:5px;
	}

ul.menubar{
  margin: 0px auto;
  padding-bottom: 10px;
  padding-left: 50px;
  background: #20B5C9;
	height:30px;
	width:920px;
	margin-top:5px;
	margin-left:-30px;
	margin-right:-20px;
}
 
ul.menubar .submenu{
  margin: 0px;
  padding: 0px;
  margin-left:10px;
  margin-right:10px;
  list-style: none;
  background: #20B5C9;
  float:left;
  height:30px;
}
 
ul.menubar ul.menu{
  display: none;
  position: absolute;
  margin: 0px;
    height:30px;
    background: #20B5C9;
}
 
ul.menubar a{
  padding: 5px;
  display:block;
  text-decoration: none;
   background: #20B5C9;
  color: #FFF;
  padding: 5px;
    height:30px;

 }
 
 ul.menubar a:hover{
 background:#09F;
   height:30px;

 }
 
ul.menu, ul.menu ul{
  margin: 0;
  padding: 0;
   background: #20B5C9;
  border-bottom: 1px solid #ccc;
  min-width: 150px; /* Width of Menu Items */
    height:30px;

}
 
ul.menu li{
   background: #20B5C9;
  position: relative;
  list-style: none;
  border: 0px;
  height:30px;

}
 
ul.menu li a{
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom: 0px;
  color: #FFF;
  height:30px;
  padding: 5px;
}

ul.menu li a:hover{
background:#09F; 
}

  
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
ul.menu ul{
  position: absolute;
  display: none;
  left: 149px; /* Set 1px less than menu width */
  top: 10px;
}
 
ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */
 
ul.menu li.submenu {    background: #20B5C9;
 }
 
ul.menu li a:hover { color: #FFF;
background:#09F; 
}
/*começo dos estilo do conteúdo*/

#home{
margin:20px auto;
/*margin-left:0;*/
margin-left:20px;
padding-right:0;
margin-right:0;
margin-bottom:0;
width:50%;
float:left;
height:100%;

}

#home .titulo{
color:#FFF;
margin:5px;
font-weight:bold;
}



#home .intro{
color:#000;
font-weight:lighter;
}

h1{
    color:#1FB4C9;
    font-size: larger;
}

h2{
    color:#FF0000;
    font-size:larger;
}

.headline{
margin-top:20px;
background:#7FC0DE;
padding: 5px;


}

.headline a{
text-decoration:none;
}


#dicas{
margin:20px auto;
/*margin-left:0;*/
margin-left:20px;
padding-right:0;
margin-right:0;
width:80%;
float:left;
height:100%;

}

#dicas .titulo{
color:#FFF;
margin:5px;
font-weight:bold;
}

#dicas .intro{
color:#000;
font-weight:lighter;
}

#dicas .intro{
color:#000;
font-weight:lighter;
}

.headline{
margin-top:20px;


}
#flash{
float:right;
width:350px;
position:relative;
margin:20px 0px 0px 20px;
padding:0px;
}

#flash p{
    font-size: smaller;
    text-align: justify;
}

#contato{
margin:20px auto;
/*margin-left:0;*/
padding-right:0;
margin-right:0;
width:80%;
float:left;
height:100%;

}

#flashcontato{
width:350px;
height:430px;
margin:25px 0px 0px 0px;
padding:0px

}




.holder #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#20B5C9;
}
.holder #footer p {
	height:15px;
	width:780px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:x-small;
	color:#FFF;
}


