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

.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid #A1C722;
overflow: scroll; /*leave this value alone*/
width: 300px; /*Width of Carousel Viewer itself*/
height: 200px; /*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: 570px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2d2d2d;
}

h1 {
	font-size:16px;
}

/* Clearing method
------------------------------------------------------*/

.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%;
}

.clear
{
	clear: both;
}

/* Page content - Highlight area
------------------------------------------------------*/

#highlight-area .one, 
#highlight-area .two,
#highlight-area .three
{
	width: 238px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 5px 5px 0px;
	background-color: #ffffff;
}

#highlight-area .three
{
	margin-right: 5px;
}

#highlight-area .four
{
	clear: both;
	padding: 15px;
	margin-bottom: 5px;
	background-color: #ffffff;
}

#highlight-area  h2
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 7px 5px 7px 10px;
	background: #A1C722;
}

#highlight-area img
{
	display: block;
	border: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#highlight-area p
{
	padding: 0px;
	margin: 0px 10px 5px 10px;
}

#highlight-area a.detail
{
	font-weight: bold;
	color: #404d6c;
	margin-left: 10px;
}

#highlight-area .four h2
{
	font: bold 1.6em Arial, Tahoma, sans-serif;
	color: #404d6c;
	text-transform: uppercase;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	background: none;
}

#highlight-area .four img
{
	display: block;
	float: left;
	border: 5px solid #fff;
	margin: 0px 20px 0px 0px;
}

#highlight-area .four p,
#highlight-area .four a
{
	margin: 0px 0px 10px 0px;
}

#content-wrapper
{
	border: 5px solid #fff;
	background-color: #fff;
	margin-left: 15px;
}