/* CSS Document */
body{
	margin:0 auto;
	padding:0px;
	text-align:center;
	width:100%;
	color:#999;
	font-family:Tahoma;
	font-size:10px;
	background:#666;
}

p{
	margin:0px;
	padding:0px;
}

img{
	border:none;
}
#main{
	width:100%;
	margin:0 auto;
	padding:0px;
	text-align:center;
	background:#666;
	
}
#row_1{
	width:100%;
	margin:0 auto;
	padding:0px;
	text-align:center;
	border-bottom:1px solid #f4f4f5;
}
.head{
	width:881px;
	margin:0 auto;
	padding:0px;
	text-align:left;
	padding:90px 0px 27px 103px;
}
#row_2{
	width:100%;
	margin:0 auto;
	padding:0px;
	text-align:center;
	background:#999999;
	border-bottom:1px solid #f4f4f5;
}
.inner_body{
	width:961px;
	margin:0 auto;
	text-align:left;
	padding:0px 0px 0px 23px;
	background:#333333;
	height:302px;
}
.inner_body_left{
	width:175px;
	float:left;
	text-align:left;
	height:172px;
	background:#666666;
	padding:55px 0px 75px 64px;
}

.flash{
	width:368px;
	float:left;
	height:302px;
}
.inner_right{
	background:url(../images/bg_inner.gif) repeat-y;
	width:300px;
	height:260px;
	float:left;
	text-align:left;
	padding:28px 39px 14px 15px;
	font-size:11px;
}
.c_1{
	color:#d14d0c;
}
#row_3{
	width:100%;
	margin:0 auto;
	padding:0px;
	text-align:center;
}
.footer{
	width:961px;
	margin:0 auto;
	text-align:right;
	padding:30px 0px 55px 0px;
	font-size:11px;
	color:#999999;
}
.f_link{
	font-size:11px;
	color:#ccc;
	text-decoration:none;
	padding:0px;
}
.f_link:hover{
	font-size:11px;
	color:#ccc;
	text-decoration:none;
	padding:0px;
}

.f_s_15{
	font-size:15px;
}

























DIV.scrollholder {
	FONT-SIZE: 11px; Z-INDEX: 1; MARGIN-BOTTOM: 10px; OVERFLOW: auto; WIDTH:100%; FONT-FAMILY: Tahoma,Verdana,Arial,Helvetica,sans-serif; POSITION: relative; HEIGHT: 210px
}
DIV.scroll {
	PADDING-LEFT: 6px; Z-INDEX: 2; LEFT: 0px; WIDTH: 99%; POSITION: absolute; TOP: 0px; TEXT-ALIGN: left
}
DIV.track {
	FONT-SIZE: 0px; Z-INDEX: 3; BACKGROUND: #666666; FLOAT: right; WIDTH: 11px; POSITION: relative; TOP: 0px; HEIGHT: 100%
}
DIV.drag_bar {
	Z-INDEX: 4; BACKGROUND: #f2bd94; FLOAT: right; WIDTH: 100%; CURSOR: default; POSITION: absolute; HEIGHT: 14px
}


























/*------------------------------- step cerocel ---------------------------------*/




.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 310px; /*Width of Carousel Viewer itself*/
height: 250px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 1px; /*margin around each panel*/
width: 310px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


