/* CSS Document */

/* ========== STYLES ONLY FOR INDEX PAGE ==========*/

body	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	background-image:url(../images/bg.jpg);
	margin:0 auto 0 auto;
	padding:0px;
}


div#page	{
	margin:0 auto 0 auto;
	padding:0 5px 0 5px;
	background-image:url(../images/content-bg.gif);
	background-repeat:repeat-y;
	height:auto;
	width:780px;
}


div#headContainer	{
	float:left;
	width:780px;
	height:85px;
	padding:0px;
	margin:0px;
	background-image:url(../images/top-nav_bg.gif);
	background-repeat:repeat-x;
}
	div#logo	{
		float:left;
		width:222px;
		height:85px;
		margin:0px;
		padding:0px;
	}
div#headContent	{
	width:780px;
	float:left;
	height:214px;
	padding:0px;
	margin:0px;
}

	div#flash	{
		float:right;
		width:634px;
		height:214px;
		padding:0px;
		margin:0px;
	}	
h1	{
	color:#e49c30;
	font-size:17px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

h2	{
	color:#333333;
	font-size:15px;
	font-weight:normal;
	padding:0px 5px;
	margin:0px;
}



div#indexContent	{
	width:750px;
	margin:0px;
	padding:15px 15px;
	float:left;
	margin:0px;
}

	div#indexLeft{
		padding:0px;
		width:500px;
		float:left;
		margin:0px;
	}
	
	div#indexRight{
		padding:0px;
		width:250px;
		float:left;
		margin:0px;
		text-align:right;
	}


	div#featuredProducts	{
	width:750px;
	float:left;
	padding:0px;
	margin:15px 0px 0px 0px;
	}
	
	div#featuredProducts table	{
	border:1px solid #c6c8cb;
	}
	div#featuredProducts td	{
	padding:5px;
	}

	
	div#featuredProducts td.featuredTitle	{
	background-image:url(../images/featured-products-bg2.gif);
	background-repeat:repeat-x;
	height:26px;
	border-right:1px solid #c6c8cb;
	vertical-align:middle;
	padding:0px;
	}
	
	
	div#store-news	{
	float:left;
	width:750px;
	height:185px;
	margin:10px 0px 0px 0px;
	padding:0px;
	background-image:url(../images/store-news-bg.jpg);
	background-repeat:repeat-y;
	border-top:1px solid #e49c30;
	border-bottom:1px solid #e49c30;
	}	
	
	div#store-news_store	{
	color:#ffffff;
	float:left;
	padding:10px;
	width:330px;
	font-size:14px;
	}
	
	div#store-news_news	{
	color:#333333;
	width:330px;
	float:right;
	font-size:11px;
	}
	
	.feature	{
	color:#333333;
	font-size:12px;
	}

/* =========== END INDEX CONTENT ============*/	

div#footer	{
	width:790px;
	font-size:10px;
	margin:0 auto 0 auto;
	color:#ffffff;
	background-image:none;
	padding:0px;
	line-height:15px;
	text-align:center;
	}	
	
	div#footer a	{
	color:#ffffff;
	text-decoration:none;
	}
	div#footer a:hover	{
	color:#000000;
	text-decoration:underline;
	}
a	{
	color:#333333;
	font-weight:normal;
}
a:hover	{
	color:#E49C30;
	text-decoration:none;
}

a.indexbig	{
	color:#333333;
	font-weight:normal;
}
aindexbig:hover	{
	color:#999999;
	text-decoration:none;
}
	
/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
