@charset "utf-8";
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 930px; /*Width of Carousel Viewer itself*/
	height: 275px; /*Height should enough to fit largest content's height*/
}
#loader {
	height: 100px;
	width: 300px;
	text-align: center;
	line-height: 3em;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;
}


.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	width: 930px;
	height: 272px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 920px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#bannerHolder {
	background: #E4E7E9;
	border: 1px solid #FFF;
	padding: 0px;
	width: 930px;
	margin: 10px auto 1px;
}
#banner_nav{
	margin: 0px 0px 0px 9px;
	padding: 0px;
}
#banner_nav li{
	list-style: url(../none) none;
	float: left;
}
#banner_nav a{
	display: block;
	float: left;
	width: 200px;
	height: 34px;
	padding-top: 6px;
	padding-bottom: 10px;
	text-align: left;
	background: #D2D5D7;
	border: 1px solid #FFF;
	font: 14px/2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #818c93;
	text-decoration: none;
	text-indent: 1.5em;
}
#banner_nav span {
	font-size: 10px;
	color: #818c93;
	display: block;
	line-height: 1em;
	text-align: right;
	padding-right: 20px;
	font-weight: normal;
	margin-top: -5px;
}


#banner_nav a.selected, #banner_nav a:hover{
	background:#E4E7E9;
	color: #4a4e51;
}
#banner_nav .selected span {
	color: #128690;
}
#banner_nav_2 .selected span {
	color: #30A6DA;
}


#banner_nav_1 {
	position: relative;
	z-index: 100;
}
#ecmsBasic {
	height: 272px;
	width: 962px;
	background: #E5E7E9 url(../images/ecms_basic.png) no-repeat center top;
}
#ecmsBasic ul {
	margin-left: 300px;
	list-style: url(none) none;
	padding: 0px;
	margin-top: 20px;
}
#ecmsBasic ul li {
	color: #7D7D7D;
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/bull07.png) no-repeat left center;
	text-indent: 2em;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
}
#ecmsBasic #basicBu {
	background: url(../images/bu_basic.png) no-repeat center center;
	display: block;
	height: 73px;
	width: 136px;
	margin-left: 500px;
}
#ecmsPro {
	height: 272px;
	width: 962px;
	background: #E5E7E9 url(../images/ecms_pro.png) no-repeat center top;
}
#ecmsPro ul {
	margin-left: 300px;
	list-style: url(none) none;
	margin-top: 20px;
}
#ecmsPro ul li {
	color: #7D7D7D;
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/bull08.png) no-repeat left center;
	text-indent: 2em;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
}
#ecmsPro #proBu {
	background: url(../images/bu_pro.png) no-repeat center center;
	display: block;
	height: 73px;
	width: 136px;
	margin-left: 500px;
}
