/*HotPress Web | Framework By: Team HotPress Web | Created: 2011*/

/* Hero
----------------------------------------------------------------------------------------------------*/
#hero{
	background: #a62424;
	/* margin: 20px 0 0;*/
 margin: 0 0 0;
}
#slideshow{
	display: none;
}
.hero {
	height:370px;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:100;
}

/* Image --------------------------*/
.hero-images{
	height: 350px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 540px;
	z-index: 1;
}
.hero-images ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.hero-images ul li {
	position: absolute;
	padding: 0;
	top: 0;
    display: none;
    background: none;
}
	
/* Description --------------------------*/
.hero-descriptions {
    right: 10px;
    position: absolute;
    top: -2px;
	width: 300px;
	padding: 0 60px;
    z-index: 17;
}
.hero-descriptions ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.hero-descriptions ul li {
    background: none;
    display: none;
	position: absolute;
	top: 0;
}	
.hero-description{
    color: #333333;
    display: block;
	margin: 0;
    padding: 30px 0 0;
	width: 325px;
    z-index: 3;
}
.hero-description p{
	color: #fff;
	font-size: 10px;
	line-height: 16px;
}
	.hero-description h2 a:link,
	.hero-description h2 a:visited{
		color: #fff;
		font-size: 50px;
		line-height: 52px;
		text-decoration: none;
	}
	.hero-description h2 a:active,
	.hero-description h2 a:hover{
		color: #e1e1e1;
	}	
.hero legend{
	color: #fff;
	font-size: 12px;
	padding: 0 0 7px;
}
	
/* Overlay --------------------------*/
.hero-divider {
	background: url(images/hero-overlay.png) no-repeat scroll 0 0;
    height: 370px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 390px;
    z-index: 2;
}

/* Controls --------------------------*/
.hero-controls {
	left: 15px;
	position: absolute;	
	bottom: 0px;
	z-index: 4;
}
.hero-controls ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.hero-controls ul li {
	background: none;
	float: left;
	list-style: none;
	margin: 0 5px;
	padding: 0;
}
	.hero-controls ul li a:link,
	.hero-controls ul li a:visited {
		color: rgb(255,255,255);
		margin: 0;
		padding: 3px 8px;
		text-decoration: none;
		background:#001d72 ;
		display: block;
}
	.hero-controls ul li a:hover,
	.hero-controls ul li a:active,
	.hero-controls ul li.current a {
		background: #a62424;
	}