@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background: #041a25 url(../images/bg.jpg) repeat-x;
	font-size: 13px;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.231;
}
a:link {
	color: #069;
	text-decoration: none;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {border-spacing: 0; } 

/*Table Style - This is what you want
------------------------------------------------------------------ */
table a:link {
	color: #069;
	text-decoration: none;
}
table a:visited {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	margin: 10px;
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	text-align: center;
	padding-left:20px;
}
table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}



h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 5px;
	color:#666;
	
	
	
}
a{
	color:#105f9e;
}
h2 { font-size:18px;
}
h4 { font-size:14px;
}
img {border:none;}
img a {border:none;}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#wrapper
	{
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	}
#header {
	width: 960px;
	height: 95px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
	#banner {
	width:980px;
	height:250px;
	background-color:#f0f0f0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	padding:10px;
	}
	
	#topmenu {
		font-size:12px;
		float:right;
		text-align:right;
		padding-top:10px;
		color:#F2F2F2;
	}
	
		
	#maincontent {
	width: 960px;
	background-color: #f0f0f0;
	display: inline-block;
	clear: both;
	position: relative;
	padding: 20px;
	height: auto;
	
	
	}
	#footer {
	width: 980px;
	height: 80px;
	background-color: #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding: 10px;
	}
	
	
	#footer p {
	color: #555;
	font-size:11px;
	text-align:center;
	}
	.styled-button-8 {
	background: #e9831b;
	background: -moz-linear-gradient(top,#e9831b 0%,#dc7c10 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e9831b),color-stop(100%,#dc7c10));
	background: -webkit-linear-gradient(top,#e9831b 0%,#dc7c10 100%);
	background: -o-linear-gradient(top,#e9831b 0%,#dc7c10 100%);
	background: -ms-linear-gradient(top,#e9831b 0%,#dc7c10 100%);
	background: linear-gradient(top,#e9831b 0%,#dc7c10 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9831b',endColorstr='#dc7c10',GradientType=0);
	padding:7px 13px;
	color:#fff;
	
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #dc7c10
}  

h3{
	
	font-size: 16px;
}

  
/*inner page style*/
#contentleft {
	width: 200px;
	float: left;
	font-size: 11px;
}
#contentright {
	width:840px;
	float:right;
	
	background-color:#fff;
	border-left:1px solid #E6E6E6;
	
	
}
#contentfull {
	width:1050px;
	float:right;
	
	background-color:#fff;
	
	
	
}
#inside{
	margin:20px 10px 20px 20px;
}
.listBox {
	height: auto;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border-bottom: 1px solid #E6E6E6;
	background-color: #f9f9f9;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
 

 
.listtopheading{
	background-color: #ecf5ff;
	font-size: 18px;
	padding: 10px 20px;
	font-weight: bold;
	
}

.buttonBox { background: #fff; -moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; padding:5px; } 
.buttonBox:hover { background: #ccc; -moz-box-shadow: 0 0 0px #ccc; -webkit-box-shadow: 0 0 0px #ccc; box-shadow: 0 0 0px #ccc; }

#contentblock{
	padding-bottom: 10px;
	border-collapse: collapse;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
}
#contentblock:hover{
	background-color: #FCF7F3;
}
 
 #booking{
	 width:150px;
	 border-right:1px solid #e2e2e2;
	 text-align:center;
 }


.styled-button-7 {
	background: #e9831b;
	background: -moz-linear-gradient(top,#e9831b 0%,#dc7c10 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e9831b),color-stop(100%,#dc7c10));
	background: -webkit-linear-gradient(top,#e9831b 0%,#dc7c10 100%);
	background: -o-linear-gradient(top,#e9831b 0%,#dc7c10 100%);
	background: -ms-linear-gradient(top,#e9831b 0%,#dc7c10 100%);
	background: linear-gradient(top,#e9831b 0%,#dc7c10 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9831b',endColorstr='#dc7c10',GradientType=0);
	padding:5px 15px;
	color:#fff;
	font-size:14px;
	width:110px;	
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border:1px solid #dc7c10
}  

.styled-button-6 {
	background: #f8f8f8;	
	padding:5px 15px;
	color:#333;
	width:110px;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border:0px solid #ccc;
}  

#sizecontroldiv {
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	float: right;
	font-size:12px;
}