@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-position: right top;
	background-repeat:repeat-x;
	font-family: "Arial Unicode MS", Arial; font-size: 12px; color: #727272;
}

h1 { font-size: 23px; color: #0e83b3; font-weight: lighter; letter-spacing: -0.03em; margin-top:0px;}
#mainWrapper {
	width: 893px;
	margin: auto;
	padding: 6px;
	background-color: #ffffff;
	position:relative;
}
#featureBg {
	background-image:url(../images/featureClients_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 49px;
}

#featureHeader { margin-left: 10px; margin-top: 5px; float: left; margin-right: 20px;}

#content {padding-left: 20px; padding-right: 20px; padding-top: 0px; padding-bottom: 5px; text-align: justify;}


#footer {
	height: 40px;
	width: 905px;
	margin: auto;
	background-image:url(../images/footer.png);
	background-position: left top;
	background-repeat:repeat-x;
}

.stepcarousel{
position: relative; 
overflow: scroll; 
width: 398px; font-size: 12px;
height: 174px; background-image:url(../images/testimonialsBg.gif); background-position: left top; background-repeat:no-repeat;
}

.stepcarousel .belt{
	position: absolute;
	top: 0;
}

.stepcarousel .panel{
float: left; 
overflow: hidden;
width: 350px; padding: 20px;

}


.stepcarousel2{
position: relative; 
overflow: scroll; 
width: 400px; font-size: 12px;
height: 40px; padding-left: 20px;
}

.stepcarousel2 .belt2{
	position: absolute;
	top:15px;
}

.stepcarousel2 .panel2{
float: left; 
overflow: hidden;
width: 400px; padding-left: 30px;

}

a.featurelink { color: #0e83b3; text-decoration: none;}


.name { color:#333333;}



.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}