@charset "utf-8";
/* CSS Document */

body
{
	margin:0px; 
	background:url(../design_images/bodybg.png) repeat-x center top #2253b3;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#283741;
}

a
{
	color:#115d9f;
	text-decoration:none;
}

a:active
{
    outline: none;
}

a:focus
{
    -moz-outline-style: none;
}


select
{
	font-size:11px;
	border:1px solid #747474;
	color: #283741;
	margin-left:7px;
}

.bg
{
	background:url(../design_images/bg.png) no-repeat center top; 
	padding-top:41px;
	min-height:680px; height:auto !important; height:680px;
	width:100%;
}

img
{
	border:0px;
	behavior: url(iepngfix.htc);
}

#container
{
	text-align:left; 
	width:950px; 
	margin-left:auto; 
	margin-right:auto;
}

#whitebg
{
	background-image: url(../design_images/container_corner.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	float:left;
}

#left
{
	float:left;
	width:258px;
	padding:1px;
}

#left .logo
{
    display:block;
	width:258px;
	height:126px;
}

#left ul.menu
{
	list-style:none;
	width:258px;
	text-align:left;
	margin:0px;
	padding:0px;
}

#left ul.menu ul
{
	list-style:none;
	width:258px;
	text-align:left;
	margin:0px;
	padding:0px;
	float:left;
	padding-bottom:5px;
	background:#549ddd;
}

#left ul.menu li a
{
	background:#2985d5;
	border-top:1px solid #FFF;
	border-right:10px solid #549ddd;
	width:223px;
	padding:10px;
	padding-top:11px;
	padding-left:15px;
	color:#FFF;
	float:left;
	text-decoration:none;
}

#left ul.menu ul li a
{
	background:#549ddd;
	width:215px;
	font-size:11px;
	border-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:6px;
	line-height:12px;
	padding-left:5px;
	margin-left:15px;
	border-left:2px solid #FFF;
	float:left;
}

#left ul.menu ul li li a
{
	margin-left:22px;
	width:208px;
	
}

#left ul.menu li a:hover, #left ul.menu li.active a
{
	background:#549ddd;
}

#left .under_menu
{
	width:258px;
	background:url(../design_images/under_menu.gif) repeat-x top #FFF;
	float:left;
}

#left .under_menu ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	width:258px;
	float:left;
	padding-top:5px;
	border-top:1px solid #FFF;
	padding-bottom:15px;
}

#left .under_menu ul li
{	
	float:left;
	width:228px;
	padding-top:20px;
	padding-left:13px;
	padding-right:14px;
}

#right
{
	padding-top:1px;
	float:left;
	width:689px;
}

/*Top Menu*/

#menu
{
	background:url(../design_images/menu_top_bg.gif) repeat-x;
	width:689px;
	border-bottom:1px solid #FFF;
	float:left;
}

#menu ul.one
{
	width:77px;
}

#menu ul.two
{
	width:101px;
}

#menu ul.three
{
	width:146px;
}

#menu ul.four
{
	width:81px;
}

#menu ul.five
{
	width:93px;
}

#menu ul.six
{
	width:106px;
}

#menu ul
{
	list-style:none;
	text-align:left;
	margin:0px;
	padding:0px;
	float:left;
}

#menu ul li h3{
margin:0;
padding:0px;
}

#menu ul li h3 a{
	
	background:url(../design_images/menu_top_bg.gif) repeat-x;
	font-size:14px;
	font-weight:normal;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:9px;
	padding-left:20px;
	padding-right:20px;
	color:#fff;
	text-decoration:none;
	border-right:1px solid #f3a542;
}

#menu ul li h3 a:hover
{
	background:url(../design_images/menu_top_bg_hover.gif) repeat-x;
}

#menu ul li.active h3 a
{
	background:url(../design_images/menu_top_bg_hover.gif) repeat-x;
}

#menu ul ul
{
	border-top:1px solid #FFF;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:150px;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
}

#menu ul ul ul
{
	border-top:0px;
	top:0;
	left:100%;
}

#menu ul ul a{
	font-size:11px;
	display:block;
	border-bottom:1px solid #fff;
	margin:0;
	padding:8px;
	color:#fff;
	background:#dc8847;
	text-decoration:none;
}

#menu ul ul a:hover{
	
	background:#d5701d;
	
}

#menu li{
position:relative;

}


/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */


#menu li:hover ul ul,
#menu li li:hover ul ul,
#menu li li li:hover ul ul,
#menu li li li li:hover ul ul
{display:none;}

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#FFF;
background:#dc8847 url(../design_images/menu_top_submenu.gif) no-repeat right;
}

#menu a.x:hover{
color:#fff;
background:#d5701d url(../design_images/menu_top_submenuhover.gif) no-repeat right;
}

#menu a.x:active{
color:#060;
background:#ccc;
}


/*banner*/

#right .banner
{
	float:left;
}

#banner_home
{
	float:left;  
	width:689px;
	height:235px;
}

#right .booking
{
	float:left;
	background:#2985d5;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	width:689px;
}

form
{
	margin:0px;
	padding:0px;
}

#right .booking h2
{
	float:left;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:9px 18px 9px 18px;
	background:#549ddd;
}

#right .booking .bookingform
{
	float:left;
	padding:7px;

}

#right .booking .bookingform label
{
	font-size:11px;
	color:#FFF;
	padding-left:7px;
	vertical-align:middle;
}

#right .booking .bookingform .textbox
{
	font-size:11px;
	color:#0e4c82;
	width:100px;
	padding:0px;
	height:14px;
	margin-right:2px;
	vertical-align:middle;
}

#right .booking .bookingform .button
{
	padding-left:9px;
	vertical-align:middle;
}

#right .content
{
	float:left;
	background:url(../design_images/content_bg2.gif) top repeat-x #FFF;
	padding:20px 25px 20px 25px;
	
}

#right #welcome
{
	border-right:1px solid #fff;
	background:url(../design_images/content_bg.gif) top repeat-x;
	width:336px;
	line-height:17px;
	
}

#right #welcome img
{
	border:1px solid #db771b;
}

#right #whatson
{
	width:252px;
}

#right p
{
	padding:0px;
	margin:0px;
	margin-top:15px;
}

#right table
{
	margin-top:15px;
}

#right .content h2, #right .content h1
{
	font-size:15px;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	color:#115d9f;
}

#right .content h2 a
{
	color:#115d9f;
	text-decoration:none;
}

#right #content
{
	width:639px;
	line-height:17px;
	min-height:200px; height:auto !important; height:200px;
	float:left;
}

#right #content h2
{
	padding-bottom:5px;
}

#right .content h3.path
{
	font-size:11px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	padding-bottom:5px;
	color:#db771b;
}

#right .content h3.path a
{
	color:#db771b;
	text-decoration:none;
}

#right .content ul, #right .content ol 
{
	margin:0px;
	padding:0px;
	margin-top:15px;
	margin-left:30px;

}

#right .content ol
{
	margin-left:35px;
	
}

#right .content ul ul
{
    margin-top:5px;
    margin-left:15px;
    margin-bottom:10px;
}

#right .readmore
{
	color:#d5701d;
	font-weight:bold;
	text-decoration:none;
}

#right p.overview
{
	line-height:16px;
	float:left;
	width:252px;
	margin:0px;
	margin-bottom:10px;
}


#right p.overview img
{
	float:left;
	margin-right:10px;
	border:1px solid #db771b;
	
}

#right p.overview a.title
{
	font-weight:bold;
	text-decoration:none;
	color:#283741;
}

#footer
{
	background:#2b86d5;
	width:930px;
	text-align:center;
	color:#FFF;
	font-size:11px;
	padding:10px;
	float:left;
}

#footer a
{
	color:#FFF;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
}

#under_footer
{
	float:left;
	padding-top:4px;
	width:950px;
}

#under_footer .icon
{
	float:left;
}

#under_footer .copyright
{
	float:right;
	color:#FFF;
	padding:12px;
	font-size:11px;
	font-weight:bold;
}


/*Templates*/
.right_image
{
	margin-left:20px;
	padding:2px;
	border:1px solid #db771b;
}

.bottom_right_image
{
	margin-left:15px;
	padding:2px;
	border:1px solid #db771b;
}

.bottom_left_image
{
	padding:2px;
	border:1px solid #db771b;
}

.caption
{
	font-size:10px;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
}

.highslide
{
	float:left;
	margin-right:6px;	
	margin-left:6px;
	margin-top:8px;
	margin-bottom:8px;
}

.highslide img
{

	float:left;
	
}

/*Contact*/

#contact{
   width:370px;
   float:left;
   background:#f1f8fe;
   border:1px solid #c2e0f7;
   padding:15px 15px 0 15px;
   margin:10px 10px 0 0;
}

#contact h3{

	font-size:12px;
	padding:0px;
	margin:0;
}

#contact_form{
   padding:23px 0px 0 0px;
   width:370px;

}


#contact_form .row{
	text-align:right;
	padding-bottom:10px;
}

#contact_form .textbox, #contact_form .messagebox, #booking_forms .textbox, #booking_forms .messagebox{
	border:1px solid #747474;
	width:200px;
	font-size:12px;
	color: #747474;
	margin-left:7px;
	vertical-align:text-top;
}

#contact_form .messagebox
{
	height:90px;
}
	
#contact_form .button, #booking_forms .button{
	border:1px #666 solid;
	font-size:12px;
	padding:6px;
	color:#fff;
	background:url(../design_images/menu_bg.gif) repeat-x #d6711d;
	cursor:pointer;
}

#contact_detail {
	width:320px;
	margin:10px 30px 10px 10px ;
	padding:10px 0 0 0;
	float:left
	}

.checkbox
{
	padding-left:4px;
	padding-right:4px;
}

#details
{
	float:left;
}

#content .overviews
{
	float:left;
	padding-bottom:25px;
	padding-top:5px;
}

#content .overview, #content .testimonialoverview
{
	width:635px;
	padding: 0 0 10px 0;
	border-bottom:1px #CCC solid ;
	margin:5px 0px 5px 0;
	float:left;
    
}

#content h3
{
	margin:0px;
	color:#115d9f;
	padding:0px;
	font-size:12px;
	padding-bottom:0px;
	padding-top:7px;
	font-weight:bold;
}

#content .overview h3 a, #content .testimonialoverview h3 a
{
	text-decoration:none;
	font-weight:bold;
	color:#333;
}

#content .overview img, #content .testimonialoverview img
{
	float:left;
	margin-right:15px;
	width:100px;
	height:95px;
	padding:2px;
	border:1px solid #db771b;
}

#content .overview p{
	margin:0px;
	padding:0px;
	float:left;
	width:495px;
	border:0px;
	text-align:justify;
}

#content .testimonialoverview p{

	width:610px;
}

	
#content .overview .more
{
	font-weight:bold;
	line-height:20px;
	text-decoration:none;

}

#content a.viewall
{
	float:right;
	font-weight:bold;
	
}

#error
{
    color:#ff0033;
    FONT-SIZE:small; 
}

#links
{
    padding-top:15px;
}

#links li
{
    padding-bottom:10px;
}

.dropdown
{
    padding-top:10px;
}

#Accordion1
{
    border:0px;
    padding-top:15px;
    -moz-outline-style: none;
}

#AccordionPanelTab p
{
    margin-top:0px;
}

#next
{
    margin-left:15px;
    float:right;
}

#previous
{
    float:left;
}

#ctl00_ContentPlaceHolder1_ddlImages
{
    margin-top:15px;

}

#ctl00_ContentPlaceHolder1_dlItems img
{
	margin-right:20px;
	margin-bottom:15px;
	border:1px solid #CCC;
}

#ctl00_ContentPlaceHolder1_ddlImages
{
	width:200px;
	margin-left:0px;
}
