/* CSS Created by Realising Designs www.realisingdesigns.com */
/* Copyright Canterbury Cottages 2009 */

.clr {
	clear: both;		
}

.ctr {
	text-align: center;
}

.booking {
	border: 1px dashed #CCC;
	padding: 5px;
}

body {
	background-color: #71ac5c;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #444;
	padding: 0;
	margin: 0;
	background-image: url(../images/bgr2.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

h1.title {
	height: 160px;
	width: 950px;
	background-color: #DDD;
	background-image: url(../images/headerBlock.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
}
h1.title span {
	display: none;
}

h1,h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #517c41;
}
h2 {
	font-size: 18px;	
}
p, li {
	line-height: 150%;	
}
.content li {
	list-style-image: url(../images/0111_arrow.png);
	margin-bottom: 5px;
	border-bottom: 1px dotted #EEE;
	padding: 2px;
}

a:link, a:visited {
	color: #517c41;
/*	text-decoration: none;*/
	font-weight: bold;
}
a:hover, a:active {
	color: #222;
}

#languageBar {
	background-color: #444;
	border-bottom: 1px solid #222;	
	padding: 10px;
	background-image: url(../images/languageBgr.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#languageBar ul {
	padding: 0;
	margin: 0;
}
#languageBar li {
	float: left;
	padding: 0;
	list-style: none;
	margin: 0 2px;
	color: #ECECEC;
}
#languageBar li a {
	padding: 5px;
}

#container {
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0 0 5px 0;
}

#navigation {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #282828;
	width: 950px;
	height: 48px;
	background-image: url(../images/link-bgr.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#navigation li {
	float: left;
	list-style: none;
	line-height: 18px;
}
#navigation li a {
	padding: 15px 20px;
	display: block;
	border-right: 1px solid #555;
	color: #FAFAFA;
	text-decoration: none;
}
#navigation li a:hover {
	color: #222;
	background-image: url(../images/link-bgr-on.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#mainContent {
	padding: 5px 20px 5px 20px;	
}

#colA {
	width: 580px;	
	float: left;
	padding-right: 20px;
}
#colB {
	width: 290px;	
	float: left;	
	padding: 10px;
}
#colB img {
	margin-bottom: 10px;
}	

#subFooter {
	margin-top: 60px;	
}

#footer {
	width: 910px;
	margin: 0 auto;
	padding: 10px 20px;
	color: #FFF;
	font-size: 12px;
}
#footer a{
	color: #FFF;	
}

/* Home page */
table td.content .content {
	padding: 10px 15px;
}

#welcomeBox td {
/*	background-image: url(../images/welcomeBgr2.jpg);
	background-position: top left;
	background-repeat: repeat-x;*/
	background-color: #ebebeb;
}

#welcomeBox #flashHolder {
	width: 359px;
	height: 235px;
	float: left;
}
#welcomeBox td .content {
	float: left;
	padding: 30px;
	margin: 0;
	width: 530px;
}
#welcomeQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
/*	color: #dcf1ff;*/
	color: #555;
	text-align: justify;
}
#cite {
	font-size: 12px;	
}

/* Tables */
table.prices, table.local {
	border-top: 1px dotted #CCC;
	border-left: 1px dotted #CCC;	
}
table.prices td, table.prices th, table.local td, table.local th {
	padding: 10px;	
	border-bottom: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	text-align: center;
}
table.prices th, table.local th {
	background-color: #FAFAFA;
}
table.local td, table.local th, table.prices td.left {
	text-align: left;
}


/* Contact form */
#contactForm {
	width: 304px;
	margin: 15px 0;
}
#contactForm .row {
	clear: both;
	margin: 15px;
}
#contactForm label {
	width: 100px;
	float: left;
}
#contactForm input, #contactForm textarea, #contactForm select {
	border: 1px solid #DDD;
	padding: 3px;
	width: 150px;
}
#contactForm p {
	margin: 10px;
}
span.reqd {
	font-weight: bold;
	color: #ada9a3;
}
p.reqd {
	color: #ada9a3;
}
p.error {
	color: #FF3333;
}

/* Abs items */

#contact-link {
	position: absolute;
	top: 90px;
	left: 50%;
	margin: 0 0 0 290px;
	width: 165px;
	height: 55px;
/*	border: 1px solid #F00;*/
	display: block;
}
#contact-link span {
	display: none;
}
