/*
*Coded by PM @ GreenLabsMx
*April 2010
*/

/*================GENERALES========================*/
a, a:visited{
	color:#5fa942;
	text-decoration: none;
}
div.wrapper{
	margin: 0 auto;
	overflow: hidden;
	width: 991px;
}
div.block{	
	float: left;	
}
span.white{
	color: #fff;
}
div.clear{
	clear: both;
}
li.indent{
	margin-left: 2em;
}
.floatRight{
	float: right;
}
.floatLeft{
	float: left;
}
strong{
	
}
h1{
	color: #5FA942;
	font: 3.6em	Georgia, "Times New Roman", Times, Serif;
}
h2{
	color: #5FA942;
	font: 2.4em	Georgia, "Times New Roman", Times, Serif;
}
h3{
	color: #5FA942;
	font: bold italic 1.8em	Georgia, "Times New Roman", Times, Serif;
}
h4{
	color: #5FA942;
	font: 1.8em	Georgia, "Times New Roman", Times, Serif;
}
label.error{
	color: #E00;
}
/*================TOP========================*/
div#headerTop{
	background: #2b2b2b url('../images/backgrounds/topBg.gif') repeat-x;
	font: 1.4em	Georgia, "Times New Roman", Times, Serif;
	height: 23px;
	padding-top: 15px;
	text-align: right;
	width: 100%;
}
/*================HEADER========================*/
div#header div.wrapper ul#lista_nav{
	float: right;
	margin-top: 40px;
}
div#header div.wrapper ul#lista_nav li{
	display: inline;
	font: 1.8em	Georgia, "Times New Roman", Times, Serif;
}
div#header div.wrapper ul#lista_nav li.bot a{
	padding: 5px 10px;	
}
div#header div.wrapper ul#lista_nav li.selected a{
	color: #fff;
	background-color: #79b249;
	padding: 5px 10px;
}
div#header div.wrapper ul#lista_nav li.bot a:hover{
	color: #fff;
	background-color: #79b249;
}
/*================Main CONT========================*/
div#mainCont{
	height: 472px;
}
/*================Secondary CONT========================*/
div#secCont{
	background: #e3e4e5 url('../images/backgrounds/secContBg.jpg') repeat-x;
	height: 388px;
	margin-top: 5px;
	overflow: hidden;
	width: 100%;
}
/*================FOOTER========================*/
div#footer{
	background: #2b2b2b url('../images/backgrounds/footerBg.jpg') repeat-x;
	height: 380px;
	overflow: hidden;
	width: 100%;
}
	div#footer div.wrapper{
		margin-top: 32px;
		padding-top: 25px;
	}
		div#footer div.wrapper div.block{
			background: url('../images/elements/footDiv.gif') no-repeat left;
			color: #E4E4E4;
			font: 1.6em	Georgia, "Times New Roman", Times, Serif;
			height: 245px;
			overflow: hidden;
			padding-left: 12px;
			width: 235px;
		}
		div#footer div.wrapper div.noBorder{
			background: none;
			height: 260px;
		}
			div#footer div.wrapper div.block ul#footNav{
				margin-top: 20px;
				text-align: center;
			}
				div#footer div.wrapper div.block ul#footNav li{
					height: 35px;
					padding-top: 6px;
				}
				div#footer div.wrapper div.block ul#footNav li:hover, div#footer div.wrapper div.block ul#footNav li.selected{
					background: url('../images/backgrounds/footNavBot.png') no-repeat center top;
				}
				div#footer div.wrapper div.block ul#footNav li{
					margin-bottom: 5px;
				}
				div#footer div.wrapper div.block ul#footNav li a{
					color: #E4E4E4;
					cursor: pointer;
				}
			div#footer div.wrapper div#dir {
				text-align: right;
			}
			p.callToContact{
				background: url('../images/backgrounds/callTo.png') no-repeat;
				height: 32px;
				margin: 40px auto;
				padding-top: 12px;
				text-align: center;
				width: 137px;
			}
			p.callToContact:hover{
				position: relative;
				top: -1px;
			}
			p.callToContact:active{
				top: 0;
			}
				p.callToContact a{
					color: #3e3e3e;
				}

/*  Twitter Widget  */
div.twtr-hd{
	display: none;
}
div.twtr-ft{
	display: none;
}
div.twtr-tweet{
	height: 51px;
}


/*  Contact Ajax Form  */
form#contrata, form#contact{
	margin: 10px;
	font: 1.4em	Georgia, "Times New Roman", Times, Serif;
	width: 550px;
}
form#contrata fieldset, form#contact fieldset{
	border: 1px solid #D5D5D5;
	color: #626262;
	padding: 15px;
}
form#contrata fieldset legend, form#contact fieldset legend{
	color: #5FA942;
	font-size: 1.1em;
}
form#contrata input, form#contact input{
	color: #488333;
}
form#contrata input[type=text], form#contact input[type=text]{
	width: 200px;
}
form#contact textarea#comment{
	
}
div#message{
	color: #5FA942;
	display: none;
	font: 1.6em	Georgia, "Times New Roman", Times, Serif;
	margin: 90px auto 0 auto;
	width: 250px;
}

