/* CSS Document */

@import "form.css";

* { margin:0; padding:0}
.clear {clear:both}


body { 
	text-align:left;font: normal normal 14px/20px Georgia, "Times New Roman", Times, serif;line-height: 1.5em;
	background:#000000;
}


a:link, a:visited{
	color:#666666; 
}


a:hover {
	color:#999999;
}


#wrapper {
	top:0px; left:0px;
	width:100%;height:400px;
	margin:0px;padding:0px;
	background:#196d00;	border-bottom: 3px dotted #00441d;

}

#wrapperOg {
	top:0px; left:0px;
	width:100%;height:400px;
	margin:0px;padding:0px;
	background:#ff7800;	border-bottom: 3px dotted #993300;

}
#content {top:0px;width:770px;height:100%;}

#Bottom {
	margin-top:500px; width:100%;height:100%;
	/*background: transparent url(images/bgRight.jpg) top center; filter:alpha(opacity=05);-moz-opacity:.05;opacity:.05;
	float:left;*/
	text-decoration: none;background:#196d00;	border-top: 3px dotted #00441d;
}

#bannerbig {margin-top:45px;margin-right:10px;width:600px;height:300px;float:right;border: 10px solid #000000;}
#tagaddress {margin-top:35px;margin-left:10px;width:120px;height:320px;float:left;background: transparent url(images/address.jpg) top left}
#youtube {margin-top:45px;margin-right:10px;width:746px;height:413px;float:right; color:#000000}

#fotolist {margin-top:45px;margin-right:10px;width:600px;height:300px;float:right; color:#000000}
	#fotolist #column1 {width:280px; padding:150px 0 0 0; list-style:none}
	#fotolist #column2 {width:280px; padding:-150px 0 0 250px; list-style:none}

	#fotolist ul li a {text-decoration:none;font: 200 1.2em arial, sans-serif;color: #fff}

#tagaddressOg {margin-top:35px;margin-left:10px;width:120px;height:320px;float:left;background: transparent url(images/og/address.png) top left}
#chamada {
		padding-top:400px;/*margin-left:10px;width:120px;height:320px;float:left;
		background: transparent url(images/address.jpg) top left; position:relative;*/
}

#greenBottom {
	/*top:0px; left:0px;*/
	width:100%;height:100%;
	margin:0px;padding:0px;
	position:absolute;
	

}

/* ------------ MENU ------------*/




#menu { padding:410px 10px 0 10px}
	#menu ul {width: 100%;margin: 0;padding: 0;text-align: left}
		#menu ul li {display: inline;margin: 0;padding: 0;list-style: none}
			#menu ul li a {float: left; text-decoration:none;width: 145px;font: 200 1.2em arial, sans-serif;color: #fff}
			#menu ul li a span {display: block;padding: 3px 15px 0 0;}
			#menu ul li a span.desc {font-size:12px;color: #eeeeee;}
			#menu ul li a:hover
			#menu ul li a.here {background: #1E2A31;border:1px solid #4A5C6A;border-bottom: 5px solid #4A5C6A;}
			#menu ul li a:hover span.desc
			#menu ul li a.here span.desc {color: #FFF;}



/* LAYOUT - COLORS */
	.gray2 {color:#2d2d2d}
	.gray3 {color:#3d3d3d}
	.gray4 {color:#4d4d4d}
	.grayb {color:#bdbdbd}
	.graye {color:#ededed}
	.white {color:#ffffff}
	.red9 {color:#990022}
	.line1vert {color:#eeeeee}
	.bgRight {background #de3 url(../images/backgroundRight.jpg) no-repeat top right}


