/*
Style sheet for riverhouse hotels
081208
*/

*{
	font-family: arial, sans-serif;
	font-size: 95%;
	margin: 0;
	padding: 0;
}

body{
	background-color: #999;
}

#main{
	width:762px;
	margin: 0 auto;
	margin-top: 32px;
	background-color: #ccc;
	padding: 1px;
}

/******************************************
				Header Styles
*******************************************/

h1{
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
	width:138px;
	height:90px;
	text-indent: -99999999px;
	float: left;
}

h2{
	font-size: 180%;
	text-align: center;
	margin-bottom: 2px;
	font-weight: normal;
}

h2.contact{
	width: 300px;
	font-size: 120%;
	text-align: left;
	margin-left: 20px;
	padding: 20px 0 10px 0;
	margin-bottom: -20px;
	color: #39c;
	border-bottom: 1px dashed #333;
}

h2.contact-conf{
	width: 400px;
	margin-top: 30px;
	font-size: 130%;
}

h3{
	font-size: 110%;
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
}
h4{
	font-size:100%;
}

/******************************************
				Nav Styles
*******************************************/

ul.nav{
	clear:right;
	float:right;
	width: 623px;
	padding-top: 68px;
	padding-bottom: 4px;
	text-align: center;
	background-color: #702f1d;
	background-image: url("images/nav-bg.jpg");
	background-repeat: no-repeat;
}

ul.nav li{
	display: inline;
	margin-right: 8px;
	font-size: 15px;
	color: #fff;
}

ul.nav li a{
	color: #fff;
	text-decoration: none;
}

/******************************************
				Content Styles
*******************************************/

.top-left{
	float: left;
	clear: left;
	width: 606px;
	background-color: #fff;
}

.top-left p{
	padding: 5px;
	height: 47px;
}

.search-bar{
	width: 606px;
	height: 47px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #333;
	color: #fff;
	z-index: 1;
}

.top-right{
	margin-top: 1px;
	float:right;
	width: 151px;
	height: 103px;
	color: #fff;
	background-color: #999;
	padding: 2px;
}

.top-right p.location{
	padding-left: 65px;
	padding-bottom: 10px;
	background-image: url("images/location-bg.jpg");
	background-repeat: no-repeat;
}

.top-right p.more{
	color: #333;
	text-align: center;
}

.top-right p.more a{
	color: #333;
	text-align: center;
}

.slide{
	margin: 0;
	margin-top: 3px;
	padding: 0;
	float: left;
	clear: left;
	z-index: 0;
}

.content{
	margin-top: 10px;
	float:right;
	clear: right;
	width: 420px;
}

.content-rooms{
	margin-top: 10px;
	float:right;
	clear: right;
	height: 330px;
	width: 420px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.content-rooms p{
	margin-bottom: 10px;
	width: 400px;
}

.location2{
	width: 750px;
	height: 325px;
}

.content-location{
	float: left;
	width: 320px;
	margin-top: 10px;
	margin-left: 20px;
}

.content-location p{
	margin-left: 15px;
	width: 320;
}

.map{
	float: left;
	width: 390px;
	clear: left;
}

.content p{
	margin-bottom: 10px;
	width: 410px;
}

/******************************************
				footer Styles
*******************************************/

.footer{
	clear: both;
	padding: 4px;
	background-color: #702f1d;
}

.footer ul{
	text-align: center;
	padding: 10px 0;
}

.footer ul li{
	display: inline;
	font-size: 100%;
	margin-right: 4px;
	color: #fff;
}

.footer ul li a{
	text-decoration: none;
	color: #fff;
}

ul.end {
	text-align: center;
	list-style-type: none;
}

li.title{
	font-family: "times new roman";
	font-size: 250%;
	padding-bottom: 20px;
}

ul.end li{
	margin-bottom: 5px;
}

ul.end li a{
	color: #000;
}

/******************************************
			   Gallery Styles
*******************************************/
.gallery {
	height: 400px;
	clear: left;
}

.gallery-left{
	background-color: #fff;
	width: 400px;
	height: 400px;
	overflow: hidden;
}

ul.gallery-thumb{
	clear: left;
	float: left;
	height: 350px;
	width: 330px;
	margin: 20px;
	margin-left: 25px;
	padding: 10px;
	background-color: #eff7ff;
	list-style-type: none;
}

ul.gallery-thumb li{
	display: inline;
	margin: 4px;
}

ul.gallery-thumb li a{
	color: #000;
	text-decoration: none;
}

ul.gallery-thumb li a img{
	border: none;
}

.gallery-right {
	float:right;
	margin-top: -400px;
	padding-right: 6px;
}

/******************************************
			   Contact Styles
*******************************************/

.contact-left{
	float: left;
	width: 250px;
	background-color: #fff;
}

.contact-right{
	float: right;
	width: 300px;
	padding: 20px;
	margin-top: 2px;
	padding-top: 40px;
	font-size: 100%;
	background-color: #fff;
}

.contact-back{
	background-color: #fff;
	width: 762px;
	height: 590px;
}

.note{
	color: #f00;
}

form.contact{
	background-color: #fff;
	margin: 20px;
	margin-left: 30px;
	width: 320px;
	font-size: 100%;
}

fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
}

input{
	width: 100px;
}

input#name, input#email{
	width: 183px;
}

input.submit{
	margin-top: 5px;
	width: 100px;
}

legend
{
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ul
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	float: left;
	width: 100px;
}

label.enquiry{
	width: 300px;
}

fieldset.submit
{
	width:100px;
	float: none;
	border: 0;
	margin: 0 auto;
}

.appartment{
	margin-left: 30px;
}
