html, body {
    height: 100%;
}
body {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:normal;
	color:#fff;
	background:#000 url(../img/bg_intro.jpg) repeat-x;	
}
/* ------ LAYOUT ------ */
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;     
	margin: 0 auto -128px;
}
#push {
    height: 128px;
}
#footer {
	width:940px;
	height:128px;
	margin:0 auto;
	padding:0;
	background:#000;
}

/* ------ HEADER ------ */
#header {
	height:138px;
	margin:60px auto
}
#logo {
	position:relative;
	float:left;
	width:470px;
	height:138px;
}

/* ------- CAROUSEL ------- */
#carousel {
	width:940px;
	height:250px;
	margin:5px 10px 0;
	background:transparent url(../img/bg-slider.gif) 0 0 no-repeat;
	}
div#slider-wrap {	
	position:relative;
	padding:0
	
}
div#slider-arrows {
	width:940px;
	height:250px;
	float:left;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
div#slider-left-arrow {
	width:32px;
	height:32px;
	margin-top:100px;
	float:left;
	z-index:10000;
	text-align:left;
}
div#slider-left-arrow img {
	width:32px;
	height:32px;	
}
div#slider-right-arrow {
	width:32px;
	height:32px;
	margin-top:100px;
	float:right;		
	z-index:10;
	text-align:right;
}
div#slider-right-arrow img {
	width:32px;
	height:32px;	
}
div#slider {
	width:865px;
	margin:10px 35px;
	padding:0px 0px;
	height:250px;
	float:left;	
	position:absolute;
	overflow:hidden;
	z-index:101
}
div#slider ul {
	list-style:none;
	width:820px;
	height:250px;
	margin:2px 2px 2px 5px;
	margin:0;
	padding:0;
	position:relative;
	float:left;
}
div#slider ul li {
	float:left;
	margin:2px 1px 0px 1px;
	padding:0;
	height:214px;
	overflow:hidden;
	width:214px;
	position:relative;
	border-right:1px solid #9f9b95
}
div#slider ul li img {
	z-index:90;
	width:214px;
	height:166px;
	float:left;
	position:absolute;
	z-index:8;
}
div.black-box {
	background-color:#fff;
	height:35px;
	width:214px;	
	float:left;
	margin-top:-167px;
	position:absolute;
	bottom:0;
	z-index:9;
}
div.black-box-txt {
	height:30px;
	padding:5px 0px 0px 0px;
	width:214px;
	color:#2b2321;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	float:left;
	margin-top:-157px;
	position:absolute;
	bottom:0;
	z-index:10;
}

/* buttons */
.btn {
	width:286px;
	height:122px;
	margin-top:50px;
	margin-bottom:80px;
	margin-left:50px;
	padding-top:45px;
	text-align:center;
	background:url(../img/btn.gif) 80px 0 no-repeat;
}
.btn a {
	font-size:1.8em;
	padding-left:60px;
	color:#fff;
	text-decoration:none;
	}
.btn a:hover {
	text-decoration:underline
	}
.left {
	text-align:left;
}
.right {
	text-align:right
}
.left, .right {
	color:#666;
	padding-bottom:5px;
}
.left a, .right a {
	color:#666;
	font-weight:normal;
	padding-bottom:5px;
	text-decoration:none;
}