/*----------------Body----------------*/

body {

	width:955px;
	margin:0px auto;
	font-family:"arial";
	font-size:12px;
	background-image: url(../img/body/body_bg.gif);
	background-repeat:repeat-x;
	background-color:#666666;
	color:#FFF;
}

/* get rid of those system borders being generated for A tags */

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}



/*----------------Header----------------*/

#header {

	height:150px;

	color:#fff;

	margin-top:10px;

	margin-bottom:-1px;

	/*border-bottom:1px white solid;*/

}





.rounded {

  -moz-border-radius-topleft:2ex;

  -moz-border-radius-topright:2ex;

  -webkit-border-top-left-radius:2ex;

  -webkit-border-top-right-radius:2ex;

} 



#player {

	margin-top:-22px;

}



#MySlideShow{

	display:none;

	width:955px;

	height:350px;

}

<!--[if IE 6]>

#MySlideShow{

	height:350px;

}



/*----------------Menu Images----------------*/

#menuimage{

	border-bottom:1px solid #FFF;	

	border-top:1px solid #FFF;

}

/*----------------Menu Tabs----------------*/

#menubackground{

	background-color:#000;

	height:41px;

	

}

#social{
	float:right;
	margin-top:-60px;
	
}

#social  li {
	display: inline;
	list-style-type: none;
	padding-right:10px;
}

#social a{
	outline:none;
}

#social img {
	border-style: none;
	text-decoration: none; 
}

#review{
	margin:0 auto;
}

#review  li {
	display: inline;
	list-style-type: none;
	padding-right:10px;
}

#review a{
	outline:none;
}

#review img {
	border-style: none;
	text-decoration: none; 
}
/*----------------Mainbody----------------*/



#mainbody{

	background-color:#000000;

	font-size:16px;

	padding:10px;

	border-top:1px solid #FFF;

	border-bottom:1px solid #FFF;

}







/*----------------Mainbody----------------*/

#contact{

	background-color:#000;

	/*margin-top:-15px;*/

	font-size:14px;

	/*border-top:1px solid #FFF;*/

}



.lpic{

	float:left;

	padding:10px;

}



/*----------------Menu Page Links----------------*/

#menupage{

	font-size:16px;

}



#menupage A:link	{color: #FFF;

	text-decoration:none

}

	

#menupage A:visited	{color: #FFF;

	text-decoration:none

}

	

#menupage A:active	{color: #FFF;

	text-decoration:underline

}

	

#menupage A:hover	{color: #FFF;

	text-decoration:underline

}





/*----------------Footer----------------*/

#footer{

	color:#fff;

	margin:0 auto;

	font-size:12px;

	text-align:center;

	margin-top:10px;

}

#footer A:link	{color: #FFF;

	text-decoration:none

}

	

#footer A:visited	{color: #FFF;

	text-decoration:none

}

	

#footer A:active	{color: #FFF;

	text-decoration:underline

}

	

#footer A:hover	{color: #FFF;

	text-decoration:underline

}


#specials_list li {
	display: inline;
	list-style-type: none;
	padding-right: 94px;
	/*background-image:url(../specials/monday_t.png);
	height:224px;
	width:100px;
	background-repeat:no-repeat;*/
}
	
#monday a { 
  /*padding-left: 15px; */
  background: url(../specials/monday_t.png) no-repeat;
  display: inline-block;
  text-indent:-9999px;
  height:225px;
  width:95px;
  margin-left:85px;
} 
#tuesday a { 
  /*padding-left: 15px; */
  background: url(../specials/tuesday_t.png) no-repeat;
  display: inline-block;
  text-indent:-9999px;
  height:225px;
  width:95px;
} 
#wednesday a { 
  /*padding-left: 15px; */
  background: url(../specials/wednesday_t.png) no-repeat;
  display: inline-block;
  text-indent:-9999px;
  height:225px;
  width:95px;
} 
#thursday a { 
  /*padding-left: 15px; */
  background: url(../specials/thursday_t.png) no-repeat;
  display: inline-block;
  text-indent:-9999px;
  height:225px;
  width:95px;
} 
