@media screen {

	html {
		height: 100%;
		overflow-y: scroll;
	}
	body {
		height: auto;
	}

	.ym-wrapper {
		max-width: 990px;
		margin: 0 auto;
	}

	body > .ym-wrapper > .ym-wbox {
		position: relative;
	}

	header {
		height: 100px;
	}

	#background {
		position: relative;
		padding-bottom: 32px;

		border-radius: 12px 12px 495px 495px / 12px 12px 32px 32px;
	}

	nav {
		line-height: 42px;
	}
	nav.navtop {
		position: absolute;
		max-width: 900px;
		top: -21px;
		left: 45px;
		right: 45px;
		z-index: 11000;
	}
	nav.navtop.fixed {
		position: fixed;
		top: 0;
		left: auto;
		right: auto;
		max-width: 990px;
		width: 990px;
	}

	#slides {
		padding: 4px 4px 0;
		min-height: 400px;
	}
	#slides img {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		max-width: 982px;
	}

	#main {
		margin-top: 1em;
		padding: 0 4px;
		clear: both;
	}

	/*
	 * |-------------------------------------------------------|
	 * | sidebar         |    content                          |
	 * | col 3 | fixed   |    col 1 | flexible                 |
	 * |                 |                                     |
	 * |-------------------------------------------------------|
	 */
	.ym-column {
		display: block;
		overflow: hidden;
		padding-left: 250px; /* column width */
		width: auto;
	}

	.ym-col1 {  /* content */
		position: relative;
		float: left;
		width: 100%;
	}

	.ym-col3 { /* sidebar */
		position: relative;
		float: left;
		width: 250px; /* column width */
		right: 250px; /* column width */
		_right: 0px; /* fix for ie6 */
		margin: 0 0 0 -100%;
	}
	.ym-cbox {
		padding: 1em;
	}
	.ym-col3 .ym-cbox {
		padding: 1em 10px;
	}
	/************************************************************/

	.rates {
		position: relative;
		padding: 0 14px;
		margin-top: -57px;
		z-index: 8000;
	}

	.rates > div {
		position: relative;
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 230px;
		height: 110px;
		padding: 0;
		margin: 0 6px 0 0;
		overflow: hidden;
	}
	.rates > div:last-child {
		margin-right: 0;
	}
	.rates img {
		margin: 3px 3px 0 3px;
	}
	.rates a {
		overflow: overlay;
	}
	.rates .text {
		position: absolute;
		top: 3px;
		left: 3px;
		right: 3px;
		padding: 10px;
		width: 204px;
		height: 62px;
	}
	.rates .text span {
		display: block;
	}
	.rates .text .title {
		font-size: 160%;
	}
	.rates .booknow {
		margin-top: -4px;
		height: 25px;
		line-height: 25px;
		padding-right: 8px;
		text-align: right;
		text-transform: uppercase;
	}

	.left_side_images > div {
		margin: .5em 0;
	}
	.left_side_images span {
		display: none;
	}

	.social_links {
		margin-top: 3em;
	}

	footer {
		height: 42px;
		line-height: 42px;
	}
	footer .address {
		display: inline-block;
		float: left;
	}
	footer .copyright {
		display: inline-block;
		float: right;
	}

	nav.navbottom {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		display: inline-block;
		max-width: none;
		float: right;
	}

	h1 {
		margin-top: 0;
	}

	.gallery_simple li {
		width: 120px;
		height: 90px;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		margin: 5px;
		zoom: 1;
		*display: inline;
	}
	.gallery_simple img {
		max-width: 120px;
		max-height: 90px;
		width: 120px;
		height: 90px;
	}

	.fixed_qb .ui-datepicker {
		z-index: 12000 !important;
		top: 52px !important;
	}
}

@media screen and ( max-width: 990px ) {
	#background {
		border-radius: 0;
	}

	nav.navtop {
		position: relative;
		max-width: none;
		top: auto;
		left: auto;
		right: auto;
		z-index: auto;
	}
	nav.navtop.fixed {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		max-width: none;
		width: auto;
	}

	#slides {
		padding: 0;
		min-height: 0;
	}
	#slides img {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.rates {
		padding: 1em;
		margin-top: 0;
		z-index: auto;
		overflow: visible;
		text-align: center;
	}
	.rates > div {
		margin-top: 1em;
		margin-left: 5px;
		margin-right: 5px;
		text-align: left;
	}
	.rates > div:last-child {
		margin-right: 5px;
	}

	[class*="ym-col"] {
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		width: 100% !important;
		right: auto;
	}

	.ym-cbox {
		overflow: hidden; /* optional for containing floats */
		margin: 0;
	}

	.left_side_images {
		text-align: center;
	}
	.left_side_images > div {
		display: inline-block;
	}

	.social_links {
		text-align: center;
	}

	footer {
		height: 84px;
		line-height: 42px;
	}
	footer .address {
		display: block;
		float: none;
		padding: 0 1em;
	}

	nav.navbottom {
		display: block;
		float: none;
	}
}

@media screen and ( max-width: 480px) {
}
