﻿@import url("layout.css");
body {
	background-image:url('../images/layout/bodybg1.jpg');
	background-repeat: repeat-x;
}
img {
	border-style: none;
}
a {
	color: #1b1b8e;
	text-decoration: none;
}
a:hover {
	color: #FF0004;
	text-decoration: none;
}
/* Site Layout */
#wrapper {
	width: 1200px;
	margin: 0 auto;
	background-color: #ffffff;
}
#masthead {
	background-image: url('../images/layout/header1.jpg');
	background-repeat:no-repeat;
	width: 1200px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#mainnav {
	background-image:url('../images/layout/nav1.jpg');
	background-repeat: repeat-x;
	width: 850px;
	height: 28px;
	margin: 0px;
	padding: 12px 0px 0px 350px;
	text-align: center;
}
ul#navlist {
	font-family: "Lucida Sans";
	font-size: 16px;
	text-align: center;
}
ul#navlist a {
	text-decoration: none;
}
ul#navlist a:hover span {
	color: white;
}
ul#navlist, ul#navlist ul, ul#navlist li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#navlist li {
	float:left;
}
ul#navlist li a {
	color: #ffffff;
	padding: 0px 15px;
}
ul#navlist li a:hover {
	color: #FF0004;
}
ul#subnavlist {
	display: none;
	background-color: white;
	text-align: left;
	z-index: 11;
}
ul#subnavlist li {
	float: none;
	line-height: 20px;
	border-bottom: thin silver solid;
}
ul#subnavlist li a {
	padding: 0px;
	margin: 0px;
	color: #333366;
}
ul#navlist li:hover ul#subnavlist {
	display: block;
	position: absolute;
	padding-top: 5px;
}
ul#navlist li:hover ul#subnavlist li a {
	display: block;
	border: none;
	padding: 2px;
}
#bannerindex {
	width: 1200px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}
#banner {
	width: 1200px;
	height: 150px;
	margin: 0px;
	padding: 0px;
}
#menudetail {
	font-size: 15pt;
	font-weight: normal;
}
#rightside {
	width: 1200px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#contentwrapper {
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#leftcontent {
	width: 900px;
	float: right;
	padding: 0px;
	font-family: Andalus;
	font-size: medium;
	color: #404040;
}
#rightcontent {
	width: 300px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#test {
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0x 5px;
	float:right;
}
#test span {
	color: #555555;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: small;
	font-weight:bold;
	font-style: italic;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}
#rightimg img {
	max-width: 300px;
	float: right;
	padding: 20px 0px 0px 0px;
}
/* Page Layout */
#navigation {
	width: 300px;
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	list-style-type: none;
	line-height: 25px;
	margin-left: -25px;
}

#navigation ul li a {
	text-decoration: none;
	font-family: Andalus;
	font-size: 16px;
	color: #000000;
}
#navigation ul li:hover {
	background-image: url('../images/navigation/nav1.png');
	background-repeat: no-repeat;
	width: 300px;
}
#navigation ul li a:hover {
	color: #555555;
}
#footer {
	height: 30px;
	width: 1200px;
	clear: both;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	top: 720px;
	text-align: center;
	overflow: hidden;
}
/* Footer Styles */
#footer p {
	font-size: small;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
#index_table table {
	border: thin #1B1B8E solid;
	width: 800px;
}
#index_table td {
	border: 0;
	height: 200px;
}
#menu table {
	border: medium #1B1B8E solid;
}
#menu td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 20pt;
	font-weight: bold;
}
#text h1,h2,h3,h4,h5,h6 {
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	font-family: "Lucida Sans";
	color: #1B1B8E;		
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.title {
	font-size: 45pt;
	color:#1B1B8E;
}
.price {
	color: #B5181B;
}
.special {
	font-size: 40px;
	color:#1B1B8E;
}
.specdet {
	font-size: 24px;	
}
.detail {
	font-size: 15pt;
	font-weight: normal;
}