@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../source/bg.jpg);
	background-repeat: repeat;
}

/*Main Wrapper Section*/

#wrapper {
	width: 925px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

/*Top Banner Section*/

#logo {
	height: 144px;
}

/*Content Section*/

#content_wrapper {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../source/content-bg.jpg);
	background-repeat: repeat-y;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
}

/*Divider Section*/

#divider_short {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../source/divider.jpg);
	background-repeat: no-repeat;
}

#content_column {
	float: none;
	width: 926px;
	height: auto;
	background-image: url(../source/content-bg.jpg);
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 0px;
}

#rightColumn {
	float: right;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 20px;
}

/*Menu Section*/

#menusection{
	background-image:url(../source/button-bg.jpg);
	height: 103px;
	width: 926px;
	margin:0px;
	background-repeat: no-repeat;
}

#menu ul {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 87px;
	width: 926px;
}

#menu ul li {
	list-style: none;
	float: left;
	padding-right: 0px;
	margin-top: 52px;
}

#menu ul li a:link, #menu ul li a:visited {
	display:block;
	text-decoration:none;
	height:27px;
	background-position:top;
	background-repeat:no-repeat;
}

#menu ul li a:hover {
	background-position:bottom;
}

#menu ul li a span {
	display:none;
}

/*Menu Buttons Section*/

.home {
	background-image:url(../source/btn-home.gif);
	width:81px;
}

.home:hover {
	background-image:url(../source/btn-home-over.gif);
}

.intro {
	background-image:url(../source/btn-history.gif);
	width:125px;
}

.intro:hover {
	background-image:url(../source/btn-history-over.gif);
}

.map {
	background-image:url(../source/btn-map.gif);
	width:146px;
}

.map:hover {
	background-image:url(../source/btn-map-over.gif);
}

.show {
	background-image:url(../source/btn-show.gif);
	width:150px;
}

.show:hover {
	background-image:url(../source/btn-show-over.gif);
}

.products {
	background-image:url(../source/btn-products.gif);
	width:112px;
}

.products:hover {
	background-image:url(../source/btn-products-over.gif);
}

.restaurant {
	background-image:url(../source/btn-restaurant.gif);
	width:108px;
}

.restaurant:hover {
	background-image:url(../source/btn-restaurant-over.gif);
}

/*Slider Section*/
#slider_sample {
	height: 285px;
	width: 925px;
}

/*Content Table Section*/

.intro_table {
	width:800px;
}

.intro_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 18px;
	color: #fffffe;
}

.intro_font{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 14px;
	color: #eedfbb;
	width: 780px;
	padding-left: 2px;
}

.intro_font_padding{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 14px;
	color: #eedfbb;
	padding-left: 20px;
}

.service_font{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 16px;
	color: #FFCC00;
	padding-left: 20px;
	font-weight: normal;
}

.table_font{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: normal;
}


/*Footer Contact Section*/

.contact_title {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 16px;
	color: #ffd800;
	padding-left: 20px;
}

.contact_font{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 20px;
}

.footer_link{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 20px;
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 20px;
}

/*Main Effect Section*/

.bookmark_title {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
	color: #CCCCCC;
}

/*Main Effect Section*/

body,td,th {
	color: #FFFFFF;
}

a {
	color:#FFCC00;
}

a:hover {
	color:#99CC00;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
}

.title{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CCCCCC;
	padding-left: 20px;
}

