@charset "utf-8";
.Main_bg {
	background-color: #000;
	background-image: url(../img/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

/* CSS Document */

.Bg {
	background-color: #000;
	background-image: url(../img/Expect_Bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.Main_bg_Menu {
	background-color: #000;
	background-image: url(../img/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}


.Main_menu {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.Text_Conten {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
.Text_Reservations {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.Text_Home_Title_Promotions1 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	color: #D73434;
	text-decoration: none;
}

.Resrvations_Form_Bg {
	background-image: url(../img/Reservs_Bg_Form.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.Copyrights {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}
.Copyrights_Inner {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}
.LowerMenu_Text {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.LowerMenu_bg {
	background-image: url(../img/LowerMenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.PhotoGallery_BottomLine {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6C5C27;
}
.Text_Menu1 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.Text_Menu2 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	color: #FFF200;
	text-decoration: none;
}
.Text_Menu3 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
.Text_Menu4 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	color: #999;
}




.Menu_Restaurant_Top {
	background-image: url(../img/Menu/Menu_Top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.Menu_Restaurant_Left {
	background-image: url(../img/Menu/Menu_Left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.Menu_Restaurant_Right {
	background-image: url(../img/Menu/Menu_Right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.Menu_Restaurant_Bottom {
	background-image: url(../img/Menu/Menu_Bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}





a:hover {
	color: #999;
}
