/* CSS Document */

body {
	background: #88B8FF;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}

/* Layout */
#wrapper {
	background: url(../images/shadow.gif) repeat-y 0% 0%;
	text-align: left;	
	width: 762px;
	margin: 0 auto;
	padding: 0;
}
#header {
	height: 81px;
	background: url(../images/header.gif) no-repeat 0% 0%;
	margin: 0;
	padding: 0;
}
#picture {
	height: 222px;
	margin: 0;
	padding: 0;
}
#navigation {
	margin: 0;
	padding: 0;
	width: 762px;
	background: url(../images/menu_bg.gif) no-repeat 0% 0%;
	font-size: 1em;
	height: 2.2em;
}
#menu {
	margin: 0 0 0 212px;
	padding: 0;
	width: 550px;
}
#container {
	width: 762px;
}
#leftcontent {
	float:left;
	width: 215px;
	margin: 0;
	padding: 0;
}
#content {
	text-align: left;
	margin: 0 0 0 210px;
	padding: 0;
	height: 1%;
}
#footer {
	clear: both;
	background: url(../images/bottom_bg.gif) no-repeat 0% 100%;
	color: #333;
	padding: 0;
	width: 770px;
	margin: 0;
	border: 0;
	text-align:right;
}

/* Header pictures */
.home {background: url(../images/pic_home.jpg) no-repeat 0% 0%;}
.rooms {background: url(../images/pic_rooms.jpg) no-repeat 0% 0%;}
.guesthouse {background: url(../images/pic_facilities.jpg) no-repeat 0% 0%;}
.tariff {background: url(../images/pic_tariffs.jpg) no-repeat 0% 0%;}
.location {background: url(../images/pic_home.jpg) no-repeat 0% 0%;}
.sitemap {background: url(../images/pic_sitemap.jpg) no-repeat 0% 0%;}
.enquiries {background: url(../images/pic_home.jpg) no-repeat 0% 0%;}
.edinburgh {background: url(../images/pic_edinburgh.jpg) no-repeat 0% 0%;}

/* Navigation */
a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#navigation ul {
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #fff;
	float: left;
	width: 100%;
}
#navigation ul li { display: inline;}
#navigation ul a {
	margin: 0;
	padding: 0.5em 0.7em;
	color: #fff;
	text-decoration: none;
	float: left;
}
#navigation ul a:link, #navigation ul a:visited{
	text-decoration: none;
}
#navigation ul a:hover {
	background-color: #0066FF;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* Typography */
h2 {
    font-family:Georgia, "Times New Roman", Times, serif;
	margin: 18px 18px 0px 18px;
	padding: 0;
	font-size:20px;
	font-weight: normal;
	color: #FF6600;
	font-weight:bolder;
}
h3 {
	margin: 8px 18px 18px 18px;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #FF6600;
}
#leftcontent h3 {
    font-size:14px;
	margin: 18px;
	font-variant: small-caps;
}
#leftcontent a {
font-size:14px;
}

/* Tables */
table {
	margin: 18px 0 0 18px;
	border: 1px solid #000;
}
table th, table td {
	padding: 5px;
	margin: 0;
	text-align: left;
}
table th {
	background: #0066FF;
	color:#FFFFFF;
}
table td {
	background: #eee;
}

/* Misc */

.fright {float: right;}

.fleft {float: left;}

.clear {clear:both;}

p {margin: 18px;}

#footer p {
padding:25px 5px 40px 0;
color:#FFFFFF;
}

.ratings {
	float: left;
	margin: 10px 0 5px 5px;
	padding: 0;
}

img {
	display: block;
	border: 0;
}

#leftcontent ul {
	margin: 0 0 18px 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #fff;
}
#leftcontent ul a {
	display: block;
	padding: 3px 5px 3px 17px;
	width: 188px;
	background-color: #79AEFF;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
#leftcontent ul a:link, #leftcontent ul a:visited{
	color: #fff;
	text-decoration: none;
}
#leftcontent ul a:hover, #leftcontent ul a:active, #leftcontent ul a.active {
	background-color: #0066FF;
}

.img-shadow {
    float:right;
	border: 1px solid #666;
	margin: 16px 5px 0 20px;
	width: 300px;
}
.fright-front {
	border: 1px solid #666;
	float:right;
	margin:	3px 7px 3px 7px;	
}