@charset "utf-8";
/* CSS Document */

/* -- START GLOBAL -- */
* {
	margin: 0px;
	padding: 0px;
	outline: none
}
body {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666
}
.cont {
	margin-top: -160px;
	margin-left: -470px;
	width: 940px;
	height: 320px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%
}
img {
	border: none
}
.clear {
	height: 0px;
	float: none;
	clear: both;
	overflow: auto
}
/* -- END GLOBAL -- */

/* -- START TYPOGRAPHY -- */
h1, h2, h3 {
	margin-bottom: 20px;
	font-weight: normal;
	#font-family: Gothic, Arial, Helvetica, sans-serif;
	#text-transform: uppercase;
	font-size:12px;
}
h1 strong, h2 strong, h3 strong {
	#font-family: GothicB, Arial, Helvetica, sans-serif
}
h1 {
	font-size: 20px;
}
h1 span {
	font-size: 12px;
	color: #999
}
h1 a:hover {
	color: #C53
}
h2, h3 {
	height: 20px;
	font-size: 12px;
}
a {
	color: #666;
	text-decoration: none
}
a:hover {
	color: #333
}
/* -- END TYPOGRAPHY -- */

/* -- START NAVBAR -- */
.menu {
	margin: auto;
	width: 940px;
	background: #FFF;
	position: relative;
	z-index: 1000
}
.menu .menu_list {
	display: none;
	overflow: auto
}
.menu .menu_list a {
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left
}
.menu .menu_list p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: right
}
.menu .menu_list a:hover, .menu .menu_list a.sel {
	background: #F7F7F7
}
.menu .close, .menu .open {
	height: 5px;
	background: #CCC;
	display: block;
	position: relative
}
.menu .close span a, .menu .open span a {
	width: 100px;
	height: 30px;
	background: #333;
	font: normal 10px/30px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 420px;
	display: block
}
.menu .close span a:hover, .menu .open span a:hover {
	background: #333 url(images/hover.png) repeat;
	color: #999
}
/* -- END NAVBAR -- */

/* -- START SELECT MONTH -- */
.month {
	float: left
}
.select_month a {
	margin: -5px 0px 0px 10px;
	width: 100px;
	height: 30px;
	background: #C53;
	font: normal 10px/30px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	display: inline-block
}
.select_month a:hover {
	background: #C53 url(images/hover.png) repeat
}
.month_list {
	margin-left: 9px;
	display: none;
	float: left
}
.month_list a {
	margin: -5px 0px 0px 0px;
	padding: 0px 5px;
	height: 28px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-left: none;
	font: normal 10px/28px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left
}
.month_list a:first-child {
	border-left: 1px solid #E5E5E5
}
.month_list a:hover, .month_list a.sel {
	background: #F0F0F0
}
/* -- END SELECT MONTH -- */

/* -- START CAROUSEL -- */
.stepcarousel {
	width: 100%;
	height: 220px;
	position: relative
}
.stepcarousel .belt {
	position: absolute;
	top: 0px;
	left: 0px
}
.stepcarousel .panel {
	padding-right: 1px;
	width: 187px;
	height: 120px;
	overflow: visible;
	float: left
}
.stepcarousel .panel:hover {
	height: 220px
}
.stepcarousel .panel a img {
	width: 187px;
	height: 120px
}
.stepcarousel .panel .img_hover {
	display: none
}
.stepcarousel .panel:hover .img_hover {
	width: 187px;
	height: 120px;
	background: url(images/img_hover.png) repeat;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px
}
.stepcarousel .panel:hover .img_hover font {
	display: none
}
.stepcarousel .panel .desc {
	margin-top: 10px;
	padding-top: 10px;
	max-width: 187px;
	border-top: 5px solid #333;
	line-height: 15px
}
.stepcarousel .panel .desc span {
	font: normal 30px/30px Gothic, Arial, Helvetica, sans-serif;
	color: #CCC
}
.stepcarousel .panel .desc em {
	line-height: 15px;
	color: #CCC
}
.stepcarousel .panel .desc h2 {
	margin: 0px;
	height: 15px;
	font-size:12px;
}
.stepcarousel .panel .desc p a {
	color: #C53
}
.stepcarousel .panel .desc p a:hover {
	color: #999
}
/* -- END CAROUSEL -- */