body, div, h1, h2, h3, h4, h5, h6, hr, p, ul, ol, li, strong, em, span, img, form, fieldset, label {

	margin: 0;

	padding: 0;

    border: none;

	font-size: 1em;

}

hr {

	display: none;
	
}


input, textarea, select {

	margin: 0;

    font: 12px Arial, Helvetica, sans-serif;
	
}

button {

	margin: 0;
	
	cursor: pointer;
	
}

a {
	
	color: #262175;
	
	text-decoration: none;
	
}

a:hover {
	
	color: #e9a249;
	
}



body {
	
	background: #a9cbd9;
	
    font: 13px Verdana, Geneva, sans-serif;
	
	color: #3f3f3f;

}


/*#### CONTAINER ###########################################################################################################*/

div#container {

	position: relative;
	
	background: url(../images/body-bg.png) repeat-y;

	width: 985px;
	
	margin: auto;

}

div#container .container-top {
	
	background: url(../images/body-bg-top.png) no-repeat;
	
	padding: 18px 0 0 0;
	
}

div#container .container-bottom {
	
	background: url(../images/body-bg-bottom.png) left bottom no-repeat;
	
	padding: 0 0 18px 0;
	
}

div#container .container-content {
	
	position: relative;
	
	background: url(../images/bg.gif) repeat-y;
	
	width: 939px;
	
	margin: 0 0 0 14px;
	
	padding: 0 9px;
	
	overflow: hidden;
	
}


/*#### MAIN-SIDEBAR ########################################################################################################*/

div#main-sidebar {
	
	position: relative;
	
	float: left;

	width: 222px;
	
	overflow: hidden;
	
}


/*#### HEADER ##############################################################################################################*/

div#header {

	position: relative;
	
	background: #fff;
	
}

div#header h1 a {

	display: block;
	
	background: url(../images/logo.gif) no-repeat;
	
	width: 214px;
	
	height: 108px;
	
    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}


/*#### NAVIGATION ##########################################################################################################*/

div#navigation {

	position: relative;

	/*background: #eaa047 url(../images/sidebar-bg.jpg) repeat-x;*/
	background: url(../images/sidebar-bg.jpg) repeat-x;
	
	height: auto !important;
	
	height: 920px;
	
	min-height: 920px;
	
	padding: 0 0 30px 0;
	
}

div#navigation ul {
	
	background: url(../images/nav-bg.jpg) no-repeat;

	_height: 1%;
	
	margin: 0 6px 0 0;
	
	padding: 13px 0 22px 0;
	
	font: bold 12px Tahoma, Geneva, sans-serif;
	
	text-align: right;
	
	list-style: none;
	
}

div#navigation ul li {
	
	display: block;
	
	padding: 3px 0 0 0;
	
	clear: both;
	
}

div#navigation ul li a {
	
	display: block;
	
	float: right;
	
	padding: 4px;
	
	text-decoration: none;
	
	text-transform: uppercase;
	
}

div#navigation ul li a:hover,
div#navigation ul li.active a {
	
	background: #262175;
	
	color: #fff;
	
}



div#navigation div.reservation {
	
	margin: 0 9px;
	
	padding: 16px 0;
	
	font: 17px Georgia, "Times New Roman", Times, serif;
	
	color: #262175;
	
	text-align: center;
	
	text-transform: uppercase;
	
	border-top: 4px solid #262175;
	
	border-bottom: 4px solid #262175;
	
}

div#navigation div.reservation h3 {
	
	font-weight: normal;
	
}


div#navigation div.reservation p {
	
	margin: 0 30px;
	
}



div#navigation div.banner {
	
	margin: 0 9px;
	
	padding: 16px 0;
	
	text-align: center;
	
	border-bottom: 4px solid #262175;
	
}





/*#### CONTENT #############################################################################################################*/

div#content {

	position: relative;

	height: 1%;

	margin: 0 0 0 229px;
	
	_margin: 0 0 0 226px;
	
}



div#content .banner img {
	
	margin: 0 0 5px 0;
	
}

div#content .banner p {
	
	/*background: url(../images/slogan.jpg) no-repeat;*/
	background: url(../images/slogan-new.jpg) no-repeat;
	
	height: 34px;
	
    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */
	
}


/*#### FOOTER ##############################################################################################################*/

div#footer {

	position: relative;
	
	padding: 0 0 10px 0;
	
	text-align: center;
	
	color: #262175;
	
}

div#footer span {
	
	margin: 0 0 0 20px;
	
}

div#footer a {
	
	margin: 0 8px;
	
	color: #262175;
	
}
