/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body{
	padding: 0px; 
	margin: 0px; 
	background: #FDFEFF url(../imagens/bg.png) repeat-x; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

a, a:visited {
	color: #3C95F5;
	text-decoration: none;
}

a:hover {
	color: #3C95F5;
	text-decoration: underline;
}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#menusTopo {
	position: relative;
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background: #DDE5E7;
}

/** Menus **/
ul.arrowunderline{
	list-style-type:none;
	padding: 7px 0 0 0;
	float: left;
	font: normal 13px Helvetica;
	width: 600px;
}

ul.arrowunderline li{
	display:inline;
	margin-right: 30px; /* spacing between each menu item */
	color: #333;
}

ul.arrowunderline li a{
	position: relative;
	padding: 2px 5px; /*spacing between each menu item and arrow underline beneath it */
	text-decoration: none;
	color: #333;
}

ul.arrowunderline li a:hover{
	background-color: #fff;
	padding: 2px 5px;
}

#cabecalho {
	position: relative;
	width: 900px;
	height: 150px;
	margin: 30px 0;
	float: left;
}

#cabecalho .logo {
	width: 200px;
	height: 80px;
	float: left;
	margin-right: 200px;
}

#cabecalho .logo h1 {
	font-size: 1.2em;
	color: #fff;
}

#cabecalho .logo img {
	border: none;
	margin-bottom: 10px;
}

#cabecalho .aovivo {
	width: 485px;
	height: 250px;
	float: left;
	border: 7px solid #DDE5E7;
}

#boxCorpo {
	position: relative;
	width: 900px;
	float: left;
	margin: 15px 0 50px 0;
}

#boxCorpo .boxProgramacao {
	position: relative;
	width: 500px;
	margin: 90px 0 0 0;
	float: left;
	color: #666;
}

#boxCorpo .boxTwitter {
	position: relative;
	width: 360px;
	margin: 0 40px 0 0;
	float: left;
}

#boxCorpo .boxTwitter ul {
	margin-top: 10px;
}

#boxCorpo .boxTwitter ul li {
	color: #666;
	list-style: none;
	font-size: 0.9em;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #E0E0E0;
}

#boxCorpo .boxTwitter ul li a {
	text-decoration: underline;
	color: #5383C2;
}

#boxCorpo .boxTwitter ul li a:hover {
	text-decoration: none;
	color: #5383C2;
}

#footer {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 40px;
}

#footer .footerBase {
	position: relative;
	margin: 20px auto;
	width: 900px;
	border-top: 3px solid #DDE5E7;
}

#footer .boxTexto {
	width: 300px;
	float: left;
	margin: 5px 105px 20px 0;
}

#footer .boxTexto p {
	color: #666;
	font-size: 0.7em;
}

#footer .boxLogos {
	width: 190px;
	float: right;
	margin-top: 5px;
}

#footer .boxLogos img {
	border: none;
	margin-left: 30px;
}	
