﻿body
{
	
}
#wrapper { 
	margin: 0 auto;
	width: 980px;
}
#Header
{
	height: 125px;
}
#LogoContainer
{
	width: 50%;
	float: left;	
}
#HeaderLoginContainer
{
	float: right;
}
#MainNav 
{
	text-align:left; 
	background: url(/Assets/img/Nav1.gif);
	margin-bottom: 1px;
	padding-left: 20px;
}
#GenreNav 
{
	text-align:left; 
	vertical-align: middle;
	background: url(/Assets/img/Nav2.gif);
	margin-bottom: 1px;
	padding-left: 20px;
}
.NavCell
{
	height: 37px;
	padding-right: 40px;
}
#Footer
{
	padding:10px; 
	background-color:#6c6d57; 
}
.PageHeaderTitle
{
	width: 560px;
	padding: 10px 0px 10px 0px;
}
.TwoColTextArea
{
	width: 560px;
	padding: 5px 0px 5px 0px;
}
.DashedSearch
{
	width: 560px;
	padding: 20px 0px 20px 0px; 
	border-bottom: dashed 1px #000000; 
	border-top: dashed 1px #000000;	
}
.GrayTextBox
{
	height: 20px;
	background: #e9e9e9;	
	border: 0px;
}
.Width540Col
{
	width: 540px;
}
.Width300Col
{
	width: 300px;
}
/*NEWSLETTER SIGN UP */
.NewsletterSignup
{
	width: 300px;
	min-height: 107px;
	overflow: hidden;
	background: #480607 url(/Assets/img/NewsletterSignUp_BG.jpg) no-repeat top;
	margin-top: 20px;
}
.NewsletterBottomRound
{
	width: 300px;
	height: 9px;
	background: url(/Assets/img/NewsletterSignUp_BottomBG.jpg);
}
/*SneakPeek */
.SneakPeek
{
	width: 300px;
	min-height: 149px;
	overflow: hidden;
	background: url(/Assets/img/SneakPeek_BG.jpg);
	margin-top: 5px;
}
/*What would you like to accomplish*/
.Accomplish
{
	padding: 10px 5px 10px 10px;
	width: 285px;
	min-height: 195px;
	overflow: hidden;
	background: #450505 url(/Assets/img/Accomplish_BG.jpg) no-repeat top;
	margin-top: 20px;
}
.AccomplishBottomRound
{
	width: 300px;
	height: 10px;
	background: url(/Assets/img/Accomplish_BottomBG.jpg);
}
.BlackFade
{
	padding: 10px 5px 10px 10px;
	width: 285px;
	background: #0C0C0C url(/Assets/img/Delux_BG.jpg) no-repeat top;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*Button Styles*/
.MedOrangeButton
{
	background: url(/Assets/img/MedOrangeButton_BG.gif) repeat-x;
	height: 19px;
	font: bold 12px Arial;
	color: #ffffff;
	border: 0px;
	text-align: center;
	cursor: pointer;
}
.LargeOrangeButton
{
	background: url(/Assets/img/BigOrangeButton_BG.gif) repeat-x;
	height: 25px;
	font: bold 12px Arial;
	color: #ffffff;
	border: 0px;
	text-align: center;
	cursor: pointer;
}

