@charset "UTF-8";
/* CSS Document */
* {
	margin: 0 auto;
	/* safari form gambi - retira cor do focus */
	outline: none;
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	color: #666;
}
a {
	font-size: 10px;
	color:#666;
	font-family: Arial;
	text-decoration: none;
	border-bottom: solid 1px #999;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color:#666
}
a:hover {
	text-decoration: none;
	color: #333;
	border-bottom: solid 1px #333;
}
a:active {
	text-decoration: none;
	color: #666;
}

a.titulo {
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	line-height: 22px; 
	border: 0;
}
a.titulo:hover {
	border-bottom:  1px solid #aaa;
}
a.thumb,a.thumb:link,a.thumb:visited,a.thumb:hover,a.thumb:active {
	border: 0;
}
a.semborda,a.semborda:link,a.semborda:visited,a.semborda:active {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	font-weight: bold;
	text-align: left;
}
h1 {
	font-size: 14px;
	color: #333;
	padding-left: 15px;
	padding-bottom: 2px;
	border-bottom:  1px solid #aaa;
	line-height: 22px; 
}

h2 {
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	border-bottom:  1px solid #aaa;
	line-height: 22px; 
	padding-left: 15px;
}
h3 {
	font-size: 12px;
	color:#CCC;
	text-transform: uppercase;
	padding-left: 15px;
}
p {
	font-size: 10px;
	font-family: Arial;
	color:#666;
	text-align:justify;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 15px;
}
p.topo {
	font-size: 10px;
	font-family: Arial;
	color:#666;
	text-align:justify;
	line-height: 16px;
	padding-left: 0px;
}
p.shortabout {
	text-align:left;
}
img {
	text-decoration:none;
}
li {
	text-align:left;
	padding-top: 5px;
	*padding-left:10px;
	*list-style-type:bullet;
	*list-style-position:inside;
	*padding-top: 0px;
	*margin-top: 5px;
}

/* DIV'S */

#geral {
	width: 983px;
	border: 0px;
	/* display: block; */
	text-align: center;
	vertical-align: bottom;
	float: left;
	height: 45px;
	margin: 0px auto;
	padding: 0;
}
#top {
	width: 983px;
	height: 45px;
	border: 0px;
	/* display: block; */
	margin: 0 auto;
	padding: 0;
	top: 0px;
	text-align: center;
}
#logo {
	width: 176px;
	height: 45px;
	border-bottom: 1px solid #aaa;
	float:left;
	padding-top: 15px;
	/* display:block; */
	margin: 0 px auto;
	padding: 0 px;
	text-align: right;
	margin-right:16px;
}
#endereco {
	width: 500px;
	height: 45px;
	border-bottom: 1px solid #aaa;
	float:left;
	padding-top: 15px;
	/* display:block; */	
	margin: 0 px;
	padding-bottom: 0 px;
}
#endereco p{
	text-align: left;
	vertical-align:bottom;
	padding-bottom: 0px;
	padding-top: 20px;
}
#newsletter {
	width: 275px;
	height: 45px;
	border-bottom: 1px solid #aaa;	
	float:right;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	/* display:block; */
	margin: 0px auto;
    margin-top: -10px;
}
#youtubemashup {
	width: 500px;
}
#main {
	width: 983px;
	border: 0px;
	margin: 0 auto;
	padding: 0;
	top: 60px;
	text-align: center;

}

#rightbar {
	width:275px;
	margin:0px;
	padding:0px;
	float:right;
	padding-top:20px;
	*padding-top:30px;
}
#perfil {
	width:176px;
	margin-right:16px;
	border:0;
	padding:0px;
	float:left;
	padding-top:18px;
	*padding-top:28px;
}

#conteudo {
	width: 500px;
	height: 45px;
	float:left;	
	margin: 0 px;
	padding-bottom: 0 px;
	top: 0px;
	padding-top:20px;
	*padding-top:30px;
}
