@charset "UTF-8";
/* CSS Document */
html {
	font-size: 14px;
}
body {
	text-align: center;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#333333;
	overflow-y: scroll;
	background-color:#02518a;
	}
a img { 
	border: none; 
}
h1 {
	margin:0px;
	color: #FFF;
	-x-system-font:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-transform: uppercase;
}
h2 {
	font-size:120%;
	
}
a:link {
	text-decoration: none;
	color:#AFAFAF;
}
a:visited {
	text-decoration: none;
	color:#AFAFAF;
}
a:hover {
	text-decoration: underline;
	color:#AFAFAF;
}
.notext {
	position: absolute;
	left: -8888px;
}
.container {
	margin: auto;
	width: 900px;
}
.header {
	background-image:url(/global/images/royal-oak-weymouth-bg.jpg);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
/* Menu */ 
.header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
.header .ship  {
	height: 100px;
	width: 416px;
	display: block;
}
.header .home a {
	height: 100px;
	width: 72px;
	display: block;
	background-image: url(/global/images/menu/home.jpg);
	background-repeat: no-repeat;
}
.header .home a:hover {
	height: 100px;
	width: 72px;
	display: block;
	background-image: url(/global/images/menu/home-on.jpg);
	background-repeat: no-repeat;
}
.header .rooms a {
	height: 100px;
	width: 72px;
	display: block;
	background-image: url(/global/images/menu/rooms.jpg);
	background-repeat: no-repeat;
}
.header .rooms a:hover {
	height: 100px;
	width: 72px;
	display: block;
	background-image: url(/global/images/menu/rooms-on.jpg);
	background-repeat: no-repeat;
}
.header .tariff a {
	height: 100px;
	width: 72px;
	display: block;
	background-image: url(/global/images/menu/tariff.jpg);
	background-repeat: no-repeat;
}
.header .tariff a:hover {
	height: 100px;
	width: 72px;
	display: block;
	background-image: url(/global/images/menu/tariff-on.jpg);
	background-repeat: no-repeat;
}
.header .facilities a {
	height: 100px;
	width: 93px;
	display: block;
	background-image: url(/global/images/menu/facilities.jpg);
	background-repeat: no-repeat;
}
.header .facilities a:hover {
	height: 100px;
	width: 93px;
	display: block;
	background-image: url(/global/images/menu/facilities-on.jpg);
	background-repeat: no-repeat;
}
.header .findus a {
	height: 100px;
	width: 81px;
	display: block;
	background-image: url(/global/images/menu/find-us.jpg);
	background-repeat: no-repeat;
}
.header .findus a:hover {
	height: 100px;
	width: 81px;
	display: block;
	background-image: url(/global/images/menu/find-us-on.jpg);
	background-repeat: no-repeat;
}
.header .book a {
	height: 100px;
	width: 90px;
	display: block;
	background-image: url(/global/images/menu/book.jpg);
	background-repeat: no-repeat;
}
.header .book a:hover {
	height: 100px;
	width: 90px;
	display: block;
	background-image: url(/global/images/menu/book-on.jpg);
	background-repeat: no-repeat;
}
.header .contactus a {
	height: 100px;
	width: 81px;
	display: block;
	background-image: url(/global/images/menu/contact-us.jpg);
	background-repeat: no-repeat;
}
.header .contactus a:hover {
	height: 100px;
	width: 81px;
	display: block;
	background-image: url(/global/images/menu/contact-us-on.jpg);
	background-repeat: no-repeat;
}
/* end menu */
.container .content {
	text-align:left;
	padding-top: 20px;
}
.container .page-content {
	background-color:#FFF;
	background-image:url(../images/royal-oak-weymouth-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:830px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:28px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 90%;
}
.topimage {
	width:900px;
	height:251px;
	background-image:url(../images/topimage/1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin-top: 28px;
	margin-right: auto;
	margin-left: auto;
}
.pageimage {
	width:900px;
	height:200px;
	margin-top: 28px;
	margin-right: auto;
	margin-left: auto;
}
.container .content .boxes {
	width: 276px;
	float: left;
	background-color: #FFF;
}
.container .content .boxes h2 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}
.container .content .boxes .header {
	padding: 4px;
}
.container .content .boxes .text {
	padding: 3px;
	height:155px;
}
.footer {
	margin-top:28px;
	text-align: left;
	background-color: #003366;
	color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
