/* 
Add in StepCarousel stuff

*/

.gridSupport {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}


/*=== Slider ===*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 667px;
	height: 267px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 667px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#featured-carousel {
	float:left;
	width:667px;
	height:267px;
}

.featured_text {
	padding: 0px 10px 10px 10px;
}

	.featured_text h2 {
		/* text-transform:uppercase;*/
font-size: 24px;
	}

/*=== Slider Navigation ===*/

#slider_nav {
	color:#dddddd;
	padding:10px 20px 10px 20px;
	line-height:20px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top:20px;
}

#slider_nav img {
	vertical-align:middle;
}

#slider_nav p {
	line-height:20px;
	margin:0 !important;
	color:#dddddd;
	text-align:right;
}

#slider_nav a {
	color:#ffffff;
	text-decoration:none;
}

#slider_nav a img {
	margin: 0 5px;
}


div#about {
	color: #fff;
	padding:10px;
	margin-bottom:20px;
	font-family: Arial,Tahoma,Verdana,Serif;
}
	#about h2 {
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 0 12px;
		color:#FFFFFF !important;
	}
	
	#about .about_button {
	padding:5px 5px 5px 0px;
	text-decoration:none;
	}
	
	#about .about_image {
	float:right;
	margin:5px 0 10px 10px;
	border:1px solid #333333;
	background-color:#111111;
	width:75px;
	height:75px;
	}
	

