/*
	LAYOUT
*/
#container{
	position: relative;
	width: 760px;
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/*
	HEADER
*/
#header{
  float: left;
  width: 100%;
}
#header #logo{
  float: left;
  margin-top: .5em;
}
#logo img{
  clear: both;
}
#header #video{
  float: left;
  margin-left: 90px;
}
#header #menu{
  float: right;
  width: 275px;
  padding-right: 3px;
  text-align: right;
}
#menu #main{
  text-align: left;
  margin-top: 31px;
}
#menu #main .item{
  float: left;
  margin-left: 28px;
}
#menu #main .item.next-to-last{
  margin-left: 27px;
}
#menu #main .item.text-left{
  margin-left: 0;
}
/*
	MAIN
*/
#main-body{
  clear: both;
}
#main-banner{
  float: left;
}
#boxes{
  float: right;
}
.form{
  margin-top: 9px;
}
form input{
  margin-right: 8px;
}
.form input{
  margin-right: 8px;
}
.box{
  background: #ABD261;
  width: 230px;
  padding: 12px 24px 12px 24px;
  margin: 0px 0 12px 0;
}
.small{
  height: 54px;
}
.box.big{
  height: 104px;
}
.box.reseller{
  width: 400px;
}
.validation{
  height: 115px;
  margin: 0;
}
.box h2{
  color: #FFFFFF;
}
#bottom-boxes{
  clear: both;
}
.text-box{
  float: left;
  width: 237px;
}
#bottom-boxes .middle{
  margin-right: 24px;
  margin-left: 24px;
  margin-bottom: 12px;
}
.text-box .title{
  padding: 12px 12px 6px 12px;
}
.text-box .text{
  margin: 12px 12px 12px 3px;
}
/*
	BOTTOM
*/
#bottom-text{
  clear: both;
  position: relative;
  background: #ADB0B2;
  padding: 2px;
}
#new-text{
  clear: both;
  position: relative;
  color: red;
  padding: 12px;
}
#credits {
  float: left;
  margin-top: 16px;
}
#bottom-menu{
  float: right;
  margin: 24px 3px 12px 0;
}
/*
  TEXTS
*/
#main-text-body{
  margin-top: 42px;
  width: 100%;
  float: left;
}
#submenu{
  clear: both;
}
#submenu div{
  float: left;
  width: 237px;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
}
#submenu div h1{
  margin-bottom: 0;
}
#submenu .over{
  background: #6D90CA;
}
#submenu .middle{
  margin-right: 24px;
  margin-left: 24px;
}
#main-text{
  clear: both;
}
/*
  FORM
*/
.form-box{
  background: #ABD261;
  width: 355px;
  padding-top: 12px;
  margin-bottom: 12px;
}
.row{
	clear: both;
	background: #ABD261;
	height: 1.8em;
	padding: 1px 24px 7px 24px;
}
.row.optional{
  background: #6D90CA;
}
.row .label {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 3px;
}
.row .field {
  width: 156px;
  float: right;
}
.row.first{
  padding-top: 13px;
}
.row.last{
  padding-bottom: 12px;
}
.button{
  padding-top: 6px;
  padding-bottom: 12px;
}
.row input{
  float: right;
}
.row.std {
  text-align: left;
}
.row h2{
	color: #FFFFFF;
}
.more {
	float: right;
	text-decoration: none;
	font-size: 16px;
}
textarea {
	width: 240px;
	height: 80px;
}
input.text {
	width: 156px;
	margin-bottom: 8px;
}
input.text2 {
	width: 156px;
	margin-bottom: 3px;
}
input.aligned {
	width: 156px;
}
.form-box input{
  float: right;
}
.button{
  background: #FFFFFF;
}
.button .label{
  color: #000000;
}
/*
  OTHERS
*/
.left-form{
  float: left;
  width: 355px;
}
.right-col{
  float: right;
  width: 270px;
  margin-top: 10px;
}