/* -----------------
	Australia Star:
	CSS for Main Page
	Mansoor Malik
	Relate 2006
	----------------- */


#main { height: 455px; }
	/* ---- holds those gay images in the middle of the main page ---- */
	#main #main_imgholder { position: relative; width: 775px; height: 225px; margin: auto; padding: 0px; }
		#main_imgholder #main_easiercomm { position: absolute; top: 2px; left: 9px; width: 495px; height: 221px; background: url(../img/home_1.jpg) no-repeat; }
		#main_imgholder #main_welcome { position: absolute; top: 2px; right: 7px; width: 262px; height: 221px; background: url(../img/home_welcome.jpg) no-repeat; }
	/* ---- holds the divs etc for the content stuff like the solutions menu ---- */
	#main #main_contentholder { position: relative; width: 775px; height: 230px; margin: auto; padding: 0px; }
		#main_leftcontent { position: absolute; top: 10px; left: 9px; width: 265px; height: 210px; margin: 0px; padding: 0px; background: url(../img/bg_home_leftcontent.jpg) no-repeat right; }
			/* ---- solutions menu: bottom left on the main page ---- */
			#solutionsmenu { position: absolute; top: 0px; left: 0px; width: 265px; margin: 0; padding: 0; }
				#solutionsmenu ul { margin: 0; padding: 0; list-style: none; }
				#solutionsmenu li { height: 52px; margin: 0 0 1px 0; padding: 0; display: block; }
				* html #solutionsmenu li { margin: 0; display: inline; } /* ---- for IE6: the fukdupwun ---- */
				#solutionsmenu a { margin: 0; padding: 0; }
				#solutionsmenu img { margin: 0 0 1px 0; padding: 0; }
		#main_rightcontent { font-family: Arial; position: relative; float: right; top: 10px; right: 7px; width: 495px; height: 230px; background: url(../img/bg_home_rightcontent.jpg) no-repeat; }
			#main_newsletter { position: absolute; bottom: 15px; left: 25px; width: 264px; margin: 0; padding: 8px 0 0 0; }
			#main_rightcontent_text { position: relative; left: 30px; height: 120px; margin: 0; padding: 0; }
				#main_rightcontent_text h2 { padding: 0 0 15px 0; margin: 0; font-size: 11px; }
				#main_rightcontent_text h3 { padding: 0 0 0 0; margin: 0; font-size: 11px; color: #24A5D8; }
				#main_rightcontent_text div { width: 270px; padding: 0 0 10px 0; margin: 0; font-size: 11px; }
				#main_rightcontent_text a { padding: 0; margin: 0; font-size: 11px; color: #013779; font-weight: bold; text-decoration: underline; }
				#main_rightcontent_text a:hover { text-decoration: none; }
			#main_feature { position: absolute; top: 30px; right: 8px; width: 172px; height: 184px; margin: 8px 4px; text-align: center; }
			.dropcontent {}
