/* layout */

	.page_title {
		color: #666666;
	}
	
	#top_logo {
		height: 125px;
		background-image:url(_images/top_logo.gif);
	}
	
	#menu1 {
		height: 41px;
		background-image: url(_images/menu.gif);
	}
	
/* Dropdown */
	
	#menu_container {
		width: 250px;
		float: right;
	}
	
	#menu {
		position: absolute;
		/*margin-top: 10px;*/
		height: 20px;
	}
	
	#menu ul .item {
		display: none;
	}
	
	#menu ul:hover .item {
		display: block;
		background-color: #FFF;
		border-left: 1px solid #333;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
		padding-left: 10px;
		padding-bottom: 3px;
	}
	
	#menu ul:hover .item a {
		font: bold 11px Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		text-decoration: none;
	}
	#menu ul:hover .item a:hover {
		color: #000;
		text-decoration: underline;
	}
	
	#menu ul {
		width: 110px;
		float: left;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#menu li.item {
		padding: 0px
		margin: 0px;
	}
	
	.top {
		font: bold 11px Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		height: 20px;
		padding-top: 3px;
		padding-left: 10px;
		background-image: url(_images/dropdown_bckgrd.gif);
		background-repeat: no-repeat;
	}
	
	.clear {
		clear: both;
		height: 10px;
	}
	
/* END Dropdown */
	
	#form_text_left {
		margin-left: 10px;
		margin-right: 5px;
		padding-left: 5px;
		padding-right: 15px;
		text-align: left;
		font-size: 9px;
		font-weight: normal;
		background-image: url(_images/palette/fill.gif);
		background-repeat: repeat-y;
	}
	
	#order_container {
		width: 250px;
	}
	
	#order_form_top {
		width: 250px;
		height: 10px;
		background-image: url(_images/palette/order_top.gif);
	}
	
	#order_form {
		width: 250px;
		background-image: url(_images/palette/order_fill.gif);
	}
	
	#order_form_text {
		padding-left: 5px;
		padding-right: 15px;
		text-align: left;
		font-size: 11px;
		font-weight: normal;
		line-height: 16px;
	}
	
	#order_form_bot {
		width: 250px;
		height: 15px;
		background-image: url(_images/palette/order_bottom.gif);
	}
	
	.form_title {
		font-weight: bold;
		font-size: 9px;
		color: #333;
	}
	
	.form_title_booking {
		font-weight: bold;
		font-size: 10px;
		color: #333;
	}
	
	.form_field {
		width: 135px;
		font-size: 9px;
	}
	
	.form_field_text {
		width: 100%;
		height: 150px;
		font-size: 9px;
	}
	
	#bottom {
		width: 1025px;
		height: 45px;
		background-image: url(_images/bottom.gif);
	}

/* END layout */

/* navigation */
	
	#nav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#nav li { 
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#nav a {
		float: left;
		display: block;
		padding: 4px 30px 6px 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%;
		color: #333333;
		background: url(_images/space.gif) no-repeat right center;
	}
	
	#nav #nav-1 a {
		padding-left: 20px;
	}
	
	#nav a:hover {
		color: #000;
		text-decoration: underline;
	}
	
/* END navigation */

/* footer */
	
	#foot {
		float: left;
		font-size: 90%;
		color: #999;
		list-style: none;
		padding-top: 6px;
		padding-left: 10px;
		margin: 0;
	}
	
	#foot li {
		float: left;
		padding-right: 50px;
	}
		
	#foot li a {
		text-decoration: none;
		color: #999;
	}
	
	#foot li a:hover {
		color: #333;
		text-decoration: underline;
	}
	
/* END footer */