@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ff9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 79%;
	background: url(../images/layout_img/body_bg.gif);
	background-repeat: repeat;
}

h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	color: #006699;
	font-size: 1.2em;
	}
a {
	color: #006699;
	}
a:hover {
	text-decoration: none;
	}
	
#containertop {
	background-image: url(../images/layout_img/containertop.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 20px;
}
#containerbottom {
	background-image: url(../images/layout_img/containerbottom.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 20px;
}
#container {
	background-image: url(../images/layout_img/container.jpg);
	background-repeat: repeat-y;
}
#outercontainer {
	width: 910px;
	margin: 0 auto;
	}
#inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	background-image: url(../images/layout_img/header_bg.jpg);
	background-repeat: no-repeat;
	height: 176px;
	padding: 0;
	margin-left: 5px;
}
#headertoppic img{
	float: right;
	padding-right: 7px;
	}
/*
Top Menu
*/
#menu {
}
#lang {
	float: left;
	margin-left: 130px;
	}
#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 103px;
  display: inline;
  float: left;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #ff9900;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#menu ul li a:hover {
	font-weight: bold;
	color: #ff9900;
	background-image: url(../images/layout_img/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu ul li.active {
	font-weight: bold;
	color: #ff9900;
	background-image: url(../images/layout_img/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu ul li a.active a{
	font-weight: bold;
	color: #ff9900;
	background-image: url(../images/layout_img/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/*#contentouter {
	background-color: #ff9900;
	color: #4e2b02;
	padding: 20px;
}
/*
Top Menu
*/
#sidemenu {
	float: right;
	margin-right: 10px;
	margin-top: 30px;
	}
#sidemenu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#sidemenu ul li {
  width: 140px; 
  list-style: url(../images/layout_img/sidenav_bullet.jpg)}

#sidemenu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #ff9900;
	padding: 5px;
}

#sidemenu ul li a:hover {
	font-weight: bold;
	color: #ff9900;
}
#sidemenu ul li a.active {
	font-weight: bold;
	color: #ff9900;
}
#offers {
	background-color: #ff9900;
	background-image: url(../images/layout_img/specialoffer_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #4E2B02;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#offers_text {
	padding-top: 5px;
	padding-right: 200px;
	padding-bottom: 5px;
	padding-left: 10px;	
}
#offers h2 {
	color: #4E2B02;
}

#footer {
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#line {
	background-image: url(../images/layout_img/line.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 900px;
	clear: both;
}
/* Smooth Gallery */
#smoothgallery {
	float: left;
	padding: 2px;
	margin: 10px;
}
/* maxi Gallery */
#maxigallery {
}
/*
Special offer ditto
*/
.special {	
	min-height: 115px;
	height: expression(this.height > 115 ? 110: true);
	}
.special h4 {
	margin-bottom: 0.1em;
	margin-top: 0em;
	}
.special p {
	margin: 0em;
	padding: 0.1em;	
	}
.special img {
	float: left;
	max-width: 150px;
	width: expression(this.width > 150 ? 150: true);
	max-height: 90px;
	height: expression(this.height > 90 ? 90: true);
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	border: none;
	}
	
#newsmain img{
	float: right;
	max-width: 350px;
	width: expression(this.width > 350 ? 350: true);
	max-height: 240px;
	height: expression(this.height > 240 ? 240: true);
	padding: 5px;
	border: none;
}	
/*
Form Styling
----------------------------------------------------------------
*/

#prices {
	float: right;
	color: #4e2b02;
	margin: 20px;
}
#prices h5 {
	color: #ff9900;
}
#booknow {
	width: 450px;
	}
fieldset {
	margin: 0px;
	border: thin solid #ff9900;
}
legend {
	font-weight: bold;
	color: #ff9900;
}
form div.required {
	font-weight: bold;
}
.required {
	font-weight: bold;
}
.fltrt {
	float: right;
	padding: 5px;
}
.fltlt {
	float: left;
	padding: 5px;
}
.video {
	min-height: 400px;
	height: expression(this.height > 400 ? 400: true);
}
.padding {
	padding-left: 10px;
}

textarea, input {
	background-color:#4e2b02;
	color: #ff9900;
	border: 1px solid #ff9900;
	padding: 5px;
}

textarea:hover, input:hover {
	background-color:#4e2b02;
	color: #ff9900;
	border: 1px solid #3366FF;
	/*background-color: #3366FF;*/
}
select {
	background-color: #4e2b02;
	color: #ff9900;
	border: 1px solid #ff9900;
}
.button {
	background-color:#4e2b02;
	color: #ff9900;
	width: 150px;
	padding: 0px;
	margin-left: 0px;
	border: 1px solid #ff9900;
	margin-bottom: 20px;
}
.button:hover {
	background-color:#ff9900;
	color: #4e2b02;
	border: 1px solid #ff9900;
}

