
#contentLanding {
	position: relative;
	display: block;
	margin:0 auto;
	text-align:left;
	width:980px;
}

#headLanding {
	position:relative;
	float:left;
	display:inline;
	width:100%;
	padding-bottom:10px;
	height:110px;
}

#headLanding #logoLanding {
		/*position:absolute;
		top:50px;
		left:20px;*/
		float:left;
		margin:58px 0 0 20px;
		padding: 0 0 0 0;
		width:137px;
		height:32px;
		background-image:url(../media/motorola_logo.gif);
		
	}

#flash {
	position:relative;
	float:left;
	display:inline;
	width:100%;
	padding-bottom:0px;
	height:365px;
}

#image1 {position:relative;
	float:right;
	top:10px;
	}
	
#image2 {position:relative;
	float:right;
	top:10px;
	}
	
.linkBullet {position:relative;

	width:90px;
	height:19px;
	background-image:url(../media/link_bullet.gif);
	background-position:right;
	background-repeat:no-repeat;
	}

/* additional text styles */

.rightLinksTitle {
font-size:1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	}
.rightLinksTitle a{ color:#FFFFFF; text-decoration:none;}

.smallGrey {
font-size:1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#cdcfcf;
	
	}
