@import "/css/top_v10.css";
@import "/css/footer_v10.css";

/* CSS Document */

html {
	background:url(/trofeuinternet/images/background.jpg) no-repeat 50% 240px;
}

body{
	margin:0px;
	background-image:url(/trofeuinternet/images/topo.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
:focus {
	outline: 0;
}
h1 {
	display:none; /* Esconde o h1 do layout, só o google vê */
}
p {
	/*
	margin:0px;
	padding:0px;
	*/
	color:#FFFFFF;
	font-size:11px;
}
h3 {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:14px;
}
img {
	border:0px;
}
a {	
	margin:0px;
	padding:0px;
	color:#FFFFFF;	
	font-size:11px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* --------------------------------------- =MENU --------------------------------------- */
#nav {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
ul#nav li{
	float:left;
	margin-left:0px;
	margin-right:0px;
}
ul#nav li a{
	height:40px;
	display:block;
	float:left;
	text-decoration:none;
	text-indent: -900em;
}

#nav .nav-comofunciona a{
	width: 280px;
	background:url(/trofeuinternet/images/nav-comofunciona.png) no-repeat center;
}

#nav .nav-regulamento a{
	width: 255px;
	background:url(/trofeuinternet/images/nav-regulamento.png) no-repeat center;
}

#nav .nav-voteaqui a{
	width: 255px;
	background:url(/trofeuinternet/images/nav-voteaqui.png) no-repeat center;
}
#nav .nav-compartilhe a.btnShare{
	width: 32px;
	height:32px;	
}
#nav .nav-compartilhe a.btnShare#compartilhe_twitter{
	margin:5px 0 0 0;
	background:url(images/share-twitter.png) no-repeat left top;
}
#nav .nav-compartilhe a.btnShare#compartilhe_twitter:hover{
	background-position:0 -32px;
}
#nav .nav-compartilhe a.btnShare#compartilhe_facebook{
	margin:5px 0 0 5px;
	background:url(images/share-facebook.png) no-repeat left top;
}
#nav .nav-compartilhe a.btnShare#compartilhe_facebook:hover{
	background-position:0 -32px;
}

/* --------------------------------------- =Classes --------------------------------------- */

.topo{
	background-image:url(images/topo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
