@charset "utf-8";

* {
	outline:none;
	padding:0;
	margin:0;
}

/*
----------------------------------------------------------------
	H E A D I N G S
---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { 

}	

ul {
	list-style: none;
	float:right;
}

.disclaimer {
	font-size:12px;
	color:#FFF;
	padding-top:5px;
}


/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */

body { 
	background: black url(../images/bkg.jpg) top center no-repeat; 
	color:#707070;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: normal; 
	vertical-align:top;
}
	
#container { 
	background:#FFF;
	margin-top:47px;
	width:960px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.footer p {
	line-height: 24px;	
}

.footer a:link, .footer a:visited {
	color:#707070;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	width:960px;
	margin: 12px auto 20px;
}

#footer a, #footer a:visited {
	color:white;
	font-size:11px;
	font-weight:bold;
	margin:0 20px;
	padding: 3px 5px;
}

#footer a:hover {
	background: white;
	color: black;
	text-decoration: none;
}	

.spacer {
	clear:both; 
	font-size:0px; 
	line-height:0px;
	width: 960px;
	height: 200px;
}

.spacersmall {
	clear:both; 
	font-size:0px; 
	line-height:0px;
	width: 960px;
	height: 75px;
}

.right {
	float:right;
}

.left {
	float:left;
}

.subnav {
	width: 548px;
	display: inline;
}
	
/*
----------------------------------------------------------------
	L I N K S  &  F O R M
---------------------------------------------------------------- */

a:link, a:visited {
	color:#333;
	text-decoration:underline;
}	

a:hover {
	color:#000;
	text-decoration:underline;
}


/*
----------------------------------------------------------------
	N A V I G A T I O N
---------------------------------------------------------------- */

#container .navigation {
	height:35px;
	margin:32px 6px 0 0;
	position:relative;
}

#container .navigation li {
	display: inline;
}

#container .navigation li a {
	background: url(../images/nav.gif) no-repeat;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:35px;
	width:109px;
}

#container .navigation li.homepage a {
	background-position: 0 0;
}

#container .navigation li.wests a {
	background-position: -109px 0;
	width:126px;
}

#container .navigation li.williams a {
	background-position: -236px 0;
	width:144px;
}

#container .navigation li.torys a {
	background-position: -380px 0;
	width:121px;
}

#container .navigation li.homepage a:hover {
	background-position: 0 -34px;
}

#container .navigation li.wests a:hover {
	background-position: -109px -34px;
}

#container .navigation li.williams a:hover {
	background-position: -236px -34px;
}

#container .navigation li.torys a:hover {
	background-position: -380px -34px;
}


#container .navigation li.homepage a#first {
	background-position: 0 -34px !important;
}

#container .navigation li.wests a#second {
	background-position: -109px -34px !important;
}

#container .navigation li.williams a#third {
	background-position: -236px -34px !important;
}

#container .navigation li.torys a#fourth {
	background-position: -380px -34px !important;
}

#logo {
	padding-bottom:4px;
	padding-left:62px;
	padding-top:10px;
}

#sub-logo {
	padding-bottom:4px;
	padding-left:62px;
}

.sub-menu h2 {
	float:left;
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding-top:25px;
}

#cottage-list {
	float:left;
	height:auto;
	padding-left:20px;
	width:309px;
}

.cottage-pic {
	float:left;
	width:101px;
	height:100%;
	margin-top:28px;
}

.cottage-info {
	float:right;
	width:200px;
	height:100%;
	padding:5px 0;
}

.cottage-item {
	float:left;
	width:309px;
	background:url(../images/cottage-list-line.jpg) bottom center no-repeat;
	padding-bottom:10px;
	padding-top:5px;
}

.cottage-info h2 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

.info-pic {
	float:left;
	width:300px;
	padding-top:6px;
}

.info-cottage {
	float:left;
	width:570px;
	margin-left:50px;
}

.info-cottage h2 {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding-bottom:10px;
}

h3 {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding:10px;
	width:100%;
	float:left;
}

.cott-element {
	float:left;
	width:960px;
}

.map-weather-element {
	float:left;
	padding-left:50px;
	padding-top:10px;
	width:151px;
	z-index:1;
}

.cott-info-list {
	float:left;
	width:100%;
}

.cott-info-list ul li.ul-head {
	list-style:none;
	font-size:20px;
	text-transform:uppercase;
	color:#333;
	background:#FFF;
	text-align:center;
}

.cott-info-list ul {
	float:left;
	margin: 0;
  	padding:0;
	display: block;
	width:310px;
}

.cott-info-rate ul {
	float:left;
	margin: 0;
  	padding:0;
	display: block;
	width:100%;
}

.cott-info-list ul li {
	width:295px;
	background:#E9E9E9;
	color:#000;
	padding:5px 3px 5px 3px;
	margin-bottom:5px;
}

.cott-info-rate ul li {
	width:100%;
	background:#E9E9E9;
	color:#000;
	padding:5px 3px 5px 3px;
	margin-bottom:5px;
}

.feature-pic {
	padding-top:12px;
}


/* sub areas */
#sub-container {
	width:960px;
	padding-top:90px;
	height:638px;
}

.sub-gallery {
	float:right;
	height:500px;
	padding-left:10px;
	padding-right:20px;
	width:640px;
}

.sub-gallery-thumbs {
	float:left;
	height:100px;
	width:100%;
}

.gallery-thumb {
	cursor:pointer;
	padding-right:5px;
}

.sub-menu {
	float:left;
	height:400px;
	padding-left:20px;
	width:270px;
}

ul.sub-menu {
	float:left;
	height:100px;
	padding-left:40px;
	padding-top:5px;
	width:200px;
}

ul.sub-menu li {
	width:100%;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/sub-menu.png) no-repeat;
	background-position: 0 0;
	padding-left:20px;
	margin-top:10px;
	height:20px;
}

ul.sub-menu li a{
	color:#333;
	text-decoration:none;
}

ul.sub-menu li.selected {
	background-position: 0 -20px;
	text-decoration:underline;
}

ul.sub-menu li:hover {
	background-position: 0 -20px;
	text-decoration:underline;
}

.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 640px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 550px;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 640px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav,.stripNavL, .stripNavR { display: none }

.wrapper h3 {
	border-bottom:1px solid silver;
	margin-bottom:5px;
	padding-bottom:3px;
	text-align:left;
	width:96%;
}

.stripViewer .panelContainer .panel .wrapper {
	padding:0 10px 10px;
}

.sub-gallery-links {
	float:left;
	height:30px;
	width:100%;
	font-size:12px;	
	color:#333;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
}

.sub-gallery-links a {
	color:#333;
	text-decoration:underline;
}

.sub-gallery-links a:hover {
	color:#CCC;
	text-decoration:underline;
}

.ratesTable {
	float:left;
	width:100%;
}

table.ratesTable thead {
	font-weight:bold;
	border-bottom:#000 2px solid;
	color:#000;
	padding:5px 3px 5px 3px;
	text-transform:uppercase;
}

table.ratesTable tbody td {
	background:#E9E9E9;
	color:#000;
	padding:5px 3px 5px 3px;
	margin-bottom:5px;
	border-bottom:#000 1px solid;
}



/* Form */
form {
	margin:40px auto;
	padding:72px 0 0 167px;
	width:302px;
}

label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}

.blue {
	color: #0099CC;
	font-weight: bold;
}

/* footer */
.dwnld {
	Display: block;
	padding: 10px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	border: 1px solid #EEE;
	background-color: white;
	color: #999;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 50px;
	background: url(../images/download.gif) no-repeat 40px 10px;
}

/* footer */
.footer {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
	color: #999;
}

.footer p {
	color: #999;
}

/* Congratulation message */
.MsgSent {
	background-color:white;
	display:block;
	height:293px;
	margin:40px auto;
	padding:80px 0 0 314px;
	text-align:center;
	width:400px;
}

.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	background-color:white;
	display:block;
	height:293px;
	margin:40px auto;
	padding:80px 0 0 314px;
	text-align:center;
	width:400px;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}

/***** FormCheck *****/
.tipsbox .tipsbox_top_left{
	background : url('../images/top_left.png') no-repeat;
	_background : url('../images/top_left.gif') no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url('../images/top.png') repeat-x;
	height : 17px;
	_background : url('../images/top.gif') repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url('../images/top_right.png') no-repeat;
	_background : url('../images/top_right.gif') no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url('../images/left.png') repeat-y;
	width : 17px;
	_background : url('../images/side.gif') repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url('../images/right.png') repeat-y;
	width : 22px;
	_background : url('../images/side.gif') repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('../images/bottom_left.png');
	_background : url('../images/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url('../images/mark.png') no-repeat;
	height : 36px;
	_background : url('../images/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('../images/bottom_right.png');
	_background : url('../images/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('../images/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url('../images/error.png') no-repeat;
	_background : url('../images/error.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 1em;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: red;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}

/***** Niceforms *****/
/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

img {border:0;}
#container {padding:20px;}

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../images/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(../images/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(../images/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(../images/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(../images/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(../images/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../images/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../images/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(../images/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(../images/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(../images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}

#email-icon {
	float:right;
	height:60px;
	margin-top:-58px;
	position:absolute;
	right:1px;
	width:71px;
}
	