@charset "utf-8";
/* CSS Document */

#Style {
position:absolute;
visibility:hidden;
padding:0px;
z-index:6;
top:90px; 
left:100px;
cursor:pointer;
}

#store{
	cursor:pointer;
	position:absolute;
	width:120px;
	height:100px;
	z-index:5;
	margin-top: 50px;
	margin-left: 100px;
}


a:link { color: #747474; text-decoration: none; font-family:Arial, Helvetica, FreeSans, sans-serif; font-size:11px; font-weight: bold; }
a:active { color: #000000; text-decoration: none; font-family:Arial, Helvetica, FreeSans, sans-serif; font-size:11px; font-weight: bold;  }
a:visited { color: #747474; text-decoration: none; font-family:Arial, Helvetica, FreeSans, sans-serif; font-size:11px ; font-weight: bold; }
a:hover { color: #000000; text-decoration: none; font-family:Arial, Helvetica, FreeSans, sans-serif ; font-size:11px; font-weight: bold;  }



#container {
	margin:auto;
	margin-top:-15px;
	z-index:1;
	width:980px;
	height: 1050px;
	border: 1px solid #cbcbcb;
	background-color:#FFF;
	margin-bottom: -15px;
}

#header {
	width:980px;
	height:200px;
	z-index:3;
	padding:0px;
	border: none;
	background-repeat:repeat;
	margin-left:0px;
	background-image: url(BANNER3.jpg);
}

#nav {
	position:absolute;
	width:920px;
	height:22px;
	z-index:4;
	left: 194px;
	top: -194px;
}


#specials {
	position:relative;
	width:990px;
	height:820px;
	z-index:1;
	float:left;
	
}
