#wrapper {
	height: 965px;
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 184px;
	width: 960px;
	background-image: url(../assets/subwave-header.png);
}
#main {
	padding: 15px;
	height: 545px;
	width: 583px;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background: #fff;
	margin-bottom: 10px;
	overflow: auto;
}
#external_subway {
	padding: 10px;
	height: 555px;
	width: 140px;
	float: left;
	background-image: url(../assets/main-bg.png);
	background-position: left bottom;
	margin-bottom: 10px;
}
#order-online {
	float: right;
	width: 150px;
	height: 555px;
	padding: 10px;
	background-image: url(../assets/main-bg.png);
	background-position: right bottom;
	margin-bottom: 10px;
}
#footer {
	height: 25px;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	background-image: url(../assets/lettuce-border.png);
}
#hours {
	text-align: justify;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: relative;
	width: 350px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

img {
	border: none;
	outline: none;
}
a {
	outline: none;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



#menubar {
	position: relative;
	height: 33px;
	width: 960px;
	background-image: url(../assets/sub_menu_bg.png);
	bottom: -10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
/* menu styles */
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{
	float: left;
	list-style: none;
	font-family: Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #fde92d;
	font-style: italic;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
}

	#jsddm li a
	{
	display: block;
	text-decoration: none;
	border-right: 1px solid white;
	width: 116px;
	color: #fde92d;
	white-space: nowrap;
	font-weight: bold;
}

	#jsddm li a:hover
	{
	background-color: #8EA344;
}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
			#jsddm li ul li
			{
	float: none;
	display: inline;
}
			
			#jsddm li ul li a
			{
	width: 116px;
	background-color: #0c5644;
	line-height: 20px;
	border-bottom: 1px solid white;
}
			
			#jsddm li ul li a:hover
			{	background: #8EA344}
#voucher {
	padding: 1px;
	border: 2px dashed #0C5644;
	float: right;
	clear: left;
	margin: 5px;
}
