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

body {
	background-color:#ebebeb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	padding:0px;
	background-image: url(../images/structure/body-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#wrapper {
	position: relative;
	z-index: 1;
	margin-top: -14px;
	/*margin-top: -850px;*/
}
#content-wrapper #logo-header {
	height: 240px;
	background-image: url(../images/logos/oasis_logo.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: -45px;

	*margin-top: -30px;
	margin-bottom: 35px;
}

#wrapper #content-wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 56px;
	width: 810px;
}

#wrapper #content-wrapper #menu {
	margin-left: -40px;
	position: relative;
	top: -35px;
	*top: -36px;
}
#menu li       {
	display: inline;
}
#menu  .current a {
	height: 29px;
	width: 113px;
	background-image:url(../images/structure/current-menu-top.png);
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	display: block;
	padding-top: 8px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
}
#menu .menu-item   a     {
	width: 113px;
	background-image:url(../images/structure/menu-top.png);
	background-repeat:no-repeat;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #7e7e7e;
	height: 29px;
	padding-top: 8px;
	margin-right: 2px;
	margin-left: 2px;
}
#menu .menu-item    a:hover             {
	color: #FFFFFF;
	background-image: url(../images/structure/current-menu-top.png);
	background-repeat: no-repeat;	/*background-image: url(../images/design/big-link-bg-hover.png);*/
}

#wrapper #content-wrapper #front-image{
	background-color:#FFF;
	width:800px;
	height:225px;
	border:thin solid #666;
	padding:10px;
	margin-top: 20px;
	margin-bottom: 35px;
}

#wrapper #content-wrapper #front-image #image{
	background-color:#CCC;
	height:225px;
	width:100%;
}
#footer  {
	background-image:url(../images/structure/footer_bg.jpg);
	height: 87px;
	position:relative;
	z-index: 3;
	/*margin-top: -430px;*/
	width: 100%;
	background-repeat: repeat-x;
	float: left;
	bottom: 0px;
	left: 0px;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 40px;
}

#footer #footer_content{
	padding-top:10px;
	width: 810px;
	margin:auto;
	font-size:80%;
	padding-bottom: 10px;
}

#footer #logos{
	float:right;
	margin-top:10px;
}

#footer #logos .logo {
	height:50px;
	margin-left:10px;
	border:none;
}
#content-wrapper #left {
	width: 250px;
	float: left;
	padding-right: 10px;
}
#content-wrapper #right {
	float: left;
	width: 500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 15px;
}
#content-wrapper #right .thumbnails {
	border: 4px solid #999999;
	margin-right: 5px;
	margin-left: 5px;
}
#left #reserve {
	background-color: #681706;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #581407;
	padding: 5px;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
}
#center {
	text-align: center;
}
