@charset "utf-8";
/* CSS Document borneo-hotel.com 2008*/

body {
	background: #cccccc url(images/back-pattern.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica;
	
}
   
    .style1 {
	font-size: 13px;
	color: #666666;
	}
	.style2 {
	font-size: 14px;
	color: #333333;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	
	}
	.style3 {
	font-size: 12px;
	color: #0000cc;
	}
	.style4 {
	font-size: 11px;
	color: #666666;
	padding: 8px 35px 0px 35px;
	}
	.style5 {
	font-size: 13px;
	color: #666633;
	}
	.title {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 0px;
	padding: 0px 0px 5px 0px; /* top,right,bottom,left  */
}
	.float_left {
	float: left;
	
}	
	img.left
	{
	position: relative;
	float: left;
	border:5px solid #330000; /* top,left margin  */
	background-color: #000000;
	margin-top: 1em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 0em;
}
	img.right
	{
	position: relative;
	float: right;
	border:5px solid #330000; /* top,left margin  */
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}
	
/* Backgrounds */

.menu { background: url(images/main-back_01.jpg) no-repeat center top;}
.body{ background: url(images/main-back_01.jpg) repeat-y center top; }
.spacer{ background: url(images/spacer.gif) repeat-y center top;}
.foot{ background: url(images/foot.gif) no-repeat center top; }

/* header */

#header {
	width: 775px;
	height: 103px;
	margin: 0px auto;
	padding: 0px; /* top,links spacing,  */
	background: url(images/header.jpg) no-repeat;
	z-index:1;
}
	
/* Panel: Address & Menu */

#panel {
	width: 775px;
	height: 38px;
	margin: 0px auto;
	background: url(images/main-back_01.jpg) no-repeat;
	z-index:1;
}
 #address{
	margin: 0px auto;
	width:758px;
	height:20px;
	padding: 3px; /* top,links spacing,  */
	z-index:1;
}
/* MENU */

#menu {
	width: 753px;
	margin: 0px 0px 0px 11px;  /* top,right,bottom,left  */
	background: #999999; 
	z-index:1;
}

	#menu ul {
	margin: 0px auto;
	list-style: none;
	font-size: 16px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	}

	#menu li {
	display: inline;
	}

	#menu a {
	display: inline;
	padding: 5px 25px 10px 0px; /* top,links spacing,  */
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	}

	#menu a:hover {
	color: #ff3333;
	text-decoration: none;
}	
/* body */

#body {
	width: 775px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	background: url(images/main-back_01.jpg) repeat-y;
	}
	#body h1 {
	padding-top: 10px;
	}
	h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;	
	}
	#content {
	padding: 0px 40px 0px 40px; /* top,right,bottom,left  */
	}
	#body a:hover {
	color: #ff0033;
	text-decoration: underline;
}

/* spacer - body extension */
#spacer {
	width: 775px;
	height: 100%;
	margin: 0px auto;
	background: url(images/spacer.gif) repeat-y;
}	
/* footer */

#footer {
	width: 775px;
	height: 65px;
	margin: 0px auto;
	background: url(images/footer.jpg) no-repeat;
	}
#footer ul {
	margin: 0px;
	padding: 0px 35px 0px 35px; /*pinches div sides*/ 
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
}

#footer a {
	padding: 0px 15px 0px 0px; /* top,links spacing,  */
	text-align: center;
}
#footer a:hover {
	color: #ff0033;
	text-decoration: underline;
}

