/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
.nivo-directionNav{
	display:none;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:900px;
	height:900px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:770px;
	top:400px;
	color:#000;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:250px;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: relative;
	z-index:99;
	cursor:pointer;
	height:18px;
	width:32px;
	color:#fff;
}
.nivo-prevNav {
	position:absolute;
	left:720px;
	top:430px;
	background:url(images/left.jpg) no-repeat left top;
	height:21px;
	width:33px;
}
.nivo-nextNav {
	position:absolute;
	left:990px;
	top:430px;
	background:url(images/right.jpg) no-repeat left top;
	height:21px;
	width:33px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav{
	display:none;
}

#logo{
	position:absolute;
	left:60px;
	top:30px;
	z-index:1000;
}
body{
	margin:0;
	padding:0;
	font-family: Tahoma, Geneva, sans-serif;
}
a img{
	border:0;
}
#nav_menu{
	position:absolute;
	z-index:4000;
	top:150px;
	left:10px;
}
#nav_menu ul li{
	display:inline;
	background:url(images/dot.png) no-repeat left;
	padding-left:15px;
}
#nav_menu ul li.first{
	background:none !important;
}
#nav_menu ul li a{
	color:#000;
	font-size:23px;
	text-transform:uppercase;
	font-weight:lighter;
	text-decoration:none;
}
#nav_menu ul li a:hover{
	color:#666;
}
#bottom{
	position:absolute;
	right:-160px;
	bottom:0px;
	width:540px;
	border-top:3px solid #CCC;
	z-index:999999;
}
.telefone{
	font-size:18px;
	color:#00509e;
}
.adress{
	color:#666666;
	font-size:13px;
	margin-top:-10px;
}
.pf a{
	color:#666;
	float:right;
	clear:both;
	font-size:12px;
	padding-bottom:5px;
	padding-right:5px;
}
li#gunze{
	position:absolute;
	left:650px;
	top:-80px;
	list-style:none;
	list-style-image:none;
	background:none !important;
}