@charset "UTF-8";
/* CSS Document */

body {
  background: url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
	outline:none;
	border:none;
}

#top_container { background:#32435d; border:none; height:35px; left:0; position:fixed; width:100%; top:0; z-index:3; }

#top {
    left: 0;
    margin: 0 auto;
    position: absolute;
	position:fixed;
    right: 0;
    text-align: right;
    top: 2px;
    width: 960px;
    z-index: 5;
}

.fbicon {
	vertical-align:middle;
}

.taicon {
	vertical-align:middle;
}

#wrapper {
    margin: 75px auto 0;
    width: 960px;
}

#header {
	width:960px;
	padding:10px 0 10px 0;
	margin:;
	background:none;
}

.logo1 {
}

.logo2 {
    float: right;
    margin-top: 19px;
}


/*****DROPDOWN*****/

#nav {
	background:#32435d;
	width:960px;
}

#nav a {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
}

#navigation {
    background: none repeat scroll 0 0 #32435D;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#navigation li {
    display: inline-block;
    list-style: none outside none;
    padding: 5px 8px;
    position: relative;
}

#navigation li a {
	padding: 5px;
	display: block;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

#navigation li:hover .main {
	color: #ee4e1d;
}

#navigation li .sub-nav-wrapper {
	display: none;
    margin-left: 0;
    position: absolute;
    width: 180px;
    z-index: 30;
}

#navigation li .sub-nav-wrapper .sub-nav {
	width: 180px;
	margin-top: 4px;
	background: #fff;
	border-top: 1px solid #fff;
	padding:0;
	
	box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

#navigation li:hover .sub-nav-wrapper {
	display: block;
}

#navigation li .sub-nav-wrapper .sub-nav li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #d7d7d7;
}

#navigation li .sub-nav-wrapper .sub-nav li:first-child {
}

#navigation li .sub-nav-wrapper .sub-nav li:last-child {
	border: none;
}

#navigation li .sub-nav-wrapper .sub-nav li a {
    color: #32435D;
    display: block;
    font-size: 10px;
    font-weight: 600;
    padding: 8px 8px;

	text-shadow: 1px 1px 0 rgba(255,255,255,1.0);
	
	box-shadow: inset 0 0 2px rgba(255,255,255,1.0);
	-moz-box-shadow: inset 0 0 2px rgba(255,255,255,1.0);
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,1.0);
}

#navigation li .sub-nav-wrapper .sub-nav li:hover {
	background: #f5f5f5;
	border-bottom: 1px solid #3b3b3b;
	display:block;
}

/*****END DROPDOWN*****/

/*****HOME CONTENT*****/

#content {
	width:960px;
	height:auto;
	background-image:url('images/bkgdblue.png');
	background-repeat:no-repeat;
	border:none;
	padding:0;
}

p {
	color:#FFF;
	padding:20px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
}

.homeblock-image {
    margin: 0 40px;
    position: relative;
    width: 100%;
}

h2 {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    text-align: right;
    top: 129px;
    width: 395px;
    z-index: 500;
}

h2 a {
	text-decoration:none;
	color:#FFF;
	outline:none;
}

h2 a:hover {
	color:#CCC;
}

.homeblock-title {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    text-align: right;
    top: 129px;
    width: 395px;
    z-index: 500;
}

.homeblock-title a {
	text-decoration:none;
	color:#FFF;
	outline:none;
}

.homeblock-title a:hover {
	color:#CCC;
}

.arrow {
	vertical-align:middle;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:2px;
}

homeblock {
    margin: 0 86px 40px 0;
}

.homeblock2 {
    margin: 0 0 40px;
}

table {
	margin:0 auto;
}

td {
	vertical-align:top;
}

/***** INSIDE CONTENT *****/

#content-inside-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    clear: both;
    float: left;
    height: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 0;
    width: 960px;
}

#content-inside {
    float: left;
    margin: 10px 25px 25px;
    padding: 0;
}

h1 {
    color: #333333;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding:0;
	margin:5px 0 0 0;
}

h3 {
    color: #333333;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding:0;
}

p.style1 {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px;
	line-height:1.4em;
    padding: 0;
    text-align: justify;
}

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

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

.link {
	color:#069;
	text-decoration:none;
}

.link:hover {
	color:#666;
	text-decoration:none;
}

.link2 {
	color:#900;
	font-weight:bold;
	text-decoration:none;
}

table tr td {
    color:#CCC;
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    font-weight: 300;
    padding: 2px 0;
}

table tr td.other {
	padding-bottom:15px;
}

table.contact {
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

table.contact td {
	color:#333;
}

.head-image {
    clear: both;
    padding-bottom: 20px;
	padding-top:5px;
}

.biketitle {
    color: #036;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
}

/***** ABOUT CONTENT *****/

.bio {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    float: left;
    margin-bottom: 20px;
	padding-bottom:15px;
	color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px;
	line-height:1.4em;
    text-align: justify;
}

h4 {
    color: #333333;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
}

h5 {
    color: #666666;
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}

h6 {
    background: none repeat scroll 0 0 #C1D0D4;
    clear: both;
    color: #32435D;
    font-family: 'Oswald',sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 5px;
    width: 100%;
}

.h7 {
    color: #333333;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
}

.about-image {
	float:left;
	margin:0 20px 20px 0;
}

/***** SB's BEST *****/

.sbbest {
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 13px;
    text-align: center;
}

.sbbest-image {
    float: left;
    margin-bottom: 10px;
}

/***** PRICING CONTENT *****/

table.pricing {
    clear: both;
    float: left;
    padding-bottom: 20px;
    width: 630px;
}

table.pricing2 {
    clear: both;
    float: left;
    padding-bottom: 20px;
    width: 675px;
}

table.pricing3 {
    clear: both;
    float: left;
    padding-bottom: 20px;
    width: 880px;
}

tr.p1, tr.p1 td {
	background:#EDEDED;
	color:#32435D;
	padding: 15px;
    text-align: left;
	vertical-align:middle;
	width:100px;
}

tr.p2, tr.p2 td {
	background:#FFF;
	color:#32435D;
	padding: 15px;
    text-align: left;
	vertical-align: top middle;
	width:100px;
}

tr h5 {
    background: none repeat scroll 0 0 #32435D;
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    padding: 15px;
}

/***** TOURS TABLES *****/

table.tours {
	float:left;
}

table.tours td {
	border-bottom:1px solid #999;
	padding-bottom:10px;
	padding-top:10px;
	color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	font-weight:normal;
    line-height: 1.5em;
    text-align: justify;
}

/***** BOOK NOW BUTTON *****/

.xola-custom{
	background-color: #606C88;
    background-image: linear-gradient(to bottom, #606C88, #3F4C6B);
    border: 1px solid #495267;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: trebuchet MS,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    vertical-align: middle;
	cursor:pointer;
}

.xola-custom:hover{
 border:1px solid #363d4c;
 background-color: #4b546a; background-image: -webkit-gradient(linear, left top, left bottom, from(#4b546a), to(#2c354b));
 background-image: -webkit-linear-gradient(top, #4b546a, #2c354b);
 background-image: -moz-linear-gradient(top, #4b546a, #2c354b);
 background-image: -ms-linear-gradient(top, #4b546a, #2c354b);
 background-image: -o-linear-gradient(top, #4b546a, #2c354b);
 background-image: linear-gradient(to bottom, #4b546a, #2c354b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4b546a, endColorstr=#2c354b);
}

iframe {
	border:none;
	outline:none;
	background:#FFF;
}