@font-face {
    font-family: 'AUdimatRegular';
    src: url('fonts/audimat-regular-webfont.eot');
    src: url('fonts/audimat-regular-webfont.eot?iefix') format('eot'),
         url('fonts/audimat-regular-webfont.woff') format('woff'),
         url('fonts/audimat-regular-webfont.ttf') format('truetype'),
         url('fonts/audimat-regular-webfont.svg#webfontIIuiVNkp') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* CONTAINER */
div.orbit { margin: 10px 0px 0px 10px; position: absolute; top: 0px; left: 0px; overflow: hidden;}
div.orbit img { position: absolute; top: 0px; left: 0px; width: 940px; height: 350px;}
div.orbit a img { border: none; }

/* TIMER */
div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right:10px; opacity: .6; cursor: pointer; z-index: 2001; }
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('orbit/rotator-black.png') no-repeat; z-index: 3; }
span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
span.rotator.move { left: 0; }
span.mask.move { width: 40px; left: 0; background: url('orbit/timer-black.png') repeat 0px 0px;  }
span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0px; background: url('orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
div.timer:hover span.pause,
span.pause.active, 
div.timer:hover span.pause.active {opacity: 1;}

/* CAPTIONS */
div.caption {background: #fff; background: rgba(0,0,0,.6); width: 100%; position: absolute;  right: color: #fff; padding: 8px 0; }
div.caption span { padding: 0 10px; font-size: 35px; text-shadow: 0px 1px 0px rgba(0,0,0,.8); margin: 0; }
.orbit-caption { display: none; }


/* DIRECTIONAL NAV */ 


/* BULLET NAV */
.orbit-bullets { position: absolute; z-index: 2000; list-style: none; top: 335px; left: 445px;  margin: 0; padding: 0; }
.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url(orbit/bullets.png) no-repeat; 0 0; width: 18px; height: 18px; overflow: hidden; }
.orbit-bullets li.active { color: #222; background-position: -18px 0; }


div.slider-nav {
    display: block }

div.slider-nav span {
    width: 40px;
    height: 51px;
    text-indent: -9999px;
    position: absolute;
    z-index: 2000;
    top: 35%;
    margin-top: -10px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(orbit/right-arrow.png);
	background-repeat: no-repeat;
    right: 0; }

div.slider-nav span.left {
    background: url(orbit/left-arrow.png);
    background-repeat: no-repeat;
	left: 0; }
	
	
	
#featured .banner1 h1{
	width: 280px;
	padding: 15px 0px 0px 40px;
	font-family: 'AUdimatRegular';
	font-size: 25px; 
	line-height: 35px;
	color: #2f260f; 
	font-weight: normal !important;
	text-transform: uppercase;
}
#featured .banner1 p{
	width: 280px;
	padding: 30px 0px 0px 30px;
	font-family: 'AUdimatRegular';
	font-size: 16px; 
	color: #7f6b37; 
	text-transform: lowercase; 
	font-weight: normal !important;
}
#featured .banner2 h1 {
	width: 280px;
	padding: 15px 0px 0px 40px;
	font-family: 'AUdimatRegular';
	font-size: 25px; 
	line-height: 35px;
	color: #2f260f; 
	font-weight: normal !important;
	text-transform: uppercase;
}
#featured .banner2 p{
	width: 280px;
	padding: 30px 0px 0px 30px;
	font-family: 'AUdimatRegular';
	font-size: 16px; 
	color: #7f6b37; 
	text-transform: lowercase; 
	font-weight: normal !important;
}
#featured .banner3 h1 {
	width: 280px;
	padding: 15px 0px 0px 40px;
	font-family: 'AUdimatRegular';
	font-size: 25px; 
	line-height: 35px;
	color: #2f260f; 
	font-weight: normal !important;
	text-transform: uppercase; 
}
#featured .banner3 p {
	width: 280px;
	padding: 30px 0px 0px 30px;
	font-family: 'AUdimatRegular';
	font-size: 16px; 
	color: #7f6b37; 
	text-transform: lowercase; 
	font-weight: normal !important;
}
#featured .banner1, #featured .banner2, #featured .banner3  {
	height: 350px;
	width: 940px;
	position: absolute;
	overflow: hidden;
	
	}
#featured .banner1{
	background: url(images/homebanner2.jpg);
}
#featured .banner2{
	background: url(images/homebanner1.jpg);
}
#featured .banner3{
	background: url(images/homebanner3.jpg);
}