* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
img, address {
	display: block;
	border: none;
}
body {
	font: normal 62.5% Arial, Helvetica, sans-serif;
	position: relative;
	background-color: #aeb6b8;
}
p {
	color: #7d7d7d;
}
a {
	text-decoration: none;
	outline: none;
	color: #84c219;
}
a:hover {
	color: #b4572b;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}
fieldset, legend { 
	border: none;
}

/* clearfix */
.clear:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear { display: inline-block; }
html[xmlns] .clear { display: block; }
* html .clear { height: 1%; }


/* Base Layout */
#container {
	width: 950px;
	margin: 30px 30px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/fundo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
	#header {
	padding: 0 0 20px 0;
	height: 70px;
	}
		#logo {
	width: 950px;
	height: 80px;
	display: block;
	text-indent: -999px;
	float: left;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
		}
		#nav {
	width: 600px;
	margin: 20px -10px 0 0;
	float: left;
	position: relative;
		}
		#nav ul {
	float: left;
	list-style: none;
		}
		#nav ul li {
	padding: 0 0 0 9px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 13px;
	float: left;
	color: #b4572b;
	display: inline;
		}
		#nav ul li a {
			padding: 0 9px 0 0;
		}
		#nav ul li a:hover {
	color: #b4572b;
	background: none;
	text-decoration: none;
		}
		#nav ul li a:active {
			color: #ccc;
		}
		#nav ul li a.active {
			color: #464646;
		}
		/* subnav */
		#nav ul.subnav {
			padding: 5px 0 0 0;
			list-style: none;
			clear: both;
			float: none;
			position: absolute;
			top: 15px;
			right: 30px;
			display: none;
		}
		#nav ul.subnav li {
			font-size: 11px;
		}
		#nav ul li.on ul.subnav, #nav ul li.active ul.subnav {
			display: block;
		}
	
	#content {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	width: 950px;
	}

	#footer {
	padding: 7px 0 0 0;
	border-top: 1px solid #999999;
	}
		p#copyright {
			width: 250px;
			padding: 8px 0 0 0;
			float: right;			
			line-height: 10px;
			text-transform: uppercase;
			font-size: 0.9em;
			text-align: right;
		}
	#footer div.nav {
		width: 690px;
		padding: 8px 0 0 0;
		float: left;
	}
	#footer div.nav ul {
		width: 100%;
		list-style: none;
	}
	#footer div.nav ul li {
		padding: 0 8px 0 0;
		float: left;
		font-size: 0.9em;
		color: #636363;
		text-transform: uppercase;
		line-height: 10px;
	}
	#footer div.nav ul li a {
		padding: 0 8px 0 0;
		color: #636363;
		line-height: 10px;
	}
	#footer div.nav ul li a:hover {
		text-decoration: none;
		color: #84c219;
	}


#home {
	padding: 35px 0 0 0;
	height: 500px;
}
	#slideshow {
	width: 100%;
	margin: 0px 0px 13px 0px;
	position: relative;
	}
		#slideshow-info {
			width: 700px;
			height: 140px;
			font-family: Georgia, "Times New Roman", Times, serif;
			overflow: hidden;
		}
		#slideshow-info div.info {
			width: 100%;
			height: 110px;
			overflow: hidden;
			text-indent: -9999px;
		}
		#slideshow-info h1 {
			margin: 0 0 5px 0;
			font-size: 2.0em;
			line-height: 22px;
			color: #333;
		}
		#slideshow-info h1 a {
			width: 700px;
			height: 28px;
			background: url(img/brand.gif) no-repeat 0px 0px;
			display: block;
			overflow: hidden;
		}
		#slideshow-info p {
			width: 700px;
			height: 80px;
			background: url(img/brand.gif) no-repeat 0px 0px;
			overflow: hidden;
			font-size: 1.7em;
			line-height: 22px;
			color: #333;
		}
		#slideshow-gallery {
	width: 942px;
	height: 302px;
	border: 4px solid #eeefff;
	overflow: hidden;
	position: relative;
		}
			#gallery-overflow {
				width: 950px;
				height: 310px;
				overflow: hidden;
				position: relative;
				top: -4px;
				left: -4px;
			}
			#gallery-overflow  div.overflow {
				width: 100000px;
				height: 310px;
			}
			#gallery-overflow  div.overflow img {
				float: left;
			}
		#slideshow-togglers {
			width: 130px;
			position: absolute;
			top: 110px;
			right: 0;
		}
		#slideshow-togglers a {
			margin: 0 0 0 20px;
			float: right;
		}
		#slideshow-togglers a.prev {
	width: 40px;
	height: 15px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: url(img/prev.gif) no-repeat 0 0;
	cursor: pointer;
		}
		#slideshow-togglers a.next {
	width: 40px;
	height: 15px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: url(img/next.gif) no-repeat 0 0;
	cursor: pointer;
		}
		#slideshow-togglers a.disable {
			opacity: 0.30;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
		}
	#slideshow-tool {
		color: #00aeef;
		position: absolute;
		right: -5px;
		bottom: -25px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
		line-height: 12px;
	}
	#slideshow-tool a {
		color: #00aeef;
		margin: 0 8px 0 5px;
		line-height: 12px;
		font-size: 10px;
	}
	#slideshow-tool a:hover {
		color: #fff;
		background: #00aeef;
	}

	#home-content {
		width: 100%;
	}
	#home-content h2 {
		margin: 0 0 8px 0;
		padding: 10px 0;
		font-size: 1.5em;
		color: #636363;
		line-height: 15px;
		border-top: 2px solid #dfdfdf;
	}
	#home-content h2 a {
		color: #636363;
	}
		#latest-news {
			width: 250px;
			padding: 17px 65px 0 0;
			float: left;
		}
		#latest-news ul {
			width: 100%;
			list-style: none;
		}
		#latest-news ul li {
			margin: 0 0 15px 0;
			font-size: 1.1em;
			line-height: 18px;
		}
		#latest-news ul li h3 {
			margin: 0 0 2px 0;
			font-weight: normal;
		}
		#latest-news ul li a {
			color: #00aeef;
		}
		#latest-news ul li a:hover {
			color: #fff;
			background: #00aeef;
			text-decoration: none;
		}

		#contact-info {
	width: 250px;
	padding: 17px 37px 0 0;
	float: left;
		}
		#contact-info h2 {
	margin: 0 0 5px 0;
	font-size: 0.9em;
	color: #b4572b;
	font-weight: normal;
	line-height: 10px;
	text-transform: uppercase;
		}
		#contact-info h2 a {
			color: #84c219;
		}
		#contact-info h3 {
	margin: 0 0 15px 0;
	font-size: 0.9em;
	color: #b4572b;
	font-weight: normal;
	line-height: 11px;
	text-transform: uppercase;
		}
		#contact-info div {
	padding: 10px 0 0 0;
		}
		#contact-info div p a {
			color: #464646;
		}
		#contact-info p {
			margin: 0 0 5px 0;
			font-size: 1.2em;
			color: #7d7d7d;
			line-height: 15px;
		}
		#contact-info p a {
			color: #7d7d7d;
		}
		#contact-info p b {
			font-size: 1.2em;
			color: #464646;
			line-height: 20px;
		}


		#slide-description {
			width: 580px;
			margin: 17px 0 0 0;
			float: left;
			overflow: hidden;
			position: relative;
		}
		#slide-description div.overflow {
	width: 500px;
		}
		#slide-description div.overflow div.description {
			width: 580px;
			overflow: hidden;
			float: left;
		}
		#slide-description em {
			font-style: normal;
			font-weight: bold;
			font-size: 1.2em;
			line-height: 13px;
			color: #333;
			text-indent: 1px;
			display: block;
			text-transform: uppercase;
		}
		#slide-description h3 {
			margin: 0 0 15px 0;
			font-size: 3.6em;
			color: #00aeef;
			font-weight: normal;
			font-family: Georgia, "Times New Roman", Times, serif;
			line-height: 40px;
		}
		#slide-description h3 a {
			color: #00aeef;
		}
		#slide-description h3 a:hover {
			color: #fff;
			background: #00aeef;
			text-decoration: none;
		}
		#slide-description strong {
			margin: 0 0 12px 0;
			font-weight: normal;
			font-size: 0.9em;
			line-height: 10px;
			color: #898989;
			display: block;
			text-indent: 1px;
			text-transform: uppercase;
		}
		#slide-description p {
			margin: 0 0 15px 0;
			padding: 0 0 0 1px;
			font-size: 1.4em;
			line-height: 22px;
			color: #666;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
