@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0px;
	text-align:center;
	font-weight:bold;
}

#header, #container, #footer{
	margin:0 auto;
	width:790px;
}

#header{
	background:url(../imagens/container_fundo.jpg) center repeat-y;
	padding:20px 0px;
	height:80px;
}

#logo{
	border:0px;
	margin:15px 25px;
	float:left;
}

#slogan{
	margin:5px 25px 0px 0px;
	float:right;
}

#navigator{
	background:#FF0000;
	height:30px;
	margin:0px 10px 10px 10px;
	padding:0px;
}

#navigator ul{
	margin:0 auto;
	width:540px;
}

#navigator ul li{
	display:inline;
}

#navigator ul li a{
	float:left;
	font-size:11px;
	color:white;
	padding:0px 8px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-transform:uppercase;
	margin:0px;
}

#navigator ul li a:hover{
	background:url(../imagens/navigator_hover.jpg) left repeat-x;
}

#navigator ul li a.selected{
	background:url(../imagens/navigator_hover.jpg) left repeat-x;
	font-size:12px;
}

#container{
	background:url(../imagens/container_fundo.jpg) center repeat-y;
	margin:0 auto;
	padding:0px;
}


#footer{
	clear:both;
	background:url(../imagens/footer_fundo.jpg) top center no-repeat;
	padding-top:5px;
}

h1{
	border-bottom:#CCCCCC 1px solid;
	color:#666666;
	font-size:14px;
	text-align:left;
	text-transform:capitalize;
	margin:5px;
}

a{
	color:#666666;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#000000;
}


#push{
	clear:both;
}

#footer{
	clear:both;
	background:url(../imagens/footer_fundo.jpg) top center no-repeat;
	padding-top:10px;
}

#footer a{
	font-size:13px;
	margin:5px;
}

.campoObrigatorio{
	color:#FF0000;
}

#right{
	float:left;
	width:210px;
	margin:0px 0px 0px 2px;
}	

#right form{
	margin:0px;
	padding:0px;
	text-align:right;
}

#right form label, form select{
	float:left;
}

#right form label{
	text-align:right;
	font-size:11px;
	display:block;
	width:50px;
	text-transform:capitalize;
	padding:3px 0px;
	color:#444444;
}

#right form select{
	font-size:10px;
	margin:2px;
	width:150px;
	text-transform:capitalize;
}

#right form input{
	font-size:10px;
	margin:1px 3px;
}

#right form br{
	clear:both;
}

#right a{
	display:block;
	border-bottom:#CCCCCC 2px solid;
	border-right:#CCCCCC 2px solid;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	margin:5px;
	padding:0px;
}

#right a img{
	border:0px;
	margin:2px;
	vertical-align:middle;
}
