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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	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: #4d4d4d;
}
div { 
	width:100%;
	float: left;
}
	a:link, a:visited {
		color:#FF6600;
	}
	a:hover {
		color:#ff9731;
	}
	#map div {
		width:auto;
	}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	float:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}	
	#menu a:link, #menu a:visited {
		color: #4d4d4d;
		text-decoration:none;
	}
		#menu img {
			float:left;
		}
		.menuButt {
			padding-top:5px;
			width:126px;
			height:25px;
			background:#cecece;
			text-align:center;
		}
			.menuButt:hover {
				background:#b9b9b9;
			}
		.menuButtSel {
			width:132px;
			height:25px;
			background:#b9b9b9;
			text-align:center;
			padding-top:5px;
		}
	
	#logos {
		margin:15px 0 45px 0;
	}
		#logo {
			width:285px;
		}
			#logo img {
				border:0;
			}
		#flags {
			width:200px;
			float:right;
			text-align:right;
			margin-top:10px;
		}
			#flags img {
				border:0;
			}
			.flag {
				margin:0 10px 0 0;
			}
		#search {
			width:360px;
/*			clear:both;*/
			float:right;
			text-align:left;
			line-height:33px;
			margin-top:27px;
		}
		.srcpart
		{
			border:1px solid lightgray;
			text-align:center;
		}
		.bavail
		{
/*			border:none;*/
/*			width:117px;
			background-color:#B8E600;
			color:darkgreen;*/
			text-align:center;
		}
		.srcpars
		{
			border:1px solid lightgray;
		}
			#bookNow {
			width:250px;
			float:right;
			text-align:right;
		}
			#bookNow img {
				border:0;
			}
	#body {
		font-size:12px;
	}
	#contacts {
		margin-top:15px;
		text-align:center;
		font-size:11px;
	}
	#footerBar {
		margin-top:5px;
		background:url(../images/bttmBar.gif) no-repeat;
		height:34px;
	}
	#footerData {
		margin:10px 0;
		text-align:center;
		font-size:10px;
	}
		#footerData a {
			color:#4d4d4d;
		}


.parag {
	font-size:12px; 
	font-weight:bolder;
	display:inline;
	margin:0;
	padding:0;
}

.spaced {
	letter-spacing:1px;
}