@charset "UTF-8";
/* CSS Document */

/***Global Body Properties***/
html {
	background-image:url('images/html_bg.jpg');
	background-repeat:repeat; 
	background-color:#333; 
}

body { 
	width:100%; 
	margin:0; 
	padding:0; 
	background-image:url('images/ZM_2.0_bg.jpg');
	background-repeat:repeat-x; 
	background-position:top; 
}


/***Top Content***/
.container { 
	width:980px; 
	position:relative; 
	left:50%; 
	margin-left:-490px;  
	padding:0; 
	border:0;
 }
 
.top_content { 
	width:980px; 
	height:125px; 
}

.top_content img {
	position:relative;
	top:27px;
}

.construct_text { 
	font-family: 'Mako', Arial, Helvetica, sans-serif; 
	color:#999; font-size:1em; 
	text-transform:uppercase; 
	position:relative; 
	left:653px; 
	top:-32px;
	width:325px; 
	text-align:right;
}

/***Home Page Middle Content***/
.middle_content { 
	width:980px;
	height:490px; 
}

.proMD_large {
	position:relative; 
	top:55px; 
	left:15px; 
}
.rotating_home_image {
	height:360px; 
	position:absolute; 
	left:375px; 
	top:140px; 
}

.marketing_txt { 
	width:298px; 
	font-family: 'Mako', Arial, Helvetica, sans-serif; 
	color:#999;  
	font-size:.9em; 
	text-align:justify; 
	position:relative; 
	left:22px; 
	top:55px;
	border-bottom: 3px solid #333;  
	border-top: 3px solid #333;
 }
 
.marketing_txt p { 
	position:relative; 
	top:-3px; 
}

/***Home Page Bottom Content***/
.bottom_content {
	width:980px; 
}

.contact_head { 
	width:290px; 
	font-family: 'Mako', Arial, Helvetica, sans-serif; 
	color:#999; 
	font-size:1.5em; 
	text-transform:uppercase; 
	letter-spacing:1.5px; 
	position:relative; 
	left:20px;
 
}

  
.contact_txt { 
	width:298px; 
	font-family: 'Mako', Arial, Helvetica, sans-serif; 
	color:#999; 
	font-size:.9em; 
	text-align:justify; 
	position:relative; 
	left:22px; 
	top:-10px;
	border-bottom: 3px solid #666;  
	border-top: 3px solid #666;  
	padding-bottom:10px;
}

.contact_form { 
	font-family: 'Mako', Arial, Helvetica, sans-serif; 
	position:absolute; 
	top:625px; 
	left:445px;
	color:#999;
	font-size:.9em; 
}

input {  	
  font-family: 'Mako', Arial, Helvetica, sans-serif; 
  background-color: #999999;  
  border:0;
} 

textarea {  
  font-family: 'Mako', Arial, Helvetica, sans-serif; 
  background-color: #999999; 
  border:0; 
  width:500px;
  height:200px;
} 

