﻿body
{
	font-family: Verdana;
}

body.drinks
{
	margin: 0px;
	width: 365px;
}

.header
{
	background-color: Black;
	color: Red;
	font-size: 50pt;
	text-align: center;
}

.header_small
{
	background-color: Black;
	color: Red;
	font-size: 16pt;
	text-align: center;
}

.header_xsmall
{
	background-color: Black;
	color:	Lime;
	font-size: 11pt;
	text-align: center;
}

.subHeader
{
	font-size: 18pt;
	text-align: center;
}

.pageTitle
{
	background: url(Images/title_redbar_694.jpg) repeat-y;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;	
}

.pageOutline
{
	border-right: 1px;
	border-right-color: Black;
	border-right-style: solid;
	border-bottom: 1px;
	border-bottom-color: Black;
	border-bottom-style: solid;
}

.lights
{
	background: url(images/lights.gif);
}

/*
used for navigational links
*/
a.nav:link
{
	text-decoration: underline;
	font-weight: bold;	
	color: Red;
}

a.nav:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: Red;
}

a.nav:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: Red;
}

a.nav:active
{
	text-decoration: underline;
	font-weight: bold;
	color: Red;
}

/*
used for faq pages
*/
.faqList
{
	padding-left: 5px;
	font-size: 12pt;
}

a.faqLink:link
{
	text-decoration: none;
	color: Red;
}

a.faqLink:visited
{
	text-decoration: none;
	color: Red;
}

a.faqLink:hover
{
	text-decoration: hover;
	font-weight: bold;
	color: Blue;
}

a.faqLink:active
{
	text-decoration: none;
	color: Red;
}

.faqQuestion
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.faqAnswer
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}

.faqSep
{
	color: Red;
}

/*
used for drink pages
*/
.drinkTable
{
	width: 360px;
}

.drinkSizeTable
{
	width: 360px;
	border-style: double;
	border-width: medium;
	border-color: Black;
}

.drinkLabel
{
	background-color:#dddddd;
	font-weight: bold;
	border-style: solid;
	border-width: thin;
	border-color: black;
	text-align: center;
}

.drinkColumnHeader
{
	background-color:#dddddd;
	font-weight: bold;
	text-align: center;
}

.drinkSep
{
	color: Black;
}

