body {
	background-image: none;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #a58e09;
}

div#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

div#container {
	width: 100%;
	margin: 0 auto;
}

div#header {
	width: auto;
	height: 40px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}

div#logo {
	width: 330px;
	height: 129px;
	background-image: url(../images/logo_sonnekus.png);
	position: absolute;
	margin-top: 20px;
	margin-left: 300px;
	z-index:9999;
}

div#bannerimages {
	width: 950px;
	height: 300px;
	display: none;
	background-color: #606060;
}

div#content {
	width: 100%;
	background-color: #FFFFFF;
}

div#buttonpanel {
	width: 950px;
	height: 50px;
	left: 316px;
	top: 16px;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
margin-left: 10px;
margin-right: 10px;
}

h1 {
color: #dea500;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 28px;
margin-left: 10px;
margin-bottom: 0px;
margin-top: 5px;
margin-right: 10px;
}

h2 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-top: 0px;
color: #927e0e;
margin-right: 10px;
margin-left: 10px;
}

div#sideshadowleft {
	width: 11px;
	height: 500px;
	background-image: url(../images/leftshadow.jpg);
	position: absolute;
	margin-left: 657px;
	margin-top: 28px;
	display: none;
}

div#sideshadowright {
	width: 20px;
	height: 500px;
	background-image: url(../images/rightshadow.jpg);
	position: absolute;
	margin-left: 950px;
	margin-top: 28px;
	display: none;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
margin-top: 12px;
margin-left: 12px;
margin-bottom: 9px;
text-shadow: 1px 1px 0px #FFFFFF;
}

h4 {
	color: #494949;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 22px;
text-shadow: 1px 1px 0px #FFFFFF;
margin-left: 10px;
margin-top: 4px;
margin-bottom: 7px;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-shadow: 1px 1px 0px #FFFFFF;
margin: 0;
padding: 12px;
text-align: center;
}

ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
line-height: 26px;
list-style: none;
padding: 10px;;
}

div#homepic {
	position: absolute;
	width: 214px;
	height: 300px;
	left: 498px;
	top: 754px;
}

div#boxstyle {
	border: 1px solid #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #f2f2f2,  #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#FFFFFF');
	z-index: 99999999;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.boxshadow {
width: 649px;
height: 26px;
background-image: url(../images/boxshadow.jpg);
margin-top: 0px;
display: none;
}

.blocks {
margin-top: 0px;
}

.boxstyleenquiry {
	border: 1px solid #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #f2f2f2,  #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#FFFFFF');
}

.boxstyleheading {
	border-bottom: 1px solid #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dfdfdf));
	background: -moz-linear-gradient(top,  #f2f2f2,  #dfdfdf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dfdfdf');
	width: 100%;
}

.boxstylemainheading {
	width: 470px;
	border-bottom: 1px solid #CCCCCC;
    border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dfdfdf));
	background: -moz-linear-gradient(top,  #f2f2f2,  #dfdfdf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dfdfdf');
}

.boxstyleheadingenquiry {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
    border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dfdfdf));
	background: -moz-linear-gradient(top,  #f2f2f2,  #dfdfdf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dfdfdf');
}

.bulletstyle  {
	border-bottom: 1px dotted #CCCCCC;
}

div#footer {
	width: 100%;
	margin-top: 7px;
	margin: auto;
}

div#footer h4 {
margin: 0;	
margin-top: 15px;
margin-bottom: 15px;
margin-left: 10px;
}

.footer-outer {
width: 100%;

	background-color: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dfdfdf));
	background: -moz-linear-gradient(top,  #f2f2f2,  #dfdfdf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dfdfdf');
	border-top: 1px solid #CCCCCC;	
}

/* ---------------------- Dolphin nav ---------------------- */
#time4bed-nav{position:relative;height:43px;font-size:12px; background: none;font-family: Arial, Helvetica, sans-serif; font-weight: bold; width: 100%; display: none;}
#time4bed-nav ul{margin:0;padding:0;list-style-type:none;float:none; text-align: left;}
#time4bed-nav ul li{
	display:inline;
	float:none;
	margin:0 14px;
	width: 100%;
	 text-align: center;
}
#time4bed-nav ul li a{display:inline;float:none;color:#333333;text-decoration:none;padding:0 0 0 8px;height:43px;line-height:50px; text-shadow: 1px 1px 0px #e9e9e9;width: 100%; background-color: #cccccc; padding: 10px;}
#time4bed-nav ul li a span{display:inline;float:none;padding:0 25px 0 0;height:31px;width:100%;}
#time4bed-nav ul li a:hover{color:#a68f0c; text-shadow: 1px 1px 0px #FFFFFF;}
#time4bed-nav ul li a:hover span{display:inline;cursor:pointer;}
#time4bed-nav ul li a.current,#time4bed-nav ul li a.current:hover{color:#894d12;background: none; text-align: center;}
#time4bed-nav ul li a.current span{background: none;height:43px; text-align: center; margin-left: 15px;}
/* ---------------------- END Dolphin nav ---------------------- */


/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured { 
	width: 950px;
	display: none;
	height: 300px;
	background: #eeeeee url('../orbit/loading.gif') no-repeat center center;
	overflow: hidden; }
#featured>img,  
#featured>div,
#featured>a { display: none; }

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(../orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(../orbit/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(../orbit/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(../orbit/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -40px;
    left: 50%;
	margin-left: -50px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; 
	}

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }


.thumbborder {
	    -moz-box-shadow: 1px 0px 6px #7a7a7a;
    -webkit-box-shadow: 1px 0px 6px #7a7a7a;
    box-shadow: 1px 0px 6px #7a7a7a;


}

.paragraphborder {
	border: 1px solid #CCCCCC;
	padding: 13px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.imageborder {
	border: 1px solid #CCCCCC;
	width: 650px;
}

.browntext {
	color: #927e0e;
	font-weight: normal;
	font-size: 15px;
}

.arrow {
	color: #927e0e;
	font-weight: bold;
	font-size: 15px;
}

.featuredblock {
	width: 213px;
	height: 130px;
	position: relative;
	background-color: #f1f1f1;
	border: 1px solid #CCCCCC;
}

.featuredblockcontent {
	position: relative;
	background-color: #f1f1f1;
	padding: 12px;
}

.socialmedia {
	left: 0; bottom: 0; padding: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	position: fixed;
	width: 90px;
	height: 33px;
	z-index: 999999999999;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 22px;
}

div#enquiryform {
	text-align: left;
}

input:hover {
	background-color: #ffee8d;
}

input:focus {
	background-color: #fffadb;
}

textarea:hover {
	background-color: #ffee8d;
}

textarea:focus {
	background-color: #fffadb;
}

.captcha
{
 width: 150px;
 margin: 0 auto;
}
.refresh
{
 position:relative;
 float: right;
 margin-right: -20px;
 margin-top: -30px;
}
#url
{
 visibility: hidden;
 height: 1px;
 width: 1px;
 position:absolute;
}

.column_right {
float: right;
clear: both;	
display: none;
}

.content-holder {
width: 100%;	
}

.breadcrumbs {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; border-bottom: 1px dotted #cdcdcd; padding-bottom: 10px; padding-top: 10px; width: 645px;	
}

.block1 {
	float: none;
	width: 100%;	
}

.block2 {
	float: none;
	width: 100%;	
	margin-right: 15px;
}

.block2 p {
border-bottom: 1px dotted #c7c7c7;  margin-bottom: 7px;line-height: 30px;	
}

.block3 {
	float: none;
	width: 100%;	
}

#addthis {
width: 180px; text-align: left;	
}

.copyright {
	background-color: #cccccc;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.spread-the-word {
text-align:left; float:none; margin-top: 5px; margin-bottom: 10px; font-size: 10px; font-weight: bold; color: #bea307; font-family: Arial, Helvetica, sans-serif;
}

#tripadvisor {
float: none!important; 
margin-top: 0px!important;	
display: none;
}

.hrs {
display: none;	
}

.lastheading {
display: none;	
}

.table-width {
width: 100%;	
}

.table-img {
margin-top: 10px; margin-right: 10px; width: 214px; float: right; border: 1px solid #f5f5f5;	
}

.mobile-menu {
margin-top: 35px;
}

.mobile-menu ul {
	
}

.mobile-menu li {
	border-top: 1px solid #CCCCCC;	
	background-image: url(../images/menu-bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

.mobile-menu li:hover {
background-color: #e9e7e7;
}

.mobile-menu li:last-child {
	border-bottom: 1px solid #CCCCCC;	
}

.mobile-menu a {
	display: block;	
	padding-top: 5px;
	padding-bottom: 5px;
}

.mobile-menu a:hover {
	display: block;	
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e9e7e7;
}

.map {
width: 100%;	
margin-left: 10px;
margin-right: 10px;
height: 300px;
}

.full-img {
border: 1px solid #CCCCCC;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;	
}