body {
	font-family: Arial, Helvetica, sans-serif;
	background:#083a6f url(../images/bg.jpg) repeat-x;
	margin:0;
}

a img {
	border:0
}

#container {
	text-align:center;
	margin:0px 0
}

#all {
	margin:0 auto;
	width:980px;
	text-align:left
}

#content {
	border:1px solid #fff;
	background:#001d3f
}

#top {
	background:#001d3f;
	border-bottom:1px solid #fff;
	font-size:20px;
	font-weight:bold
}

#top, #top a {
	color:#fff;
}

#menu {
	font-size:14px;
	line-height:1em;
	margin-left:205px;
	background:url(../images/bg_menu.jpg)
}

#menu, .submenu {
	font-family:Arial, Helvetica, sans-serif;
}

#menu a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:8px 18px;
	float:right
}

#menu a:hover{
	background:url(../images/menu_over.jpg)
}

#main {
	border-collapse:collapse;
	width:100%;
}

#main td {
	padding:0;
	vertical-align:top
}

.clear {
	font-size:0;
	clear:both
}

.submenu {
	background:#02376f url(../images/bg1.jpg) repeat-x;
	border:1px solid #ccc;
	color:#fff;
	line-height:1em;
	margin:10px;
	font-size:10pt
}

.submenu h3{
	margin:0;
	font-size:18px;
	background:url(../images/bg_h3.jpg);
	font-weight:normal;
	padding:3px 10px
}

.submenu div{
	border-top:1px solid #ccc;
}

.submenu a{
	display:block;
	text-decoration:none;
	padding:3px 10px;
	color:#fff
}

.submenu a:hover {
	background:#024387
}

#main td#right {
	background:#fff;
	padding:10px
}

/* Slideshow */
#slideshow {
	position:relative;
	height:192px;
}

#slideshow img {
	position:absolute;
	top:0;
	left:11px;
	z-index:8;
	opacity:0.0;
}

#slideshow img.active {
	z-index:10;
	opacity:1.0;
}

#slideshow img.last-active {
	z-index:9;
}
/* /Slideshow */

/* Stepcarousel */
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 682px; /*Width of Carousel Viewer itself*/
height: 235px; /*Height should enough to fit largest content's height*/
margin:0 0 0 23px
}

.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*/
width: 227px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	background:url(../images/frame.gif) no-repeat
}

.stepcarousel .panel p {
	color:#6d634e;
	font-size:12px
}
/* /Stepcarousel */

.panel img {
	margin:7px
}