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

/* -- START GLOBAL -- */
* {
	margin: 0px;
	padding: 0px;
	outline: none
}
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
}
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 CAROUSEL -- */
.stepcarousel {
	width: 940px;
	height: 240px;
	position: relative
}
.stepcarousel .belt {
	position: absolute;
	top: 0px;
	left: 0px
}
.stepcarousel .panel {
	padding-right: 20px;
	padding-bottom: 20px;
	width: 197px;
	height: 125px;
	overflow: visible;
	float: left;
	margin-left: 10px;
	margin-right: 15px;
}
.stepcarousel .panel:hover {
	height: 220px
}
.stepcarousel .panel a img {
	width: 197px;
	height: 125px
}
.stepcarousel .panel .img_hover {
	display: none
}/*
.stepcarousel .panel:hover .img_hover {
	width: 197px;
	height: 125px;
	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: 197px;
	border-top: 5px solid #4A6A9B;
	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: #000;
	text-decoration: none;
}
.stepcarousel .panel .desc h2 {
	margin: 0px;
	height: 15px
}
.stepcarousel .panel .desc p a {
	color: #C53
}
.stepcarousel .panel .desc p a:hover {
	color: #999
}
/* -- END CAROUSEL -- */