﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: url("../images/main/background.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 0px;
}
#top {
	width: 1000px;
	margin: 10px;
	background-image: url("../images/main/sitetop.png");
	background-repeat: no-repeat;
	margin-bottom:19px;
}
#container {
	width: 1000px;
	margin: 10px;
}
#navigation {
	position:relative;
	float: left;
	width: 231px;
	margin-top:10px;
}
#content {
	float: right;
	width: 710px;
	padding-right:40px;
	position:relative;;
	border:0px;
	
}
#content2 {
	display:block;
	float: right;
	width: 730px;
	position:relative;
	border:0px;
	background-image: url("../images/main/translucent.png");
	background-repeat:repeat;
	margin-top:10px;
	margin-right:10px;
	padding-left:10px;
	padding-top:10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	padding: 0px;
	border: 0px;
	max-height:50px;
	margin-left:7px;
}

#tabs ul {
    margin:0;
  	margin-left:20px;
	max-height:80px;
    padding:10px 10px 50px 50px;
    list-style:none;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tab1 {
      float:left;
      background:url('../images/main/menu_accommodation.png') no-repeat left top;
      width:180px;
      height:31px;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      margin-left:10px;
      }
#tab1 a:hover {
      background-position: 0 -31px;
      }

#tab2 {
      float:left;
      background:url('../images/main/menu_pictures.png') no-repeat left top;
      margin:0;
      width:122px;
      height:31px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tab2 a:hover {
      background-position: 0 -31px;
      }

#tab3 {
      float:left;
      background:url('../images/main/menu_booking.png') no-repeat left top;
      margin:0;
      width:139px;
      height:31px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tab3 a:hover {
      background-position: 0 -31px;
      }

#tab4 {
      float:left;
      background:url('../images/main/menu_location.png') no-repeat left top;
      margin:0;
      width:134px;
      height:31px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tab4 a:hover {
      background-position: 0 -31px;
      }

#tab5 {
      float:left;
      background:url('../images/main/menu_history.png') no-repeat left top;
      margin:0;
      width:127px;
      height:31px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tab5 a:hover {
      background-position: 0 -31px;
      }

#tab6 {
      float:left;
      background:url('../images/main/menu_links.png') no-repeat left top;
      margin:0;
      width:110px;
      height:31px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tab6 a:hover {
      background-position: 0 -31px;
      }

#tab7 {
      float:left;
      background:url('../images/main/menu_contactus.png') no-repeat left top;
      margin:0;
      width:137px;
      height:31px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tab7 a:hover {
      background-position: 0 -31px;
      }



/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
}
/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #c82;
}
h3 {
	color: #c82;
}
h2 {
	color: #800000;
}
#content h1 {
	color: #c82;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}