@charset "utf-8";

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

body, html {
	background-image: url(../img/background-claro.png);
	background-color: #fefef6;
	background-repeat:no-repeat;
	min-width: 960px;
	
}

/* CORPO */

#main {
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right:auto;
	margin-top: -8px;
}

#menu {
	width: 760px;
	overflow: hidden;
	padding-top: 43px;
	margin-left:auto;
	margin-right:auto;
	
}

#topo {
	width: 960px;
	height: 250px;
	padding-top: 16px;
}

#content {
	padding-top: 20px;
	overflow:hidden;
	width: 960px;
	background-image: url(../img/contetbg.png);
	background-repeat: repeat-y;
	text-align: justify;
	background-attachment: scroll;	
}
  
#content a {
	color:#060;
	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #060;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}


#content a:hover {
	color: #666;
}

#coluna {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;	
	overflow:hidden;
	width:230px;
	height:auto;
	float:left;
	padding: 10px 10px;
	margin-left: 50px;
}


#conteudo {
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	width: 630px;
	height:auto;
	float:right;
	padding: 10px 10px;
	font-size: 12px;
	color: #666;
}

#footer {
		width: 960px;
		height: auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:center;
		color:#333;
		
}

#footer a {
	color:#060;
	
}

#footer a:hover {
	color: #666;
}

/* MENU */

ul {
	list-style: none;
	
}
	
ul li ul {
	display: none;
	width: 108px;
	position:absolute;
	padding-top: 15px;
	}
	
ul li:hover ul {
	display: block;
	}
	
	
ul li ul li {
	width: 108px;
	font-size: 14px;
	text-transform:none;
}
	

li {
	
	float: left;
	padding: 15px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-image: url(../img/menu-a.png);
	font-size: 18px;
	color: #FFF;
	text-shadow: #060 1px 1px;
}

li:hover {
	background-image: url(../img/hover.png);
	color: #FFF;
	text-shadow: #000 1px 1px;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#CCC;
}


/* EDIÇÕES */

b, i, strong, em {
	color: #36C;
}

linemenu {
	color: #060;
	}
