﻿/* Top Section */


#homePage_slideshowContainer {
	position: relative;
	float:left;

	margin-right: .85em;
}

#homePage_slideshow
{
	float:left;

	background-color: #B99C89;
	display: inline;
	position: relative;
	width: 400px;
	height: 350px;
	overflow:hidden;
}

#homePage_slideNav {
	position: absolute;
	top:322px;
	right:0px;
	z-index: 50;
	padding: .6em;
	font-size: 1em;
	display:none;
}

#homePage_slideNav a {
	padding: .1em .4em;
	border: 1px solid #444;
	margin: .1em;
	color: #444;
	background-color: #fff;
}

#homePage_slideNav a.activeSlide {
	padding: .1em .4em;
	border: 1px solid #444;
	margin: .1em;
	background-color: #ccc;

}


#HomePage_Top
{

}

#HomePage_Top_Left
{
	float:left;
	display:inline;
	width:170px;
	height:350px;
	text-align:center;
}

#HomePage_Top_Left ul
{
	margin:0;
	padding:0;
	list-style-type: none;
	width: 90%;
}

#HomePage_Top_Left ul li
{
	margin: 0 0 0 .8em;
	text-align:left;
	font-size:90%;
}


#HomePage_Top_Right
{
	float:left;
	display:inline;
	text-align:left;
	height:350px;
	width:200px;
	padding:0;
	margin:0;
}

#HomePage_Top_Right div
{
	width:172px;
	margin:.35em auto;
}

/* Bottom Section */

#homePage_category_thumbnails
{
	padding:0;
	margin:0;
}

#homePage_category_thumbnails h3
{
	margin:.45em 0;
}

#homePage_category_thumbnails div
{
	
	display:inline;
	float:left;
	width:175px;
	border:solid 1px #aaa;
	height:350px;
	margin:.35em .35em 0 0 ;
	padding:.35em;
}

#homePage_category_thumbnails div img
{
	text-align:center;
	margin:0 auto;
	display:block;
}

#homePage_category_thumbnails div ul
{
	padding:0;
	margin:.5em 0;
}

#homePage_category_thumbnails div ul li
{
	float:left;
	display:inline;
	list-style-type:none;
	width:49%;
	font-size:.80em;
}