#slider a{font-size:16px;}
#slider a:hover{color:#FFF;}

/* Sudo Slider */

.slider ul, .slider ul li, .sliderul, .sliderli{
	margin:0;
	padding:0;
	list-style:none;
	height:230px;
		}
.slider ul li, .sliderli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	width:960px;
/* 	height:241px; */
	overflow:hidden; 
	color:#FFF;
	
}	
.slider, .slider2 {
	width:960px;
	position:relative; /* Fixing fade in IE6 and IE7 */
}
.graphic, .prevBtn, .nextBtn{
	 margin:0;
	 padding:0;
	 display:block;
	 overflow:hidden;
	 text-indent:-8000px;
 }
 
 .prevBtn, .nextBtn { 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	cursor:pointer;
}	
.nextBtn{ 
	left:960px;
}														
.nextBtn { 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}	
#wrapper .prevBtn{ 
	left:-35px;
}	
		
/* numeric controls */	
ol {
	margin:0;
	padding:0;
	margin-top:20px;
	height:28px;
	margin-left:420px;
	
}
ol li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#003;
	padding:0 10px;
	text-decoration:none;
}
ol li.current a{
	background:#FFFF99;
	color:#003;
}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}


.featureimg {float:right; width:475px; margin-left:15px; border:1px solid #CCC;}

#tier2-left ul{ color:#333300; padding-bottom:10px;}

#tier2-left .li-1{padding-left: 50px; padding-top:5px; background-image: url(../images/reasons-1.png); background-repeat: no-repeat; background-position: 0 .5em; margin-top:10px; height:55px; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

#tier2-left .li-2{padding-left: 50px; padding-top:5px; background-image: url(../images/reasons-2.png); background-repeat: no-repeat; background-position: 0 .5em; margin-top:40px; height:55px; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

#tier2-left .li-3{padding-left: 50px; padding-top:5px; background-image: url(../images/reasons-3.png); background-repeat: no-repeat; background-position: 0 .5em; margin-top:40px; height:55px; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

#tier2 small{margin-bottom:15px; display:block; font-size:10px; font-weight:bold; color:#600;}

#tier2-left p{padding-bottom:10px; color:#900;}

#tier2-left li{margin-left:30px; color:#003;font: 1.2em/1.5em Arial, Helvetica, sans-serif; margin-bottom: 10px;}

#tier2-right ul{margin-left:520px; padding-top:20px;}

.check{padding-left: 30px; padding-top:5px; background-image: url(../images/check.png); background-repeat: no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:14px; height:30px; color:#003;}

#tier2-right .star{padding-left: 30px; padding-top:10px; background-image: url(../images/star.png); background-repeat: no-repeat; background-position: 0 .5em; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#900; font-weight:bold; height:30px;}

.moreInfo{text-align:right;}