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

#modelImage {
	
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -320px;
	
	
}

#contentBox {
	
	position: absolute;
	left: 120px;
	top: 120px;
	width: 400px;
	height: 200px;
}

#contentBoxInterior {
	
	position: absolute;
	left: 60px;
	top: 120px;
}

.content-box {
	position: absolute;
	width: 913px;
	margin: 35px 0;
	background-repeat: repeat-y;
	background-image:url(/images/content-box/content-box-repeat.png);
	min-height: 390px;

}

.content-box-top {
	
	position: absolute;
	top: -35px;
}

.content-box-bottom {
	
	position: absolute;
	bottom: -35px;
	background-repeat: no-repeat;
	background-image: url(/images/content-box/content-box-bottom.png);

}

.content-box-left {
	
	position: absolute;
	top: 5px;
	left: 11px;
	width: 269px;

}

.content-box-right {
	
	position: absolute;	
	top: 0px;
	left: 304px;
	width: 588px;
}

.content-box-right p {
	
	margin: 0;	
}

#headerLogo {
	
	position: absolute;
	left: 60px;
	top: 20px;
}

#addressLine {
	
	position: absolute;
	left: 330px;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul.nav {
	position: absolute;
	left: 322px;
	top: 60px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

ul.nav li {
	
	display: inline;
	padding: 0.2em 0.6em;
}

ul.nav li a {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding: 0.2em 0;
}

ul.nav li a:hover {
	
	text-decoration: none;
	border-bottom: 3px double #C03;
}

ul.nav li.divided {
	
	border-left: 1px solid #FFF;	
}

#reserveButton {
	
	position: absolute;
	top: 50px;
	left: 850px;
	z-index: 10;
	height: 36px;
	width: 121px;
}

a.reserve-button {
	display: block;
	background-image: url(/images/layout/reservation-button.png);
	background-repeat: no-repeat;
	width: 121px;
	height: 36px;
}

a.reserve-button:hover {
	
	background-position: 0 -36px;	
}

a.reserve-button span {
	
	display: none;	
}

