/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	color:#222;
	font: 13px/1.5 Tahoma, Geneva, sans-serif;
}
a {
	color:#c31230;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline: 0px dotted invert;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
input, select, textarea {
	font: 13px/1.5 Tahoma, Geneva, sans-serif;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}
/* `Tables
----------------------------------------------------------------------------------------------------*/

tbody {
	border:0;
}
/* `Layout
----------------------------------------------------------------------------------------------------*/

body {
	background:#FFF url(../../images/TL/bg.jpg) no-repeat center 0;
}
#header {
	margin:0 auto;
	width:960px;
}
#site-logo {
	float:left;
	width:660px;
}
#site-contact {
	color:#666;
	float:right;
	height:50px;
	text-align:right;
	width:300px;
}
#site-contact a {
	color:#666;	
}
#site-contact-phone {
	background:url(../../images/TL/icons.png) no-repeat 0 0;
	float:right;
	padding-left:15px;
	margin-top:27px;
}
#site-contact-email {
	background:url(../../images/TL/icons.png) no-repeat 0 -47px;
	float:right;
	padding-left:20px;
}

#booking-content {
	padding-top:40px;	
}
#footer {
	background:url(../../images/TL/footer-bg.gif) no-repeat center 0;
	color:#666;
	font-size:11px;
	margin-top:50px;
	padding-top:40px;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer-right {
	text-align:right;
}

/* page functions i.e. print and increase/decrease font size 
----------------------------------------------------------------------------------------------------*/


.breadcrumbs {

}
.page-functions {
	float:right;
}
.page-functions ul {
	margin:0;
	padding:0;
}
.page-functions li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
.printpage {
	background:url(../../images/TL/icons.png) no-repeat -100px -500px;
	display:block;
	float:left;
	height:16px;
	padding:2px 4px;
	text-indent:-7777px;
	width:16px;
}
.largeFont {
	background:url(../../images/TL/icons.png) no-repeat 0 -600px;
	display:block;
	float:left;
	height:16px;
	padding:2px 4px;
	text-indent:-7777px;
	width:13px;
}
.smallFont {
	background:url(../../images/TL/icons.png) no-repeat 0 -500px;
	display:block;
	float:left;
	height:16px;
	padding:2px 4px;
	text-indent:-7777px;
	width:13px;
}
.defaultFont {
	background:url(../../images/TL/icons.png) no-repeat -100px -600px;
	display:block;
	float:left;
	height:16px;
	padding:2px 4px;
	text-indent:-7777px;
	width:13px;
}
/* `Global styles
----------------------------------------------------------------------------------------------------*/
.hidden {
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	display:none;
	width: 0;
	height: 0;
}

.top-link {
	background:url(../../images/TL/icons.png) no-repeat 0 -399px;
	padding-left:20px;
}
.small-text {
	font-size:10px;
}
.margin-0 {
	margin:0;
}
.right {
float: right;
margin: 0 0 10px 10px;
}

.left {
float: left;
margin: 0 10px 10px 0;
}
.thumbnail,.thumbnail-right,.thumbnail-left {
	padding:2px;
	border:1px solid #ddd;
}
.thumbnail-right {
margin-left:15px;
float:right;
}
.thumbnail-left{
margin-right:15px;
float:left;
}



