﻿body
{
	font-family: Trebuchet MS;
	color: #162F57;
	font-size: 13px;
}

ul
{
	overflow: hidden;
	list-style-position: outside;
	padding-left: 20px;
}

input.btn { 
	  color:#233E6B; 
	  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	  background-color:#D1BDA0; 
	  border:1px solid; 
	  border-color: #722515 #5C1C0F #5C1C0F #722515; 
	  margin: 3px;
} 

input.btn:hover
{
	background-color: #D9C5A7;
}

input.addToCart
{
	background-image: url(images/shoppingCart.png);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 40px;
	font-weight: bold;		
}

#topMenu a, #topMenu a:visited
{
	display: inline;
	padding: 0 16px 0 18px;
	text-decoration: none;
	font-weight: bold;
	color: #172F57;
	font-family: Times;
}

#menu a, #menu a:visited
{
	color: #162F57;
	font-family: Trebuchet MS;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 1px;
}

#menu a:hover
{
	font-weight: bold;
}

#hpBullets
{
	text-align: left;
	margin-left: 10px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #0C1C36;
}

#hpBullets li
{
	background-image: url(images/checkBox.gif);
	list-style-type: none;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	font-weight: bold;
}

#secMenu
{
	text-align: center;
}

#secMenu a img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

#pageTitle
{
	margin: 20px;
	text-align: center;
	border-bottom: 2px groove #722515;
}

#breadcrumbs
{
	float: right;
	font-size: 11px;
}

.linkName
{
	display: block;
	padding: 2px 2px 2px 20px;
	font-size: 14px;
	text-decoration: none;
}
.linkName a:hover
{
	font-weight: bold;
}

.linksHeading
{
	display: block;
	color: #24416C;
	border-bottom: 2px groove #722515;
	width: 200px;
	font-size: 17px;
	padding: 7px 0 0px 20px;
	margin: 5px 0 5px 0;
	font-weight: bold;
}

a, a:visited
{
	color: #722515;
	text-decoration: none;
}

.MedBlue
{
	font-size: 15px;
}

.LargeBlue
{
	font-size: 17px;
}

.MedRed
{
	font-size: 15px;
	color: #722515;
}

.LargeRed
{
	font-size: 17px;
	color: #722515;
}

.gvRow
{
	background-color: White;
}
.gvRow:hover
{
	background-color: #C1DAD7;
}

.gvAlternatingRow
{	
	background-color: #D1BDA0;
}
.gvAlternatingRow:hover
{
	background-color: #C1DAD7;
}

.gvHeader
{
	color: White;
	background-color: #233E6B;
	font-weight: bold;
	font-size: 105%;
	font-weight: bold;
}
.gvHeader th
{
	padding-left: 5px;
}

.gvDetails
{
	font-size: 90%;	
}

.gvFooter
{
	background-color: #7E92B3;
	border: 1px solid #808080;	
}

.gvFooter td
{
	border: 0px none;
}
	
	