* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-image: url(../imagens/detalhe_fundo.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #1fbab1;
	font-size: 13px;
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 777px;
	text-align: left;
	background-color: #FFFFFF;
}
#header{
	background-image: url(../imagens/header.png);
	height: 226px;
	width: 777px;
	left: 0px;
	top: 0px;
}
#header a{
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 70px;
	font-family: "Courier New", Courier, mono;
	margin-top: 30px;
}
#navlist{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 27px;
	width: 777px;
	top: 225px;
}
#navlist li{
	display: inline;
	list-style-type: none;
	margin: 0;
}
#navlist a {
	padding: 3px 10px;
	background-image: url(../imagens/button.gif);
	height: 20px;
	width: 91px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#navlist a:hover{background-image: url(../imagens/buttonover.gif);}
#n1{left: 0px;}
#n2{left: 111px;}
#n3{left: 222px;}
#n4{left: 333px;}
#n5{left: 444px;}
#n6{left: 555px;}
#n7{left: 666px;}
#leftside{
	float: left;
	padding: 20px 10px 10px 10px;
	width: 230px;
	text-align: center;
}
#leftside h3{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00306f;
	border-right-color: #00306f;
	border-bottom-color: #00306f;
	border-left-color: #00306f;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin-left: 35px;	
	margin-top: 35px;	
}
#content{
	margin-top: 252px;
	position: absolute;
	width: 777px;
	background-color: #FFFFFF;
}
#picture1{
	margin-left: 35px;
	height: 150px;
	width: 200px;
	background-image: url(../imagens/photoofthemonth.jpg);
	border: 3px solid #00306f;
}
#picture2{	
	margin-left: 35px;
	height: 150px;
	width: 200px;
	background-image: url(../imagens/bikeofthemonth.jpg);
	border: 3px solid #00306f;
}
#footer{
	clear: both;
	background-color: #FFFFFF;
	position: relative;
	height: 46px;
	background-image: url(../imagens/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rightside{
	float: right;
	width: 500px;
	background-color: #FFFFFF;
	margin-right: 25px;
	margin-top: 20px;
	overflow: hidden;
}
#rightside p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 460px;
}
#rightside h1{
	margin: 10px 0px 10px 0px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #033387;
}
#rightside span{
	margin-top: 10px;
	margin-bottom: 4px;
	width: 430px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #649721;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 23px;
	margin-right: 10px;
}
#footer a{color: #fff;}
#footer a:hover{color: #fff;}
#imagepreloader{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

/* --------------- */


h1 {
	font-family: Verdana, Arial, Sans-Serif;
	color: #037f22;
	font-size: 40px;
	padding: 1px;
	margin: 2px 2px 2px 35px;
	letter-spacing: 1px;
}

h2 {
	position: absolute;
	left: 50%;
	top: 175px;
	margin-left: -340px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #249;
	font-size: 30px;
	padding: 1px;
}

h3 {
	font-family: Verdana, Arial, Sans-Serif;
	color: #444;
	font-size: 21px;
	padding: 5px 1px 1px 1px;
	margin: 2px;
}

a {
	color: #393;
	text-decoration: none;
}
a:hover {
	color: #4b4;
	text-decoration: underline;
}

a.ajuda {
	border: 1px dashed #999;
	padding: 10px;
	margin: 10px;
}
a.ajuda:hover {
	border: 1px solid #999;
}
a.ajuda:visited {
	border: 1px solid #666;
}

div.ajuda {
	display: none;
	border: 1px solid #bbb;
	font-size: 13px;
}

div.login {
	display : table;
	font-size: small;
	float: right;
	padding-right: 20px;
}

div.aviso {
	border: 1px solid #c00;
	color: #f00;
	padding: 5px;
	margin: 6px;
}

div.imagem_agenda {
	position: relative;
	left: 5px;
	padding: 0;
	margin: 10px 0 0 10px;
	overflow: hidden;
	width: 120px;
	height: 90px;
	border-style: solid;
	padding: 8px;
	border-width: 1px;
	border-color: #ddd #666 #444 #ddd;
}

div.div_upload_imagem {
	width: 100%;
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 230px;
	margin: auto;
	border-width: 0;
	text-align: center;
	background-color: transparent;
}

div.moldura {
	margin: auto;
	display: table;
	padding: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd #999 #777 #ccc;
	background-color: #fff;
}

div.upload_imagem {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd #999 #777 #ccc;
}

div.div_farbtastic {
	display: none;
	position: absolute;
	left: 50%;
	top: 340px;
	text-align: center;
	width: 196px;
	border: 3px outset #999;
	margin: 0 0 -98px 0;
	background-color: #fff;
}

div.novidade {
	display: table;
	padding: 7px;
	color: #222;
	border: 2px dashed #292;
	margin: auto;
}

div.outros {
	background-color: #1fbab1;
}

div.outros a {
	color: #050;
}
div.outros a:hover {
	color: #070;
}

table.texto {
	width: 460px;
	border-style: solid;
	border-width: 1px 3px 3px 1px;
	border-color: #ccc #999 #666 #ccc;
	background-image: url('../imagens/espiral.jpg');
	background-color: #fcfcfc;
	background-repeat: repeat-y;
	font-size: 13px;
	margin: 0 0 20px 20px;
}
td.bg {
	width: 50px;
}

table.calendario_cima {
	width: 487px;
	background-color: #eee;
	border: 1px solid #999;
}
table.calendario {
	width: 487px;
	background-color: #eee;
	border: 1px solid #999;
	font-size: 12px;
	text-align: left;
}
table.calendario td {
	height: 53px;
}
table.calendario td.conteudo {
	border-style: solid;
	border-width: 6px 1px 1px 1px;
}

input.comum {
	width: 200px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #bbb;
}
input.telefone {
	width: 149px;
}
input.ddd {
	width: 40px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #bbb;
}
textarea.comum {
	width: 200px;
	height: 100px;
}
select.comum {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #bbb;
}
table.comum {
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
}
table.comum td {
	padding: 2px;
}

input.titulo {
	width: 380px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #bbb;
	font-size: 14px;
	font-weight: bold;
}
textarea.texto {
	width: 380px;
	height: 315px;
	background-image: url('../imagens/linha.gif');
	border: 0;
	font-size: 12px;
}
input.musica {
	width: 299px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #bbb;
	font-size: 13px;
}
input.imagem {
	width: 140px;
	border: 1px inset #bbb;
	font-size: 13px;
}
input.color {
	width: 80px;
	border: 1px inset #000;
	font-size: 13px;
}

input.data {
	width: 25px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #bbb;
}
input.ano {
	width: 45px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #bbb;
}

input.referencia {
	width: 470px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #bbb;
	font-size: 14px;
	font-weight: bold;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 3px 10px 3px 10px;
	background: url(../imagens/icones/radio.png) no-repeat;
	cursor: hand;
}
