
/*****************************************************
  * DH Interactive Ltd:
  * Duncan Hart
  * http://www.dhinteractive.co.uk
  *
  * Client: Langar Hall
  * Client: http://www.langarhall.com
  *
  * Author: Duncan Hart
  * Author: http://www.dhinteractive.co.uk <support@dhinteractive.co.uk>
  *
  *Date 01/2011	- Created
  *
 *****************************************************
 */


/*****************************************************
* Global
/*****************************************************
*/

html, body {
	margin: 0px;
	padding: 0px;
	background: #f0f0f0;
	height: 100%;
	width: 100%;
}

/*****************************************************
* Wrapper Container
/*****************************************************
*/

#wrapper {
	display:table;
	width: 100%;
	height: 100%;
}

#wrapper_inner {
	display:table-cell;
	vertical-align:middle;
}

/*****************************************************
* Primary Container
/*****************************************************
*/

.container {
	position: relative;
	margin: 0 auto;
	width: 940px;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Georgia, Arial, Helvetica, Verdana, san-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background: #FFFFFF;
	background-image:url('../_img/_header/header.gif');
	background-repeat: no-repeat;
}

.container a:link, .container a:visited {
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}

.container a:hover {
	text-decoration: underline;
	color:#2292d3;
}

.container_small {
	font-size: 10px;
}

/*****************************************************
* header Menu
/*****************************************************
*/

.header_container {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 172px;
}

.header_address {
	float: left;
	color: #000000;
	font-size: 9.5px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.header_title {
	clear: both;
	padding-top: 30px;
}

.header_tag_line {
	clear: both;
	float: left;
	width: 600px;
	height: 25px;
	text-align: right;
	color: #000000;
	font-size: 9.5px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}


.header_rates {
	position: absolute;
	float: left;
	right: 0;
	width: 155px;
	height: 69px;
	background-image: url('../_img/_global/checkrates.png');
	background-repeat: no-repeat;
}


/*****************************************************
* Content Panel
/*****************************************************
*/

.content_panel {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	width: 940px;
	min-height: 260px;
}

.content_image {
	float: left;
	width: 600px;
	height: 260px;
}

.content_text {
	float: left;
	margin-left: 10px;
	width: 330px;
	height: 260px;
}

.content_large_character {
	font-size: 18px;
	line-height: 20px;
}

/*****************************************************
* Footer Elements
/*****************************************************
*/

.footer {
	margin: 0px;
	padding: 0px;
	width: 940px;
	font-size: 14px;
}

.footer_highlight {
	font-weight: bold;
}


/*****************************************************
* Navigation
/*****************************************************
*/

.menu_container {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 940px;
	height: 180px;
}

.menu_navigation {
	float: right;
	width: 330px;
	height: 220px;
}

.menu_item {
	color: #000000;
	height: 14px;
	margin-bottom: 3px;
	border-bottom: solid 1px #f0f0f0;
}

.menu_item a:link, .menu_item a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 9.5px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5a5959;
}

.menu_item a:hover {
	color: #000000;
}

.menu_1_selected_1 {
	text-decoration: none;
	color: #2292d3;
}

.menu_credits {
	float: left;
	width: 600px;
	height: 200px;
}

.menu_secondary, .menu_secondary a:link, .menu_secondary a:visited {
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
}

.menu_secondary a:hover {
	color: #2292d3;
}

.menu_2_selected_1 {
	text-decoration: underline;
	color: #2292d3;
}

/*****************************************************
* Scroll Area 1
/*****************************************************
*/

.scroll_area_1 {
	display: inline;
	padding-top: 0px;
	padding-left: 0px;
	width: 290px;
	height: 260px;
	overflow: hidden;
}

.scroll_area_1_list {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	width: 290px;
	height: 260px;
	overflow: auto;
}


.scroll_area_2 {
	display: inline;
	padding-top: 0px;
	padding-left: 0px;
	width: 570px;
	height: 260px;
	overflow: hidden;
}

.scroll_area_2_list {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	width: 590px;
	height: 260px;
	overflow: auto;
}

/*****************************************************
* Show Slide
/*****************************************************
*/

#slider {
    position: relative; /* important */
	overflow: hidden; /* important */
	padding: 0px;
	margin: 0px;
    width: 600px; /* important to be same as image width */
    height: 260px; /* important to be same as image height */
}

#sliderContent {
    width: 600px; /* important to be same as image width or wider */
    position: absolute;
	padding: 0px;
	margin: 0px;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
	font: 10px Arial, Helvetica, sans-serif;
    padding: 0px;
    width: 600px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000000;
    display: none;
}

.clear {
	clear: both;
}

.sliderImage span strong {
    font-size: 14px;
}

.top {
	top: 0;
	left: 0;
}

.bottom {
	bottom: 0;
    left: 0;
}

ul {
list-style-type: none;
}


/*****************************************************
* Tariffs
/*****************************************************
*/

.tariffs_table_bgcolor_0 		{
	padding: 2px 0px 2px 4px;
	border-spacing: 0pt;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

.tariffs_table_bgcolor_1 		{
	padding: 2px 0px 2px 4px;
	border-spacing: 0pt;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #CCCCCC;
}

.tariffs_table_bgcolor_2 		{
	padding: 2px 0px 2px 4px;
	border-spacing: 0pt;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #ecedef;
}

/*****************************************************
* Gallery
/*****************************************************
*/

.gallery {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 1000px;
	border: 0px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
}

.gallery a:link, .gallery a:visited {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
}

.gallery a:hover {
	text-decoration: none;
	color:#2292d3;
}

.gallery_lowlight {
	color: #F2F2F2;
}

