/* CSS site Groom Brasil 2ª Edição
*************************************************************************************/

* {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

body {
	background-image:url(../imagens/bg-groom-brasil.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #002122;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #002122;
	border: solid 1px #025333;
}

#topo {
	background-image: url(../imagens/topo-groom-brasil.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 200px;
}
#topo-creative {
	background-image: url(../imagens/topo-groom-brasil_creative.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 200px;
}
#topo h1, #topo h2 {
	text-indent: -5000px;
}
#menu {
	width: 200px;
	background: url(../imagens/topo-menu.jpg) no-repeat left top;
	background-color:#025333;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 0px;
	border-bottom: solid 10px #06261a;
	margin-bottom: 20px;
	padding-top: 38px;
}
#conteudo {
	width: 700px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
}
#rodape {
	width: 960px;
	height: 30px;
	background-image: url(../imagens/bg-rodape.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#025333;
	clear: both;
}
.menu_principal {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.menu_principal a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_principal a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_principal a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.menu_principal a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_principal li {
	list-style-type: none;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	/*list-style-position: outside;
	list-style-image: url(../imagens/seta.png);*/
}

#box-selecionado-mes {
	width: 700px;
	height: 200px;
	background-image: url(../imagens/selecionados.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	float: left;
}

#box-patrocinadores {
	margin-bottom: 15px;
	float: left;
}
#box-todos-selecionados {
	width: 700px;
	height: 117px;
	background-image: url(../imagens/bg-box-todos-selecionados.jpg);
	background-repeat: no-repeat;
	float: left;
}
#box-todos-selecionados-descricao {
	margin-top: 15px;
}
#box-todos-selecionados-cont {
	width: 700px;
	height: 94px;
	background-image: url(../imagens/bg-box-todos-selecionados-cont.jpg);
	background-repeat: no-repeat;
	float: left;
}
#box-selecionado-mes-descricao{
	width: 700px;
	height: 200px;
	background-image: url(../imagens/selecionados.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#box-descricao-tosa {
	margin: 0px;
}
.titulo-descricao {
	width: 695px;
	height: 30px;
	line-height: 30px;
	background-image: url(../imagens/topo-selecionados.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 5px;
	text-align: left;
}
.link_destaque {
	color: #FFFF00;
	text-decoration: none;
}
.link_destaque a:link {
	color: #FFFF00;
	text-decoration: none;
}
.link_destaque a:visited {
	color: #FFFF00;
	text-decoration: none;
}
.link_destaque a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.link_destaque a:active {
	color: #FFFF00;
	text-decoration: none;
}
#full-banner {
	float: left;
	margin-bottom: 15px;
}
#formulario-pesquisa {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Popup Promocional
*************************************************************************************/

#popup-ganhadores {
	width: 350px;
	height: 280px;
	color:#FFFFFF;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: 10px;
	position: absolute;
	z-index: 100;
	border: solid 1px #FFFF99;
}
#botao-fechar {
	width: 30px;
	height: 24px;
	position: absolute;
	top: 5px;
	left: 315px;
}
input, select {
	padding: 2px;
}