.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid gray;
overflow: scroll; /*leave this value alone*/
width: 1024px; /*Width of Carousel Viewer itself*/
height: 500px; /*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: 10px; /*margin around each panel*/
width: 1024px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
font-family:Impact
}


body {
	background-color: #000000;
	padding: 0;
	margin: 0;
	background-image:url('images/background_LF.jpg');
	background-color:blue;
	background-repeat:no-repeat;
	background-position:center top;
}

#tabs{
	margin:0 auto 0 auto; 
	width:100%;
	height:50px;
	//background-color: white;
	color: red;
	
}

.tab{
	float:left;
	width:33.3333%;
	color: white;
	font-family:TrebuchetMS;
	font-weight:bold;
	font-size:20px;
	background-color: #444444;
	padding-top:5px;
	padding-bottom: 5px;
}

.tab2{
	float:left;
	width:33.3333%;
	color: white;
	font-family:TrebuchetMS;
	font-weight:bold;
	font-size:20px;
	background-color: #888888;
	padding-top:5px;
	padding-bottom: 5px;
}

.tab2:hover {
	background-color: #444444;
	cursor: pointer;
}

.tab3:hover {
	background-color: #444444;
	cursor: pointer;
}

.tab:hover {
	background-color: #444444;
	cursor: pointer;
}

.tab3{
	float:left;
	width:33.3333%;
	color: white;
	font-family:TrebuchetMS;
	font-weight:bold;
	font-size:20px;
	background-color: #AAAAAA;
	padding-top:5px;
	padding-bottom: 5px;
}

#page{
	margin:0 auto 0 auto; 
	width:1024px;
	
	width:1024px;
}

#header{
	margin:0 auto 0 auto; 
	width:100%;
	height:200px;
	
}

#content{
	margin:0 auto 0 auto; 
	width:100%;
	background-color:white;
	font-family:TrebuchetMS;
	color:#555555;
}

#logoHeader{
	padding-top:20px;
}

#features{
	padding-top:40px;
	padding-left:20px;
	width:600px;
	
	float:left;
	
}
#features h1{
	font-size:30px;
	font-weight:bold;
}

#features ul{
	line-height:40px;
	font-size:25px;
}

 blockquote
 {
 margin: 2em 0px;
 padding-left: 40px;
 font-size:14px;
 }

 blockquote:before
 {
 color: #333333;
 content: '“'; /* http://monc.se/kitchen/129/rendering-quotes-with-css */
 font-family: Arial, Helvetica, sans-serif;
 font-size: 3em;
 font-weight: bold;
 line-height: 0px;
 margin: 0px 5px 0px -40px;
 vertical-align: bottom;
 }
 
 #links {
	width:330px;
	padding-top:60px;
	padding-right:20px;
	float:right;
	
}