/* CSS Document for elements unique to Move Mobile web site */

/* zero out defaults - since different browsers have different defaults for these */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,
blockquote,fieldset,input, img, table, tr, td
{ margin:0; padding:0; border: 0; }


/* Using auto for the margin SHOULD center the page's body - but IE misinterprets, requiring this workaround */
body {
	margin:10px 0px; 
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color: #ffffff; /* color outside content box */
}
/* Following class defines comment elements of content on all (or most pages) */
/* This will be used in conjunction with cusom content id for each page (e.g. #contenthome) 
	defining unique content elements of that page (like its height). */
.content {
	width: 637px; 
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	margin-top: 0;
	text-align:left; /* Counteract to IE5/Win Hack */
	border: 1px solid #cccccc;
	background-color: #ffffff; /* white background within content box */
}

#contenthome {
	height: 469px;
}
#contenttech {
	height: 616px;
}
#contentabout {
	height: 827px;
}
#contentcontact {
	height: 427px;
}
#contentlogin {
	height: 427px;
}


.movelogo {
	position: absolute;
	margin-left: 21px;
	margin-top: 16px;
}



.cbar1 {
	position: absolute;
	margin-left: 22px;
	margin-top: 77px;
}

.cbar2 {
	position: absolute;
	margin-left: 129px;
	margin-top: 77px;
}

.cbar3 {
	position: absolute;
	margin-left: 275px;
	margin-top: 77px;
}

.cbar4 {
	position: absolute;
	margin-left: 410px;
	margin-top: 77px;
}

.cbar5 {
	position: absolute;
	margin-left: 549px;
	margin-top: 77px;
}

.chome {
	position: absolute;
	margin-left: 77px;
	margin-top: 77px;
}
.ctech {
	position: absolute;
	margin-left: 208px;
	margin-top: 77px;
}
.cabout {
	position: absolute;
	margin-left: 354px;
	margin-top: 77px;
}
.ccontact {
	position: absolute;
	margin-left: 494px;
	margin-top: 77px;
}

.clogin {
	position: absolute;
	margin-left: 567px;
	margin-top: 16px;
}

.realweb {
	position: absolute;
	margin-left: 192px;
	margin-top: 118px;
}

.swoop {
	position: absolute;
	margin-left: 0px;
}
#homesw {
	margin-top: 339px;
}
#techsw {
	margin-top: 486px;
}

#aboutsw {
	margin-top: 697px;
}

#contactsw {
	margin-top: 297px;
}
#loginsw {
	margin-top: 297px;
}


.cmaintextdiv {
	position: absolute;
	margin-left: 37px;
	margin-top: 158px;
	padding: 2px 2px;
	width: 556px;
	height: 241px;
	z-index: 2;
}
#abouttext {
	margin-top: 140px;
}

p.maintext { /* this paragraph text style should probably look similar to .cmaintext in ddbstyle.css */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 15px; 
	color: #575757;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
p#quotetext {
	margin-left: 30px;
	font-style: italic;
}
p#quotecredit {
	margin-top: -12px;
	margin-left: 50px;
	font-style: normal;
	font-size: 9px;
	line-height: 11px;
}

p#bullets {
	margin-left: 15px;
	font-style: normal;
}

.copyrighttext { /* this paragraph text style should probably look similar to .cmaintext in ddbstyle.css */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.formintro {
	position: absolute;
	margin-top: 118;
	margin-left: 37;
	width: 460px;
	line-height: 16px;
}
.cintrotxt {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #575757;
}

.contactformpos {
	position: absolute;
	margin-top: 140px;
	margin-left: 37px;
	width: 500px;
	height: 250px;
}
.clabel {
	position: absolute;
	width: 124px;
	height: 18px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #575757;
}
.cinput {
	position: absolute;
	width: 340px;
	height: 18px;
	margin-left: 126px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #575757;
	border: solid 1px #A7A7A7;
}
#fname {
	margin-top: 0px;
}
#fcompany {
	margin-top: 20px;
}
#femail {
	margin-top: 40px;
}
#fphone {
	margin-top: 60px;
}
#fcomment {
	margin-top: 80px;
	height: 140px;
}

.csubmit {
	margin-left: 126px;
	margin-top: 240px;
}

