body 
{
	background-color:  #1d0000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #402200;
}

h2
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

p
{
	margin-bottom: 8px;
}

a
{
	color: #270A00;
	text-decoration: none;
	font-weight: 800;
}

a:hover
{
	color: #A68848;
}

.bold
{
	font-weight: bold !important;
}

.italic
{
	font-style: italic !important;
}

#MainContainer
{
	background: #1D0000 url(../images/gradient2.png) 0 0 repeat-x;
	min-height: 850px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
}

#Main
{
	width: 820px;
	height: auto;
	margin: 0px auto 20px auto;
}

#Logoutdiv, #Checkoutdiv
{
	z-index:9999;
}


#ShoppingCartWrapper a, #Logoutdiv a, #Checkoutdiv a
{
	color: #fbf8cd;
}

#ShoppingCartWrapper a:hover, #Logoutdiv a:hover, #Checkoutdiv a:hover
{
	color: #c4b26a
}

#ShoppingCartWrapper
{
	width: 320px;
	height: 20px;
	float: right;
	clear: both;
	padding-bottom: 0px;
	margin-right: -70px;
	margin-bottom: -30px;
}

#LoginText
{
	margin-right: 15px;
}

#LoginText, #CartText
{
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.09em;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: none;
}

#CartText
{
	clear: right;
}

#CartIcon
{
	float: left;
	width: 20px;
	height: 14px;
	margin-right: 5px;
	cursor: pointer;
}

#Header
{
	clear: both;
	width: 100%;
	height: 305px;
	background: url(../images/mainbgtop10.png) -2px 0 no-repeat;
}

#HomeLink
{
	float: left;
	position: relative;
	top: 175px;
	left: 60px;
	width:110px;
	height: 120px;
	margin-bottom: -120px;
	cursor: pointer;
}

#MainNav
{
	float: left;
	clear: both;
	width: 100%;
	height: 15px;
	font-family: "New York", "Times New Roman", Times, Garamond, serif;
	text-transform: uppercase;
	color: #A68848;
	font-size: 12px;
	text-align: left;
	margin: 270px 0 0 40px;
	font-weight: bold;
}

#MainNav li
{
	display: inline;
	margin-left: 7px;
}

#MainNav li.first
{
	margin-left: 2px;
	margin-right: 79px;
}

#ContentPodWrapper
{
	width: 820px;
	height: auto;
	margin-top: 0px;
	background:url(../images/mainbgmiddle.png) 0px 0px repeat-y;
}

#ContentPod
{
	width: 700px;
	height: auto;
	min-height: 200px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.3em;
	padding-bottom: 50px;
}

#ContentPod a
{
	color: #a78237;
}

#ContentPod a:hover
{
	color: #410b0c;
}

#ContentPodBottomBg
{
	background: url(../images/mainbgbottom.png) 0 0 no-repeat;
	width: 820px;
	height: 96px;
	color: #000000;
	margin-top: -6px;
}

#Footer
{
	clear: both;
	color: #8B6339;
	float: left;
	width: 800px;
}

#Footer a
{
	color: #8B6339;
	text-decoration: none;
	font-weight: normal;
}

#Footer a:hover
{
	color: #d9c392;
	font-weight: normal;
}

#Footer #BottomNav
{
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: normal;
}


div#Footer #Credits, div#Footer #Credits a, div#Footer #Credits a:hover
{
	font-size: 10px;
	color: #d9c392;
}

#AboutNav
{
	width: 120px;
	height: auto;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
	clear: left;
	margin-top: 15px;
	margin-right: 20px;
	border-right: #000000 2px dotted;
	font-weight: bold;
}

#AboutNav ul
{
	margin-top: 5px;
}

#AboutNav ul li
{
	padding-bottom: 25px;
	padding-right: 10px;
	text-align: center;
	color: #996633;
}

#AboutNav a
{
	color: #1C0B0C;
	text-decoration: none;
	font-weight: bold;
}

#AboutNav a:hover
{
	color: #996633;
	font-weight: bold;
}

.aboutContent
{
	padding-top: 10px;
	padding-left: 140px;
}

.aboutContent h2
{
	margin-bottom: 10px;
}

#MessagePodWrapper
{
	width: 700px;
	height: auto;
	min-height: 0px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.3em;
}

#MessagePodWrapper a
{
	color: #a78237;
}

#MessagePodWrapper a:hover
{
	color: #410b0c;
}

.message
{
	width: 600px;
	height: auto;
	/*background: #ffffff url(../images/errorgreen.gif) 0 0 no-repeat;
	min-height: 105px;
	border: 1px solid #000000;*/
	padding-left: 105px;
	padding-bottom:10px;
	padding-right:10px;
	padding-right:10px;
	margin-bottom:10px;
}

.message #MessageHeader
{
	font-weight:bold;
}

.alert
{
	width: 600px;
	height: auto;
	/*background: #ffffff url(../images/errorblue.gif) 0 0 no-repeat;
	min-height: 105px;
	border: 1px solid #000000;*/
	padding-left: 105px;
	padding-bottom:10px;
	padding-right:10px;
	padding-right:10px;
	margin-bottom:10px;
}

.alert #MessageHeader
{
	font-weight:bold;
}

.error{
	width: 600px;
	height: auto;
	/*background: #ffffff url(../images/errorred.gif) 0 0 no-repeat;
	min-height: 105px;
	border: 1px solid #000000;*/
	padding-left: 105px;
	padding-bottom:10px;
	padding-right:10px;
	padding-right:10px;
	margin-bottom:10px;
}

.error #MessageHeader
{
	font-weight:bold;
}

#LogoutCheckoutWrapper
{
	width: 230px;
	height: 18px;
	float: right;
	margin-right: 20px;
	margin-top: 17px;
	margin-bottom: -25px;
}

#Logoutdiv, #Checkoutdiv
{
	text-transform: uppercase;
	width: 60px;
	float: left;
	font-size: 10px;
	text-align: left;
}

#Logoutdiv
{
	margin-right: 65px;
}