/*  IMPORT FONTS  ============================================================================= */

@font-face {
	font-family: 'CabinRegular';
	
	src: url('/fonts/Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Cabin-Regular-webfont.woff') format('woff'), url('/fonts/Cabin-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CabinMedium';
	
	src: url('/fonts/Cabin-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Cabin-Medium-webfont.woff') format('woff'), url('/fonts/Cabin-Medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CabinSemiBold';
	
	src: url('/fonts/Cabin-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Cabin-SemiBold-webfont.woff') format('woff'), url('/fonts/Cabin-SemiBold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CabinBold';

	src: url('/fonts/Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Cabin-Bold-webfont.woff') format('woff'), url('/fonts/Cabin-Bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* BASIC PAGE SETUP ============================================================================= */

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	font: 100% /1.6 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	color: #000;
	text-align: center;
	background: url(/images/purty-wood.png);
}

button, input, select, textarea {
	font-family: 'CabinRegular, lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	color: #000;
}

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
	font-family: CabinBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
}

h1 {
	color: #000000;
	margin-bottom: 0.2em;
	font-size: 2.5em;
	/* 40 / 16 */
	line-height: 1.4;
}

h2 {
	color: #000000;
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 2em/* 32 / 16 */
	;
	line-height: 1.2;
}

h3 {
	color: #000000;
	margin-bottom: 0.3em;
	letter-spacing: -1px;
	font-size: 1.5em;
	/* 24 / 16 */
	line-height: 1.3;
}

footer h3 {
	color: #99aa66;
}

h4 {
	color: #000000;
	margin-bottom: 0.5em;
	font-size: 1.25em;
	/* 20 / 16  */
	line-height: 1.25;
}

h5 {
	color: #000000;
	margin-bottom: 1.5em;
	font-size: 1em;
	/* 16 / 16 */
}

h6 {
	color: #000000;
	font-size: 1em;
	/* 16 / 16  */
}

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address {
	margin-bottom: 1.5em;
	font-size: 1em;
	/* 16 / 16 = 1 */
}

p {
	hyphens: auto;
}

p.introtext {
	font-size: 1.5em;
	/* 24 / 16 */
	line-height: 1.4em;
	font-family: CabinRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
}

p.center {
	text-align: center;
}

ul, ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 24px;
}

li ul, li ol {
	margin: 0;
	font-size: 1em;
	/* 16 / 16 = 1 */
}

dl, dd {
	margin-bottom: 1.5em;
}

dt {
	font-weight: normal;
}

b, strong {
	font-weight: bold;
}

hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}

small {
	font-size: 1em;
	/* 16 / 16 = 1 */
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* LINKS =============================================================================  */

a {
	color: #0000FF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
}

a:focus {
	outline: thin dotted;
	color: rgb(0, 0, 0);
}

a:hover, a:active {
	outline: 0;
	color: #0000FF;
	text-decoration: underline;
}

footer a {
	color: #000000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer a:visited {
	color: #000000;
}

footer a:focus {
	outline: thin dotted;
	color: rgb(0, 0, 0);
}

footer a:hover, footer a:active {
	outline: 0;
	color: #000000;
}

/* IMAGES ============================================================================= */

img {
	border: 0;
	max-width: 100%;
	height: auto;
	padding-bottom: 0rem;
	margin-bottom: 0rem;
	width: auto\9;
	/* ie8 */
}

img.header {
	margin: 0rem;
	clear: both;
}

img.floatleft {
	float: left;
	margin: 0 20px 0 0;
	padding-bottom: 1em;
}

img.floatright {
	float: right;
	margin: 0 0 0 20px;
}

img.floatright2 {
	float: right;
	clear: right;
	margin: 20px 0 0 20px;
}

/* TABLES ============================================================================= */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.4em;
	width: 100%;
}

th, td, caption {
	padding: .25em 10px .25em 5px;
}

tfoot {
	font-style: italic;
}

caption {
	background-color: transparent;
}


/*  MAIN LAYOUT	============================================================================= */

#skiptomain {
	display: none;
}

#nav {
	float: left;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #caf4fb;
	clear: both;
}

#wrapper {
	width: 93.75%;
	/* 1062px / 1250px */
	max-width: 1000px;
	/* 1200px / 16 */
	margin: 0px auto;
	position: relative;
	text-align: left;
	background: #fff;
}

#headcontainer {
	width: 100%;
	margin: 0rem;
	padding: 0rem;
	background: url(/images/purty-wood.png);
	
}

header {
	clear: both;
	width: 80%;
	/* 1000px / 1250px */
	padding: 0px;
	margin: 0px auto;
	color: #000;
	position: relative;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
}

#toplogo {
	padding: 0px 0px 0px 0px;
	width: 57.44%;
	/* 540px / 940px */
	height: 250px;
	float: left;
	color: #e1e5ee;
}

#toplogo img.logo {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#toplogo img.text {
	position: absolute;
	top: 0;
	left: 180px;
	z-index: 1;
}

#toplogo a:link, #toplogo a:visited {
	color: #667744;
	text-decoration: none;
}

#toplogo a:hover {
	color: #667744;
	text-decoration: none;
}

#topright {
	padding: 22px 10px 0px 0px;
	width: 40%;
	/* 390px / 930px */
	float: right;
	color: #efd;
	text-align: right;
}

#topright p {
	margin: 2px 0px;
}

#topright a:link, #topright a:visited {
	font-size: 1.2em;
	font-weight: normal;
	font-family: CabinRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	color: #fff;
	text-decoration: none;
}

#topright a:hover {
	font-size: 1.2em;
	font-weight: normal;
	font-family: CabinRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	color: #fff;
	text-decoration: none;
}

#topright strong {
	font-size: 1.2em;
	font-weight: normal;
	font-family: CabinMedium, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	color: #efd;
}

.enquire {
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
	height: 50px;
	vertical-align: middle;
	float: right;
}

.telephone {
	padding: 0px;
	margin: 0px 0px 0px 30px;
	height: 50px;
	vertical-align: middle;
	float: right;
}

.telephone img {
	padding-right: 10px;
	vertical-align: middle;
}

.telephone strong {
	padding-top: 10px;
	vertical-align: middle;
	letter-spacing: -1px;
}

#navcontainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff url(/images/purty-wood-nav.png);
}

.menuToggle {
	display: none;
}

nav a:link, nav a:visited {
	color: #fff;
	text-decoration: none;
}

nav a:hover {
	color: #fff;
	text-decoration: underline;
}

nav img.reflection {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

nav ul#menu {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

nav ul#menu li {
	display: block;
	float: left;
	text-align: center;
	font-weight: 200;
	position: relative;
	padding: 0px;
	margin: 0 1rem 0 0;
	line-height: 1.5em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav ul#menu li a {
	padding: 5px;
	display: block;
	color: #000;
	outline: 0;
	text-decoration: none;
}

nav ul#menu li.activeNav {
	background: #aabb77;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

nav ul#menu li:hover {
	background: #9ceaf5;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

nav ul#menu li.hassub:hover {
	background: #9ceaf5;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

nav ul#menu li:hover a {
	color: #000;
}

nav ul#menu li .drop {
	padding-right: 17px;
	background: url("/image-files/drop.png") no-repeat right 10px;
}

nav ul#menu li:hover .drop {
	background: url("/image-files/drop.png") no-repeat right 10px;
}

.dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
	margin: 4px auto;
	position: absolute;
	left: -999em;
	/* Hides the drop down */
	text-align: left;
	padding: 5px;
	border-top: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1d8e5), to(#d1d8e5));
	background: -moz-linear-gradient(top, #d1d8e5, #d1d8e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d8e5', endColorstr='#d1d8e5');
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	z-index: 999999;
}

.dropdown_1column {
	width: 200px;
}

.dropdown_2columns {
	width: 400px;
}

.dropdown_3columns {
	width: 600px;
}

.dropdown_4columns {
	width: 800px;
}

.dropdown_5columns {
	width: 1000px;
}

nav ul#menu li:hover .dropdown_1column, nav ul#menu li:hover .dropdown_2columns, nav ul#menu li:hover .dropdown_3columns, nav ul#menu li:hover .dropdown_4columns, nav ul#menu li:hover .dropdown_5columns {
	left: 0px;
	top: auto;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

.col_1, .col_2, .col_3, .col_4, .col_5 {
	display: inline;
	position: relative;
	padding: 5px;
	line-height: 1.3em;
}

.col_1 {
	width: 190px;
}

.col_2 {
	width: 390px;
}

.col_3 {
	width: 590px;
}

.col_4 {
	width: 790px;
}

.col_5 {
	width: 990px;
}

nav ul#menu li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0px 0;
}

nav ul#menu li ul li {
	position: relative;
	padding: 1px 0 1px 0;
	margin: 0;
	float: none;
	text-align: left;
	width: 190px;
}

nav ul#menu li ul li a {
	padding: 0px;
}

nav ul#menu li ul li:hover {
	background: none;
	border: none;
	text-decoration: underline;
}

nav ul#menu li .navfeature {
	font-size: 0.8667em;
	/* 13 / 15 */
	;
}

nav ul#menu li .navfeature a {
	display: inline;
	padding: 0px;
}

#topimagecontainer {
	width: 100%;
}

#topimage {
	clear: both;
	width: 94%;
	/* 940px / 1000px */
	margin: 0 auto;
	padding: 0px;
	font-size: 0.8125em;
	/* 13 / 16 */
	color: #333;
}

/*  MAIN LAYOUT	============================================================================= */

#maincontentcontainer {
	width: 100%;
	background: #fff url(/images/purty-wood.png) left top;
}

#maincontent {
	clear: both;
	width: 94%;
	/* 940px / 1000px */
	margin: 0 auto;
	padding: 5px 20px 15px 20px;
	color: #333;
	line-height: 1.5em;
	position: relative;
	font-size: 0.8125em;
	/* 13 / 16 */
}

.addthis_toolbox {
	float: right;
	min-width: 163px;
}

.standard_toolbox {
	float: left;
	width: 100%;
	padding: 0 0 1em 0;
}

#introtext {
	background-color: #fff;
	padding: 10px;
	border: 0px;
	margin: 5px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
}

[class*='col-'] {
	float: left;
}

.sidebottom {

	padding: 5px;
	text-align: center;
}


h2.sidebar {
	text-align: center;
}

.col-2-3 {
	width: 68.00%;
}

.col-1-3 {
	width: 31.00%;
	border-style: solid 1px;
	border-color: #8ee5ee;
	border-width: 1px;
	padding: 10px;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class*='col-'] {
	padding-right: 10px;
}

[class*='col-']:last-of-type {
	padding-right: 0;
}

#maincontentleft {
	width: 58.2%;
	float: left;
	padding: 0px;
	margin: 0px 2% 0px 0px;
}

#maincontentright {
	width: 36.8%;
	float: right;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

#maincontent a:link, #maincontent a:visited {
	color: #0000FF;
	text-decoration: none;
}

#maincontent a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#footercontainer {
	width: 100%;
	text-align: right;
}

footer {
	clear: both;
	width: 100%;
	/* 940px / 1000px */
	margin: 0 auto;
	padding: 0 5px 0 0;
	font-size: 0.8125em;
	/* 13 / 16 */
	color: #000;
	text-align: right;
}

.facebook_box {
	border: none;
	overflow: hidden;
	width: 80%;
	height: 244px;
	border: 1px #fff solid;
	margin-top: 10px;
}

.tweet_list {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.tweet_list img {
	display: none;
}

.tweet_list li {
	border-bottom: 1px #666 solid;
	padding: 0.5em 0;
}

#twitter_feed span {
	margin: 1em 0;
	padding: 1em 0;
}

footer a:link, footer a:visited {
	color: #000;
	text-decoration: none;
}

footer a:hover {
	color: #000;
	text-decoration: underline;
}

ul.pagefooterlist {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.pagefooterlist li {
	clear: left;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	display: block;
	line-height: 1.5em;
	font-weight: normal;
	background: none;
}



#smallprint {
	margin-top: 20px;
	font-size: 0.923em;
	/* 12 / 13 */
	line-height: 1.4em;
	text-align: left;
	color: #000;
}

#smallprint a:link, #smallprint a:visited {
	color: #000;
	text-decoration: none;
}

#smallprint a:hover {
	color: #000;
	text-decoration: underline;
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

.sectionend {
	background: none;
}

/*  GROUPING  ============================================================================= */

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
	/* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child {
	margin-left: 0;
}

/* all browsers except IE6 and lower */

.newline {
	margin-left: 0;
}

/*  GRID OF FIVE   ============================================================================= */

.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
	width: 79.68%;
}

.span_3_of_5 {
	width: 59.36%;
}

.span_2_of_5 {
	width: 39.04%;
}

.span_1_of_5 {
	width: 18.72%;
}

/*  GRID OF FOUR   ============================================================================= */

.span_3_of_4 {
	width: 74.6%;
}

.span_2_of_4 {
	width: 49.2%;
}

.span_1_of_4 {
	width: 23.8%;
}

/*  GRID OF THREE   ============================================================================= */

.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 66.13%;
}

.span_1_of_3 {
	width: 32.26%;
}

/*  PAGE IMAGES   ============================================================================= */

img.pagegridimage {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

/*  SECTIONS  ============================================================================= */

.section {
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

.sectionend {
	background: none;
}

/*  VIDEOS ============================================================================= */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*  BUTTONS  ============================================================================= */

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background: #7af0ff;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: CabinRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 1.2em;
}

.button:hover {
	background: #fff;
	color: #fff;
	text-decoration: none;
}

.button:active {
	background: #7af0ff;
	color: #fff;
	position: relative;
	top: 1px;
}

.button:visited {
	color: #fff;
}

/*  ICON LINKS ============================================================================= */

a.iconlink {
	padding-left: 10px;
	background: url(/images/icon.gif) no-repeat top left;
}

/* FORMS ============================================================================= */

.chk {
	width: 10px;
}

div.container {
	border: 1px solid red;
	padding: 10px;
	background: #ffe386;
	background: -moz-linear-gradient(top, #ffe386 0%, #f9d57f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe386), color-stop(100%, #f9d57f));
	background: -webkit-linear-gradient(top, #ffe386 0%, #f9d57f 100%);
	background: -o-linear-gradient(top, #ffe386 0%, #f9d57f 100%);
	background: -ms-linear-gradient(top, #ffe386 0%, #f9d57f 100%);
	background: linear-gradient(top, #ffe386 0%, #f9d57f 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.container ol li {
	list-style-type: none;
	background: url(/images/unchecked.gif) no-repeat 0px 2px;
}

div.container ol {
	padding: 10px 0 0 10px;
}

div.container {
	display: none
}

.container label.error {
	display: inline;
	margin-left: 20px;
}

label sup {
	font: bold 12px Arial;
}

/*  GLOBAL OBJECTS ============================================================================= */

.breaker {
	clear: both;
}

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
	/* For IE 6/7 (trigger hasLayout) */
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* VENDOR-SPECIFIC ============================================================================= */

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgb(52, 158, 219);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.clearfix {
	zoom: 1;
}

::-webkit-selection {
	background: rgb(23, 119, 175);
	color: rgb(250, 250, 250);
	text-shadow: none;
}

::-moz-selection {
	background: rgb(23, 119, 175);
	color: rgb(250, 250, 250);
	text-shadow: none;
}

::selection {
	background: rgb(23, 119, 175);
	color: rgb(250, 250, 250);
	text-shadow: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
}

::-webkit-input-placeholder {
	font-size: .875em;
	line-height: 1.4;
}

input:-moz-placeholder {
	font-size: .875em;
	line-height: 1.4;
}

.ie7 img, .iem7 img {
	-ms-interpolation-mode: bicubic;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

p {
	/* http://www.w3.org/TR/css3-text/#hyphenation */
	-webkit-hyphens: auto;
	-webkit-hyphenate-character: "\2010";
	-webkit-hyphenate-limit-after: 1;
	-webkit-hyphenate-limit-before: 3;
	-moz-hyphens: auto;
}

/*  MEDIA QUERIES ============================================================================= */

@media screen and (max-width: 1100px) {
	#topright a:link, #topright a:visited {
		font-size: 1em;
	}
	.enquire {
		margin-top: 8px;
	}
	.about-your-stay {
		float: left;
	}
	.calendar-detail {
		width: 70%;
	}
}

@media screen and (max-width: 1024px) {
	nav ul#menu {
		float: left;
		width: 100%;
		margin-left: 1em;
	}
	nav img.reflection {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	#toplogo img.logo {
		width: 200px;
	}
	#toplogo img.text {
		width: 280px;
		top: 14px;
		left: 160px;
	}
}

@media screen and (max-width: 910px) {
	#topright {
		padding: 0 10px 0px 0px;
	}
}

@media screen and (max-width: 840px) {
	#wrapper, header {
		width: 100%;
	}
	#navcontainer {
		float: left;
		background: #addae7;
	}
	nav {
		float: left;
		width: auto;
		height: auto;
	}
	#topimagecontainer {
		float: left;
	}
}

@media screen and (max-width: 800px) {
	.lodge_facilties .col, .about-your-stay-wrap {
		width: 100%;
		margin: 0 0 1em 0;
	}
	.f_tripadvisor {
		margin-right: 1em;
	}
	.f_facebook, .f_twitter {
		width: 47.2%;
		clear: none;
	}
}

@media screen and (max-width: 768px) {
	.f_tripadvisor {
		width: 100%;
		margin: 0 0 1em 0;
	}
	.f_facebook {
		margin-left: 0;
	}
}

@media screen and (max-width: 600px) {
	.span_1_of_3, .span_2_of_3, .span_3_of_3 .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4, .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5, .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6, .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7, .span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 {
		width: 100%;
		margin: 0 0 1em 0;
	}
	#toplogo img.logo {
		width: 100px;
	}
	#toplogo img.text {
		width: 250px;
		top: 0;
		left: 20px;
	}
	#topright {
		float: left;
		width: 90%;
		padding: 0 5%;
		margin: -38px 0 0 0;
	}
	
	header {
		padding: 0 0 0px 0;
	}
	a.menuToggle {
		float: left;
		width: 100%;
		display: block;
		color: #000;
		padding: 16px 0 14px 40px;
		font-size: 16px;
		cursor: pointer;
		text-indent: 1em;
		background: url(/image-files/icon-nav.png) no-repeat 20px 20px;
	}
	nav ul#menu {
		display: none;
	}
	.dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
		width: 100%;
	}
	nav ul#menu li {
		float: left;
		width: 80%;
		text-align: left;
	}
	nav ul#menu li .dropdown_1column, nav ul#menu li:hover .dropdown_1column, nav ul#menu li .dropdown_2columns, nav ul#menu li:hover .dropdown_2columns, nav ul#menu li .dropdown_3columns, nav ul#menu li:hover .dropdown_3columns, nav ul#menu li .dropdown_4columns, nav ul#menu li:hover .dropdown_4columns, nav ul#menu li .dropdown_5columns nav ul#menu li:hover .dropdown_5columns {
		z-index: 99999;
	}
	nav ul#menu li .drop, nav ul#menu li:hover .drop {
		background: none;
	}
	.col_1, .col_2, .col_3, .col_4, .col_5, .sub {
		width: 100%;
	}
	#maincontent {
		padding: 0;
	}
	
	input, textarea {
		width: 90%;
	}
		
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

@media only screen and (min-width: 601px) {
	nav ul#menu {
		display: block !important;
	}
}


.ReturnToNavBox {
	background-color: #fff;
	width: 90%;
	border-top: 1px solid #8f8fb3;
	border-bottom: 1px solid #8f8fb3;
	margin: 0 auto 12px auto;
	padding: 4px;
}