/* Great Glen Adventures v2		 */
/* ----------------------------- */
/* Template: Standard v2.0		 */
/* Author: I Am Tyce 			 */
/* URL: http://www.iamtyce.com	 */
/* Created: July 2010		 	 */
/* ----------------------------- */

/* Reset CSS Values */
/* */

body {
	padding: 0;
	margin: 0;
	font: 11px Arial, Verdana, Helvetica;
	font-size: small;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
}

table {
	font-size: inherit;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

p {
	margin: 1em 0;
}

/* Define Basic CSS Values */
/* */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg-repeat.jpg);
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 20px 4px 10px 4px;
	color: #41545e;
	font-size: 50px;
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	font-weight: bold;
	line-height: 38px;
	text-shadow: 0px 1px 2px #fff;
	text-transform: uppercase;
	z-index: 1;
	clear: left;
	letter-spacing: 1px;
	font-stretch: condensed;
}

h3 {
	margin: 0px;
	padding: 0px 4px 4px 4px;
	color: #666;
	font-size: 18px;
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

p {
	margin: 0px;
	padding: 4px 4px;
	font-size: 11px;
	line-height: 14px;
	color: #2f2f2f;
}

p a {
	color: #2f2f2f;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

p a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #2f2f2f;
}

.inner {
	margin: 0px auto;
	width: 900px;
	text-align: center;
	position: relative;
}

/* Top Nav */
/* */

.top-nav {
	width: 100%;
	height: 41px;
	background: url(../images/top-nav-bg.jpg) #000;
}

#top {
	margin: 4px auto;
	padding: 0;
	list-style: none;
	float: right;
}

#top li {
	float: left;
	margin: 3px 5px 0px 5px;
	padding: 7px 3px;
	color: #444;
}

#top a {
	margin-right: 17px;
	float: left;
	color: #ccc;
	font-size: 12px;
	font-family: "Helvetica Neue", Tahoma, Arial;
	text-decoration: none;
}

#top a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Weather */
/* */

.weather {
	margin: 7px 0px 0px 10px;
	float: left;
}

.weather p {
	margin: 0px 5px;
	padding: 7px 3px;
	color: #ccc;
	font-size: 12px;
	font-family: "Helvetica Neue", Tahoma, Arial;
	float: left;
}

.weather img {
	float: left;
}

/* Cart */
/* */

.cart {
	margin: 7px 0px 0px 10px;
	float: left;
}

/* Main Container */
/* */

.container {
	margin: 0px auto;
	padding: 20px 0px;
	width: 880px;
}

/* Header */
/* */

.header {
	padding-top: 10px;
	height: 200px;
}

.header-logo {
	width: 350px;
	height: 193px;
	display: block;
	text-indent: -3900%;
	float: left;
	position: relative;
	left: -20px;
	top: 10px;
	/*border: 1px solid #F00;*/
	background: url(../images/logo-lrg.png) no-repeat;
	outline: none;
}

.twitter {
	margin: 0px;
	padding: 11px 60px 6px 12px;
	width: 295px;
	min-height: 80px;
	float: right;
	background: url(../images/twitter-panel.png) left top no-repeat;
	position: relative;
	top: 20px;
	right: 80px;
	z-index: 1;
}

.twitter p {
	margin: 0px auto;
	padding: 0px;
	min-height: 32px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #ccc;
	text-align: center;
	line-height: 15px;
}

.twitter p em {
	color: #999;	
}

.twitter p em strong {
	font-size: 14px;	
}

.twitter p a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

.twitter p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.twitter .follow-us {
	float: right;
	position: relative;
	top: 16px;
	right: -35px;
	z-index: 10;
}

.twitter .follow-us:active {
	position: relative;
	top: 17px;
}

.twitter h3 a {
	margin: 0px;
	padding: 0px;
	width: 109px;
	height: 20px;
	background: url(../images/twitter-follow.png) no-repeat;
	display: block;
	text-indent: -3900%;
	float: left;
	outline: none;
	position: relative;
	top: 25px;
	left: 80px;
}

.twitter h3 a:active {
	position: relative;
	top: 26px;
}

/* Main Menu */
/* */

.main-menu {
	width: 550px;
	height: 42px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/menu/bg-short.png) no-repeat;
	text-align: center;
	float: right;
	position: relative;
	top: 50px;
	right: -10px;
}

/* LEVEL ONE */
ul.dropdown { 
	margin: 0px;
	padding: 0px 0px 0px 18px;
	position: relative; 
	top: 10px;
	z-index: 10;
}

ul.dropdown li { 
	float: left; 
	zoom: 1; 
}

ul.dropdown li a { 
	display: block; 
	padding: 3px 10px 0px 16px;
	color: #4b4b4a;
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	font-size: 23px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 1px 1px 3px #fff;
	text-transform: uppercase;
	outline: none;
	line-height: 20px;
}

ul.dropdown li a:hover, ul.dropdown a:active, ul.dropdown .active { 
	color: #177595; 
	text-decoration: underline;
	outline: none;
	text-shadow: 1px 1px 3px #fff;
}

ul.dropdown li:last-child a { 
	border-right: none; 
} 
/* Doesn't work in IE */

ul.dropdown li.hover { 
	color: #4b4b4a; 
	text-decoration: underline;
	position: relative; 
}

ul.dropdown li:active {
	outline: none;
} 

ul.dropdown li a:active {
	outline: none;
	position: relative;
	top: 1px;
} 

ul.dropdown li:hover { 
	color: #4b4b4a; 
	position: relative; 
}

ul.dropdown li.hover a { 
	color: #4b4b4a; 
	text-decoration: underline;
	outline: none;
}

/* LEVEL TWO */
ul.dropdown ul { 
	margin: 0px;
	padding: 4px 0px 6px 5px;
	width: auto;
	visibility: hidden; 
	position: absolute; 
	top: 24px; 
	left: 0px; 
	text-align: left;
	background: url(../images/input-bg-active.jpg);
}

ul.dropdown ul li { 
	margin: 0px;
	padding: 8px 12px 4px 10px;
	line-height: 0px;
	font-weight: normal;  
	color: #4b4b4a;
	float: none;
	width: 205px;
}

ul.dropdown .thin {
	width: 120px;
}

ul.dropdown ul li a {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	text-transform: none;
	color: #4b4b4a;
	font-weight: 400;
} 						

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { border-right: none; width: 100%; display: inline-block; } 

/* LEVEL THREE */
ul.dropdown ul ul { left: 100%; top: 0; }
ul.dropdown li:hover > ul { visibility: visible; }

/* Search */
/* */

.search {
	float: right;
	margin: 10px;
}

.search .input {
	margin: 0px 10px;
	padding: 5px 5px 4px 5px;
	width: 166px;
	height: 14px;
	color: #444;
	background-color: #efeee2;
	border: 1px solid #efeee2;
	font-size: 11px;
}

.search .button {
	margin: 0px;
	padding: 4px 8px 3px 8px;
	background: #f5f5ed;
	border: 0;
	font-size: 13px;
	font-weight: bold;
	color: #7b7964;
	position: relative;
	top: 1px;
}

/* Homepage Panel */
/* */

.panel {
	width: 856px;
	margin: 10px auto;
	padding: 0px;
	position: relative; 
	border: 12px solid #2f2f2f;
	-moz-box-shadow: 3px  3px 4px #aaa;
	-webkit-box-shadow: 3px  3px 4px #aaa;
	-khtml-box-shadow: 3px  3px 4px #aaa;
	z-index: 0;
}

.slider { 
	width: 880px; 
	height: 440px; 
	overflow: hidden; 
	position: relative; 
}

.slides { 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.slides div { 
	width: 880px; 
}

.slides div a {
	/*width: 880px;
	height: 440px;
	position: absolute;
	top: 0;
	background: #ccc;*/
} 

.panel a.nav {
	margin: 0px;
	padding: 0px 10px 4px 10px;
	display: block;
	position: absolute; 
	top: 200px; 
	font-size: 80px;
	font-weight: bold;
	color: #bbb;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	outline: none;
}

.panel a.nav:hover {
	background: #2f2f2f;
	color: #fff;
}

.panel a.previous { 
	left: -46px; 
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 0px;
	-khtml-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
}

.panel a.next {  
	right: -46px; 
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 0px;
	-khtml-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

.panel ul.pagination { 
	list-style-type: none; 
	margin-top: 15px; 
	padding: 0px; 
	float: right;
}

.panel ul.pagination li { 
	float: left; 
	margin: 0 5px; 
}	

.panel ul.pagination a {  
	width: 5px;
	height: 5px;
	padding: 6px 10px;
	font-size: 11px;
	overflow: hidden; 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	color: #8f8d71;
	background: #e6e4d1;
	text-decoration: none;
}

.panel ul.pagination a:hover {
	color: #fff;
	background: #4d4d4d;
	-moz-box-shadow: 0px  0px 4px #eee;
	-webkit-box-shadow: 0px  0px 4px #eee;
	-khtml-box-shadow: 0px  0px 4px #eee;
}

.panel ul.pagination li.active a {
	color: #fff;
	background: #2f2f2f;
	text-shadow: 0px 1px 2px #fff;
	-moz-box-shadow: 0px  0px 4px #aaa;
	-webkit-box-shadow: 0px  0px 4px #aaa;
	-khtml-box-shadow: 0px  0px 4px #aaa;
	text-shadow: 0px 0px 2px #000;
}

/* Content */
/* */

.content {
	margin: 30px 15px 5px 15px;
	padding: 10px;
	background: url(../images/content-bg.png);
	border: 1px solid #e1e0cc;
	/*box-shadow: 1px 1px 7px #eee;
	-moz-box-shadow: 1px 1px 7px #eee;
	-webkit-box-shadow: 1px 1px 7px #eee;
	-khtml-box-shadow: 1px 1px 7px #eee;*/
}

.left {
	width: 97%;
	float: left;
}

.gal {
}

.v-copy {
	margin: 0px auto;
	padding: 0px 0px 0px 10px;
	width: 465px;
	min-height: 400px;
	float: left;
	position: relative;
	/*border: 1px dotted #fff;*/
}

.h-copy {
	margin: 0px auto;
	padding: 0px 10px 40px 10px;
	width: 100%;
}

.content h3 {
	margin: 8px 0px 12px 0px;
	padding: 10px;
	display: inline-block;
	color: #333;
	font-size: 28px;
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	text-transform: none;
	font-weight: normal;
	background: #f2f1e1;
	border: 1px solid #e1e0cc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cfceb2;
	position: relative;
	left: -25px;
}

.content h4 {
	margin: 0px;
	padding: 4px 4px 12px 4px;
	position: relative;
	clear: both;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #444;
	line-height: 20px;
}

.content h4 a {
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #777;
} 

.content h4 a:hover {
	text-decoration: none;
	color: #2d2d2d;
	border-bottom: 1px solid #444;
} 

.content h5 {
	margin: 0px;
	padding: 20px 0px 5px 10px;
	display: inline-block;
	font-size: 32px;
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #444;
	line-height: 20px;
}

.content h6 {
	padding: 6px 4px 10px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #846f60;
}

.content h6 span {	
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #695241;
}

.content h6 em {	
	padding: 0px 6px;
	color: #be9d85;
}

.content p {
	margin: 10px 0px;
	border: none;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	padding: 4px;
	color: #2f2f2f;
	clear: left;
}

.content .left p {
	clear: both;
	margin: 5px 0px 0px 10px;
}

.content .left .bullet-info {
	clear: both;
	float: left;
}

.content .left .copy {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px;
	clear: left;
	position: relative;
}

.content #internal {
	margin: 0px;
	padding: 0px;
}

.content #internal ul {
	margin: 0px;
	padding: 5px 0px;
	clear: both;
}

.content #internal ul li {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 4px 30px;
	list-style-type: disc;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, Times;
	color: #333;
	width: 100%;
	background: url(../images/bullets/tree.png) no-repeat left;
	line-height: 19px;
}

.content #internal h4 {
	margin: 10px 0px 0px 14px;
	padding: 0px;
	color: #333;
	font-style: normal;
	font-family: Arial, Tahoma;
	font-size: 15px;
	font-weight: bold;
	clear: both;
}

.content #internal-sml ul {
}

.content #internal-sml ul li {
	margin: 15px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	list-style-type: disc;
	font-size: 13px;
	font-style: italic;
	font-family: Georgia, Times;
	color: #333;
	width: 100%;
	background: url(../images/bullets/tree-sml.png) no-repeat left center;
	line-height: 16px;
}

.content #internal-sml h4 {
	margin: 10px 0px 0px 14px;
	padding: 10px 0px 0px 0px;
	color: #333;
	font-style: normal;
	font-family: Arial, Tahoma;
	font-size: 15px;
	font-weight: bold;
	clear: both;
}

.content #internal-none ul {
	margin: 0px;
	padding: 5px 0px;
}

.content #internal-none ul li {
	margin: 5px 0px 0px 10px;
	padding: 3px 0px 3px 20px;
	list-style-type: disc;
	font-size: 13px;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana;
	color: #222;
	width: 100%;
	background: url(../images/bullets/hike-sml.png) no-repeat left center;
	line-height: 16px;
}

.content #internal-none h4 {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 3px 0px;
	color: #333;
	font-style: normal;
	font-family: Arial, Tahoma;
	font-size: 15px;
	font-weight: bold;
	clear: both;
}

.content .itinerary p {
	float: left;
}

.content img {
	border: 5px solid #2f2f2f;
}

/* Dates */
/* */

.date {	
	width: 75px;
	height: 60px;
	background: #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	background: url(../images/date.jpg) repeat-x;
	clear: left;
	float: left;
}

.date h5, .date h6 {
	color: #fff;
	text-align: center;
	font-family: Georgia, Times;
	font-weight: normal;
	text-shadow: 0px 1px 1px #000;
}

.date h5 {
	padding: 9px 0px 11px 0px;
	font-size: 24px;
	font-style: italic;
}

.date h6 {
	font-size: 14px;
	text-transform: uppercase;
}

/* Content Slider */
/* */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider {
	width: 420px;
	position:relative; /* Fixing fade in IE6 and IE7 */
}

#slider li { 
	width: 420px;
	overflow:hidden; 
}

#slider li ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 90%;
	clear: both;
}

#slider li ul li {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 4px 30px;
	width: 100%;
}

#slider img {
	float: right;
}

#slider .itinerary {
	min-height: 500px;
}

/* Slider Numeric Controls */
/* */
	
ol {
	margin: 0px auto;
	padding: 13px 0px;
	width: 420px;
	position: relative;
	top: -32px;
	text-align: center;
}

ol li {
	margin: 0px; 
	padding: 0px 10px;
	list-style: none;
	display: inline;
}

ol li a {
	padding: 6px 10px 4px 10px;
	text-decoration: none;
	font-size: 26px;
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	color: #eee;
	background: #4d4d4d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: inset 0px 0px 3px #222;
	-moz-box-shadow: inset 0px 0px 3px #222;
	-webkit-box-shadow: inset 0px 0px 3px #222;
	-khtml-box-shadow: inset 0px 0px 3px #222;
	position: relative;
	top: 0px;
	text-shadow: 1px 1px 2px #000;
	letter-spacing: 1px;
}

ol a:hover, li.current a {
	text-decoration: none;
	color: #fff;
	background: #128fb8;
	text-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-khtml-box-shadow: 1px 1px 3px #ccc;
}

ol li a:focus {
	top: 1px;
}

ol li.current a {
	top: 0px;
}

ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

/* Content Image */
/* */

.content-panel {
	width: 390px;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	float: right;
}

.content-panel img { 
	border: 0;
}

.no-border { 
	border: 0;
}

.no-border img { 
	border: 0;
}

.contact-img { 
	float: right;
	position: relative;
	top: -30px;
	left: -10px;
}

.contact-img img {
	border: 0;
}

/* Seasonal */
/* */

.seasonal  {
	margin: 10px 0px 10px 10px;
	width: 92%;
	font-family: Arial, Tahoma;
}

.seasonal div {
	padding: 10px;
}

.seasonal h3 {
	padding-top: 15px;
	font-size: 18px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	color: #2d2d2d;
}

.seasonal p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 13px;
	margin: 0px;
	padding: 4px;
	color: #222;
	line-height: 16px;
	font-family: Arial, Tahoma, Verdana;
}

.seasonal ul {
	margin: 5px;
	padding: 5px 30px;
}

.seasonal ul li {
	
}

element.style {
	height: 40px;
}

.seasonal a {
	cursor: pointer;
	display: block;
	margin: 7px 0px;
	padding: 8px 10px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-family: Arial, Tahoma;
	font-weight: normal;
	color: #8f8d71;
	background: #e6e4d1;
	text-shadow: 0px 1px 1px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.seasonal .last a {
	border-bottom: none;
}

.seasonal a:hover {
	color: #f0f0f0;
	background: #755a46;
	text-shadow: 0px 1px 1px #000;
}

.seasonal a.selected {
	color: #fff;
	background: #685140;
	text-shadow: 0px 1px 1px #000;
}

.seasonal img {
	margin: 15px;
	padding: 4px;
	clear: right;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: 1px 1px 7px #aaa;
	-moz-box-shadow: 1px 1px 7px #aaa;
	-webkit-box-shadow: 0px 0px 7px #777;
	-khtml-box-shadow: 0px 0px 7px #777;
	outline: none;
}

  /* By default, we tilt all our images -2 degrees */
.seasonal img {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}
  
 /* Rotate all even images 2 degrees */
.seasonal img:nth-child(even) {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}
 
/* Don't rotate every third image, but offset its position */
.seasonal img:nth-child(3n) {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}
 
/* Rotate every fifth image by 5 degrees and offset it */
.seasonal img:nth-child(5n) {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	position: relative;
	right: 5px;
}
 
/* Keep default rotate for every eighth, but offset it */
.seasonal img:nth-child(8n) {
	position: relative;
	top: 8px;
	right: 5px;
}
 
/* Keep default rotate for every eleventh, but offset it */
.seasonal img:nth-child(11n) {
	position: relative;
	top: 3px;
	left: -5px;
}

/* Image Galleries */
/* */

.image-gallery {
	text-align: center;
}

.image-gallery img {
	margin: 8px;
	outline: none;
}

.image-gallery a img {
	box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-khtml-box-shadow: 3px 3px 3px #ccc;
	outline: none;
	border: 5px solid #353535;
}

.image-gallery a:hover img {
	border: 5px solid #2f2f2f;
	box-shadow: 3px 3px 3px #aaa;
	-moz-box-shadow: 3px 3px 3px #aaa;
	-webkit-box-shadow: 3px 3px 3px #aaa;
	-khtml-box-shadow: 3px 3px 3px #aaa;
}

/* Bottom Footer */
/* */

.bottom {
	width: 900px;
	height: 150px;
	margin: 0px auto;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
}

/* Bottom Columns */
/* */

.column {
	float: left;
	width: 190px;
	margin: 5px;
	padding: 10px;
}

.column h2 {
	font-size: 18px;
}

.column ul {
	margin: 0px;
	padding: 0px 10px;
}

.column ul li {
	list-style-type: none;
	margin: 3px;
	padding: 0px;
	font-size: 11px;
}

.column ul li a {
	color: #333;
	text-decoration: none;
}

.column ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/* Contact */
/* */

.contact-form {
	width: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
}

.contact-form .input-bg {
	clear: left;
	margin: 5px 0px;
	padding: 10px;
}
	
.contact-form input {
	margin: 2px;
	padding: 6px 8px;
	width: 280px;
	float: right;
	color: #000;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	border: 1px solid #ddd;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.contact-form textarea {
	margin: 2px;
	padding: 6px 8px;
	width: 280px;
	height: 140px;
	float: right;
	color: #000;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	border: 1px solid #ddd;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.contact-form input[type=text]:focus, .contact-form input[type=password]:focus, .contact-form textarea:focus, .contact-form textarea[type=text]:focus, .contact-form textarea:focus {
	border-color: #bbb;
}

.contact-form select {
	margin: 2px;
	padding: 6px 8px 2px 8px;
	width: 298px;
	float: right;
	color: #000;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	border: 1px solid #dad8c3;
	background: url(../images/input-bg.jpg) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.contact-form select option {
	padding: 2px;
	border: none;
}

.contact-form label {
	margin: 0px;
	padding: 10px 0px 0px 9px;
	width: 90px;
	display: block;
	float: left;
	text-align: left;
	font-size: 13px;
	color: #333;
}

.contact-form label.error {
	clear: left;
	width: 250px;
	text-align: left;
	padding: 14px 0px 6px 0px;
	color: #b91b1b;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, Times New Roman;
	text-transform: none;
	position: relative;
	left: 145px;
	text-shadow: 0px 1px 2px #fff;
}

.contact-form input.send-email {
	width: 297px;
	height: 40px;
	float: right;
	margin: 10px 12px;
	position: relative;
	color: #fff;
	background: #4d4d4d;
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	font-weight:lighter;
	font-size: 22px;
	line-height: 12px;
	letter-spacing:1px;
	text-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-khtml-box-shadow: 1px 1px 3px #ccc;
	text-transform: uppercase;
	border: none;
	outline: none;
}

.contact-form input.send-email:hover {
	border: none;
	background: #128FB8;
	color: #fff;
	cursor: pointer;
}

.contact-form input.send-email:focus {
	color: #fff;
	background: #128FB8;
	text-shadow: 0px 1px 1px #000;
	position: relative;
	top: 1px;
	outline: none;
}

/* Book Now */
/* */

.book-now-form {
	width: 410px;
}

.book-now-form input {
	width: 370px;
	background: #fff;
	border: 1px solid #ddd;
}

.book-now-form textarea {
	width: 370px;
	height: 100px;
	background: #fff;
	border: 1px solid #ddd;
}

.book-now-form select {
	width: 388px;
	background: #fff;
	border: 1px solid #ddd;
}

.book-now-form input.send-email {
	width: 130px;
	height: 40px;
	float: left;
	position: relative;
	left: 11px;
	color: #fff;
	background: #4d4d4d;
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	font-weight:lighter;
	font-size: 22px;
	line-height: 12px;
	letter-spacing:1px;
	text-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-khtml-box-shadow: 1px 1px 3px #ccc;
	text-transform: uppercase;
	border: none;
}

.book-now-form input.send-email:hover {
	border: none;
	background: #128FB8;
	color: #fff;
}

.book-now-form label.error {
	left: 20px;
}

.book-now-form img {
	border: none;
}

/* Footer */
/* */

.footer {
	width: 100%;
	height: 210px;
	margin: 0px auto;
	margin-top: 20px;
	padding: 20px 0px;
	text-align: center;
	background: url(../images/footer-bg.jpg) repeat-x center top;
}

.footer-copy {
	margin: 0px auto;
	text-align: center;
	width: 865px;
	background: #ccc;
}

.footer-copy h4 {
	padding: 0px 4px 6px 4px;
}

.footer-copy h4 a {
	margin: 0px;
	padding: 0px;
	color: #eee;
	font-size: 23px;
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
	outline: none;
	position: relative;
	top: 0px;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: 1px;
}

.footer-copy h4 a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-copy h4 a:active {
	top: 1px;
}

.footer-copy p {
	margin: 0px auto;
	padding: 4px;
	float: left;
	font-size: 11px;
	line-height: 19px;
	color: #ddd;
}

.footer-copy p a {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	outline: none;
	position: relative;
	top: 0px;
}

.footer-copy p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.footer-copy p a:active {
	border-bottom: 1px solid #fff;
	top: 1px;
}

.footer-copy-1 {
	width: 290px;
	min-height: 210px;
	margin: 0px 20px 0px 5px;
	padding-right: 10px;
	float: left;
	text-align: left;
	border-right: 1px dotted #777;
}

.footer-copy-2 {
	width: 315px;
	min-height: 210px;
	margin: 0px 10px 0px 0px;
	padding-right: 10px;
	float: left;
	text-align: left;
	border-right: 1px dotted #777;
}

.footer-copy-3 {
	width: 200px;
	min-height: 180px;
	float: left;
	text-align: left;
}

.footer-about {
	padding-bottom: 10px;
}

.footer-about p {
	padding: 10px 75px 0px 5px;
	background: url(../images/footer-logo.png) top right no-repeat;
}

.footer-touch {
	padding-bottom: 15px;
}

.footer-copy .link {
	float: right;
	background: none;
}

.footer-copy .link a {
	padding: 4px 8px 2px 8px;
	text-decoration: none;
	font-size: 15px;
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	position: relative;
	top: 0px;
	text-shadow: 1px 1px 2px #000;
	outline: none;
	border: none;
}

.footer-copy .link a:hover {
	color: #fff;
	background: #2e2e2e;
	border: none;
}

.footer-copy .link a:active {
	color: #fff;
	background: #333;
	position: relative;
	top: 1px;
	border: none;
}

.footer-copy .link a em {
	font-size: 120%;
	color: #999;
}

.footer-copy .link a:hover em {
	color: #fff;
}

.footer-about .link a {
	right: -70px;
}

.footer-copy .stay-in-touch {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	clear: left;
	float: left;
}

.footer-copy .stay-in-touch a {
	padding: 8px 7px 7px 29px;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	text-decoration: none;
	color: #ccc;
	font-size: 13px;
	outline: none;
	position: relative;
	top: 0px;
	border: none;
}

.footer-copy .stay-in-touch a:hover {
	text-decoration: none;
	color: #fff;
	border: none;
}

.footer-copy .stay-in-touch a:active {
	position: relative;
	top: 1px;
	background: #000;
	border: none;
}

.footer-copy .t a {
	background: url(../images/footer-twitter.png) no-repeat left;
}

.footer-copy .f a {
	background: url(../images/footer-facebook.png) no-repeat left;
}

.footer-copy .t a:hover {
	background: #2e2e2e url(../images/footer-twitter-roll.png) no-repeat left;
}

.footer-copy .f a:hover {
	background: #2e2e2e url(../images/footer-facebook-roll.png) no-repeat left;
}

.footer-copy .t a:active {
	background: #333 url(../images/footer-twitter-roll.png) no-repeat left;
}

.footer-copy .f a:active {
	background: #333 url(../images/footer-facebook-roll.png) no-repeat left;
}

.footer-gallery a {
	outline: none;
}

.footer-gallery a img {
	margin: 3px 2px 3px 0px;
	border: 3px solid #2d2d2d;
	outline: none;
	position: relative;
	top: 0px;
}

.footer-gallery h4 {
	padding-bottom: 35px;	
}

.footer-gallery a:hover img {
	border: 3px solid #222;
}

.footer-gallery a:active img {
	border: 3px solid #333;
	top: 1px;
	outline: none;
}

.footer-designed .i-am-tyce a {
	width: 185px;
	height: 75px;
	display: block;
	text-indent: -3900%;
	background: url(../images/i-am-tyce.png) no-repeat;
	border: none;
	position: relative;
	top: 0px;
}

.footer-designed .i-am-tyce a:hover {
	background: url(../images/i-am-tyce-roll.png) no-repeat;
	border: none;
}

.footer-designed .i-am-tyce a:active {
	background: url(../images/i-am-tyce-roll.png) no-repeat;
	border: none;
	top: 1px;
}

/* Misc */
/* */

span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", "Constantia", serif;
  font-style: italic;
  font-size: 110%;
}

.clear {
	clear: both;
}

.fancybox-sml-right {
	float: right;
	position: relative;
	top: -8px;
}

.social-buttons {
	padding: 10px;
	height: 50px;
	text-align: center;
}

.social-buttons .facebook {
	position: relative;
	top: -2px;
}
