html, body {    
   font-family:"Verdana";
   color:white;
   margin:  0px;
   padding: 0px;
   width: 100%;
   height: 100%;
}

body{
   line-height: 18px;
   font-size: 12px;
   background: #65afde url(images/bg.jpeg) top left repeat-x;
   overflow-y:scroll;  
   margin:  0px;
   padding: 0px;
   width: 100%;
}

input#subject{
  width:100%;
}

input#name{
  width:100%;
}
input#email{
  width:100%;
}
select#messagetype{
  width:100%;
}


textarea
{
  width:100%;
}

a {
  color:#1E4F69;
}


.error{
	font-weight: bold;
}

.success{
	font-weight: bold;
}

#nav-main-container{
	text-align: left;
	width: 100%;
	min-width: 100%;
	height: 20px;
	min-height: 20px;
}

#nav{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-width: 900px;
	position: relative;
	height: 20px;
	min-height: 20px;
}

#tabs{
	display: block;
	position: relative;
	width: 553px;
	min-width: 553px;
	margin-right: auto;
	margin-left: auto;
}

.tab{
  line-height: 13px;
  font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	margin-right: 0px;
	text-align: center;
	background-repeat: no-repeat;
	height: 28px;
	background-image: url(images/btn-mid-normal.png);
	min-height: 28px;
	min-width: 135px;
	display: inline-block;
	width: 135px;
	color: #9e9985;
}

.tab-selected{
  line-height: 13px;
  font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	margin-right: 0px;
	text-align: center;
	background-repeat: no-repeat;
	height: 28px;
	background-image: url(images/btn-mid-selected.png);
	min-height: 28px;
	min-width: 135px;
	display: inline-block;
	width: 135px;
	color:#cc4613;
}

.tab a {
  line-height: 13px;
  font-size: 10px;
  color: #9e9985;
}
/*	color: ;
*/

.tab a:active{
	line-height: 13px;
	font-weight: bold;
	padding-top: 3px;
  color:#9e9985;
}

.tab a:visited{
	line-height: 13px;
	font-weight: bold;
	padding-top: 3px;
/*  color:#1E4F69;*/
	color: #9e9985;
}

.tab a:hover{
	line-height: 13px;
	font-weight: bold;
	padding-top: 3px;
	color:#cc4613;
}

.active {
    z-index:10;
}

.last-active {
    z-index:9;
}

#minds-momentum-logo{
	display: block;
	background-repeat: no-repeat;
	min-height: 38px;
	min-width: 192px;
	background-image: url(images/minds-momentum-logo.png);
}

#container {
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   min-height: 100%;
   width:100%;
   position: relative;
   padding:0;
   margin-bottom: -389px;
}

/* Tab container */
#contents{
  position:relative;
  width:100%;
  min-height: 427px;
}

/* Tabs */
#content-home{
   display: none;
   position: absolute;
   width: 100%;
   z-index:8;
   top:0px;
   left:0px;
}

#content-buy{
   display: none;
   width: 100%;
   z-index:8;
   position:absolute;
   top:0px;
   left:0px;
   
}

#content-features{
   display: none;
   min-width: 900px;
   width: 100%;
   z-index:8;
   position:absolute;
   top:0px;
   left:0px;
   margin-top: 53px;
}

#content-support{
   display: none;
   margin-right: auto;
   margin-left: auto;
   width: 100%;
   z-index:8;
   top:0px;
   margin-top: 53px;
}

#content-tips{
   display: none;
   width: 100%;
   z-index:8;
   position:absolute;
   top:0px;
   left:0px;
   margin-top: 53px;
}


.content-container{
  margin-top: 0px;
   margin-right: auto;
   margin-left: auto;
   width: 900px;
}

.content{
  height: 300px;
  position:relative;
  margin-right: auto;
  margin-left: auto;
  width: 700px;

}

.content-title{
	margin-bottom: 8px;
	min-height: 62px;
}

#clearfooter {
/*   margin-bottom: 304px;*/
   height: 389px;
   clear: both;
}

#footer {
   position: relative;
   z-index:12;
   height: 389px;
   margin: 0;
   padding:0;
}

#lower-background{
  background-repeat: repeat-x;
	background-repeat: x-repeat;
	min-width:  900px;
  width: 100%;
  height:    100%;
  background-position:bottom center;
  position: relative;
  margin: 0;
  padding:0;
  background-image: url(images/bg-bottom.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}

#grass{
  height: 100%
  width: 100%;
  min-width: 900px;
  top:292px;
  position: relative;
  background-image:url(images/grass-bg.png);
  background-position:bottom center;
  background-repeat: repeat-x;
  margin: 0;
  padding:0;
  
}

#animals{
	background-position: bottom center;
	position: relative;
	min-height: 340px;
	min-width:  900px;
	height: 340px;
	width: 100%;
	bottom: 26px;
	background-repeat: no-repeat;
	background-image: url(images/people.png);
	margin-left: auto;
	margin-right: auto;
  padding:0;
}

#app-icon{
  bottom: 4px;
  width: 95px;
  height: 122px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  min-height: 122px;
  min-width: 95px;
}

#app-icon-container{
	height: 67px;
	min-width: 100%;
}

.message{
  margin-top:30px;
}

.tab-main-content{
  width:1024px;
  position:absolute;
  margin-left:-140px;
  margin-top:20px;
}

.white-box-body{
	padding-bottom: 10px;
	min-height: 500px;
	max-height: 590px;	
	padding-left: 26px;
	padding-right: 26px;
	background-image: url(images/paper-corner.jpg);
	background-repeat: no-repeat;
	border-width: 1px;
	width: 412px;
	border-color: #b4b4b4;
	border-style: solid;
	min-width: 412px;
	padding-top: 30px;
	background-color: white;
	color: #9e9985;
	background-position: bottom left;
}

#contact-form-container{
}

#contact-form{
  min-width: 378px;
  width:378px;
	margin-left: auto;
	margin-right: auto;
}

.white-box-top{
	margin-bottom: 3px;
	background-repeat: no-repeat;
	min-height: 56px;
	height: 56px;
	width: 468px;
	border-style: none;
	min-width: 468px;
	color: #9e9985;
}

.white-box-bottom{
	min-height: 10px;
	height: 10px;
	background-image: url(images/paper-shadow.png);
	background-repeat: no-repeat;
	width: 468px;
	border-style: none;
	min-width: 468px;
}

.next-section{
	font-size: larger;
	width: 95%;
	text-align: right;
	font-weight: bold;
}

.notice{
	font-size: 9px;
}

ul.marginless {
  margin-top: 0px;    /* gets rid of space at the top */
  margin-left: 17px;  /* gets rid of extra space to the left  (IE) */
  padding-left: 0px;  /* gets rid of extra space to the left  (Firefox) */
  margin-bottom: 0px; /* gets rid of space at the bottom */
}

img{
  border: 0;
}
