/* CSS Document */
.tinymce_editor_body {
	padding: 5px;
	background-image: none;
	background-color: #FFF;
}

@font-face {
	font-family: 'AvantGardeThinRegular';
	src: url('../fonts/avantga5-webfont.eot');
	src: url('../fonts/avantga5-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/avantga5-webfont.woff') format('woff'),
			 url('../fonts/avantga5-webfont.ttf') format('truetype'),
			 url('../fonts/avantga5-webfont.svg#AvantGardeThinRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

html {
	overflow-x: hidden;	
	overflow-y: auto;
	background-color: #080808;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'AvantGardeThinRegular', Arial, Helvetica, sans-serif !important;
	color: #fff;
	background-color: #080808;
	
background-image: linear-gradient(bottom, rgb(8,8,8) 15%, rgb(0,0,0) 32%);
background-image: -o-linear-gradient(bottom, rgb(8,8,8) 15%, rgb(0,0,0) 32%);
background-image: -moz-linear-gradient(bottom, rgb(8,8,8) 15%, rgb(0,0,0) 32%);
background-image: -webkit-linear-gradient(bottom, rgb(8,8,8) 15%, rgb(0,0,0) 32%);
background-image: -ms-linear-gradient(bottom, rgb(8,8,8) 15%, rgb(0,0,0) 32%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(8,8,8)),
	color-stop(0.32, rgb(0,0,0))
);
}

div.clear {
	clear: both;
}

p, td, li, div, label, a {
	font-family: 'AvantGardeThinRegular', Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	color: inherit;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

a, a:active, a:visited {
	color: #006bb7;
	text-decoration: none;
}

a:hover {
	color : #ed1c24;
}

a.more {
	display: block;
	text-align: right;
	margin: 5px 0px;
}

div.dotted-line {
	height: 1px;
	overflow: hidden;
	border-bottom: 1px dotted #999;
}

#wrapper {
	width: 1000px;
/*	height: 688px;*/
  text-align: left;
	position: relative;
	border: 0px solid #999;
	margin: auto;
	/*border: 1px solid #333;*/
}

#head {
	background-color: #000; 
	padding: 0px;
	height: 86px;
	position: relative;
}

#logo {
	padding: 10px 20px;
}

#nav {
	position: absolute;
	right: 20px;
	bottom: 0px;
}

#booking_link {
	position: absolute;
	right: 30px;
	top: 20px;
}

#nav a, #nav a:active, #nav a:visited {
	display: inline-block;
	padding: 8px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	
	border-top-right-radius: 5px;	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	
	border-top-left-radius: 5px;	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
}

#nav a:hover {
	color : #ed1c24;
}

#nav a.active {
	background-color: #333;
	color : #ed1c24;
	
background-image: linear-gradient(bottom, rgb(51,51,51) 24%, rgb(85,85,85) 62%);
background-image: -o-linear-gradient(bottom, rgb(51,51,51) 24%, rgb(85,85,85) 62%);
background-image: -moz-linear-gradient(bottom, rgb(51,51,51) 24%, rgb(85,85,85) 62%);
background-image: -webkit-linear-gradient(bottom, rgb(51,51,51) 24%, rgb(85,85,85) 62%);
background-image: -ms-linear-gradient(bottom, rgb(51,51,51) 24%, rgb(85,85,85) 62%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.24, rgb(51,51,51)),
	color-stop(0.62, rgb(85,85,85))
);
}

#subnav {
	padding: 5px 5px; 
	/*background-color: #333;*/
}

#subnav a, #subnav a:active, #subnav a:visited {
	display: inline-block;
	margin: 0px 2px;
	color: #999;
	text-decoration: none;
	font-size: 13px;
	
	padding: 5px 7px 3px 5px;
	margin-bottom: 5px;
	font-size: 12px;
	background-color: #555;
	color: #fff;
	
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
background-image: linear-gradient(bottom, rgb(51,51,51) 24%, rgb(85,85,85) 62%);
background-image: -o-linear-gradient(bottom, rgb(51,51,51) 24%, rgb(85,85,85) 62%);
background-image: -moz-linear-gradient(bottom, rgb(51,51,51) 24%, rgb(85,85,85) 62%);
background-image: -webkit-linear-gradient(bottom, rgb(51,51,51) 24%, rgb(85,85,85) 62%);
background-image: -ms-linear-gradient(bottom, rgb(51,51,51) 24%, rgb(85,85,85) 62%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.24, rgb(51,51,51)),
	color-stop(0.62, rgb(85,85,85))
);
	
}

#subnav a:hover {
	color : #ed1c24;
}

#subnav a.active {
	color: #fff;
	background-color: #ed1c24;
	background-image: none
}

#nav-line {;
	height: 5px;
	background-color: #333;
}

#subcat a, #subcat a:active, #subcat a:visited {
	display: inline-block;
	margin: 0px 2px;
	
	text-decoration: none;
	font-size: 13px;
	
	padding: 5px 7px 3px 5px;
	margin-bottom: 5px;
	font-size: 12px;
	background-color: #ccc;
	color: #000;
	
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
background-image: linear-gradient(bottom, rgb(153,153,153) 24%, rgb(204,204,204) 62%);
background-image: -o-linear-gradient(bottom, rgb(153,153,153) 24%, rgb(204,204,204) 62%);
background-image: -moz-linear-gradient(bottom, rgb(153,153,153) 24%, rgb(204,204,204) 62%);
background-image: -webkit-linear-gradient(bottom, rgb(153,153,153) 24%, rgb(204,204,204) 62%);
background-image: -ms-linear-gradient(bottom, rgb(153,153,153) 24%, rgb(204,204,204) 62%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.24, rgb(153,153,153)),
	color-stop(0.62, rgb(204,204,204))
);
}

#subcat a:hover {
	color : #ed1c24;
}

#subcat a.active {
	color: #fff;
	background-color: #ed1c24;
	background-image: none;
}

#content {
	/*height: 560px;*/
}

#footer {
	height: 30px;
	text-align: right;
	font-size: 14px;
	color: #666;
	padding-right: 15px;
	margin-top: 20px;
}

.br-blue {
	color: #006bb7;
}

.br-red {
	color: #ed1c24;
}

.slidedeck dd ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.service-img-box {
	float: left;
	width: 400px;
	margin-right: 10px;
}

h3 {
	margin: 5px 0px 0px 0px;
	font-size: 16px;
	color: #CCC;
}

div.service-img-desc {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

a.sd-ver-next {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 5px;
}

a.sd-ver-prev {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 5px;
}

div.service-img-footer {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 365px;
	color: #666;
	font-size: 12px;
}

a.download-btn {
	display: inline-block;
	padding: 3px 7px 1px 5px;
	margin-top: 10px;
	font-size: 11px;
	background-color: #111;
	color: #aaa;
	
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.book-btn {
	display: inline-block;
	padding: 3px 7px 1px 5px;
	margin-top: 10px;
	font-size: 11px;
	background-color: #ed1c24;
	color: #fff;
	
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.video-box {
	float: left;
	margin: 0px 80px 20px 0px;
	width: 400px;
	height: 350px;
}

table.cart td {
	border-bottom: 1px dotted #444;
}

#about-th p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}