@charset "utf-8";

body {
	text-align: center; /*Centraliza no IE*/
	margin: 0;
	padding: 0;
	background-color: #333399;
	}
	
#tudo {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000066;
	border: 0;
	display: table;
	}

/*Menu Styles*/ 

#nav {
	background:url(img/img_menu.gif) no-repeat;
	width:980px;
	height:43px;
	margin:0;
	padding:0;
	}

#nav span {
	display: none;
	}

#nav li, #nav a {
	height:43px;
	display:block;
	}

#nav li {
	float:left;
	list-style:none;
	display:inline;
	}

#nav_home {width: 126px;}
#nav_servicos {width: 143px;}
#nav_dicas {width: 213px;}
#nav_antigos {width: 181px;}
#nav_links {width: 159px;}
#nav_local {width: 158px;}

#nav_home a:hover {background:url(img/img_menu.gif) 0px -60px no-repeat; }
#nav_servicos a:hover {background:url(img/img_menu.gif) -126px -60px no-repeat; }
#nav_dicas a:hover {background:url(img/img_menu.gif) -269px -60px no-repeat; }
#nav_antigos a:hover {background:url(img/img_menu.gif) -482px -60px no-repeat; }
#nav_links a:hover {background:url(img/img_menu.gif) -663px -60px no-repeat; }
#nav_local a:hover {background:url(img/img_menu.gif) -822px -60px no-repeat; }

/*End of Menu Styles*/
#image {
	float: right;
	margin-top: 0px;
	padding-right: 15px;
	}

#texto { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
	line-height: 20px;
	color: #ffffff;
	width: 400px;
	padding-left: 30px;
	margin-top: 15px;
	padding-right: 20px; 
	}

.orange { 
	color: #ffcc00;
	}

#texto a{
	text-decoration: none;
	color: #99ccff;
	}

#texto a:visited {
	text-decoration: none;
	color: #99ccff;
	}

#footer{
	background: url(images/imagemaster_16.gif) no-repeat;
	width: 980px;
	height: 65px;
	float: left;
	}

.address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	width: 980px;
	letter-spacing: 0.2em;
	padding-top: 20px;
	}