﻿@charset "utf-8";
/* GLOBAL STYLES */

body {
	margin-left: 50%;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(../images/gray_paisley.jpg);
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	background-color: #000000;
}
a {
	color: #FF0000;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 21px;
	color: #FFFFFF;
	background-color:#333333;
	font-variant: small-caps;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	background-color:#333333;
	font-variant: small-caps;
}
h3 {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #333333;
	font-variant: small-caps;
}
h4 {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #333333;
}
h5 {
	font-size: 12px;
	color: #FFFFFF;
	font-variant: small-caps;
}
h6 {
	font-size: 12px;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.hr {
	height: 1px;
	color: #333333;
	width: 50%
}
.highlight {
	background-color: #FF0;
}

/* ID STYLES */

div#firstpage {
	position: relative;
	top: 0px;
	left: -50%;
	width: 760px;
	text-align: center;
	background-color: #000000;
	border: solid #FF0000 1px;
}
div#firstpagefooter {
	text-align: center;
}
div#container {
	position: relative;
	top: 0px;
	left: -50%;
	width: 760px;
	background-color: #000000;
	border-color: #FF0000;
}
div#masthead {
	position: absolute;
	height: 150px;
	top: 0px;
	left: 0px;
	width: 760px;
	text-align: center;
	background-color: #000000;
	border: solid #FFFFFF 3px;	
}
div#sidebar {
	position: absolute;
	top: 157px;
	left: 0px;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	border: solid #FF0000 1px;
	background-color: #000000;
}
div#content {
	position: absolute;
	top: 157px;
	left: 161px;
	width: 583px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	border: solid #FF0000 1px;
	background-color: #000000;
}
div#footer {
	text-align: center;
	border-top: solid #FF0000 1px;
	background-color: #000000;
}

/* CLASS STYLES */

.aaaaah_menu_treat {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
}
.aaaaah_menu_treat_white {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
}
.aaaaah_title_treat {
	font-variant: small-caps;
}
.aaaaah_title_treat_red {
	font-variant: small-caps;
	color: #FF0000;
}
.bullet_white {
	font-variant: small-caps;
	list-style-position: inside;
	list-style-type: disc;
	color: #000000;
	font-weight: bold;
}
.bullet_red {
	font-variant: small-caps;
	list-style-position: inside;
	list-style-type: disc;
	color: #FF0000;
	font-weight: bold;
}
.deadmenu {
	font-size: 15px;
	color: #000000;
	background-color: #333333;
	font-variant: small-caps;
}
.deadnav {
	color: #666666;
	font-variant: small-caps;
}
.faq {
	font-size: 15px;
	line-height: 90%;
	list-style-type: disc;
	list-style-position: outside;
}
.faq_answer{
	font-size: 15px;
}
.faq_subtopic {
	font-size: 15px;
	list-style-type: disc;
	list-style-position: outside;
	font-variant: normal;
	color: #000000;
}
.faq_topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	list-style-type: none;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color:#333333;
}
.legal {
	font-size: 12px;
}
.poster {
	border: solid #FFFFFF 3px;
}
.red_text {
	color: #FF0000;
}
.review_quote {
	padding-left: 10px;
	padding-right: 10px;
}
.review_name {
	text-align: right;
	padding-right: 10px;
}
.store_pic {
	float: left;
	padding-right: 2.5%;
}
.white_text {
	color: #000000;
}

