body, td, div, .MainFont
{
	font-size: 12px;
	color: #402C00;
	font-family: Verdana, Helvetica, sans-serif
}
.SmallFont
{
	font-size: 10px;
}
ul
{
	margin: 5px 0px 5px 0px;
}
li
{
	margin: 0px 0px 5px 0px;
}
.PageTitle
{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	color: #8D0007;
}
.PageSubTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #8D0007;
}

.HomeList
{
	list-style-image:url('../ul_bullet.gif');
	padding-bottom: 8px;
}
.LocationsContainer
{
	text-align: center;
	margin: 5px auto 10px auto;
}
.LocationsContainer a
{
	text-decoration: none;
}
.LocationCell
{
	text-align: center;
	padding: 0px 10px 0px 10px;
	display: inline-block;
	margin: 0px;
}
.LocationTitle
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #8D0007;
}
.LocationAddress
{
	text-transform: uppercase;
	color: black;
	font-size: 11px;
}
.Tagline
{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #8D0007;
}
.ProductDescriptionCol
{
	position: relative;
	float: left;
	width: 435px;
}
.ProductImagesCol
{
	position: relative;
	float: right;
	width: 200px;
}



.SubMenu
{
	font-size: 9px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}
.SubMenuItem
{
	padding: 0px 5px 0px 5px;
	color: #8D0007;
}
.SubMenuItem a:link, a:visited, a:active
{
	color: #000000;
	text-decoration: none;
}
.SubMenuItem a:hover
{
	color: #8D0007;
	text-decoration: underline;
}

A.MainLink:link, A.MainLink:visited, A.MainLink:active
{
	color: #8D0007;
	text-decoration: none;
}
A.MainLink:hover
{
	color: #000000;
	text-decoration: underline;
}

A.LinksPage:link, A.LinksPage:visited, A.LinksPage:active
{
	color: #3A2B00;
	text-decoration: none;
}
A.LinksPage:hover
{
	color: #3A2B00;
	text-decoration: underline;
}

A.MainSubLink:link, A.MainSubLink:visited, A.MainSubLink:active
{
	font-weight: bold;
	color: #8D0007;
	text-decoration: underline;
	background-color: white;
	text-decoration: none;
	border: 3px solid #8D0007;
	padding: 5px 15px 5px 15px;
	margin: 15px 25px 15px 25px;
}
A.MainSubLink:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	background-color: white;
	border: 3px solid #000000;
	padding: 5px 15px 5px 15px;
	margin: 15px 25px 15px 25px;
}

A.ACPMenu:link, A.ACPMenu:visited, A.ACPMenu:active
{
	font-weight: bold;
	color: #D6B765;
	text-decoration: none
}
A.ACPMenu:hover
{
	font-weight: bold;
	color: white;
	text-decoration: none
}


.FormField
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}



.FormSubmit
{
	border: #3A2B00 2px outset;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
}
.FormError
{
    border: #911212 5px solid;
    padding: 3px 10px 3px 10px;
    font-weight: bold;
    font-size: 12px;
    color: #911212;
    background-color: white;
    text-decoration: none;
}