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

#landing { margin: 35px 0 0 10px; min-height: 1em; }
	#landing:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	* html #landing { height: 1%; }
	#landing h1 { color: #b70038; font-size: 16px; font-weight: normal; }
		#landing h1 strong { color: #4a75c3; font-weight: bold; }
	#landing #landingHeading { background: url(images/img-landingpage-hdr-bg.gif) 0 0 no-repeat; position: relative; height: 295px; }
	#landing #beautyShot { position: absolute; left: 0; top: -19px; }
	#landing #landingInfo { position: absolute; left: 500px; top: 60px; width: 250px; }
		#landing #landingInfo ul { color: #fff; }
			#landing #landingInfo ul li { margin-bottom: .3em; }
		#landing #landingInfo a:link, #landing #landingInfo a:visited { color: #c0d8ef; text-decoration: none; }
		#landing #landingInfo a:hover, #landing #landingInfo a:active { color: #fff; }
	#landing #productLogo { }

#landing #breadcrumbs { position: absolute; left: 0; top: -25px; }
#landingContent { position: relative; }

#landingSide { border-top: 1px solid #fff; width: 296px; float: right; }
#landingSide .landingSideAd { margin-bottom: -25px; }
	#landingSideInner { padding: 0 10px 15px 10px; }
	#landingSide h3 { color: #b70038; font-size: 16px; font-weight: normal; }
	#landingSide li { margin-bottom: 8px; } 
		#landingSide li strong, 
		#landingSide h3 strong { color: #4a75c3; font-weight: bold; }

