/*@import url(reset.css);*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto; min-height: 100%;
}
#main {
	padding-bottom: 124px; /* must be same height as the footer */
}
#footer {position: relative;
	margin-top: -124px; /* negative value of footer height */
	height: 124px;
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.header-bg {
	background-color: #FFF;
	background-image: url(../images/bg-top.gif);
	background-repeat: repeat-x;
	height: 150px;
}
.footer-bg {
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	height: 124px;
	background-color: #75BD2D;
}
.main-banner-bg {
	background-color: #FFF;
	background-image: url(../images/main-banner-bg.jpg);
	background-repeat: no-repeat;
}
.main-banner-title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	color: #176d36;
	line-height: 35px;
}
.about-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #319A31;
	padding-top: 20px;
	font-weight: bold;
}
.about-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	text-align: justify;
	padding-bottom: 20px;
	line-height: 18px;
}
.about-text a:link, .about-text a:visited {
	text-decoration:none;
	color: #555
}
.about-text a:hover, .about-text a:active {
	text-decoration:underline;
	color: #319A31
}
.about-text p#img {
	text-align: center;
}
.about-text h3 {
	font-size: 16px;
	padding-top: 20px;
	color: #319A31;
}
#logo-brands {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	line-height: 100%;
}

#logo-brands img {
	border: 2px solid #eaeaea;
	margin-bottom: 5px;
	padding: 3px;
}
.cube-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 16px;
}
.cube-description a:link, .cube-description a:visited {
	color: #555;
	text-decoration:none
}
.cube-description a:hover, .cube-description a:active {
	color: #519D05;
	text-decoration:none
}
.footer-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
.footer-left a:link, .footer-left a:visited {
	color: #FFF;
	text-decoration:none
}
.footer-left a:hover, .footer-left a:active {
	color: #FFF;
	text-decoration:underline
}
.footer-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
.footer-right a:link, .footer-right a:visited {
	color: #FFF;
	text-decoration:none
}
.footer-right a:hover, .footer-right a:active {
	color: #FFF;
	text-decoration:underline
}
.input {
	font-size:14px;
	padding:5px;
	border:solid 1px #319A31;
	width:450px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	}
.input:focus {
	background-color: #EFFAEF;
}.inputSelect {
	font-size:14px;
	padding:5px;
	border:solid 1px #319A31;
	width:461px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}
.top-menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #176091;
	text-align: right;
}
.top-menu a:link, .top-menu a:visited {
	color: #176091;
	text-decoration:none;
	margin-left: 40px;
}
.top-menu a:hover, .top-menu a:active {
	color: #319A31;
	text-decoration:none;
	margin-left: 40px;
}
