* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  background: url(images/bg.gif) repeat-x;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #313131;
}

td {
  text-align: left;
  vertical-align: top;
}

p { padding: 10px 0; }

img, fieldset { border: 0; }

form, input {
  font-size: 13px;
  color: #313131;
}

input { vertical-align: middle; }

h1, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #58bbe2;
  display: block;
  height: 25px;
  background: url(images/icon.gif) no-repeat 0 3px;
  padding-left: 32px;
  margin-bottom: 7px;
}

h4{
    font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #58bbe2;
}

a {
  font-size: 13px;
  color: #313131;
  text-decoration: underline;
}

a:visited {
  font-size: 13px;
  color: #313131;
  text-decoration: underline;
}

a:hover {
  font-size: 13px;
  color: #313131;
  text-decoration: none;
}

#wrapper {
  min-width: 1000px;
  width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
}

#header {
height: 198px;
background: url(images/header-bg.jpg) repeat-x;
position: relative;
z-index: 1;
}

#header-left {
width: 100%;
height: 198px;
background: url(images/header-left.jpg) no-repeat left;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}

#header-right {
width: 100%;
height: 198px;
background: url(images/header-right.jpg) no-repeat right;
position: absolute;
top: 0;
right: 0;
z-index: 3;
}

#logo {
width: 184px;
height: 117px;
position: absolute;
top: 52px;
left: 9.5%;
z-index: 4;
}

#menu {
background: #ffffff;
border:  5px solid #ffffff;
border-right: none;
float: left;
position: absolute;
top: 75px;
right: 0;
z-index: 5;
}

#menu-inner {
border: 5px solid #58bbe2;
border-right: none;
padding: 15px 30px 15px 15px;
}

#menu-inner a, #menu-inner a:visited, #menu-inner a:hover, #menu-inner span {
margin: 0 15px;
}

#content {
width: 100%;
border-collapse: collapse;
margin-bottom: 35px;
}

#left-col {
width: 288px;
padding-right: 20px;
}

#house {
width: 288px;
height: 385px;
}

.block-top {
background: url(images/block-top.gif) no-repeat bottom;
width: 279px;
height: 9px;
}

.block-content {
width: 233px;
border-left: 1px solid #d6d6d6;
border-right: 1px solid #d6d6d6;
padding: 0 22px;
padding-bottom: 10px;
}

.block-bottom {
background: url(images/block-bottom.gif) no-repeat top;
width: 279px;
height: 9px;
}

a.button-1, a.button-1:visited, a.button-1:hover {
display: block;
background: url(images/button-1.gif) no-repeat;
width: 162px;
height: 38px;
font-size: 18px;
color: #FFFFFF;
text-align: center;
line-height: 38px;
margin-left: 5px;
}

a.button-2, a.button-2:visited, a.button-2:hover {
display: block;
background: url(images/button-2.gif) no-repeat;
width: 227px;
height: 39px;
font-size: 18px;
color: #FFFFFF;
text-align: center;
line-height: 39px;
margin-left: 5px;
}

#right-col {
padding-top: 40px;
}

.padding-left {
padding-left: 32px;
}

.padding-right {
padding-right: 32px;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
color: #58bbe2;
}


.padding-left p {
padding-right: 40px;
}

span.red {
color: #ce0000;
}

.about-hotel {
border: 1px solid #d6d6d6;
border-right: none;
margin: 15px 0;
padding: 15px 30px;
}

#footer {
height: 120px;
background: url(images/footer-bg.gif) repeat-x #e8e7e8;
position: relative;
}

#copyright {
position: absolute;
top: 50px;
left: 4.2%;
}

.slogan {
font-size: 11px;
color: #7b7b7b;
}

#tel {
position: absolute;
top: 50px;
left: 40%;
font-family: "Times New Roman", Times, serif;
font-size: 20px;
color: #4e4e4e;
}

#tel span {
font-size: 13px;
}

#tel A{
    font-size: 20px;
  color: #313131;
  text-decoration: underline;
}

#made-in {
position: absolute;
top: 50px;
right: 4.5%;
}

.photolib {
	margin-left: 20px;
}


