@charset "UTF-8";
/* 
	Dropmobile® Business home CSS 
	
	@author: Daniel van Westen
	@version: 1.0.0
	@last-modified: 09/24/2008
*/

 /****************************************************************************************************
 * leftBox
 ****************************************************************************************************/
 
 .leftBox {
 	float: left;
 	width: 530px;
	color: #9c9c9c;
 }
 
 .leftBox p {
 	margin: 0 0 20px 0;
	line-height: 18px;
 }
 
 .rightBox {
 	float: right;
 	margin: 0 0 0 0;
 	width: 350px;
 } 

 /****************************************************************************************************
 * eBoard
 ****************************************************************************************************/
 
 .mobilesuite {
 	background: url('../images/wePresentMobilesuite.gif') -186px 0px;
	width: 112px;
	height: 17px;
	text-indent: -2000em;
	margin: 0 0 5px 0;
 }
 
 
 /****************************************************************************************************
 * mobilesuiteNavigation
 ****************************************************************************************************/

 ul#mobilesuiteNavigation {
 	margin: 10px 0 60px 0;
 }
	 
 ul#mobilesuiteNavigation li{
	display:inline;
	list-style-type:none;
 }
 
 ul#mobilesuiteNavigation li a {
	display: block;
	float: left;
	padding: 0;
	height: 15px;
 }
 
 #naviEboard a {
 	width: 67px;
	background: url('../images/mobilesuiteNavigation.gif') no-repeat;
 }
 
 #naviEboard a:hover {
 	width: 67px;
	background: url('../images/mobilesuiteNavigation.gif') -212px no-repeat;
 }
 
 .naviEboard {
 	width: 67px;
	height: 15px;
	float: left;
	text-indent: -2000px;
	background: url('../images/mobilesuiteNavigation.gif') -212px no-repeat;
 }
  
 #naviEjournal a {
 	width: 85px;
	background: url('../images/mobilesuiteNavigation.gif') -67px 0 no-repeat;
 }
	 
 #naviEjournal a:hover {
	 background-position: -279px 0;
 }
 
 .naviEjournal {
 	width: 85px;
	height: 15px;
	float: left;
	text-indent: -2000px;
	background: url('../images/mobilesuiteNavigation.gif') -279px no-repeat;
 }
  
  
 #naviEcode a {
 	width: 60px;
	background: url('../images/mobilesuiteNavigation.gif') -152px no-repeat;
 }
	 
 #naviEcode a:hover {
	 background-position: -364px 0;
 }
 
 .naviEcode {
 	width: 60px;
	height: 15px;
	float: left;
	text-indent: -2000px;
	background: url('../images/mobilesuiteNavigation.gif') -364px no-repeat;
 }
