/* Global configs */

* {
	padding: 0px;
	margin: 0px;
}

h1, h2, p {
	margin: 0px 10px 10px 0px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

body {
	margin: 0 auto 0 auto;
	padding: 0px;
	color: #333333;
	background: white;
	font-family: tahoma, sans-serif;
	font-size: 0.8em;
	text-align: center;
	height: 100%;
	z-index: 1;
}

#header_wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 250px;
	z-index: 2;
	background: url(../static_images/header.png) top left repeat-x;
}

	#header_container {
		position: relative;
		width: 842px;
		height: 250px;
		text-align: left;
		margin: 0 auto;
		z-index: 3;
	}

		#header_logo {
			position: absolute;
			left: -8px;
			top: 0px;
			width: 333px;
			height: 179px;
			background: url(../static_images/logo.png) top left no-repeat;
			z-index: 5;
		}

		#header {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 280px;
			height: 140px;
			padding: 30px 0px 0px 562px;
			border-bottom: 3px solid #FFBB1C;
			z-index: 4;
		}

			#header h3, #header h4, #header h5 {
				color: white;
			}

			#header h6 {
				color: #FFBB1C;
			}

			#header h3 {
				font-size: 20px;
				font-weight: 400;
			}

			#header h4 {
				font-size: 14px;
				font-weight: 400;
			}

			#header h5 {
				font-size: 17px;
				font-weight: 100;
			}

			#header h6 {
				font-size: 11px;
				font-weight: 100;
			}

			#header .space {
				height: 8px;
			}


		#header_nav {
			position: absolute;
			top: 190px;
			left: 0px;
			width: 842px;
			height: 60px;
			z-index: 6;
		}

		#header_nav a:link, #header_nav a:visited {
			color: #418CC6;
			text-decoration: none;
		}

		#header_nav ul {
			list-style: none;
		}

		#header_nav ul.h li {
			display: block;
			float: left;
			margin: 0px 2px 0px 0px;
		}

			#header_nav ul.h li a:link, #header_nav ul.h li a:visited {
				display: block;
				height: 28px;
				padding: 18px 10px 14px 10px;
				font-size: 14px;
				font-weight: 400;
				color: white;
				text-align: left;
			}

			#header_nav ul.h li a:hover, #header_nav ul.h li a:hover ul {
				border-left: 5px solid #68A8D8;
				border-top: 5px solid #68A8D8;
				border-right: 5px solid #68A8D8;
				padding: 13px 5px 14px 5px;
				color: #333333;
				background: white;
			}

		#header_nav ul.h ul.v {
			position: absolute;
			width: 200px;
			background: white;
			border-left: 5px solid #68A8D8;
			border-bottom: 5px solid #68A8D8;
			border-right: 5px solid #68A8D8;
		}

		#header_nav ul.v li {
			position: relative;
			float: none;
			margin: 0px;
		}

			#header_nav ul.v li a:link, #header_nav ul.v li a:visited {
				display: block;
				border: 0px solid white;
				color: #333333;
				padding: 4px 5px 0px 5px;
				text-align: left;
			}

			#header_nav ul.v li a:hover {
				background: #418CC6;
				color: #333333;
			}

			#header_nav ul.v ul.v {
				border: 5px solid #68A8D8;
				background: white;
				position: absolute;
				top: -5px;
				left: 145px;
			}

			#header_nav ul ul, #header_nav ul ul ul, #header_nav ul li:hover ul, #header_nav ul li:hover ul ul {
				visibility: hidden;
			}

			#header_nav ul li:hover ul, #header_nav ul ul li:hover ul {
				visibility: visible;
			}


#content_wrapper {
	float: left;
	width: 100%;
}

	#content_container {
		position: relative;
		width: 842px;
		text-align: left;
		margin: 0 auto;
		padding: 0px 0px 10px 0px;
		background: url(../static_images/content.png) right repeat-y;
	}

		#right {
			position: relative;
			width: 280px;
			background: url(../static_images/right.png) top left repeat-x #F2F6F9;
			float: right;
			color: #003658;
		}

			#right h2 {
				font-size: 1.3em;
				font-weight: 600;
			}

			#right div.block {
				width: 240px;
				padding: 0px 10px;
				margin: 0px 10px;
				background: #E5ECF2;
			}

				#right div.block table {
					width: 240px;
					border: 0px;
					padding: 0px;
				}

				#right div.block table td, #right div.block table th {
					padding: 3px 0px;
				}

				#right div.block table select {
					font-size: 10px;
				}

			#right #plush {
				position: relative;
				padding: 50px 20px 30px 20px;
				height: 111px;
				width: 220px;
				left: -10px;
				background: url(../static_images/lb_pin.png) bottom no-repeat;
			}

				#right #plush h1 {
					color: white;
					font-size: 19px;
					font-weight: 600;
				}

				#right #plush p {
					color: white;
					font-size: 13px;
				}
				
				#right #plush a, #right #plush a:link, #right #plush a:hover, #right #plush a:visited {
					color: white;
					font-size: 11px;
				}
				
				
				
				
		#right #hotels {
				position: relative;
				padding: 60px 20px 30px 20px;
				height: 101px;
				width: 220px;
				left: -10px;
				background: url(../static_images/orange_pin.png) bottom no-repeat;
			}

				#right #hotels h1 {
					color: white;
					font-size: 14px;
				}

				#right #hotels p {
					color: white;
					font-size: 11px;
				}
				
				#right #hotels a, #right #hotels a:link, #right #hotels a:hover, #right #hotels a:visited {
					color: white;
					font-size: 11px;
				}





























		#center {
			position: relative;
			width: 562px;
			padding-top: 15px;
			float: left;
		}

			#center h1 {
				font-size: 2.0em;
				color: #0067A6;
				text-transform: lowercase;
				font-weight: 100;
			}
			
			#center h2 {
				font-size: 1.5em;
				color: #333333;
				font-weight: 400;
			}

		
			#center p {
				color: #666666;
			}
			
			#center ul {
				color: #666666;
			}
			

			#center div.half {
				width: 222px;
				margin: 10px 9px 10px 0px;
				padding: 40px 20px 30px 30px;
				float: left;
				height: 111px;
			}

				#center div.half h1 {
					color: white;
					font-size: 19px;
					line-height: 22px;
					margin: 0px;
					font-weight: 600;
				}

				#center div.half p {
					color: white;
					font-size: 13px;
				}

				#center div.half input {
					margin: 0px;
					width: 190px;
				}

				#center div.half a:link, #center div.half a:visited {
					color: white;
				}

				#center div.half a:hover {
					color: white;
				}

			#center #blue {
				background: url(../static_images/blue_pin.png) center no-repeat;
			}

			#center #orange {
				background: url(../static_images/orange_pin.png) center no-repeat;
			}
			


			#center ul, #center p, #center h1, #center h2 {
				margin: 0px 10px 10px 0px;
			}

			#center ul {
				margin-left: 20px;
			}

			#center div.featured {
				width: 540px;
				margin: 0px 10px 10px 0px;
				clear: both;
				border: 5px solid #FFDC8A;
				background: url(../static_images/prop_bg.png) bottom left repeat-x #FFBB1C;
			}


				#center div.featured div.home_1 {
					width: 170px;
					text-align: center;
					padding: 5px;
					float: left;
				}

				#center div.featured .h_name a:link, #center div.featured .h_name a:visited {
					font-size: 14px;
					color: white;
					font-weight: 800;
				}

				#center div.featured .h_price {
					font-size: 14px;
					color: white;
					font-weight: 800;
				}




				#center div.block {
					border: 1px solid #EFEFEF;
					margin: 0px 10px 10px 0px;
					padding: 10px;
				}

				#center div.name {
					float: left;
					width: 120px;
					padding: 0px 10px 5px 0px;
					text-align: right;
				}


				#center div.control {
					padding: 0px 10px 5px 0px;
				}


			div.searchResult {
				margin: 0px 0px 15px 0px;
				padding: 0px 30px 15px 0px;
				border-bottom: 1px solid #CCCCCC;
			}

				div.searchResult .searchTitle {
					padding: 0px 0px 10px 0px;
					font-size: 1em;
				}

				div.searchResult .image {
					float: left;
					margin: 0px 10px 10px 0px;
					border: 1px solid black;
				}

				div.searchResult .info {
					font-size: 0.7em;
					color: <? echo $lines; ?>
				}

				#center div.searchResult div.searchTitle h3 {
					color: #FFBB1C;
					font-size: 1.0em;
					font-weight: 800;
				}

				#center div.searchResult h3 a:link, #center div.searchResult a:visited {
					color: #FFBB1C;
				}

				#center div.searchResult p.info {
					font-size: 8px;
					color: #CCCCCC;
				}

				div.details p {
					float: right;
					width: 300px;
				}

				div.details img.mainImage {
					float: right;
					margin: 0px 10px 10px 0px;
					border: 1px solid black;
				}

				div.details img.thumbImage {
					float: left;
					margin: 0px 10px 10px 0px;
					border: 1px solid black;
				}

				div.details div.attributes {
					position: relative;
					width: 220px;
					padding: 30px 10px 0px 10px;
					float: left;
					background: url(../static_images/attributes_01.png) top left no-repeat;
				}

					div.details div.attribute_bottom {
						position: relative;
						width: 240px;
						height: 10px;
						padding: 0px;
						left: -10px;
						background: url(../static_images/attributes_02.png) top left no-repeat;
					}

					div.details div.attributes .attribute {
						padding: 5px 0px 5px 0px;
						border-bottom: 1px solid <? echo $lines; ?>;
						font-size: 0.9em;
					}

						div.details div.attributes p {
							width: 202px;
						}

						div.details div.attributes .attribute .control {
							float: left;
							width: 100px;
							padding: 0px 10px 0px 0px;
							text-align: right;
							font-weight: 100;
							font-style: italic;
						}

						div.details div.attributes .attribute .value {
							float: left;
							width: 90px;
							text-align: left;
							font-weight: 800;
						}

				div.details div.main {
					position: relative;
					width: 320px;
					float: left;
				}

#map {
	 width: 518px;
	 height: 298px;
	 border: 1px solid black;
	 padding: 10px;
	 margin: 10px 0px 10px 0px;
}




table.esearch {
	margin: 0px 10px 10px 0px;
	width: 498px;
}

table.esearch th {
	color: #333333;
	padding: 5px 10px 5px 0px;
}

table.esearch td {
	vertical-align: top;
	padding: 5px 10px 5px 0px;
	border-top: 1px solid #333333;
}

























#footer_wrapper {
	float: left;
	width: 100%;
	height: 366px;
	background: url(../static_images/footer.png) top left repeat-x;
	text-align: left;
	color: white;
}

	#footer_wrapper a:link, #footer_wrapper a:visited {
		color: white;
	}

	#footer_container {
		position: relative;
		width: 842px;
		height: 366px;
		margin: 0 auto;
	}

	#footer_hand {
		position: absolute;
		right: -100px;
		bottom: 0px;
		width: 380px;
		height: 178px;
		background: url(../static_images/hand.png) top left no-repeat;
		z-index: 5;
	}

	#footer_address {
		position: absolute;
		right: 10px;
		top: 20px;
		width: 260px;
		height: 150px;
		z-index: 5;
	}

	#footer_legal {
		position: absolute;
		left: 0px;
		bottom: 20px;
		width: 552px;
		height: 40px;
		color: #003658;
		padding-top: 10px;
		border-top: 1px solid #166293;
	}

		#footer_container div.half {
			width: 260px;
			height: 264px;
			margin: 20px 10px 0px 0px;
			padding: 0px 10px 0px 0px;
			float: left;
			border-right: 1px solid #166293;
		}

			#footer_container h2 {
				font-size: 1.1em;
				font-weight: 600;
			}

			#footer_container div.name {
				width: 90px;
				height: 24px;
				text-align: right;
				padding-right: 10px;
				float: left;
			}

			#footer_container div.control {
				height: 24px;
			}
			
			
			
			
			
#twitter {
	text-align: left;
	padding: 10px;
	width: 520px;
	margin: 0px;
	border: 5px solid #E5ECF2;
	background: #F2F6F9;
}
	
#twitter ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#twitter li {
	margin: 0px 0px 10px 0px;
}

#twitter a:link, #twitter a:visited {
	color: #33CCFF;
}
