/* CSS Document */

html , body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002961;
	background-image: url(../_img/mainbg.jpg);
	padding: 0px;
	margin: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bookacruise {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002961;
	padding: 0px;
	margin: 0px;
}


.fantom {
}

.MainOuter {
	text-align: center;
	min-height: 200px;
}

* html .MainOuter {
	height: 200px;
}

.MainCentered {
	width: 775px;
	height: 550px;
	margin: 0px auto;
}

.Hdr {
	width: 775px;
	height: 128px;
	background-image: url(../_img/hdr-01.jpg);
}

.MainMenu {
	width: 775px;
	height: 30px;
	background-image: url(../_img/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.MainLinks {
	margin-left: 100px;
}

.MainLinks li {
	float: left;
	padding-top: 3px;
}

.MainLinks li a {
	font-size: 14px;
	text-decoration: none;
	color: #8c6224;
	font-weight: bold;
	line-height: 26px;
}

.MainLinks li a:hover {
	color: #f9f7c1;
}

.MainLinks .Separator {
	margin: 0px;
	padding: 0px;
	background-image: url(../_img/spr-01.gif);
	width: 26px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center top;
}

/******* DropDown *********/

.MainLinks ul {
	position: absolute;
	z-index: 100;
	margin: 0px;
	background-color: red;
	border: solid 1px #c99c59;
	border-bottom: none;
}

.MainLinks ul li {
	float: none;
	border-bottom: solid 1px #c99c59;
	line-height: 23px;
	padding: 0px;
}

.MainLinks ul a {
	text-decoration: none;
	color: #8c6224;
	background-color: #eed06b;
	display: block;
	width: 170px;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
}

.MainLinks ul a:hover {
	color: #8c6224;
	background-color: #f1da8d;
}

#AboutSubMenu {
	margin-left: -65px;
}

#MenusSubMenu {
	margin-left: -65px;
}	

/**************************/

.IndexFlash {
	width: 775px;
	height: 389px;
}

.Footer {
	width: 775px;
	height: 23px;
	background-image: url(../_img/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.Footer li {
	float: left;
	padding-top: 1px;
	line-height: 22px;
}

.Footer li , .Footer li a {
	font-size: 11px;
	color: #cdd7eb;
	text-decoration: none;
	cursor: default;
}

.Footer li a:hover {
	cursor: pointer;
	text-decoration: underline;
}

.Footer .Left {
	padding-left: 20px;
	width: 367px;
	text-align: left
}
.Footer .Right {
	padding-right: 20px;
	width: 368px;
	text-align: right;
}


.Content .FloatingImages img {
	padding: 4px;
	border: solid 1px #006699;
	margin: 5px;
}





.InnerPageContent {
	width: 775px;
	height: 382px;
	background-image: url(../_img/inner-page-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	color: #003366;
	padding-top: 7px;
}

.Content {
	margin: 0px auto;
	width: 765px;
	height: 373px;
	overflow: auto;
	text-align: justify;
}

.Content pre {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

.Content pre em {
	color:#006633;
}

.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #497db2;
	letter-spacing: 1px;
	cursor: default;
	text-align: left;
	background-image: url(../_img/lbl-bg-01.gif);
	background-repeat: repeat-x;
	line-height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8ca6c7;
	border-bottom-color: #8ca6c7;
	margin-bottom: 15px;
}

.Title span {
	padding-left: 40px;
	background-image: url(../_img/lbl-elem-01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 31px;
}




.LeftDishes {
	float: left;
	width: 190px;
	text-align: center;
}

.RightDishes {
	float: left;
	width: 520px;
	font-weight: normal;
}

.RightDishes em {
	font-weight: bold;
}

.MainLbl01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	border-top: solid 1px #477aa3;
	padding-top: 20px;
	color: #477aa3;
}

.PriceTable td {
	border-bottom: solid 1px #66CCCC;
}

.Info01 {
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
}

.Info01 img {
	margin: 0px auto;
}

/******************* Sing In Form *********************/

#SignIn {
	font-weight: bold;
	cursor: default;
}

#SignIn td {
	padding-bottom: 3px;
	padding-right: 10px;
}

#SignIn .Input input {
	width: 180px;
}

#SignIn .Input select {
	width: 180px;
}

#SignIn .Input textarea {
	width: 180px;
}

/*
#SignIn td {
	vertical-align: top;
}

#SignIn li {
	padding-bottom: 5px;
	line-height: 22px;
	height: 22px;
}

#SignIn .Lbl01 {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: bold;
}

* html #SignIn .Lbl01 {
	line-height: 26px;
}

#SignIn label {
	float: left;
	display: block;
	width: 110px;
}

#SignIn .Style01 {
	float: left;
}

#SignIn .Style01 input {
	float: left;
	width: 135px;
	border: solid #325e81 1px;
	line-height: 18px;
	height: 18px;
	background-image: url(../_img/input-bg-01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#SignIn .Style01 input {
	width: 131px;
}

#SignIn .Lbl02 {
	padding-left: 14px;
}

#SignIn .Style02 {
	float: left;
	width: 165px;
	padding-right: 2px;
	margin-left: 4px;
}

#SignIn .Style02 div {
	float: left;
	width: 14px;
}

#SignIn .Style02 input {
	width: 140px;
	border: solid #325e81 1px;
	line-height: 18px;
	height: 18px;
	background-image: url(../_img/input-bg-01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

* html #SignIn .Style02 input {
	width: 138px;
}

#SignIn .Style03 {
	float: left;
	width: 150px;
	padding-right: 2px;
}

#SignIn .Style03 input {
	width: 140px;
	border: solid #325e81 1px;
	line-height: 18px;
	height: 18px;
	background-image: url(../_img/input-bg-01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

* html #SignIn .Style03 input {
	width: 138px;
}

#SignIn .Style04 {
	float: left;
	width: 150px;
}

#SignIn .Style04 input {
	width: 150px;
	border: solid #325e81 1px;
	line-height: 18px;
	height: 18px;
	background-image: url(../_img/input-bg-01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

* html #SignIn .Style04 input {
	width: 138px;
}

.Submit {
	text-align: right;
	padding-right: 20px;
}
*/
/*****************************************************/