

body {
  background-color: #fff;
  margin: 0 auto;
  font-family: Tahoma, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-size: 14px;
  padding: 0;
  text-align: center; }

.wrapper {
  text-align: left;
  clear: both;
   }

.container.wrapper {
  background: url("/img/crops/2015gss/contentWrapper.jpg") top center repeat-x #FFF;
  padding: 24px 0 31px;
}

p {
  font-size: 0.8em/1.4em;
  margin: .2em 0 .3em;
  color: #3c3a36;
   }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif, sans; }

h1 {
  color: #332519;
  font-family: "NovecentoWideDemiBold", Novecento wide, Arial, Helvetica, sans-serif, sans;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 10px;
 }

h2 {
  font-weight: bold;
  font-size: 1.3em;
  margin: .2em 0;
  text-align: center; }

h3 {
  color: #332519;
  font-family: Helvetica, Arial, sans-serif, sans;
  font-size: 15px;
  font-weight: bold;
  margin: 1px 0 7px;
  border-bottom: 3px solid #D1C0A6; }

/********* BANNER *************/

.banner {
	text-align: center;
	background: url('/img/crops/banner_wrapper2015.jpg') top center no-repeat #FFF;
	height: 148px;
	width: 100%;
}

.banner img {
	width: auto;
	float: left;
	height: auto;
	margin-left: 25%;
	margin-top: 15px;
}

@media (max-width: 1200px) {
	.banner img, .clientNavigation ul {
		margin-left: 10%!important;
	}
}

@media (max-width: 980px) {
	.banner img, .clientNavigation ul {
		margin-left: 2%!important;
	}
}

@media (max-width: 740px) {
	.banner {
		background-image: none;
	}
}

/**********NAVIGATION **************/

.clientNavigation {
  background-image: url('/img/crops/nav_2015.png');
  border-bottom: 1px solid #885B1B;
  border-top: 1px solid #DAAB79;
  height: 39px;
  width: 100%;
  -webkit-box-shadow: 0 0 3px rgba(1,1,1,0.28);
  -moz-box-shadow: 0 0 3px rgba(1,1,1,0.28);
  -ms-box-shadow: 0 0 3px rgba(1,1,1,0.28);
  -o-box-shadow: 0 0 3px rgba(1,1,1,0.28);
  box-shadow: 0 0 3px rgba(1,1,1,0.28);
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  margin: 0; 
}
  .clientNavigation ul {
    display: inline-block;
    margin: 0;
    margin-left: 25%;
    padding: 0;
    list-style-type: none; }
    .clientNavigation ul li {
      font-weight: bold;
      font-size: 0.8em;
      float: left;
      margin: 0; }
      .clientNavigation ul li a {
        color: #fff;
        display: block;
        margin: 0;
        padding: 8px 10px;
        font-size: 14px; }
        .clientNavigation ul li a:link, .clientNavigation ul li a:active, .clientNavigation ul li a:visited {
          color: #fff;
          display: block;
          padding: 8px 10px; }
        .clientNavigation ul li a:hover {
          color: #fff;
          text-decoration: underline; }


/******** FOOTER *******/

.footer.wrapper {
  background-color: #534741;
  font-family: Helvetica, Arial, sans-serif, sans;
  font-size: 13px;
  font-weight: normal;
  border: none;
  padding: 5px;
  width: 100%;
}

.footer.wrapper a {
	color: #fff;
}

footer {
	margin: 20px auto;
	max-width: 990px;
	width:100%;
}
footer p {
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif, sans;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
 }

 footer a {
 	color: #fff!important;
 	font-weight: normal;
 }

#footerLeft {
	float: left;
	max-width: 450px;
	width: 100%;
}

#footerRight {
	float: right;
	max-width: 515px;
	width: 100%;
}

#footerRight #socialLinks {
	float: right;
	max-width: 200px;
	width: 100%;
}

#footerRight p {
  float: left;
  text-align: right;
}

 #footerRight #socialLinks a img {
  margin: 0 0 0 7px;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

