body{
	background:url(../images/BACKGROUND.jpg);
	background-repeat:repeat-x;
/*	background-attachment:fixed;
*/	background-color:#000;
}
.shell{
	width:958px;
	margin-left:auto;
	margin-right:auto;
}
.flashheader{
	width:958px;
	height:332px;
}
.navbarshell{
	width:958px;
	height:40px;
	background:url(../images/navbar-background.png);
}
.contentshell{
	width:958px;
	background:url(../images/middle-background.png);
	clear:both;
}
.contentcontainer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight:500;
	color:#FFF;
	width:630px;
	padding-top:10px;
	padding-left:10px;
	padding-right:15px;
	padding-bottom:8px;
	clear:both;
}
.contentcontainer1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight:500;
	color:#FFF;
	width:920px;
	padding-top:10px;
	padding-left:10px;
	padding-right:15px;
	padding-bottom:8px;
	clear:both;
}

.bottomborder{
	width:958px;
	height:8px;
	background:url(../images/bottom-background.png);
}

.rightside{
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:8px;
	width:271px;
}

.footer{
	width:958px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-top:8px;
	clear:both;
	}
	
	/*MENU STYLES*/
.menu{
	width:958px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	padding-top:15px;
	text-align:center;
}

.menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.menu li{
display:inline;
padding:0px;
margin:0px;
}

.menu a{

width:100px;
text-decoration:none;
color:#FFF;
font-weight:normal;
padding-left:5px;
padding-right:5px;
text-transform:uppercase;

}

.menu a:hover{
/*background:#CCCC00;*/
color:#fff;
}

.spacer{
	height:10px;
}

.list a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.list a:hover{
	text-decoration:none;
	color:#999999;
	font-weight:bold;
}

.righttop {
	width:325px;
}

.left {
	padding-right:10px;
	float:left;
}

.right {
	padding-right:10px;
}

/*STEP*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px solid #819db5;
	overflow: scroll; /*leave this value alone*/
	width: 600px;
	height: 260px; /*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: 5px; /*margin around each panel*/
width: 205px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.videostepcarousel{
	position: relative; /*leave this value alone*/
	border: 1px solid #819db5;
	overflow: scroll; /*leave this value alone*/
	width: 50px;
	height: 190px; /*Height should enough to fit largest content's height*/
}

.videostepcarousel .videobelt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.videostepcarousel .videopanel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px; /*margin around each panel*/
width: 50px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
