﻿html {
    min-height: 100%;
    height: 100%;
}
		
body {
    min-height: 650px;
    height: 100%;
    position: relative;
}

#header-wrapper 
{
    background: url(../img/header/white-50.png);
}

#home-nav 
{
	width: 998px;
	margin: auto;
}

body.no-flash #home-nav 
{
    min-height: 600px;
}

#home-nav.flash 
{
    width: 100%;
    height: 100%;
    max-height: 1000px;
    min-height: 750px;
    position: relative;
    top: -105px;
    margin: 0 0 -105px;
}

#home-nav.flash .inner 
{
	position: relative;
	height: 100%;
	width: 100%;
}

#home-nav.flash object,
#home-nav.flash embed 
{
    display: block;
    min-height: 750px;
    max-height: 1000px;
}

#home-nav .options
{
	list-style: none;
	margin: 0;
	padding: 100px 0;
	font-size: 22px;
	line-height: 24px;
	width: 240px;
}

#home-nav .options a.option 
{
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	text-transform: uppercase;
}

#home-nav .options li.active a.option,
#home-nav .options a.option:hover 
{
	color: #fff;
	text-decoration: none;
}

#home-nav .options li.option .content 
{
	left: 240px;
	top: 0;
}

#home-nav .options li.option .content .category-list-container,
#home-nav .options li.option .content .store-list-container
{
	width: 718px;
}

.side-bar .options li.option .content .category-list-container .column,
.side-bar .options li.option .content .store-list-container .column
{
	width: 219px;
}
