@charset "UTF-8";


#main-content{padding-right:0px;padding-left:0px; overflow:visible;}
#main-content .slider {width:100%;height:210px; background-color:#333;}
#main-content .controls {width:70px;height:20px; margin:10px auto 0 auto; background-color:#333;}

#news {
	width:950px;
	height:42px;
	background:repeat-x;
	margin-top:10px;
	position:relative;
	background-image: url(../images/layout_landing_news_bg_ptrn.gif);
}
#news .crvlft {background-image: url(../images/layout_landing_news_bg_sidelft.png); height:47px; width:12px;position:absolute; left:-12px;}
#news .crvrt {background-image: url(../images/layout_landing_news_bg_sidert.png); height:47px; width:12px; position:absolute; right:-12px;}

#news .inr {width:890px; height:30px; padding-top: 6px; padding-left:25px;}
#news .inr .cntr {background-image: url(../images/layout_landing_news_inr_bg.jpg); background-repeat:repeat-x; height:30px; position:relative; text-align:center;}
#news .inr .cntr p { padding-top: 3px; font-size:12px;}
#news .inr .cntr .crvlft {background-image: url(../images/layout_landing_news_inr_sidelft.png); height:30px; width:10px;position:absolute; left:-10px;}
#news .inr .cntr .crvrt {background-image: url(../images/layout_landing_news_inr_sidert.png); height:30px; width:10px; position:absolute; right:-10px;}


#platform {margin: 25px 45px 0 45px; overflow:auto; border-top: 1px solid #666}
#platform p {font-family: Arial, Helvetica, sans-serif;font-size: 13px;line-height: 22px; color: #4f4f4f; margin-bottom: 22px;}
#platform .section {float:left; width: 240px; margin-right: 70px;}
#platform .section-last {float:left; width: 240px; margin: 0; padding:0;}
#platform h1, #platform h2, #platform p {padding: 0px; margin: 0px;}
#platform h1 {font-family: Arial, Helvetica, sans-serif;font-size: 14px;line-height: 24px; font-weight: bold;color: #000;}
#platform h2 {font-family: Arial, Helvetica, sans-serif;font-size: 14px;line-height: 24px; font-weight:bold; margin: 0 0 0px 0;}


/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
		height:210px;
		overflow:hidden; 
		}	

		
	/* numeric controls */	

	ol#controls{
		margin-left: 398px;
		margin-top: 10px;
		padding:0;
		height:20px;
		width: 200px;
		}
	ol#controls li{
		margin:0 30px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		}
	ol#controls li a{
		float:left;
		height: 10px;
		width: 30px;
		line-height:28px;
		border:1px solid #ccc;
		background:#CCC;
		text-indent: -9999px;
		}
	ol#controls li.current a{
		background-color:#3e7fe8;
		color:#fff;
		}
	ol#controls li a:focus{outline:none; }
	
/* // Easy Slider */

