@charset "UTF-8";
/*
 * Home CSS
 * Company: casedeveloped.com
 * Client: Sider Allows
 * Project: Sider Allows Website
 * Author: Steve Case
 * Email: steve@casedeveloped.com
*/

/* ============   BEGIN GENERAL UNIVERSAL STYLES FOR SIDER ALLOWS  ======= */
#hp-gallery-cont {
	position: relative;
	margin: 0 0 15px 0;
	height: 250px;
	background-color: #353535;
}

#hp-gallery-cont #nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;
}

#hp-gallery-cont #nav a {
	display: block;
	width: 240px;
	height: 20px;
	color: #F15833;
	font-size: 17px;
	padding: 10px 0 5px 10px;
}

#hp-gallery-cont #nav a.activeSlide {
	color: #FFF;
	background-color: #F15833;
}

#homepage #main-content {
	padding: 0;
	background: none;
}

#homepage #hp-main-copy {
	float: left;
	width: 560px;
	padding: 0 40px  0 0;
}

ul.img-gallery {
	position: relative;
}

ul.img-gallery li {
	width: 850px;
}

ul.img-gallery li .description {
	position: absolute;
	right: 0;
	bottom: 3px;
	z-index: 10;
	width: 230px;
	height: 105px;
	background-color: #353535;
	font-size: 11px;
	color: #FFF;
	padding: 10px;
	border-top: 1px solid #FFF;
	line-height: 1.1em;
}





















