/* Main Elements */
body
{
	width:				100%;
	height:				100%;
	margin:				0;
	padding:			0;
	color: 				#676767;
	background-color:	#ffffff;
	font-size: 			80%; /* Resets 1em to 10px */
	font-family: 		Verdana, Arial, Sans-Serif;
}
#index_left
{
	background:			url('/images/index-left-bg.gif') repeat-x;
}
#index_right
{
	background:			url('/images/index-right-bg.gif') repeat-x;
}
#page
{
	position:			relative;
	height:				439px;
}
#header
{
	position:			relative;
	z-index:			3;
	background:			url('/images/frame/header-bg.gif') repeat-x;
	text-align:			center;
	height:				150px;
}
	#header_nav_menu
	{
		position:			relative;
		list-style-type:	none;
		margin:				0;
		padding-left:		30px;
		z-index:			5;
	}
	#header_nav_menu li
	{
		list-style:			none;
		display:			inline;
	}
	#header_nav_menu li.logo
	{
		padding-right:		20px;
	}
	#header_nav_menu li.home
	{
		padding-left:		80px;
	}
	#header_nav_menu li a.header_nav_link
	{
		position:			relative;
		top:				-20px;
	}
	#header_nav_menu div
	{
		position:			absolute;
		z-index:			6;
		visibility:			hidden;
		margin:				0;
		padding:			1px;
		background:			#d3d4c6;
	}
	#header_nav_menu div a
	{
		position:			relative;
		display:			block;
		margin:				0;
		padding:			5px 10px;
		width:				auto;
		white-space:		nowrap;
		text-align:			left;
		text-decoration:	none;
		background:			#ffffff;
		color:				#676767;
		font-size:			80%;
	}
	#header_nav_menu div a:hover
	{
		background:			#676767;
		color:				#ffffff;
	}
#footer
{
	position:				relative;
	background:				url('/images/frame/footer-bg.gif') repeat-x;
	height:					232px;
	width:					100%;
	top:			   		-125px;
}
#footer_bg
{
	float:				left;
}
#footer_info
{
	position:			relative;
	top:				50px;
	left:				30px;
}
#footer_info2
{
	position:			relative;
	top:				10px;
}
#footer_info_div
{ 	color: 				#989898; 
 	font-size:	 		85%; 
	text-align: 		left; 
	position: 			relative; 
	top: 				-20px; 
	left: 				10px 
}
#footer_info_stores
{
	position:			relative;
	top:				50px;
	left:				125px;
}
#footer_info_div a
{
	color:				#989898;
	text-decoration:	underline;
}
#footer_info_div2
{
	position:			relative;
	top:				-10px;
	left:				50px;
	color:				#989898;
	font-size:			90%;
	text-align:			left;
}
#footer_info_title
{
	position:			relative;
	left:				-70px;
	text-align:			left;
}
#home
{
	position:			relative;
	z-index:			1;
	left:				20px;
}
#home span.block
{
	position:			relative;
	top:				-100px;
}
#home span h1
{
	font-size:			90%;
	font-weight:		bold;
}
#about
{
	position:			relative;
	z-index:			1;
}
#collections
{
	position:			relative;
	z-index:			1;
	padding-top:		10px;
}
#flash
{
	position:			relative;
	left:				85px;
	top:				-13px;
}
#stores
{
	position:			relative;
	z-index:			1;
}
.store_name
{
	color:				#676767;
	font-weight:		bold;
	font-size:			90%;
	padding-top:		3px;
	padding-bottom:		2px;
}
.store_info
{
	color:				#989898;
	font-size:			90%;
}
.store_info a
{
	color:				#989898;
	text-decoration:	none;
}
.store_info a:hover
{
	text-decoration:	underline;
}
#press
{
	position:			relative;
	z-index:			1;
}
.press_info
{
	color:				#989898;
	font-size:			90%;
	padding-top:		6px;
}
#contact
{
	position:			relative;
	z-index:			1;
}
.contact_info
{
	color:				#989898;
	font-size:			90%;
	padding-top:		6px;
	text-align:			left;
}
.contact_info a
{
	color:				#989898;
	text-decoration:	none;
}
.contact_info a:hover
{
	text-decoration:	underline;
}
