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

body,div,img { margin: 0px; padding:0px; border:0px}
body {background: #030044; font-size:10px; font-family:Arial, Helvetica, sans-serif;}

.wrapper{ width: 100%; height:100%}
.logo { width:213px; height:72px; padding: 44px 0px 0px 0px; margin:0px auto;}
.hotel { width:413px; height:14px; padding: 25px 0px 27px 0px; margin:0px auto;}
.container { margin: 0px auto; width:804px; height:auto;}

.header { width:804px; background-color: #ffffff;}
.header .nav { background-color:#ffffff; height:28px; line-height:28px; vertical-align:middle; text-align:center; margin:0px auto;}
.header .nav div {z-index: 1000; width:auto; position:relative; display:inline;}
.header .nav a{color: #631c34; font-size: 9px; padding:0px 7px 0px 8px; background-image: url('images/divider.jpg'); background-repeat:no-repeat; background-position:top left; text-decoration:none; text-transform:uppercase;}
.header .nav a.first {padding-left: 0px; background:none;}
.header .nav a.last {padding-right: 0px;}
.header .nav div a:hover,.header .nav div a.hover { font-weight:bold; text-decoration:underline;}
.header .nav .item { width:auto; display:inline; position:relative; text-decoration:none;}
.header .nav .submenu {position:absolute; display:none; width:auto; top:25px; left:0px; background:#ffffff}
.header .nav .submenu a  { width: 115px; height:18px; color: #631c34;float:left; line-height:18px; vertical-align:middle; background:none; text-align:left;}
.header .nav .submenu a:hover { background: #030044; color:#FFFFFF; text-decoration:none; }

.content { width: 804px; background: #ffffff;}
.content .banner { width:100%; height: 391px;}
.content .banner2 {widht: 100%; height:246px;}

.content .text {padding:34px 0px 34px 17px; font-size:11px; position:relative;}
.content .text .left-col { width:595px;}
.content .text .left-col .title { text-transform:uppercase; font-size:13px; color: #631c34; font-weight:bold; }
.content .text .left-col .copy { color: #444444; text-align:justify;}

.content .text .right-col  {width: 180px; float: right; padding-top: 26px; }
.content .text .right-col .side-item { height: 12px; line-height: 12px; vertical-align:middle; border-bottom: 1px solid #030044; text-align:center;}
.content .text .right-col .side-item a { color: #000000; text-decoration:none; padding-left: 8px; background-image:url('images/bullet.jpg'); background-repeat:no-repeat; background-position: left 6px;}
.content .text .right-col .last { border: none;}

.footer {text-align: center;}
.footer .address{padding-top: 16px; }
.footer .copyright {padding: 71px 0px; text-transform:uppercase; color: #ffffff; font-size:8px;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
