/* body links: static */
a {
	color:#FF0000;
	text-decoration:none;
}

/* body links: rollover */
a:hover {
	color:#FF3333;
	text-decoration:underline;
}

/* bottom navigation: static */
a.BottomNav {
	color:#FFFFFF;
	text-decoration:none;
}

/* bottom navigation: hover */
a.BottomNav:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


div.StoreInfoHeader {
	background:		url('/images/store_logo_underline.gif');
	background-position:	bottom left;
	background-repeat:	no-repeat;
	font-weight:		bold;
	width:			319px;
	height:			35px;
	padding-left:		18px
}

td.StoreInfoLabelCell {
	font-weight:		bold;
	padding:		10px 25px 0px 25px;
	vertical-align:		top;
}

td.StoreInfoCell {
	padding:		10px 0px 0px 0px;
	vertical-align:		top;
}


/* Hours on homepage */
td.HomepageHoursLabel {
	font-family:	'Arial';
	font-size:	12px;
	color:		#000080;
	font-weight:	bold;
	padding-right:	30px;
}

td.HomepageHours {
	font-family:	'Arial';
	font-size:	13px;
	color:		#000080;
}


/* Main Nav */
div.NavContainer {
	width:		92px;
	border:		1px solid #000000;
	background:	#FFFFFF;
	padding:	1px;
	margin:		0px 5px 5px 0px;
	cursor:		pointer;
}

div.NavText {
	width:		90px;
	height:		20px;
	background:	url('images/nav_bg.png');
	font-family:	'Arial';
	font-weight:	bold;
	font-size:	12px;
	text-align:	center;
	padding-top:	5px;
	border:		1px solid #000000;
	color:		#FFFFFF;
}

div.NavText:hover {
	text-decoration:	underline;
}

a.Nav {
	color:			#FFFFFF;
	text-decoration:	none;	
}

a.Nav:hover {
	color:			#FFFFFF;
	text-decoration:	underline;	
}