@charset "UTF-8";
/* CSS Document */

/* RESET STYLES */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;}
	
img, fieldset {
	border: 0;}
	
ul,ol {
	list-style: none;}
	
body, select, input, textarea {
	font: 100%/1.2 tahoma, arial, helvetica, sans-serif;}

#container {
	font-size: 0.8em;
	width: 960px;
	margin: 0 auto; padding-bottom: 1px;
	border-bottom: 28px SOLID #009d9a;}
	
h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: 100;
	padding-bottom: 0.6em;}
h1 {
	font-size: 2em;}
h2 {
	font-size: 1.8em;}
h3 {
	font-size: 1.6em;}
h4 {
	font-size: 1.4em;}
h5 {
	font-size: 1.2em;}
h6 {
	font-size: 1em;}
p {
	padding-bottom: 1.2em;
	line-height: 1.5em;}

/* REUSABLE CLASSES */

.qualify {
	font-size: .85em;}

.hide {
	display: none;}
	
.error {
	color: #C00;
	font-weight: bold;}

.confirmation {
	color: #080;
	font-weight: bold;}

div.fieldset {
	border: solid 1px #999;
	padding: 1em;
	margin: 1em 0;}
	
legend span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #000}
	
/* SITE SPECIFIC STYLES */

body {
	background: url(../img/bkgd_tile.gif) repeat-x top #ECECEC;}

#container {
	background-color: #FFF;
	position: relative;}

#main {
	position: relative;
	border-top: 1px SOLID #FFF;
	padding: 20px 180px 0 185px;
	background: url(../img/main_bkgd.gif) repeat-y;}
	
	#main #top img {
		margin-bottom: 20px;}
	#main #top p {
		font-size: 1.25em;}
	#main .article h3 {
		padding-bottom: .25em;}			

#footer {
	color: #999; font-size: .75em;
	margin: 8px auto;
	width: 960px;
	text-align: center;}
	
	#footer a:link {
		color: #666;
		text-decoration: none;}
	#footer a:visited {
		color: #999;}
	#footer a:hover {
		text-decoration: underline;}
	#footer a:active {
		color: #FFF;}

#header {
	height: 90px; width: 960px;
	border: 0; margin: 0; padding: 0;
	position: relative;}

#header a#logo {
	position: absolute; top: 32px; left: 15px;
	width: 107px; height: 36px;
	background: url(../img/header/logo_css.gif) no-repeat top;}
	
	#header a#logo:hover {
		background-position: center;}
	#header a#logo:active {
		background-position: bottom;}
		
#header h3 {
	color: #ac58a2;}

#mall_hours {
	position: absolute;
	top: 30px; left: 170px;}

#mall_phone {
	position: absolute;
	top: 30px; left: 365px;}
	
		#mall_hours h3, #mall_phone h3 {
			text-transform: uppercase;
			font-size: 1em;
			padding: 0 0 .25em;}
		#mall_phone h3 {
			color: #ac58a2;}
		#mall_hours p, #mall_phone p {
			font-size: .75em;}

#store_search {
	position: absolute; z-index: 7;
	top: 50px; left: 500px;}
	
	#store_search #btStoreSearch {
		text-indent: -9999px;
		float: left; margin-right: 0px; margin-top: 0;
		width: 81px; height: 20px;
		background: url(../img/header/store_search.gif) ;}
				
		#store_search input {
			font-size: .85em; position: absolute; top: 0;
			width: 140px; height: 14px;
			background-color:#dcefee;
			border: 1px SOLID #009d9a;
			padding: 2px 0;
			text-indent: 2px;
			color: #999;}
		
	#btContactUs {
		position: absolute; left: 760px; top: 50px;
		float: left; margin-right: 5px;
		width: 80px; height: 21px;
		background-image: url(../img/header/contact_us.gif);}
		
	#btEmployment {
		position: absolute; left: 845px; top: 50px;
		float: left; margin-right: 5px;
		width: 80px; height: 21px;
		background-image: url(../img/header/employment.gif);}
	
	#btSearchAlphabetically {
		float: left; margin-right: 5px;
		width: 121px; height: 20px;
		background-image: url(../img/store_directory/search_alphabetically.gif);}

	#btSearchByCategory {
		float: left; margin-right: 200px;
		width: 121px; height: 20px;
		background-image: url(../img/store_directory/search_by_category.gif);}
		
		.button {
			display: block; text-indent: -9999px; outline: none;
			background-repeat: no-repeat;
			background-position: top;}
		.button:hover {
			background-position: center;}
		.button:active {
			background-position: bottom;}


/* Auto Complete */
.suggestionsBox {
	z-index: 10;
	position: absolute;
	left: 575px; top: 63px;
	margin: 10px 0px 0px 0px;
	padding-bottom: 10px;
	width: 170px;
	background-color: #66c1c2;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 0px solid #66c1c2;	
	color: #fff;
	}

.suggestionList {
	z-index: 6001;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	font-size: .8em;
	}
	
.suggestionList li a {
	text-indent: 0;
	display: block; padding-left: 5px;
	text-decoration: none;
	color: #FFF;}

.suggestionList li:hover {
	background-color: #ac58a2;
	}
/* END Auto Complete */

/* SIDE BAR */
#sidebar {
	position: absolute; top: 0; right: 0; width: 160px;}

#sidebar_nav {
	float: left; z-index: 3000;
	position: absolute; top: 140px; left: 10px;}
	
	#sidebar_nav li {
		padding-bottom: 10px;}
	
	#sidebar_nav a {
		color: #019d9a;
		text-decoration: none;}
		#sidebar_nav a:hover {
			text-decoration: underline;}

#btMallDirectory {
	width: 160px; height: 110px;
	background: url(../img/sidebar/sidebar_june2009.gif) top;
	border-bottom: 1px SOLID #FFF;}
	#btMallDirectory:hover {
		background-position: 160px 0;}

#btMallHours {
	width: 160px; height: 110px;
	background: url(../img/sidebar/sidebar_june2009.gif) center;
	border-bottom: 1px SOLID #FFF;}
	#btMallHours:hover {
		background-position: 160px center;}

#btJoinNow {
	width: 160px; height: 110px;
	background: url(../img/sidebar/sidebar_june2009.gif) bottom;
	border-bottom: 1px SOLID #FFF;}
	#btJoinNow:hover {
		background-position: 160px bottom;}


/* END SIDE BAR */	