@charset "utf-8";
/* CSS Document */

html {
	background-color:#220000;
	background-image:url(../images/waveBackground.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
body {
	background-image:url(../images/backgroundBorderSides.jpg);
	background-position:top;
	background-repeat:repeat-y;
	padding:130px 0 0 0;
	margin:0;
}
a {
	text-decoration:none;
	color:#000;
}
#background {
	background-image:url(../images/waveBackground.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:-130px 0 0 0;
	padding:130px 0 0 0;
}
#wave {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-500px;
	z-index:1;
}
#main {
	background-image:url(../images/redPaper.jpg);
	-o-background-clip:padding;
	-icab-background-clip:padding;
	-khtml-background-clip:padding;
	-moz-background-clip:padding;
	-webkit-background-clip:padding;
	-ms-background-clip:padding;
	background-clip:padding;
	-o-border-image: url('../images/goldBorder.png') 5 stretch;
	-icab-border-image: url('../images/goldBorder.png') 5 stretch;
	-khtml-border-image: url('../images/goldBorder.png') 5 stretch;
	-moz-border-image: url('../images/goldBorder.png') 5 stretch;
	-webkit-border-image: url('../images/goldBorder.png') 5 stretch;
	-ms-border-image: url('../images/goldBorder.png') 5 stretch;
	border-image: url('../images/goldBorder.png') 5 stretch;
	border:5px outset #FC3;
	padding:0;
	margin:0 auto;
	position:relative;
	width:948px;
}

#overlay {
	background-image:url(../images/paperShadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:100%;
}

#top {
	margin:0;
	position:relative;
	padding:6px
}
#logo {
	float:left;
	padding:15px;
}
#name {
	margin-right:-12px;
}
#ename {
	margin-right:-10px;
}
#top-text {
	text-align:right;
	padding:15px 30px 0 0;
}
#navagation {
	width:820px;
	margin:auto;
	height:40px;
}
#navagation a {
	display:block;
	text-align:center;
	color:#0C6;
	font-size:1.5em;
	padding-top:6px;
	width:110px;
	border:1px solid #FC3;
	float:left;
	height:32px;
	margin:-1px;
	overflow:hidden;
	background:url(../images/inactiveTab.png);
}

#navagation a:hover {
	text-decoration:none;
}

#navagation a.selected {
	background:url(../images/activeTab.png);
	border-bottom:0;
}
#navagation div {
	width:20px;
	border:1px solid #FC3;
	border-top:0;
	float:left;
	height:39px;
	margin:-1px;
}
#navagation div.end {
	width:190px;
	border-right:0;
}
#content {
	width:820px;
	margin:-2px auto 50px auto;
	background:url(../images/transparentOverlay.png);
	border:1px solid #FC3;
	border-top:0;
	clear:both;
	color:#0F9;
}
#footer {
	clear:both;
	margin-top:20px;
	background-image:url(../images/backgroundBorderBottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:90px;
	text-align:center;
	color:#666;
}

#menu, #about {
	padding:1em;
}

li {
	border-bottom:1px solid #000;
	padding-bottom:-.5em;
	margin-bottom:.5em;
}

.cn, .en, .price {
	display:inline-block;
}

.cn {
	width:12em;
	text-align:justify;
	text-justify: newspaper;
}

.en {
	width:28em;
	text-align:left;
}

.price {
	width:16em;
	text-align:right;
	right:0;
}

#content a {
	color:#C90;
}

a:hover {
	text-decoration:underline;
}

#dinnerMenu {
	display:none;
}

#socialBar {
	text-align:center;
}