/* CSS Document */


* { margin: 0; padding: 0; }

body, html {
	width: 100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%; /* Hack for better IE support */
	color: #000066;
	margin: 0px;
	background-image: url(assets/main-bg-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #87bfe7;
	}

h1 {
	visibility: hidden;
	font-size: .2em;
}
h1.h1title {
	visibility: visible;
	margin: 10px;
	font-size: 1.3em;
}

h1.h1heading {
	visibility: visible;
	margin: 10px;
	font-size: 0.8em;
}

#wrapper {
	background-color: #FFFFFF;
	margin: auto;
	width: 790px;
	display: table;
	clear: both;
}

#top-box {
	margin: auto;
	width: 767px;
	position: relative;
	height: 236px;
	background-image: url(assets/top-image.jpg);
	background-repeat: no-repeat;
}

#top-box-ryder {
	margin: auto;
	width: 767px;
	position: relative;
	height: 236px;
	background-image: url(assets/ryder-cup-header_3.jpg);
	background-repeat: no-repeat;
}

#main {
	width: 767px;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
}

#mainleft {
	width: 575px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
}

#right {
	float: left;
	width: 192px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#left-textbox {
	width: 65%;
	float: left;
	padding: 0px;
	margin: 0px;
}

h2 {
	margin: 10px;
	font-size: 1em;
}

p {
	margin-bottom: 5px;
	margin-left: 10px;
	color: #002B70;
	font-size: 0.7em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 4px;
}

#testimonial-box-home {
	width: 30%;
	float: right;
	background-image: url(assets/home-testimonial.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 235px;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-right: 5px;
}

.testimonial-text {
	color: #FFFFFF;
	font-size: 0.7em;
	margin-top: 170px;
	margin-right: 7px;
	margin-left: 8px;
	font-style: italic;
	font-weight: bold;
}



/* homepage teasers */

#bottom-boxes {
	clear: both;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#box1 {
	width: 185px;
	height: 306px;
	background-image: url(assets/flights.jpg);
	background-repeat: no-repeat;
	float: left;
}

#box2 {
	margin-left: 4px;
	background-image: url(assets/hotels.jpg);
	height: 305px;
	width: 184px;
	float: left;
	background-repeat: no-repeat;
}

#box3 {
	background-image: url(assets/trains.jpg);
	background-repeat: no-repeat;
	height: 305px;
	width: 185px;
	margin-left: 4px;
	float: left;
}

.teaser-text {
	margin-top: 182px;
}

.teaser-text a:link {
	font-weight: bolder;
	color: #000066;
	font-size: 1.3em;
	text-decoration: none;
}
.teaser-text a:visited {
	font-weight: bolder;
	color: #000066;
	font-size: 1.3em;
	text-decoration: none;
}
.teaser-text a:hover {
	font-weight: bolder;
	color: #000066;
	font-size: 1.3em;
	text-decoration: underline;
}


/* footer */
#footer {
	background-image: url(assets/footer-bg.jpg);
	height: 32px;
	width: 767px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	font-size: 0.7em;
	color: #669ACC;
}

#footer a:link{
	color: #669ACC;
	text-decoration: none;
}
#footer a:visited{
	color: #669ACC;
	text-decoration: none;
}
#footer a:hover{
	color: #669ACC;
	text-decoration: underline;
}


.footer-left {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

.footer-right {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

.contact-details {
	margin-top: 135px;
	width: 400px;
	height: 103px;
	background-image: url(assets/contact-details.gif);
	background-repeat: no-repeat;
	position: absolute;
}


.intro-bold {
	font-weight: bold;
	font-size: 0.8em;
	color: #003366;
}

#css-info {
	clear: both;
	width: 780px;
	margin-top: auto;
	text-align: right;
}


#mainleft a:link{
	color: #002B70;
	font-weight: bold;
	text-decoration: none;
}

#mainleft a:visited{
	color: #002B70;
	font-weight: bold;
	text-decoration: none;
}

#mainleft a:hover{
	color: #002B70;
	font-weight: bold;
	text-decoration: underline;
}

.imagefloatright {
	float: right;
	margin-bottom: 0px;
	border: 1px solid #002B70;
	margin-top: 0px;
	display: block;
	margin-right: 0px;
}

#left-column ul {
	margin-left: 28px;
	font-size: 11px;
	margin-bottom: 0px;
}

#left-column li {
	margin-top: 2px;
	margin-bottom: 3px;
	list-style-image: url(assets/main-special-bullet.jpg);
}

#left-column ul li ul li{}


.special-offer {
	background-color: #D1E1F1;
	float: right;
	color: #000066;
	font-style: italic;
	margin-top: 0px;
	display: block;
	border: 2px solid #002B70;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 0px;
	width: 258px;
}

.special-offer ul{
	font-size: .7em;
	font-weight: bold;
	margin-left: 15px;
}
.special-offer ul li{
	list-style-position: outside;
	margin-left: 5px;
	list-style-image: url(assets/special-bullet.jpg);
}

#left-column {
	float: left;
	width: 285px;
	margin-bottom: 5px;
}

#right-column {
	width: 270px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
}

#full-width-box {
	width: 570px;
	clear: both;
	float: left;
	margin-bottom: 10px;
	position: relative;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bold-blue {
	font-weight: bold;
	color: #000066;
}

.hotel-info {
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
	margin-bottom: 10px;
	position: relative;
	clear: both;
	background-image: url(assets/hotel/hotel-div-bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	width: 555px;
}

.hotel-info ul {
	margin-left: 28px;
	font-size: 11px;
	margin-bottom: 0px;}

.hotel-info li {
	margin-top: 2px;
	margin-bottom: 3px;
	list-style-image: url(assets/main-special-bullet.jpg);
	color: #000066;
}

.hotel-info h3 {
	color: #FFFFFF;
	font-size: 0.8em;
	width: auto;
	background-color: #214F8D;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.hotel-info p {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


.hotel-info img {
	float: right;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #FFFFFF;
}

.hotel-info ul li{
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* online bookings page styles */

.online-info {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	clear: both;
	color: #000000;
	width: 542px;
	border: 1px solid #214F8D;
	background-color: #FFFFFF;
}
#hotel-list-back {
	background-color: #e3e3e3;
	background-image: url(assets/hotel/hotel-list-header_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
}


.online-info h3 {
	color: #FFFFFF;
	font-size: 0.8em;
	width: auto;
	background-color: #214F8D;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(assets/hotel/box-header_3.jpg);
	background-repeat: repeat-x;
}
.online-info .online-info-footer {
	background-color: #d7e5f2;
	font-size: 11px;
	padding: 4px;
	color: #1e56a0;
}


.online-info p {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


.online-info img {
	float: right;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #FFFFFF;
}

.online-info ul li{
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
input.enq-button {
	background-image: url(assets/hotel/button-back.jpg);
	font-weight: bold;
	font-size: 13px;
	background-repeat: repeat-x;
	background-color: #FFBE4A;
	border: 1px solid #214f8d;
	margin-left: 80px;
	height: 20px;
	width: 120px;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
input.enq-button-top {
	background-image: url(assets/hotel/button-back.jpg);
	font-weight: bold;
	font-size: 13px;
	background-repeat: repeat-x;
	background-color: #FFBE4A;
	border: 1px solid #214f8d;
	margin-left: 10px;
	height: 20px;
	width: 120px;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
}
#hotel-list-back .online-footer-txt {
	font-size: 9px;
	color: #333333;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#hotel-list-back .online-header-txt {
	font-size: 13px;
	font-weight: bold;
}





/* form styles */

td {
	font-weight: bold;
	font-size: .7em;
}

input {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.td-blue-backg {
	background-color: #f1f5f8;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #CCCCFF;
}

table {
	margin-left: 10px;
	margin-top: 5px;
}

h4 {
	margin-left: 10px;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000085;
}


/*contact page */

.address {
	width: 175px;
	float: left;
	margin-bottom: 0px;
	clear: right;
	margin-left: 0px;
	margin-right: 10px;
	height: auto;
}

.address img{
	border: 2px solid #000066;
}

#contact-table-form {
	clear: both;
}

.bold-black {
	font-weight: bold;
	color: #000000;
}

.light-blue-bold {
	font-weight: bold;
	color: #5782B7;
}



.contact-teaser-box {
	margin-right: 10px;
	padding: 7px;
	color: #FFFFFF;
	border: 5px solid #D7E5F2;
	font-weight: bold;
	background-color: #5782B7;
	background-image: url(assets/contact-teaser-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}

.bold {
	font-weight: bold;
}

#pop-up-nav {
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#pop-up-nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#pop-up-nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#pop-up-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
