/* Rotator Styles */
#wrapper-rot{
	width:960px; 
        height:380px;
	border-top:3px solid #92a5bc;
	border-bottom:1px solid #92a5bc;
	margin:0 auto;

}

#rotator {
        width:978px;
        height:280px;
	background:#FFF;
	color:#000;
	position:relative;
	padding-bottom:2.6em;
	margin:10px 0 10px 0; 
	font-size:12px;
        clear:both;
        border:1px solid #abccdb;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:14px;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
}

ul.ui-tabs-nav {
	
	top:0px;
	left:0;
	z-index:1;
	width:100%;
	background:#FFF url(images/uitabsbg.gif) repeat-x bottom right;
	border-top:0px solid #FFF;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size:12px;
	font-weight:normal;
	color:#fff !important;
	background:#FFF url(images/uitabsbg.gif) repeat-x bottom left;
	border-right:2px solid #c5ced9;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#FFF url(images/uiactivetabbg.gif) repeat-x bottom left;
	color:#fff373;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	padding:1em; 
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background:#fff url(images/uiactivetabbg.gif) repeat-x bottom left;
	color:#fff373;
       

}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	padding:20px 540px 15px 35px;
	height:225px;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h2 {
	color:#E75D00;
	font-weight:normal;
	margin:0;
	font-size:16px;
	line-height:18px;
}

#rotator p {
	font-size:12px;
	margin:10px 0;
	color:#333;
}

#rotator .btn_get_started {
	float:left;
	height:30px;
	width:99px;
	text-indent:-9999em;
	margin-right:7px; 
	overflow:hidden; 
	background:transparent url(images/getstarted.gif) no-repeat
}

#rotator .btn_learn_more {
	float:left;
	height:26px;
	font-size:12px;
	color:#09F;
	text-decoration:none;
	border-boton:1px dotted #09f;
}

/* Background Images */
#rotator #fragment-1 {
	background:transparent url(images/learn.jpg) no-repeat top right;
}
#rotator #fragment-1 table{
	margin-bottom:30px;
        margin-top:10px;
}
#rotator #fragment-1 table a{
	color:#0a7db1;
        text-decoration:none;
        border-bottom:1px dotted #0a7db1;
}
#rotator #fragment-1 table a:hover{
	color:#f26522;
        text-decoration:none;
        border-bottom:1px dotted #f26522;
}
#rotator #fragment-2 {
	background:transparent url(images/solutions.jpg) no-repeat top right;
}
#rotator #fragment-2 table a{
	color:#0a7db1;
        text-decoration:none;
        border-bottom:1px dotted #0a7db1;
}
#rotator #fragment-2 table a:hover{
	color:#f26522;
        text-decoration:none;
        border-bottom:1px dotted #f26522;
}

#rotator #fragment-3 {
	background:transparent url(images/news.jpg) no-repeat top left;
	padding:20px 35px 15px 540px;
}
#rotator #fragment-3 a{
        color:#0a7db1;
        text-decoration:none;
        border-bottom:1px dotted #0a7db1;
}
#rotator #fragment-3 a:hover{
        color:#f26522;
        text-decoration:none;
        border-bottom:1px dotted #f26522;
}

#rotator #fragment-4 {
	background:transparent url(images/call.jpg) no-repeat top left;
	padding:20px 35px 15px 540px;
}
#rotator #fragment-4 a{
        color:#0a7db1;
        text-decoration:none;
        border-bottom:1px dotted #0a7db1;
}
#rotator #fragment-4 a:hover{
        color:#f26522;
        text-decoration:none;
        border-bottom:1px dotted #f26522;
}

#rotator #fragment-5 {
	background:transparent url(images/contact.jpg) no-repeat top right;
	
}

