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

body {
   width: 7in;   
   color: #000;
   font: 12pt/20pt "Times New Roman", Times, serif;
}

h1, h2, h3 {
   color: #666;
}
h1 {
   font-size: 20pt;
   text-align: center;
   margin-bottom: 0;
   padding-top: 20px;
}
h2 {
   font-size: 16pt;
   border-bottom: 1px solid #666;
   padding: 20px 5px 5px;
}
h3 {
   font-size: 14pt;
   border-bottom: 1px solid #999;
   padding: 15px 5px 5px;
}
p {
   margin-top: 10px;   
}

/*underline link text on hover for menu bar*/
a
{text-decoration:none;}
a:hover
{text-decoration:underline;}
a:link, a:visited{COLOR:inherit;}




/*Center page within browser*/
#centered {
	width: 740px; /* set to desired width in px or percent */
	text-align: justify; /* optionally you could use "justified" */
	border: 0px; /* Changing this value will add lines around the centered area */
	padding: 0;
	margin: auto;
	position: relative;
} 

/*phone numbers top right of every page*/
#contact{
	position: relative;
	top:45px;
	text-align:right;
	margin-bottom:0px;
}
	


/*crm text solutions logo top left every page*/
#logo {
	position: absolute;
	top:15px;
	width:120px;
	height:76px;
	margin-bottom:0px;
}



/*Powering the Mobile Revolution slogan at top of every page*/
#slogan {
	position:relative;
	text-align:center;
	top:20px;
	margin-bottom:0px;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #000;
}


/*top navigation bar on every page*/
#navigation {
	display:none;
}









/*STYLES FOR INDEX PAGE*/


/*big photo on index page with hand holding a phone and text around it*/
#index_hand_phone_header {
	display:none;

}

/* business software service boxes background image horizontal position on index page*/
#bus_soft_serv_box_index {
	background-image:url(images/bus_soft_serv_box_index.png);
	position:absolute;
	top:478px;
	height:188px;
	width:740px;
	margin-bottom:0px;
}

/*business box text on index page*/
#business_text_index {
	position: absolute;
	left:5px;
	top:539px;
	width:234px;
	
}

/*sofware box text on index page*/
#software_text_index {
	position: absolute;
	left:253px;
	top:539px;
	width:234px;

}

/*service box text on index page*/
#service_text_index{
	position: absolute;
	left:502px;
	top:539px;
	width:234px;
	
}


/*welcome to the mobile revolution heading text on index page*/
#welcome_mobile_revolution_index {
	position: absolute;
	left:16px;
	top:700px;
	height:23px;
	width:408px;
	background-repeat:no-repeat;
	margin-bottom:0px;
	background-image:url(images/welcome_mobile_revolution_text.png)

}

#welcom_mobile_revolution_content_index {
	position: absolute;
	left:16px;
	top:738px;
	width:460px;
	text-align: justify;
}
/*dotted line between main content and news content on index page*/
#dotted_line_index {
	position: absolute;
	left:494px;
	top:706px;
	width:1px;
	height:250px;
	margin-bottom:0px;
	background-repeat:no-repeat;
	background-image:url(images/dotted_line.png);

}
/*In the news heading text on index page*/
#in_the_news_index {
	position: absolute;
	left:515px;
	top:700px;
	margin-bottom:0px;
	background-image:url(images/in_the_news_text.png);
	height:22px;
	width:141px;
	background-repeat:no-repeat;

}



#news_content_index {
	position: absolute;
	left:515px;
	top:738px;	

}

#footer_index {
	background-image:url(images/footer_background.png);
	background-repeat:repeat-x;
	height:60px;
	width:100%;
	position:absolute;
	top:1000px;
	text-align: center;	
}

#header_index {
	background-image:url(images/footer_background.png);
	background-repeat:repeat-x;
	background-position:top;
	height:30px;
	width:100%;
}

















/*STYLES FOR ALL INNER PAGES*/

#header_top_inner_pages {
	background-image:url(images/header_top_inner_pages.jpg);
	float:left;
	height:166px;
	width:497px;
	margin-bottom:30px;
}


#bus_soft_serv_box_inner {
	background-image:url(images/bus_soft_serv_boxes_vertical.png);
	width:243px;
	height:590px;
	float:right;
	background-repeat:no-repeat;
	clear:right;
	margin-top:20px;
	margin-bottom:20px;
	
}

#business_text_inner {
	margin-top:50px;
	text-align:justify;
	width:230px;
	margin-left:6px;
	height:203px;
	clear:right;
}

#software_text_inner {
	
	margin-top:0px;
	text-align:justify;
	width:230px;
	margin-left:6px;
	height:203px;
	clear:right;
}

#service_text_inner {
	
	margin-top:0px;
	text-align:justify;
	width:230px;
	margin-left:6px;
	height:179px;
	clear:right;
}

#header {
	height:150px;
	width:auto;
	position:relative;
	margin-bottom:10;
}

#footer {
	background-image:url(images/footer_background.png);
	background-repeat:repeat-x;
	height:60px;
	width:100%;
	clear:both;
	position:relative;
	text-align: center;	
}












/*STYLES FOR INDEX MORE PAGE*/


#header_top_right_index_more {
	top:153px;
	left:497px;
	float:right;
	background-image:url(images/header_top_right_index_more.jpg);
	height:357px;
	width:243px;
}
	

#content_index_more {
	float:left;
	left:0px;
	width:477px;
	background-repeat:no-repeat;
	margin-bottom:0px;
	background-position:top left;
	background-image:url(images/welcome_mobile_revolution_text.png)

}












/*STYLES FOR OVERVIEW PAGE*/


#header_top_right_overview {
	float:right;
	background-image:url(images/header_top_right_overview.jpg);
	height:394px;
	width:243px;
}

#content_overview {
	float:left;
	left:0px;
	width:477px;
	background-repeat:no-repeat;
	margin-bottom:0px;
	background-position:top left;
	background-image:url(images/how_it_works_text_overview.png)

}





/* STYLES FOR INDUSTRIES PAGE*/

#header_top_right_industries {
	float:right;
	background-image:url(images/header_top_right_industries.jpg);
	height:405px;
	width:243px;
}

#content_industries {
	float:left;
	left:0px;
	width:477px;
	background-repeat:no-repeat;
	margin-bottom:0px;
	background-position:top left;
	background-image:url(images/industries_text.png)

}




/* STYLES FOR SERVICES PAGE*/

#header_top_right_services {
	float:right;
	background-image:url(images/header_top_right_services.jpg);
	height:362px;
	width:243px;
	background-repeat:no-repeat;
}

#content_services {
	float:left;
	left:0px;
	width:477px;
	background-repeat:no-repeat;
	margin-bottom:0px;
	background-position:top left;
	background-image:url(images/services_text.png)

}





/* STYLES FOR CONTACT PAGE*/

#header_top_right_contact {
	float:right;
	background-image:url(images/header_top_right_contact.jpg);
	height:346px;
	width:243px;
	background-repeat:no-repeat;
}

#content_contact {
	float:left;
	left:0px;
	width:477px;
	background-repeat:no-repeat;
	margin-bottom:0px;
	background-position:top left;
	background-image:url(images/contact_text.png)

}




/* STYLES FOR ALL PRODUCT PAGES */


#header_top_right_products {
	float:right;
	background-image:url(images/header_top_right_products.jpg);
	height:377px;
	width:243px;
	background-repeat:no-repeat;
}


/* STYLES FOR BUSINESS PRODUCTS PAGE */

#content_products_business {
	float:left;
	left:0px;
	width:482px;
	background-repeat:no-repeat;
	margin-bottom:0px;
	background-position:top left;
	background-image:url(images/products_text.png)

}









/*STYLES FOR TERMS AND CONDITIONS PAGE*/

#content_terms {
	float:left;
	left:0px;
	width:477px;
	margin-bottom:0px;
	)

}

#content_terms_logo {
	float:left;
	left:0px;
	width:477px;
	height:180px;
	margin-bottom:20px;
	background-image:url(images/crm_realty.png);
	background-position:top center;
	background-repeat:no-repeat;
}


#header_top_right_terms {
	float:right;
	background-image:url(images/header_top_right_overview.jpg);
	height:394px;
	width:243px;
}








/*STYLES FOR HOMES PAGE*/


#content_homes_logo {
	float:left;
	left:0px;
	width:477px;
	height:180px;
	margin-bottom:20px;
	background-image:url(images/crm_realty.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#content_homes {
	float:left;
	left:0px;
	width:477px;
	margin-bottom:0px;

}



#header_top_right_homes {
	float:right;
	background-image:url(images/header_top_right_industries.jpg);
	height:405px;
	width:243px;
	background-repeat:no-repeat;
}




