@charset "utf-8";
/* CSS Document */

/* png fix */
img, div { behavior: url(../images/iepngfix.htc) }

body{; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; background-image:url(../images/bg_tile.jpg); background-repeat: repeat-x; background-color:#2d2d2d }
.wrapper{width:840px; margin:auto; border-top:none; }
.backgroundWrapper{width:840px; float:left; background-image:url(../images/bg_tile.jpg); background-repeat:repeat-x; background-color:#2d2d2d}
.logoheader{width:840px; float:left; padding:0px;}
a{color:#ff173e;}
h1{font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; padding:0px; margin:0px;}
h2{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold}

.menuwrapper{float:left;  width:840px; font-family:Arial, Helvetica, sans-serif; }
.menuwrapper ul{padding:0; margin:0 0 0 0;}
.menuwrapper li{ text-align:center;  display:inline; list-style-type:none;  }
.menuwrapper a{ text-align:center;  display:inline; list-style-type:none; text-transform:uppercase;  margin-right:4px; padding-top:8px; width:136px; height:26px; float:left; }
.menu{text-decoration:none; color:#FFFFFF; font-size:11px; background-color: #2A2A2A;}
.menu:hover, .menuOn{ color:#ff173e; text-decoration:none; font-size:11px; background-color: #3f3f3f; display:block;}
.menubar{float:left; width:840px; margin-bottom:4px; padding:0px;}


.content{width:840px; float:left;  color:#cccccc; background-color: #3f3f3f;}
.leftcol{width:326px; float:left; padding:20px; border-right:4px solid #191919; margin-bottom:0px;}
.fullpage{width:800px; float:left; padding:20px; margin-bottom:4px; background-color: #3f3f3f;}

.fillcol1{width:470px; float:right; margin-bottom:4px; background-color: #3f3f3f; height:63px; }

.contentImage{width:450px; float:left; margin-bottom:4px; padding:10px; border-bottom:4px solid #191919; }
.contentImage2{width:450px; float:left; margin-bottom:4px; padding:10px; }
.gmap{width:820px; float:left; margin-bottom:4px; background-color: #3f3f3f; padding:10px;}
.photoc{width:820px; float:left;  background-color: #3f3f3f; padding:10px;}


.photo{width:840px; float:left; background-color: #333333}

.footer{float:left; color: #FFFFFF; padding-top:5px; width:840px; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; }
.footer a{color:#FFFFFF;}
.footerimage{float:right; margin-left:10px; border:0px}


.topimage{float:left;}



#foodmenu {
		clear:both;
		list-style: none;
		margin:0;
		padding: 0;
		vertical-align: top;
		width: 840px;
	}
	#foodmenu ul {

		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#foodmenu ul ul {

		display: inline;
	}

	#foodmenu a {
		background-color:#3f3f3f;
		color:#ff163f;
		cursor: pointer;
		display: block;
		font-weight: bold;
		margin-left: 0;
		padding: 10px;
		
		
	}
	
	
	#foodmenu a.expanded {
	background-image:url(../images/circle.jpg);
	background-repeat: no-repeat;
	}
	#foodmenu a.collapsed {
	background-image:url(../images/filled_circle.jpg);
	background-repeat: no-repeat;
	}
	

	
	
	
	
	#menu a:hover {
		background-color:#3f3f3f;
		text-decoration: none;
	}
	#foodmenu ul a {
		background: #3f3f3f;
		border-top: 2px solid #fff;
		color: #000;
		display: block;
		font-weight: normal;
		padding:0px;
		width: 840px;
	}
	#foodmenu ul a:hover {
		background-color:#3f3f3f;
		text-decoration: underline;
	}
	#foodmenu li.active a {
		background: #3f3f3f;
	}
	#foodmenu li.active li a {
		background: #3f3f3f;
	}
	
	#foodmenu .theLI {
		background: #3f3f3f;
		color:#ffffff;
		
		position: static;
		padding-left:10px;
		border-bottom:4px solid #191919;
	}
	
	#foodmenu .theUL {
		display: block;
		padding-bottom:40px;	
	}
	
	#foodmenu .theLISub {
		margin-left:10px;
		padding-top:12px;
		padding-bottom:2px;
		border-bottom: 1px dotted #fff;
		width:800px;
		font-weight:bold;
	}
	
	#foodmenu .footer2 {
		background-color:#3f3f3f;
		width: 820px;
		margin-left:10px;
		width:800px;
		color:#aaaaaa;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	.greyText{
	 font-size:11px;
		color:#aaaaaa;	
		font-weight:normal;
	}
	
	.redText{
	 font-size:14px;
	 color: #ff173e;	
	 font-weight:bold;
	}
	
	.whiteText{
	 font-size:14px;
	 color: #fff;	
	 font-weight:bold;
	}
	
	.priceText{
		float:right;
		margin-top:-14px;
	}
	
	.titleText{
	margin-left:30px;
	
	}

