﻿html {
    min-height: 100%;
    height: 100%;
}
		
body {
    min-height: 650px;
    height: 100%;
    position: relative;
}

body.no-flash 
{
    background: #e6f5f2 url(../backgrounds/ann-static.jpg) no-repeat center 0;
}

#home-nav 
{
	width: 998px;
	margin: auto;
}

#home-nav.flash 
{
    width: 100%;
    height: 100%;
    min-height: 650px;
    position: relative;
    top: -97px;
    margin-bottom: -194px;
}

#home-nav.flash .inner 
{
	position: relative;
	height: 100%;
	width: 100%;
}

#home-nav.flash object,
#home-nav.flash embed 
{
    display: block;
    min-height: 650px;
}

#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: #042f37;
	font-weight: bold;
	padding: 15px;
	text-transform: uppercase;
}

#home-nav .options li.active a.option,
#home-nav .options a.option:hover 
{
	color: #fff;
	background-color: #006a72;
	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
{
	background-color: #006a72;
	width: 718px;
}

.side-bar .options li.option .content .category-list-container .column,
.side-bar .options li.option .content .store-list-container .column
{
	width: 219px;
}