

body {
	background: #ffffff url('../images/bg.png') repeat-x top left;
}
#header {
	background: transparent url('../images/bg_grad.png') no-repeat top center;
	height: 425px;
	padding-top: 15px;
}


#stage {
	height: 320px;
	clear: both;
	background: transparent url('../images/stage.png') no-repeat top center;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='styles/default/images/stage.png',sizingMethod='crop');
	position: relative;
}
#stage_content {
	margin: 0px 20px;
	position: relative;
	overflow: hidden;
	height: 320px;
}
.slides {
	position: absolute;
	top: 40px;
	width: 940px;
	height: 220px;
	overflow: hidden;

	color: #ffffff;
}
.slides h3 {
	color: #ffffff;
}


#tabs {
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
}
#tabs li, #tabs li a {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;

	width: 240px;
	height: 40px;
	line-height: 40px;
	
	color: #3a525c;
	text-decoration: none;
	font-size: 14px;
	overflow: hidden;
}
#tabs li a {
	width: 220px;
	padding: 0px 10px;
	background: transparent url('../images/menu_bg.png') no-repeat top center;
}
#tabs li a.first {
	background: transparent url('../images/menu_bg_left.png') no-repeat top center;
}
#tabs li a.last {
	background: transparent url('../images/menu_bg_right.png') no-repeat top center;
}
#tabs li a.selected {
	background: none;
	color: #ffffff;
}


.col {
	width: 300px;
	margin: 10px;
	float: left;
}
.content_box {
	clear: both;
}
.content_box ul, .content_box ul li {
	margin: 0; padding: 0;
}
.content_box ul li {
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	list-style-type: none;
	display: block;
	background: transparent url('../images/red_arrow.png') no-repeat left center;
	_background: transparent url('../images/red_arrow.gif') no-repeat left center;
}
.content_box li a {
	color: #3a525c;
	text-decoration: none;
}
.content_box td {
	color: #3a525c;
	font-size: 11px;
	vertical-align: top;
}
