
body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	margin-top: 2px;
}

#masterwrapper{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

img 
{
	border: 0px;
}

table 
{
	font-size: 12px; 
}

td
{
	vertical-align: top;
}

h1 
{ 
	font-size: 26px;
	letter-spacing: -1px;
	display: inline;
	color: #440000;
}

h2
{
	letter-spacing: -1px;
	font-size: 20px;
}

h3
{
	display: inline;
	letter-spacing: -1px;
	font-size: 16px;
}

a 
{ 
	color: #993300; 
}

a:visited { 
	color: #660000; 
}

.navpath { 
	font-size: 10px; 
}

.headertranslink{
	width: 300px; 
	height: 60px; 
	cursor: pointer; 
	text-decoration: none;
}

a.headerSubtleLink { 
	font-size: 10px;
	color: #666666; 
	text-decoration: none; 
}

a.headerSubtleLink:hover{ 
	color: #666666; 
	text-decoration: underline; 
}

a.headerSubtleLink:active{ 
	color: #666666; 
	text-decoration: underline; 
}

a.headerSubtleLink:visited 
{ 
	color: #666666; 
}

a.subtleFeedbackLink
{
	text-decoration: none;
}

a.subtleFeedbackLink:hover
{
	text-decoration: underline;
}

a.headerContactLink
{
	font-size: 11px;
	color: #666666; 
	text-decoration: none;
}

a.headerContactLink:hover
{
	color: #993300; 
	text-decoration: underline;
}

.facebooklink{
	cursor: pointer;
	background-image: url(img/facebook.jpg);
	height: 25px;
	padding-left: 35px;
	padding-top: 5px;
	background-repeat: no-repeat;
}

/* ------------ FOOTER STUFF -------------- */

#footerboxeswrapper{
	width: 980px;
	float: left;
	clear: both;
}

.footerbox{
	width: 190px; 
	border: 1px solid #333333;
	float: left;
	margin-right: 4px;
}

.footerbox .footerboxheader{
	background-color: #999999; 
	width: 190px;
}

.footerbox h3{
	padding-left: 4px;
}

.footerbox h3 a{
	color: #FFFF00;
	text-decoration: none;
}

.footerscrollbox{
	overflow: auto; 
	height: 100px; 
	width: 190px;
	background-color: #EEEEEE; 
	font-size: 11px;
}

#creditcardfooter{
	text-align: left; 
	width: 980px; 
	height: 20px;
	background-image: url(img/creditCards.jpg);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	margin-top: 5px;
}