﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	width: 100%;
	/* height: 100%; */
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	background-color: White;
	margin: 0;
	padding: 0;
	overflow: scroll;
}

#pgHead
{
	position: absolute;
	width: 100%;
	background-color: white;
	border-bottom: 1px solid gray;
	height: 84px;
	overflow: hidden;
}

.NavMainImage
{
	float: left;
	width: 231px;
}

.NavButton
{
	float:right;
	width: 70px;
	text-align: center;
}


#redbar
{
	position: absolute;
	top: 84px;
	width: 100%;
	height: 25px;
	background-color: Red;
	color: White;
	font-weight: bolder;
	text-align: right;
	left: 0px;
}

#MostPopular
{
	width: 100%;
	background-color: Red;
	color: White;
	font-weight: bolder;

}

#menu
{
	position: absolute;
	top: 109px;
	width: 180px;
	margin: 0 2em 0 0;
	padding: 1em;
	background-color: Blue;
	color:White;
	height: auto;
	left: 0px;
}

#menu A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold;
    line-height: 14px;
    padding-left: 10px
}

#menu A.MenuUnselected:hover
{
    color: white;
    text-decoration: underline;
    padding-left: 10px
}

#menu A.MenuSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold;
    line-height: 14px;
    padding-left: 10px
}

#menu A.MenuSelected:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

#menu #leftnav p { margin: 0 0 1em 0; }

#content
{
	position: absolute;
	top: 109px;
	border-left: 0px solid gray;
	padding: 1em;
	/*width: 733px;*/
	width: 850px;
	background-color: White;
	left: 206px;
}

#content p { margin: 0 0 1em 0; }

#content A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none
}

#content A.MostPopularItemText:hover
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline
}

#content h1 
{
	font-size: 28px;
	line-height: 36px;
	letter-spacing: -1px;
}

#content h2 { margin: 0 0 .5em 0; }

.footer 
{
    position: relative;
    text-align: center;
    font-size: smaller;
    width: 100%;
    height: 55px;
    top: auto;
    background-color: White;
}

