@charset "utf-8";
/* CSS Document */

body {
	background:#000000;
}
#geral {
	width:935px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
	text-align:left;
}
/*MENU*/
#topo {
	width:935px;
	display:table;
}
#topobaixo {
	background:#FFFFFF;
	float:right;
	clear:left;
	width:900px;
	margin-left:36px;
	margin-bottom:10px;
}
.logos {
	margin:5px 10px 15px 10px;
}
#logo {
	width:175px;
	height:114px;
	float:left;
	margin-right:35px;
}
#links {
	display:table;
	width:725px;
	height:50px;
	margin:30px 0 0 0;
}
ul#menu {
	font-family:Tahoma, Arial;
	font-size:14px;
	list-style:none;
	margin:0;
	padding:0;
}
ul#menu * {
	margin:0;
	padding:0;
}
ul#menu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:18px 0 0 0;
}
ul#menu li {
	position:relative;
	float:left;
}
ul#menu ul {
	position:absolute;
	top:50px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
}
ul#menu ul li {
	position:relative;
	border-top:none;
	width:145px;
	margin:0;
}
ul#menu ul ul {
	left:145px;
}
ul#menu .menuhome {
	font-weight:bold;
	background:url(home.jpg) no-repeat;
	width:145px;
	height:33px;
}
.menuhome ul li a {
	display:block;
	background-color:#b0251d;
}
.menuhome ul li a:hover {
	background-color:#c0514a;
}
ul#menu .menudestinos {
	font-weight:bold;
	background:url(destinos.jpg);
	width:145px;
	height:33px;
}
.menudestinos ul li a {
	display:block;
	background-color:#e46713;
}
.menudestinos ul li a:hover {
	background-color:#e98542;
}
ul#menu .menupromocoes {
	font-weight:bold;
	background:url(promocoes.jpg);
	width:145px;
	height:33px;
}
.menupromocoes ul li a {
	display:block;
	background-color:#3e7344;
}
.menupromocoes ul li a:hover {
	background-color:#658f69;
}
ul#menu .menucursos {
	font-weight:bold;
	background:url(cursos.jpg);
	width:145px;
	height:33px;
}
.menucursos ul li a {
	display:block;
	background-color:#495778;
}
.menucursos ul li a:hover {
	background-color:#6d7993;
}
ul#menu .menucontato {
	font-weight:bold;
	background:url(contato.jpg);
	width:145px;
	height:33px;
}
.menucontato ul li a {
	display:block;
	background-color:#901e78;
}
.menucontato ul li a:hover {
	background-color:#a64b93;
}
.sub {
	padding:10px 0;
}
table {
	float:right;
	display:table;
	background-color:#FFFFFF;
	width:900px;
	left:36px;
	margin-top:3px;
	text-indent:20px;
}
td {
	width:850px;
}
.titulo {
	font-size:14px;
	font-weight:bold;
	color:#495778;
}
.linktxt {
	padding:5px;
}
.linktxt a {
	background:url(linktxt.jpg) no-repeat;
	padding:5px 25px;
	font-weight:bold;
	font-size:12px;
	color:#464646;
	text-decoration:none;
}
.linktxt a:hover {
	padding-bottom:10px;
	font-weight:bold;
	font-size:12px;
	color:#495778;
	text-decoration:none;
}
a img {
	border:none;
}
a {
	padding-bottom:10px;
	font-weight:bold;
	font-size:12px;
	color:#464646;
	text-decoration:none;
}
a:hover {
	padding-bottom:10px;
	font-weight:bold;
	font-size:12px;
	color:#495778;
	text-decoration:none;
}
#rodape {
	position:relative;
	float:left;
	display:table;
	width:900px;
	left:36px;
}
#linksrodape {
	background-color:#464646;
	font-family:Tahoma, Arial;
	color:#FFFFFF;
	margin-top:20px;
	font-size:12px;
	padding:10px;
	text-align:center;
}
#linksrodape a {
	font-family:Tahoma, Arial;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	padding:20px;
}
#linksrodape a:hover {
	font-family:Tahoma, Arial;
	color:#e46713;
	font-size:12px;
	text-decoration:none;
	padding:20px;
}
#endereco {
	font-family:Tahoma, Arial;
	color:#e46713;
	font-size:18px;
	text-align:center;
	margin:20px;
}
#logosolarweb {
	text-align:center;
}
