@charset "utf-8";
/* CSS Document */

/* RESET */
/* ----------------------------------------- */

/* Based on Eilliot Jay Stock's Starkers Reset */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

br.clearfix { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
div, ul, li, form { position:relative }

/* TYPOGRAPHY */
/* ----------------------------------------- */

body.home h1, body.page h1 {
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#f29200;
	background:#fce9cc url(../images/h1-bg.png) no-repeat;
	padding: 0 10px;
	margin: 0 0 30px 0;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}

p.banner-text {
	font-size:50px;
	line-height:60px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	position:absolute;
	bottom:0;
	margin: 0 0 0 0;
	padding:20px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}



p.banner-text .orange, body.home h1 .orange {
	color:#f29200;
}

h2 {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#f29200;
	float:left;
	margin: 0 5px 0 0;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}

h2.break {
	float:none;
	margin: 0 0 30px 0;

}

p,h3 {
	font-size:14px;
	line-height:20px;
	margin: 0 0 30px 0;
}

p.highlight {
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#f29200;
	background:#fce9cc url(../images/h1-bg.png) no-repeat;
	padding: 0 10px;
	margin: 0 0 30px 0;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}

blockquote {
	font-size:14px;
	line-height:20px;
	margin: 0 0 30px 0;
	font-style:italic;
}

a {
   color:#18a0c1;
   }
   
div#content ul{
	margin: 0 0 30px 0;
}

div#content li{
	font-size:14px;
	line-height:20px;
	margin: 0 0 10px 20px;
	padding: 0 0 0 0;
	list-style: disc;
}

table {
	border:thin solid #f29200;
}

table th {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#f29200;
	padding:10px;
	border-bottom:thin dotted #f29200;
	background:#fdefd9;
}

table td {
	font-size:14px;
	line-height:20px;
	padding:10px;
	border-bottom:thin dotted #f29200;
}

caption {
	font-size:12px;
	line-height:20px;
	text-align:center;
	margin: 0 0 10px 0;
}

/* GENERAL LAYOUT */
/* ----------------------------------------- */

body {
	background:#fff url(../images/body-background.jpg) 0 -20px;
	font-size:10px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9c9e9f;
}

div#background {
	background: url(../images/background-gradient.png) repeat-x;
	padding:40px 0 60px 0;
}

div#wrapper-top {
	position:absolute;
	width:980px;
	height:30px;
	background: url(../images/wrapper-top.png) no-repeat;
	left:0;
	top:-30px;
}

div#wrapper-bottom {
	position:absolute;
	width:980px;
	height:40px;
	background: url(../images/wrapper-bottom.png) no-repeat;
	left:0;
	bottom:-40px;
}

div#wrapper {
	background: url(../images/wrapper-middle.png) repeat-y;
	width:820px;
	padding:10px 80px 0 80px;
	margin: 0 auto;
}

/* HEADER */
/* ----------------------------------------- */

a#logo {
	position:absolute;
	left:-10px;
	top:-90px;
	width:350px;
	height:130px;
	z-index:1;
	color:#ffffff;
}

div#weather {
	position:absolute;
	width:50px;
	left:440px;
	top:15px;
	z-index:1;
}

p#temp {
	margin:0;
	text-align: center;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#18a0c1;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}

div#weather img {
	margin: 0;
	width:50px;
	height:50px;
}

a#book-online {
	position:absolute;
	right:30px;
	top:-70px;
	background:#002e51 url(../images/book-online-bg.png) no-repeat;
	width:150px;
	height:66px;
	color:#f29200;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding: 8px 0;
	text-align:center;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}

a#book-online:hover{
	background:#f29200 url(../images/book-online-bg.png) -150px 0 no-repeat;
	color:#002e51;
}

a#book-online.current{
	background:#f29200 url(../images/book-online-bg.png) -150px 0 no-repeat;
	color:#002e51;
}

/* NAVIGATION */
/* ----------------------------------------- */

ul#media {
	position:absolute;
	right:47px;
	top:-33px;
}

ul#media li{
	float: left;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	margin: 0 3px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}

ul#media li a{
	color:#ffffff;
	text-decoration:none;
	background: url(../images/media-nav-bg.png);
	display:block;
	width:80px;
	padding:2px 0;
	line-height:33px;
	text-align:center;
}

ul#media li a:hover{
	background:url(../images/media-nav-bg.png) 0 -33px;
}

ul#media li.current a{
	background:url(../images/media-nav-bg.png) 0 -33px;
}

ul#info {
	position:absolute;
	left:20px;
	bottom:-33px;
}

ul#info li{
	float: left;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:33px;
	margin: 0 3px;
	background:url(../images/info-nav-bg-right.png) right top no-repeat;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	overflow: hidden;
	}

ul#info li a{
	background:url(../images/info-nav-bg-left.png) left top no-repeat;
	padding: 7px 12px 11px;
	line-height:33px;
	color:#ffffff;
	text-decoration:none;
}

ul#info li:hover{
	background:url(../images/info-nav-bg-right.png) right -33px no-repeat;
}

ul#info li a:hover{
	background:url(../images/info-nav-bg-left.png) left -33px no-repeat;
}

ul#info li.current{
	background:url(../images/info-nav-bg-right.png) right -33px no-repeat;
}

ul#info li.current a{
	background:url(../images/info-nav-bg-left.png) left -33px no-repeat;
}

/* BANNER */
/* ----------------------------------------- */

div#banner {
	margin: 80px 0 60px 0;
}

.fadein { position:relative; width:820px; height:370px; }
.fadein img { position:absolute; left:0; top:0; }

/* SOCIAL ICONS */
/* ----------------------------------------- */

div#social-icons {
	position:absolute;
	right:30px;
	bottom:-33px;
	background:#002e51 url(../images/social-icons-bg.png) no-repeat;
	width:150px;
	height:33px;
	text-align:center;
}

div#social-icons ul {
	margin: 0 0 0 60px;
}

div#social-icons ul li {
	float: left;
	margin: 8px 2px 0 2px;
}

div#social-icons ul li a {
	display:block;
	height:16px;
	width:16px;
	color:#ffffff;
}

/* CONTENT */
/* ----------------------------------------- */

div#content {
	margin: 80px 0 50px 0;
}

/* CALL TO ACTION */
/* ----------------------------------------- */

ul#call-to-action {
	width:820px;
}

ul#call-to-action li{
	float:left;
	padding: 0 33px 0 0;
	text-align:center;
}

ul#call-to-action li p a{
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}

ul#call-to-action li p a span{
	background:#18a0c1 url(../images/call-to-action-bg.png) no-repeat;
	display:block;
	padding: 8px 8px 8px 18px;
	margin: 10px 0 0 0 ;
	text-align:left;
}

ul#call-to-action li p a span:hover{
	background:#f29200 url(../images/call-to-action-bg.png) 0 -36px no-repeat;
}

ul#call-to-action li.current p a span{
	background:#f29200 url(../images/call-to-action-bg.png) 0 -36px no-repeat;
}

ul#call-to-action li.last{
	padding: 0 0 0 0;
}

/* FOOTER */
/* ----------------------------------------- */

div#footer {
	background:#002e51 url(../images/footer-bg.png) no-repeat;
	height:80px;
	padding:10px;
	margin:20px 0 0 0 ;
}

ul#footer-nav {
	position:absolute;
	bottom:10px;
}

ul#footer-nav li{
	float: left;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#f29200;
	margin: 8px 8px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}

ul#footer-nav li a{
	color:#f29200;
	text-decoration:none;
}

ul#footer-nav li a:hover{
	color:#18a0c1;
}

ul#footer-nav li.current a{
	color:#18a0c1;
}

ul#sister-sites{
	float:right;
}

ul#sister-sites li{
	float:left;
}

ul#sister-sites li a {
	display:block;
	height:74px;
	width:141px;
	color:#ffffff;
}
				
p#designer-credit {
	margin: 10px 0 0 0 ;
	text-align:right;
	font-size:1.1em;
}

p#designer-credit a{
	color:#9c9e9f;
	text-decoration:none;
}

/* CONTACT PAGE */
/* ----------------------------------------- */

div#map {
	float:right;
	width:560px;
	padding-bottom:100px;
}

img#map-swansea {
	float:right;
	position:relative;
	right:-20px;
}

img#map-uk {
	position:absolute;
	top:230px;
	right:370px;
}

div#google-map {
	float:right;
	padding:0 0 40px 40px;
}

/* GALLERY */
/* ----------------------------------------- */

#content #thumbnail-gallery {
	padding:0 2px 0 2px;
}

#content #thumbnail-gallery li {
	float:left;
	margin:0 40px 30px 0;
	list-style:none ;
}

#content #thumbnail-gallery li.last {
	margin-right:0;
}

