body {
	margin:0px auto;
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
input, textarea {
	border:1px solid #CCCCCC;
	background-color:#F2F2F2;
}
/* ************ TOPO ************** */
#topo {
	margin:0px auto;
	border-top:4px solid #FFFFFF;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
	border-bottom:0px;
	background-image:url(../images/topo.jpg);
	width:792px;
	height:295px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
}
#menu {
	margin:0px auto;	
	background-image:url(../images/menu_off.jpg);
	height:40px;
	border-top:0px;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	width:792px;
}
#menu ul {
	text-align:center;
	margin:0px;
	padding:0px;
	height:40px;
	border-bottom:1px solid #BAC8DC;
}
#menu li {
	list-style:none;
	display:inline;
	width:132px;
	text-align:center;
	margin:0px;
	padding:0px;
	float:left;
}
#menu a:link {
	color:#3F5B90;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding:13px;
}
#menu a:visited {
	color:#3F5B90;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding:13px;
}
#menu a:hover {
	background-image:url(../images/menu_on.jpg);
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding:13px;
}

/* ************ RODAPE ************** */
#rodape {
	margin:0px auto;
	background-color:#BBBBBB;
	border-top:0px;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
	border-bottom:4px solid #FFFFFF;
	height:50px;
	width:792px;
	color:#FFFFFF;
	font-size:10px;
	clear:both;
}
#rodape_left {
	margin-top:15px;
	margin-left:5px;
	width:500px;
	float:left;
}
#rodape_right {
	width:150px;
	float:right;
}

/* ******** DIV ONDE FICARÁ TODO O CONTEUDO ********** */
#conteudo_central {
	margin:0px auto;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
	background-color:#f2f2f2;
	width:792px;
	display:table;
}
#conteudo {
	margin:0px auto;
	margin-bottom:20px;
	margin-top:20px;
	width:792px;
	display:table;
}
#cont_left2 {
	width:290px;
	float:left;
}
#cont_right2 {
	width:490px;
	float:right;
}

/* ******** PLANOS DE HOSPEDAGEM / LOGOS SERVIÇOS ********** */
#wvhost250 {
	margin:0px auto;
	width:280px;
	height:120px;
}
#wvhost500 {
	margin:auto;
	margin-top:10px;
	width:280px;
	height:120px;
}
#wvhost1000 {
	margin:auto;
	margin-top:10px;
	width:280px;
	height:120px;
}
#logos_servicos {
	margin:auto;
	margin-top:10px;
	width:260px;
	padding:10px;
	background-color:#EBEBEB;
	border:1px solid #CCCCCC;
}
/* ******** BANNER ********** */
#banner {
	margin:0px auto;
	width:480px;
	margin-bottom:20px;
	text-align:center;
}
* html, ul, li, form {
	margin:0px; 
	padding:0px; 
	}
/* ****** CONTEUDO ABAIXO DO BANNER ******* */
#cont_index {
	margin:auto;
	width:480px;
}
#cont_index_left {
	margin:0px auto;
	padding:0px;
	width:230px;
	float:left;
}
#cont_index_left ul {
	margin:0px auto;
	display:table;
}
#cont_index_left li {
	margin:0px;
	list-style:none;
	width:220px;
	text-align:left;
	float:left;
	padding:5px;
	border-bottom:1px dotted #006699;
}
#cont_index_right {
	margin:0px;
	width:230px;
	float:right;
}
#cont_webmail {
	margin:0px auto;
	width:230px;
	float:left;
}
#cont_webmail ul {
	margin:0px auto;
	display:table;
	border:1px solid #CCCCCC;
}
#cont_webmail li {
	list-style:none;
	text-align:left;
	width:220px;
	padding:5px;
	background-color:#FFFFFF;
	float:left;
}
#cont_painel {
	margin:0px auto;
	margin-top:20px;
	width:230px;
	float:left;
}
#cont_painel ul {
	margin:0px auto;
	display:table;
	border:1px solid #CCCCCC;
}
#cont_painel li {
	list-style:none;
	text-align:left;
	width:220px;
	padding:5px;
	background-color:#FFFFFF;
	float:left;
}
/* ****** CONTEUDO DAS PAGINAS ******* */
#cont_left {
	width:100px;
	float:left;
	text-align:center;
}
#cont_right {
	margin:0px auto;
	width:650px;
	float:right;
	text-align:left;
	padding:10px;
}
.hospedagem tr {
	background-color:#FFF6E9;
}
.tit_hospedagem {
	color:#FFFFFF;
	text-align:center;
}
#error {
	text-align:center;
	margin:0px auto;
	width:50%;
	color:#FF0000;
	border:1px solid #FF0000;
	background-color:#FFECEC;
	margin-top:10px;
	padding:10px;
}
#sucesso {
	text-align:center;
	margin:0px auto;
	width:50%;
	color:#009966;
	border:1px solid #00FF66;
	background-color:#D5FFEA;
	margin-top:10px;
	padding:10px;
	font-weight:bold;
}

/* CSS da validacao dos formularios */

input, textarea {
	background-color:#FFFFFF;
}
form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background-color: #F8FDEF;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	padding-left:5px;
}
div.error { display: none; }
input, select, textarea {	border: 1px solid black; font-size:12px; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }

/* ************ GOOGLE ************** */
#google{
	width:260px;
	float:right;
	margin-top:15px;
}
#googleIndex {
	margin:0px auto;
	margin-top:10px;
	width:468px;
	display:table;
}