body {
	background: #ced566 url(../images/015.jpg) repeat;
	padding: 0;
	margin: 0;
}


.captcha
{
  width: 150px;
  margin-left:50px;
}
.refresh
{
  position:relative;
  float: right;
  margin-top: -45px;
  margin-right: -22px;
}
#url
{
  visibility: hidden;
  height: 1px;
  width: 1px;
  position:absolute;
}

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

#home {
	float: left;
	display: block;
	width: 88px;
	height: 25px;
	background: url(../images/home.jpg) no-repeat 0 0;
	margin-top: 0px;
}
#home:hover {
	background-position: 0 -25px;
}
#home span {
	position: absolute;
	top: -999em;
}

#accom {
	float: left;
	display: block;
	width: 223px;
	height: 25px;
	background: url(../images/accommodation.jpg) no-repeat 0 0;
	margin-top: 0px;
}
#accom:hover {
	background-position: 0 -25px;
}
#accom span {
	position: absolute;
	top: -999em;
}

#attractions {
	float: left;
	display: block;
	width: 229px;
	height: 25px;
	background: url(../images/attractions.jpg) no-repeat 0 0;
	margin-top: 0px;
}
#attractions:hover {
	background-position: 0 -25px;
}
#attractions span {
	position: absolute;
	top: -999em;
}

#news {
	float: left;
	display: block;
	width: 125px;
	height: 25px;
	background: url(../images/news.jpg) no-repeat 0 0;
	margin-top: 0px;
}
#news:hover {
	background-position: 0 -25px;
}
#news span {
	position: absolute;
	top: -999em;
}

#maps {
	float: left;
	display: block;
	width: 168px;
	height: 25px;
	background: url(../images/maps.jpg) no-repeat 0 0;
	margin-top: 0px;
}
#maps:hover {
	background-position: 0 -25px;
}
#maps span {
	position: absolute;
	top: -999em;
}

#contact {
	float: left;
	display: block;
	width: 127px;
	height: 25px;
	background: url(../images/contact.jpg) no-repeat 0 0;
	margin-top: 0px;
}
#contact:hover {
	background-position: 0 -25px;
}
#contact span {
	position: absolute;
	top: -999em;
}

h1 { padding:0px; margin:0px; font-family: 'Julius Sans One', sans-serif; font-size:19px; border-bottom:1px dashed #666666; margin-bottom:10px; padding-bottom:10px; }

h2 { padding:0px; margin:0px; font-family: 'Julius Sans One', sans-serif; font-size:18px; border-bottom:1px dashed #666666; margin-bottom:10px; padding-bottom:10px; }

h3 { padding:0px; margin:0px; font-family: 'Julius Sans One', sans-serif; font-size:17px; border-bottom:1px dashed #666666; margin-bottom:10px; padding-bottom:10px; }



p { padding:0px; margin:0px; font-family:"Arial", Helvetica, sans-serif; font-size:14px; line-height:1.6; text-align:justify; color:#303030; }

hr {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px dashed #666666;
}

.topbanner {
    height: 44px;
	margin-top:5px;
	margin-bottom:8px;
}

.bookonline { width:200px; float:right; }

.contactbuttons { width:710px; float:left; }

.topbannercontent {
    margin: 0 auto;
	width:960px;
}

.scrollingimages {
	width: 960px;
	margin: 0 auto;
	margin-top: 0px;
}

.container {
	width: 930px;
	margin: 0 auto;
	background-image:url(../images/contentborder.png);
	padding:15px;
	height: auto;
}

.content {
	width: 960px;
	margin: auto;
	height: auto;
}

.footer { width:960px; margin:0 auto; }

.noFloat {
	width: 200px;
	height:1px;
	background:none;
	clear:both;
	margin:0;
	padding:0;
}

.contentleft { width:650px; float:left; padding:10px; }

.contentright { width:250px; float:right; padding:10px; }

.contentbreak { width:16px; height:600px; background-image:url(../images/sideshadow.jpg); float:right; margin-top:25px; }

.fadein { position:relative; width:960px; height:403px; }
.fadein img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.menu { width:960px; height:25px; background-image:url(../images/menu.jpg); }
.slideshadow {
	width: 960px;
	height: 39px;
	margin: auto 0;
	background-image:url(../images/slideshadow.png);
	margin-bottom: 5px;
}

.box
{
 position: relative;
 width: 960px;

 margin: 0 auto;
 margin-bottom: 10px;
 background-color: #fff;
 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.box:before, .box:after
{
 position: absolute;
 width: 40%;
 height: 10px;
 content: ' ';
 left: 12px;
 bottom: 17px;
 background: transparent;
 -webkit-transform: skew(-5deg) rotate(-5deg);
 -moz-transform: skew(-5deg) rotate(-5deg);
 -ms-transform: skew(-5deg) rotate(-5deg);
 -o-transform: skew(-5deg) rotate(-5deg);
 transform: skew(-5deg) rotate(-5deg);
 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
 z-index: -1;
}
.box:after
{
 left: auto;
 right: 12px;
 -webkit-transform: skew(5deg) rotate(5deg);
 -moz-transform: skew(5deg) rotate(5deg);
 -ms-transform: skew(5deg) rotate(5deg);
 -o-transform: skew(5deg) rotate(5deg);
 transform: skew(5deg) rotate(5deg);
}

.special 
{ 
font-family: Verdana, Geneva, sans-serif;
font-size: 18px;
color: #2867c6;
text-align:center 

 }
 .table-events
 {  border-collapse:collapse:}
 
  .table-events td
 {  border:1px solid #CCC;
 padding:5px;
 text-align:left!important;}
 
 .table-events tr:nth-child(2n+2)
 { background-color:#c0d7fe; }
 
   .table-events p
 {  padding:0;margin:0;
 text-align:center!important;}
 
 .table-events h4 
 { text-align:center!important;
 padding:0;margin:0;color: #fff;font-family: "Arial",Helvetica,sans-serif;font-size: 18px;
 }
 
 .table-head 
 { background-color:#141414!important;color: #fff; } 
 
  .table-head1 
 { background-color:#2867c6!important; } 
 
 .table-events th { padding: 5px;background-color: #2867c6;color:#fff;font-family: "Arial",Helvetica,sans-serif;font-size: 18px;
 border:1px solid #fff; }


.myButton {
	margin:0 auto;
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f23838), color-stop(1, #994043));
	background:-moz-linear-gradient(top, #f23838 5%, #994043 100%);
	background:-webkit-linear-gradient(top, #f23838 5%, #994043 100%);
	background:-o-linear-gradient(top, #f23838 5%, #994043 100%);
	background:-ms-linear-gradient(top, #f23838 5%, #994043 100%);
	background:linear-gradient(to bottom, #f23838 5%, #994043 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f23838', endColorstr='#994043',GradientType=0);
	background-color:#f23838;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	width:200px;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
	text-align:center !important;
	text-shadow:0px 1px 0px #3d768a;
	margin-bottom: 20px !important;
}
.menu ul { list-style: none; margin: 0; padding: 0; }
.menu li:first-child { margin-left: 65px; }
.menu li { list-style: none; margin: 0; padding: 0; float: left;margin-right: 65px; }
.menu li a { color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;  }

/** START MOBILE CSS **/

@media only screen and (max-width : 1000px) {

div, body {  width: 100%!important; background: none!important; background-color: none!important; background-image: none!important; 
float: none!important; margin: 0!important; padding: 0!important;}

div { height: inherit!important; }

.fadein { display: none; } 

.content, .topbanner { text-align:center; }
.topbanner { padding-top: 10px!important; padding-bottom: 10px!important; }

.content p { padding-left: 15px!important; padding-right: 15px!important; }

.content img { display: block; margin: auto; }

iframe { width: 100%; }

.contentleft img { width: 100%; height: inherit; }

#sthoverbuttons, #TA_cdswritereviewlg497, #TA_excellent760, #TA_certificateOfExcellence338, #enquiryForm  { display: none; }



.contentright h2:nth-child(1) { display: none; }



       #nav
    {
        position: fixed;
    right: 0;
    top: 0;
		z-index: 9999999;
		width: 100%;
		
    }
	#nav li a { padding-top: 10px; padding-left: 10px; padding-bottom: 10px; color: #fff; display: block; background-color: #232323; border-bottom: 1px solid #333333; }

	
	
        #nav > a
        {
        }
        #nav:not( :target ) > a:first-of-type,
        #nav:target > a:last-of-type
        {
            display: block;
			position: absolute; right: 25px; top: 25px;
			background-image: url('../images/nav.png');
			background-repeat: no-repeat;
			width: 50px;
			height: 50px;
        }
 
    /* first level */
 
    #nav > ul
    {
        height: auto;
        display: none;
        position: relative;
        left: 0;
        right: 0;
		margin-top: 90px!important;
		width: 100%;
		
		
    }
        #nav:target > ul
        {
            display: block;
			
			
        }
        #nav > ul > li
        {
            width: 100%;
            float: none;
			margin: 0; padding: 0;
			background-color: #2b2b2b;
			border-bottom: 2px solid #fff;
			
        }
 
    /* second level */
 
    #nav li ul
    {
        position: relative!important;
		width: 100%;
    }
	
	    #nav li:hover li a
    {
    }

}

/** END MOBILE CSS **/

  