﻿#homePage_slideshowContainer {
	position: relative;
	width: 550px;
	float: left;
	margin-right: .5em;
	padding: .5em;
	overflow:hidden;
}

#homePage_slideshow
{


	height: 350px;

}

#homePage_slideNav {
	position: absolute;
	top:318px;
	right: 3px;
	z-index: 50;
	padding: .6em;
	font-size: 1.3em;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
}

#homePage_slideNav:hover {
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

#homePage_slideNav a {
	padding: .2em .4em;
	border: 1px solid #444;
	margin: .1em;
	color: #264562;
	background-color: #fff;
}

#homePage_slideNav a:hover {
	padding: .2em .4em;
	border: 1px solid #444;
	margin: .1em;
	color: #fff;
	background-color: #94C3E7;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#homePage_slideNav a.activeSlide {
	padding: .2em .4em;
	border: 1px solid #444;
	margin: .1em;
	background-color: #C6DFF2;

}

#homePage_adSection
{
	float:left;
	width: 220px;
	margin: .5em .5em .5em 0;
	height: 345px;
	overflow: hidden;

}

#homePage_adSection a
{
	margin-bottom: 2px;
}

#homePage_features {
	float: right;
	height: 130px;
	width: 790px;
	border-bottom: 1px solid #ccc;
	margin-right: .35em;
	padding-bottom: .35em;

}

.homePage_feature {
	float: left;
	height: 130px;
	width: 240px;
	background-color: #fff;
	padding: 0 1em;
	border-right: 1px solid #bbb;
}

.homePage_feature h2{
	margin-top: .5em;
	font-size: 1.2em;
	color: #CD7730;
}

.homePage_feature p{
	margin: .5em 0;
}

.homePage_feature p.link{
	font-size: 1.1em;
	margin-top: 1em;
	font-weight: bold;
}

.homePage_customStoreSection {
	padding: .5em;
}

.homePage_customStoreSection h1{
	font-size: 1.3em;
}

#homePage_productTypeContainer {
	padding: .5em;
	float: left;
	width: 490px;

}

.homePage_productType {
	float: left;
	margin: 1em;
	height: 140px;
	width: 100px;
	text-align: center;
}

.homePage_productType img{
}

#homePage_rightColumn {
	float: left;
	width: 285px;
	border-left: 1px solid #ccc;
}

.homePage_rightColumnItem {
	padding: 0em 1em .5em 1em;
	border-bottom: 1px solid #ccc;
}

.homePage_rightColumnItem h2{
	margin-top: .5em;
	font-size: 1.2em;
	color: #CD7730;
}

#homePage_Why
{
	width: 790px;
	height: 154px;
}

.homePage_WhyItem
{
	width: 390px;
	height: 154px;
	float:left;
	margin:.2em;
	border: 1px solid #ccc;
}

.homePage_American
{
	width: 220px;
	height: 345px;
	//border-bottom: 1px solid #ccc;
	float: right;
	margin: .5em .5em 0 0;
}

/* Accordion */


