a:link, a:visited, a:hover, a:active{
	color: #FFFFFF;
	text-decoration: underline;
}

a img{
	border: 0;
}

#banner{
	height: 301px;
}

body{
	margin: 0;
	font-family: arial;
	font-size: 62.5%;
	background: #E0DEDA;
}

#bookingform{
	float: right;
	width: 213px;
	height: 301px;
	background: #E0DEDA;
}

#bookingform #avail{
	padding: 10px;
	background: #999185;
	color: #FFFFFF;
	font-family: "Georgia", arial, sans-serif;
	font-size: 1.6em;
}

#bookingform form{
	margin: 0;
	padding: 10px;
}

#bookingform form p{
	color: #9D002B;
	font-weight: bold;
}

#bookingform form p#bintro{
	margin-top: 0;
	font-weight: normal;
	font-family: "Georgia", arial, sans-serif;
	color: #999185;
}

#cblock{
	width: 906px;
	margin: 0 auto;
	padding: 0 30px;
	background: #FFFFFF url("../images/background.jpg") top center repeat-y;
}

#container{
	font-size: 1.2em;
}

#footer{
	padding-bottom: 20px;
	border-top: #FFFFFF 10px solid;
	color: #6F6F6F;
}

#footer a:link, #footer a:visited{
	color: #6F6F6F;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	color: #6F6F6F;
	text-decoration: underline;
}

form{
	margin: 0;
}

h1{
	margin: 0;
	width: 350px;
	height: 100px;
	background: url("../images/royalhotel.gif") top left no-repeat;
	text-indent: -1000em;
}

#header{
	position: relative;
}

#header p{
	position: absolute;
	right: 0;
	bottom: 20px;
	margin: 0;
	color: #9D002B;
	font-family: "Georgia", arial, sans-serif;
	font-size: 1.4em;
	text-align: right;
}

#header p span{
	font-size: 1.6em;
}

#leadimg{
	float: left;
	width: 691px;
}

#main{
	border-top: #FFFFFF 2px solid;
}

#main1{
	width: 691px;
	min-height: 415px;
	float: left;
	background: #990E35 url("../images/main1bg.jpg") top left no-repeat;
	color: #FFFFFF;
}

#main1 div#booking-wrapper{
	padding: 10px;
}

#main1 h2{
	padding-left: 25px;
	color: #B3ADA4;
	font-size: 200%;
	font-family: "Georgia", arial, sans-serif;
	font-weight: normal;
}

#main1 .pcon{
	float: right;
	width: 506px;
	padding-right: 10px;
}

#main1 .pmenu{
	float: left;
	width: 170px;
	font-size: 90%;
	line-height: 200%;
}

#main1 .pmenu a:link, #main1 .pmenu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#main1 .pmenu a:hover, #main1 .pmenu a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#main2{
	width: 213px;
	float: right;
}

#main2 .button{
	margin-bottom: 2px;
}

#menu{
	height: 32px;
	background: #E8E8E8;
	border-top: #999185 1px solid;
	border-bottom: #FFFFFF 2px solid;
	font-family: "Georgia", arial, sans-serif;
	font-size: 1.4em;
}

#menu ol{
	margin: 0;
	padding: 0;
}

#menu ol li{
	float: left;
	height: 32px;
	margin: 0;
	padding: 0 23px;
	list-style-type: none;
	line-height: 32px;
}

#menu ol li a:link, #menu ol li a:visited{
	color: #000000;
	text-decoration: none;
}

#menu ol li a:hover, #menu ol li a:active{
	color: #000000;
	text-decoration: none;
}

#menu ol li.current{
	background: #9D002B;
}

#menu ol li.current a:link, #menu ol li.current a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#menu ol li.current a:hover, #menu ol li.current a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#odd{
	float: right;
}

.spacer{
	clear: both;
}

table#choose-rooms, table.booking-summary, table.personal-details{
	border: #FFFFFF 0.5px solid;
}

table#choose-rooms td, table#choose-rooms th, table.booking-summary td, table.booking-summary th, table.personal-details td, table.personal-details th{
	border: #FFFFFF 0.5px solid;
}


table.personal-details {
	width: 100%;
	border: none;
}
table.personal-details th {
	background-color: #52071C;
	color: #ffffff;
	text-align: center;
}
table.personal-details th, table.personal-details td {
	font-size: 12px;
}
table.personal-details td.form-title {
	width: 100px;
	background-color: #52071C;
}


/* booking summary styles start */

#booking-summary {
	display: block;
	width: 100%;
	overflow: auto;
}
#booking-summary-top-wrapper {
	display: block;
	width: 100%;
	overflow: auto;
}

#booking-summary-top-left {
	float: left;
	width: 48%;
}
#booking-summary-top-right {
	float: right;
	width: 48%;
}
table.booking-summary {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 11px;
	background-color: #52071C;
}
table.booking-summary th, table.booking-summary td {
	border: none;
}
table.show-border th, table.show-border td {
	border-top: 1px solid #000000;
}
table.booking-summary th {
	background-color: #52071C;
	color: #ffffff;
	text-align: center;
	
}
table.show-border tr.bolder td {
	font-size: 14px;
	font-weight: bold;
}


#booking-summary-bottom-wrapper {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* booking summary styles end */





