﻿html
{
	background-color: #d8d0c7;
	background-image: url(../Images/ExternalBackground.png);
}

body
{	
	width: 760px;
	margin: 10px auto 10px auto;
	background-color: White;
}

#Masthead
{
	border-bottom: solid 1px #b8a065;
}

/* Navigation */
.Navigation
{
	background-color: Black;
	background-image: url(../Images/NavigationBackground.png);
	width: 760px;
	border: solid 2px #fec85a;
	border-left: none;
	border-right: none;	
	font-size: 0.9em;
}

.Navigation a, .Navigation a:link, .Navigation a:active, .Navigation a:visited, .Navigation a:hover 
{
	color: #aaa;
	font-size: 12px;
	font-weight: Bold;
}

.Navigation li.Selected a, .Navigation li.Selected a:link, .Navigation li.Selected a:active, .Navigation li.Selected a:visited, .Navigation li.Selected a:hover 
{
	color: White;
}

.Navigation ul
{		
	padding: 0px;	
	margin: 0;		
	list-style-type: none;
	text-align: center;
	vertical-align: bottom;
}

.Navigation li
{
	display: inline;
	border-left: solid 1px #666;
	border-right: solid 1px #222;	
}

.Navigation li a
{
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	padding-top: 1px;	
	
}

.Navigation li a:hover 
{
	color: #cdcdcd;
}

.Navigation li.Selected
{
}

li.NavigationHeading
{
}

.SubNavigation
{
	margin-left: 0;
	padding-left: 20px;	
}

.SubNavigation li
{	
	background-image: url(../Images/Arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 18px;
	padding-top: 1px;
	display: block;
}

ul#SubNavigation
{
	padding: 0;
	margin: 0px 0 -1px 0;
}

#SubNavigation li
{
	list-style-type: none;
	padding-left: 10px;
	height: 18px;
	padding-top: 2px;
}

#SubNavigation a
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#SubNavigation a:hover 
{
	color: #cdcdcd;
}

#SubNavigation li.Selected a
{
	color: White;
}

#Content, #Footer
{
	margin-top: 0px;
}

#Content
{	
	margin: 10px 10px 0px 10px;
	float: right; 
	width: 520px;
	
	height: 300px;
	min-height: 300px;
}

*>#Content
{
	height: auto;
}

#Footer
{
	text-align: center;
	background-image: url(../Images/FooterBackground.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 117px;	
}

#FooterLinks a, #FooterLinks a:link, #FooterLinks a:hover, #FooterLinks a:visitied, #FooterLinks a:active
{
	color: #8a7967;
	font-size: 12px;
	padding-left: 14px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	background-position: 0px 12px;
	background-repeat: no-repeat;	
}

#FooterLinks a.First, #FooterLinks a.First:link, #FooterLinks a.First:hover, #FooterLinks a.First:visitied, #FooterLinks a.First:active
{
	background-image: none;
}

#FooterIcons
{
	padding-top: 30px;
}

#FooterIcons img
{
	margin-right: 30px;
}

#FooterLinks
{
	padding-top: 18px;
	vertical-align: middle;
}

#NavigationPanel
{
	float: left; 
	min-height: 100%; 
	width: 200px;
}

/* Special & Promotions */
div.FreeRollsPanel {
    color: #848259;
    margin-left: 27px; 
    width: 710px; 
    height: 74px; font-size: 12px; 
    background-image: url(../Images/Freerolls.png); 
    background-repeat: no-repeat; 
    margin-bottom: 8px;
}
div.FreeRollsPanel strong {
    color: #333;
}