﻿/* general */
a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
a:link {
text-decoration: none;

}
a:visited {
text-decoration: none;
}
body {
	margin: 0px; /* for the rest */
	padding: 0px;
	text-align: center; /* for IE */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	background-color: #FFFFFF;
	height: 100%;
	min-height: 100%;
}
html {
	text-align: center; /* for IE */
	margin: 0 auto; /* for the rest */
	background-color: #FFFFFF;
	height: 100%;
	min-height: 100%;
}

#wrapper {
	padding: 0px;
	height: auto !important;
	border:0;
	text-align: center; /* reset text alignment */
	width: 700px; /* or a percentage, or whatever */
	margin: 0 auto; /* for the rest */
}

.showError {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	background-color: #FFF0F0;
	border: double;
	border-color: Maroon;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-variant: small-caps;
}
/* main menu */
#homeContainer {
	z-index: 99;
}

#promotionsContainer {
	z-index: 99;
}

#storeServicesContainer {
	z-index: 99;
}

#giftCenterContainer {
	z-index: 99;
}

#creditProgramsContainer {
	z-index: 99;
}

#aboutUsContainer {
	z-index: 99;
}

.mainMenu .options {
	margin-right: 1px;
	margin-bottom: 1px;
	border: 1px solid #B9BEBA;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F2F2F2;
}

.mainMenu a {
	color: #5d5d5d;
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 2px 10px;
	z-index: 99;
}

.mainMenu .options a:hover {
	text-decoration: underline;
	color: #195188;
	z-index: 99;
}

.mainMenu a:visited {
	color: #5d5d5d;
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 2px 10px;
	z-index: 99;
}

.mainMenu .options .indent {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 10px;
	z-index: 99;
}
