body,td,th {
	background-color: #ffffff;
	position: relative;
}

h1 {
	color: #121212;
    -webkit-font-smoothing: antialiased;
	font-size: 34px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .06em;
}

#footerLeft{
	width: 50%;
	float: left;
	height: 40px;
	z-index: 4000;
	background-color: #ffffff;
	color: grey;
	position: relative;
	bottom: 0;
	font-size: 1.4em;
	cursor: pointer;
	overflow: hidden;
}

#footerRight{
	width: 50%;
	float: right;
	position: relative;
	left: -1000px;
	background-color: #ffffff;
	height: 40px;
	z-index: 3000;
}

.footerWhite{
	background-color: #fff;
	cursor: pointer;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color: #b2b2b2;
}

/*FORM SEND*/
#footerRight form{
	width: 100%;
	height: 40px;
	background-color: #f2f2f2;
	position: relative;
}

.mailOn{
	background: url('../images/helpers/icon_mail.png') no-repeat 40px 11px;
}

.mailOff{
	background: url('../images/helpers/icon_mail.png') no-repeat -91px 11px;	
}

.button-light {
  background: transparent;
  color: #555555;
  border: 1px solid #555555;
}
.button-light:hover,
.button-light:active {
  background-color: #ddd;
  border-color: #aaa;
  color: #000;
}

.inverse-dark {
  background: #222;
  border: 1px solid #000;
  color: #ddd;
}
.inverse-dark:visited {
	color: #ddd;
}
.inverse-dark:link {
	color: #ddd;
}
.inverse-dark:hover,
.inverse-dark:active {
  background-color: #444;
  border-color: #bbb;
  color: #ddd;
}

.light-red {
  background: #transparent;
  border: 1px solid #f66;
  color: #fff;
}
.light-red:visited {
	color: #000;
}
.light-red:link {
	color: #000;
}
.light-red:hover,
.light-red:active {
  background-color: #fdd;
  border-color: #aaa;
  color: #000;
}


.inverse-dark-red {
  background: #f22;
  border: 1px solid #000;
  color: #ddd;
}
.inverse-dark-red:visited {
	color: #ddd;
}
.inverse-dark-red:link {
	color: #ddd;
}
.inverse-dark-red:hover,
.inverse-dark_red:active {
  background-color: #f44;
  border-color: #bbb;
  color: #ddd;
}
