/* 
---------------- 
   HOMEPAGE
----------------
*/
#top {
	height:442px;
}
#top-buffer {
	height: 270px;
	padding-top:20px;
	background: url('/images/bg_slideshow.jpg') 0 0 repeat-x;
}

/* 
---------------- 
   SLIDESHOW
----------------
*/
#slideshow {
	overflow: hidden;
	margin: 0 auto;
	height:250px;
}
#slideshow-frame {
	height: 250px;
	width:860px;
	position: absolute;
	top:0;
	z-index: 10;
	background: url('/images/slideshow_frame.gif') 0 0 no-repeat;
	margin: 0;
	padding:0;
}
/* 
#slideshow-frame h3 {
	position:absolute;
	top:-999px;
} 
*/

#slideshow #slider {
	position:relative;
	display: block;
	height:250px;
	width:5160px;
	left:0;
}
#slideshow .slide {
	position:relative;
	height:250px;
	width:860px;
	float:left;
}
#slideshow-frame h3,
#slideshow span {
	position:absolute;
	bottom:20px;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: -1px;
	font-style: italic;
	line-height:1em;
	color:#fff;
}
#slideshow-frame h3 {
	left:20px;
	margin:0;
}
#slideshow span {
	left:130px;
}
#slideshow .slide h2,
#slideshow .slide div {
	padding-left: 20px;
}
#slideshow .slide div.description {
	margin-bottom: 20px;
	width:300px;
}
#slideshow .slide div.link {
	position:absolute;
	bottom:20px;
	left:0;
}

/* 
---------------- 
   SLIDES
----------------
*/
.slide.agribusiness  { background: url('/images/slide_agribusiness.jpg')  top left no-repeat; }
.slide.construction  { background: url('/images/slide_construction.jpg')  top left no-repeat; }
.slide.printers      { background: url('/images/slide_printers.jpg')      top left no-repeat; }
.slide.manufacturers { background: url('/images/slide_manufacturers.jpg') top left no-repeat; }
.slide.professionals { background: url('/images/slide_professionals.jpg') top left no-repeat; }
.slide.restaurants   { background: url('/images/slide_restaurants.jpg')   top left no-repeat; }



/* 
---------------- 
CALLOUT 31
----------------
*/
#callout31 {
	position: relative;
	width:260px;
	height:180px;
	background: url(/images/callout_31_box.jpg) 0 0 no-repeat;
	margin-bottom: 40px;
}
#callout31 p {
	position:absolute;
	top:-99999px;
}
#callout31 .medalion {
	position: absolute;
	z-index: 10;
	top:-30px;
	right:-8px;
	width:95px;
	height:95px;
	background: url(/images/callout_31_medalion.gif) 0 0 no-repeat;
}
#callout31 .button {
	position:absolute;
	bottom:20px;
	right:20px;
	width:80px;
	height:20px;
	line-height:18px;
	background: url(/images/callout_31_button.gif) 0 0 no-repeat;
	font-family: Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: lighter;
	color:#fff;
	text-decoration: none;
}




/* 
---------------- 
VIDEO
----------------
*/
#footer #video {
	position: absolute;
	z-index: 10;
	top:-235px;
	left:-20px;
	width:560px;
	height:203px;
	background: url(/images/home_bill_hertel.jpg) 0 0 no-repeat;
}
#footer #video h3 {
	position: absolute;
	top: 20px;
	left: 120px;
	color:#650B3E;
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: lighter;
	letter-spacing: -1px;
	font-style: italic;
	line-height:1em;
}
#footer #video h3 span {
	display: block;
	padding-left:30px;
}
#footer #video #playvideo {
	position: absolute;
	top: 100px;
	left: 360px;
	width: 120px;
	height: 40px;
	line-height:40px;
	background: url(/images/btn_play_video.jpg) 0 0 no-repeat;
	font-family: Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color:#650B3E;
	text-decoration: none;
}





