/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */


body {
margin: 0px; padding: 0px; }

#mystuff a {text-decoration:none;color: white; }
#mystuff a:active, #mystuff a:hover {background-color: yellow; color: green; }

#elliot_Menu { margin-left: 1px; position: relative; top: 0;  }
#snaptext {
	position: absolute;
	top: 16px;
	margin-left: 320px
}

#elliot_menu a img {border:none}

#content {
border: 1px solid black;
position: absolute;
top: 175px;
margin-left: 290px;
width: 590px;  /*600*/
 /* height: 620px; */
/* overflow: auto; */
background-color: white; /* #FFFFCC; #efe1c7; */
color: black;
}

ul#menu {
	margin:0px;
	padding:0px;
	position:absolute;
	top: 71px;
	margin-left: 320px;
	height: 25px;
	width: 550px;
/*	right:0px; */
}
ul#menu li {
	display:inline;
	margin-left:20px;
}
ul#menu li a {
	text-decoration:none;
	/*color:#716d6a; */
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	/* font-weight:nornmal; */
	text-transform:uppercase;
}
ul#menu li a:active, ul#menu li a:hover {
	color:red;
	background-color: white;
}
#MakeItSnappy {
/*border: 2px solid green; */
height: 200px; width: 255px;
}

#State {
	color:Green;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
#StoreName {
	color:maroon;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	/*text-align: center; 
	margin-top: 10px;
	margin-left: 10px; */
	line-height: 22px;
		
}
#Store {
	color:Black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*text-align: center; 
	margin-left: 10px; */
	line-height: 18px;
}

#OLO {
	color:White; background: green;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*text-align: center; 
	margin-left: 10px; */
	line-height: 18px;    
}
#Buffet {
	color:black; background: yellow;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*text-align: center; 
	margin-left: 10px; */
	line-height: 18px;    
}
#StoreService {
	color:Maroon;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height: 12px;
		
}
td.stores {border-bottom: 2px solid black; }
tr.stores {border-bottom: 2px solid black; }

#leftside {
	position: absolute; top: 270px;  
}

ul#sidebar { 
	margin-left: 0px; 
	margin-top: 10px;
}

ul#sidebar li {
	/*display:inline; */
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 20px;
	list-style: none;
}

ul#sidebar li a {
	text-decoration:none;
	/*color:#716d6a; */
	/*color:white; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	/* font-weight:nornmal; */
	}

#sidebar a img {border:none}


#footer { border: 2 px solid green; 
	text-align: center; 
	/* position: fixed;	 */
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
    margin-top: 580px;}


#footer a {
	text-decoration:none;
	/*color:#716d6a; */
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
}
#footer a:hover, #footer a:active {
	color:red;
	background-color: white;
}

