/* GENERAL */

html, body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
}
img {
	border: 0px;
}
p, h1, h2 {
	margin: 0px 0px 18px 0px; /* Standardise */
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
ul li {
	margin: 2px 0px 0px 3px;
	padding: 0px;
}
h1 {
	font-size: 120%;
	color: #b3502d;
	font-weight: bold;
}
h2 {
	font-size: 100%;
	color: #4f659f;
	font-weight: bold;
}

/* MAIN DIVS */

#container {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	float: left;
	width: 151px;
}
#slideshow {
	float: left;
	width: 498px;
}
#rightbar {
	float: left;
	margin-left: 1px;
	width: 130px;
	height: 125px;
	background-image: url(../images/rightbar.jpg);
	color: #fff;
	text-align: center;
}
#rightbar p {
	font-size: 95%;
	line-height: 16px;
	margin-top: 70px;
}
#languagebar {
	float: left;
	width: 24px;
	height: 125px;
	background-image: url(../images/lang_bg.jpg);
	padding-left: 1px;
}
#content {
	clear: left;
	padding: 20px 0px 10px 0px;
}

/* FOOTER */

#footer {
	height: 42px;
	clear: left;
	background-image: url(../images/footerbar.jpg);
}
#footer div {
	float: left;
	font-size: 95%;
	line-height: 42px;
	height: 42px;
}
#footer #copyright {
	width: 360px;
}
#footer #access {
	width: 150px;
	text-align: right;
}
#footer #access a {
	padding-left: 25px;
	background: url(../images/icon-access.gif) center left no-repeat;
	display: block;
	float: left;
	height: 17px;
	line-height: 17px;
	margin-top: 13px;
}
#footer #copyright span {
	margin-left: 15px;
}
#footer #icons {
	width: 150px;
	float: right;
}
#footer #icons img {
	margin-left: 20px;
}
#footer #cflogo {
	width: 38px;
	float: right;
}

/* MENU GENERAL */

#menu_wrapper div {
	height: 26px;
	line-height: 26px;
	text-align: center;
}
#underline {
	clear: left;
	width: 802px;
	height: 6px;
	padding-left: 3px;
	background: url(../images/underl_l.jpg) center left no-repeat;
}
#underline .mid {
	height: 6px;
	background-image: url(../images/underl_m.jpg);
}
#underline .rht {
	height: 6px;
	padding-right: 3px;
	background: url(../images/underl_r.jpg) center right no-repeat;
}
.m1 { width: 148px; float: left; } /* 151 */
.m2 { width: 75px; float: left; } /* 295 */
.m3 { width: 120px; float: left; } /* 368 */
.m4 { width: 60px; float: left; } /* 461 */
.m5 { width: 140px; float: left; } /* 574 */
.m6 { width: 73px; float: left; } /* 677 */
.m7 { width: 95px; float: left; } /* 780 */
.m8 { width: 70px; float: left; } /* 780 */

/* menu - first tab */
.m_f { padding-left: 3px; background-image: url(../images/m_l_first.jpg); }
.m_f .rht { padding-right: 3px; background-image: url(../images/m_r.jpg); background-position: top right; }
.m_f .mid { background-image: url(../images/m_m.jpg); }
.m_f .mid a { color: #000; font-weight: normal; }

/* menu - first tab active */
.m_f_a { padding-left: 3px; background-image: url(../images/m_l_first_active.jpg); }
.m_f_a .rht { padding-right: 3px; background-image: url(../images/m_r_active.jpg); background-position: top right; }
.m_f_a .mid { background-image: url(../images/m_m_active.jpg); }
.m_f_a .mid a { color: #fff; font-weight: bold; }

/* menu - other tab */
.m_o { padding-left: 3px; background-image: url(../images/m_l.jpg); }
.m_o .rht { padding-right: 3px; background-image: url(../images/m_r.jpg); background-position: top right; }
.m_o .mid { background-image: url(../images/m_m.jpg); }
.m_o .mid a { color: #000; font-weight: normal; }

/* menu - other tab active */
.m_o_a { padding-left: 3px; background-image: url(../images/m_l_active.jpg); }
.m_o_a .rht { padding-right: 3px; background-image: url(../images/m_r_active.jpg); background-position: top right; }
.m_o_a .mid { background-image: url(../images/m_m_active.jpg); }
.m_o_a .mid a { color: #fff; font-weight: bold; }

/* HOME */

.rightphoto {
	float: right;
	padding: 3px;
	background-color: #e6d9c0;
	margin: 0px 0px 10px 20px;
}
.rightphoto img {
	border: 1px solid #404040;
}
.leftbox {
	float: left;
	padding: 12px;
	background-color: #dfc797;
	background-image: url(../images/glow_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px 20px 10px 0px;
	width: 300px;
	border: 1px solid #6b6b6b;
}
.leftbox li {
	list-style: none;
	background: url(../images/bullet_tick.gif) left 3px no-repeat;
	padding-left: 24px;
	line-height: 19px;
}
.clearfix {
    clear: both;
    height: 1px;
}
.book_now {
	margin: 0px 0px 18px 0px;
	padding-left: 15px;
}
.book_now a {
	padding-left: 35px;
}
.lastpara {
	margin-top: 10px;
}

/* LOCALITY */

.locality div#images {
	float: left;
	margin-bottom: 20px;
}
.locality #images img {
	float: left;
	margin-right: 1px;
}

/* ACCOMMODATION */

.accommodation #roompics {
	float: right;
}
.accommodation #rooms h2 {
	text-decoration: underline;
}
.accommodation #rooms p.person1 {
	height: 19px;
	background: url(../images/icon-1person.gif) no-repeat center right;
	width: 370px;
}
.accommodation #rooms p.person2 {
	height: 19px;
	background: url(../images/icon-2person.gif) no-repeat center right;
	width: 370px;
}
.accommodation #rooms p.person3 {
	height: 19px;
	background: url(../images/icon-3person.gif) no-repeat center right;
	width: 370px;
}
.accommodation #rooms p.person4 {
	height: 19px;
	background: url(../images/icon-4person.gif) no-repeat center right;
	width: 370px;
}
div#special {
	padding: 15px 0px 15px 15px;
	height: 169px;
	margin-top: 35px;
	margin-bottom: 20px;
	background: url(../images/special_fade.jpg) no-repeat center left;
}
div#special img#specialroom {
	float: right;
	margin-left: 25px;
}
.accommodation p.treat {
	font-style: italic;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	width: 300px;
}
.accommodation p.special_para2 {
	margin-bottom: 10px;
}
.accommodation p.treat span {
	float: left;
}
.accommodation p.treat img {
	float: right;
}

/* GALLERY */

.gallery {
	margin-bottom: 25px;
}
.gallery p {
	float: left;
	width: 150px;
}
.gallery #photo_gallery {
	float: right;
	margin-top: -25px;
}

/* TARIFF */

.tariff #prices h3 {
	font-size: 120%;
	margin-bottom: 5px;
}
.tariff #prices {
	line-height: 25px;
}
.tariff #prices .rooms {
	float: left;
	width: 160px;
}
.tariff #prices .night {
	float: left;
	width: 120px;
}
.tariff #prices .nights {
	float: left;
	width: 120px;
}
.tariff #prices .week {
	float: left;
	width: 120px;
}

.tariff #prices_table {
	width: 450px;
	padding: 0px;
	margin: 0px;
}
.tariff #prices_table th {
	font-weight: bold;
	font-size: 95%;
	color: #fff;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 6px 8px 12px;
	background: #c0c0c0 url(../images/table_header.jpg) no-repeat;
}
.tariff #prices_table th.diffbg {
	border-left: 1px solid #c0c0c0;
	background: #c0c0c0 url(../images/table_header_grey.jpg) no-repeat;
	color: #202020;
	text-align: left;
}
.tariff #prices_table td {
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background: #fff;
	padding: 8px 6px 8px 12px;
	color: #2a2c86;
	text-align: center;
}
.tariff #prices_table td.alt {
	background: #ededed;
	color: #202020;
}
.tariff #prices_table td.first {
	border-left: 1px solid #c0c0c0;
	text-align: left;
}
.tariff ul{
	margin-top: 30px;
	list-style: none;
}
.tariff li{
	margin-bottom: 18px;
	background: url(../images/bullet_star.gif) no-repeat center left;
	padding-left: 18px;
}
.tariff li span{
	font-weight: bold;
}

.tariff img{
	float: right;
	margin-left: 15px;
	padding: 1px;
	border: 1px solid #ccc;
}
/*
#meals{
	float: right;
	text-align: center;
	width: 300px;
	padding: 15px;
	border: 1px solid #ccc;
	margin-left: 15px;
}
#meals div{
	text-align: left;
	margin-top: 35px;
	width: 260px;
	font-size: 95%;
	margin-left: auto;
	margin-right: auto;
}
#meals div img{
	float: right;
	margin-left: 8px;
}
#meals div p{
	line-height: normal;
	color: #4f659f;
}
*/

/* CONTACT PAGE */

.contacts #left_col {
	float: left;
	width: 305px;
}
.contacts #left_col ul {
	list-style: none;
	margin-top: 15px;
} 
.contacts #left_col ul li {
	margin-left: 1px;
	margin-bottom: 20px;
}
.contacts #left_col label {
	float: left;
	width: 130px;
	font-weight: bold;
}
.contacts #left_col div.photo {
	padding: 3px;
	background-color: #e6d9c0;
	width: 292px;
}
.contacts #left_col div.photo img {
	border: 1px solid #404040;
}
.contacts #left_col .clearfloat {
	clear: left;
	padding-top: 5px;
}
.contacts #left_col a.findus {
	background: url(../images/directions_icon.gif) center right no-repeat;
	padding-right: 50px;
	display: block;
	float: left;
	line-height: 32px;
}
.contacts #right_col {
	float: right;
	width: 450px;
	padding: 12px 0px 12px 20px;
	background: url(../images/contact_fade.jpg) bottom left no-repeat;
}
.contacts #right_col label {  
	float: left;  
	width: 125px; 
}
.contacts #right_col ul {
	list-style: none;
} 
.contacts #right_col li {  
	padding-bottom: 6px;
	margin-left: 0px;
	width: 100%;
	line-height:28px;
}
.contacts #right_col ul input.text, .contacts #right_col ul textarea.text {
	width: 300px;
	background-color: #f3f3f3;
	border: 1px solid #808080;
	padding: 2px;
} 
.contacts #right_col div {
	text-align: right;
	padding-right: 10px;
}
.contacts #right_col div input {  
	width: 120px;
	margin: 10px 10px 0px 0px;
}
.contacts .clearfix {
	margin-bottom: 18px;
}
.msgtext {
	color: red;
	font-weight: bold;
}

/* FIND US PAGE */

.findus {
	margin-bottom: 25px;
}
.findus #left_col {
	float: left;
	width: 390px;
}
.findus #left_col strong {
	font-style: italic;
	color: #213a7c;
}
.findus #left_col p img{
	float: left;
	margin: 6px 10px 5px 0px;
}
.findus #right_col {
	float: right;
	width: 360px;
}
.findus #right_col .google_map {
	border: 1px solid #a0a0a0;
	margin-bottom: 15px;
}
.findus #right_col a.getdirections {
	background: url(../images/directions_icon.gif) center right no-repeat;
	padding-right: 50px;
	display: block;
	float: right;
	line-height: 32px;
	margin: 15px 0px 15px 0px;
}
.findus #left_col .bus_travel {
	font-style: italic;
}
