@charset "UTF-8";
/* CSS Document */

/* RESET */
/* ----------------------------------------- */

body {
	background: #f98a55 url(../images/bg.jpg) repeat-x top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin:0 auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
}

/* WRAPPER */
/* ----------------------------------------- */

#wrapper {
	background: url(../images/spud-jumping.png) right top no-repeat;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 100px;
	width: 980px;
}

/* HEADER */
/* ----------------------------------------- */
#header {
	background: url(../images/header-bg.png) center top no-repeat;
	float: left;
	width: 980px;
}

#logoPhone {
	float: left;
	padding: 10px;
	width: 960px;
}

#logoPhone img {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}

#phone {
	float: right;
	padding: 20px 20px 0 0;
	text-align: center;
	width: 300px;
}

#phone p strong {
	color: #353636;
	font-size: 38px;
}

#booking {
	background: url(../images/book-bg.jpg) center no-repeat;
	color: #FFF;
	float: left;
	font-weight: bold;
	padding: 4px 0;
	width: 286px;
}

#booking a:link, a:active, a:visited{
color:#FFFFFF;
text-decoration:none;
}

#booking a:hover{
color:#FFFFFF;
text-decoration:underline;
}

/* BANNER */
/* ----------------------------------------- */
#bannerContainer {
	float: left;
	width: 980px;
}

#banner {
	background: url(../images/banner-content-bg-shadow.png) center repeat-y;
	float: left;
	width: 960px;
	padding: 0 10px;
}

/* TOP NAVIGATION */
/* ----------------------------------------- */
#topNav {
	color: #353636;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	width: 960px;
}

#topNav ul {
	border-bottom: #dadada 1px solid;
	float: left;
	width: 960px;
}

#topNav li {
	background: url(../images/nav-sep.png) center right no-repeat;
	float: left;
	list-style: none;
	padding: 10px 9px;
}

#topNav li.last {
	background: none;
}

#topNav li a:link, 
#topNav li a:visited, 
#topNav li a:active {
	color: #353636;
	text-decoration: none;
}

#topNav li a:hover{
	color: #353636;
	text-decoration: underline;
}

/* BANNER */
/* ----------------------------------------- */
#bannerSlider {
	background: url(../images/banner-content-bg.png) bottom repeat-x;
	float: left;
	height: 320px;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	width: 940px;
}

#effectWindow {
	float: left;
	height: 320px;
	overflow: hidden;
	width: 396px;
}

#effect {
	float: left;
}

#bannerSlider div#effectWindow ul#effect {
	position: relative;
	top: 0;
}

#bannerSlider ul#effect li {
	list-style: none;
}

#bannerSlider ul#thumbs {
	float: right;
	padding: 0 0 0 20px;
	width: 524px;
}

#bannerSlider ul#thumbs li {
	background: url(../images/banner-slider-box-bg.jpg) bottom repeat-x;
	color: #ee8645;
	list-style: none;
	float: left;
	padding: 3px 0;
	width: 524px;
}

#bannerSlider ul#thumbs li img {
	float: left;
	margin: 0;
	padding: 0 10px 3px 0;
}

#bannerSlider ul#thumbs li h6 {
	color: #353636;
	border-bottom: #dadada 1px solid;
	float: left;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	width: 426px;
}

#bannerSlider a:active,
#bannerSlider a:link,
#bannerSlider a:visited {
	color: #ee8645;
	text-decoration: none;
}

#bannerSlider a:hover {
	color: #ee8645;
	text-decoration: underline;
}

#v1 {
	display: none;
}

#v2 {
	display: none;
}

#v3 {
	display: none;
}

#v4 {
	display: none;
}

/* CONTENT */
/* ----------------------------------------- */

#content {
	float: left;
	width: 980px;
}

#content img {
	margin: 0;
}

#contentContainer {
	background: url(../images/content-bg-shadow.png) center repeat-y;
	float: left;
	padding: 0 10px;
	width: 960px;
}

#content a:active,
#content a:link,
#content a:visited {
	color: #ee8645;
	text-decoration: none;
}

#content a:hover {
	color: #ee8645;
	text-decoration: underline;
}

.left {
	float: left;
	padding: 0 10px 5px 0;
}

.right {
	float: right;
	padding: 0 0 5px 10px;
}

.noMargin {
	float: left;
	margin: 0;
	padding: 0;
}

/* TEXT AREA */
/* ----------------------------------------- */

#textArea {
	color: #FFF;
	float: left;
	padding: 0 20px 0 0;
	width: 550px;
}

#textArea p {
	line-height: 18px;
	padding: 0 0 18px 10px;
}

#textArea h1.title, 
#textArea h2.title, 
#textArea h3.title, 
#textArea h4.title, 
#textArea h5.title, 
#textArea h6.title {
	background: #ee7d43 url(../images/title-bg.jpg) bottom left no-repeat;
	color: #FFF;
	float: left;
	font-weight: normal;
	padding: 5px 10px 10px 10px;
	text-transform: uppercase;
	width: 530px;
}

/* COLUMN RIGHT */
/* ----------------------------------------- */

#columnRight {
	background: url(../images/column-right-bg.jpg) top repeat-x;
	color: #FFF;
	float: left;
	width: 380px;
}

#columnRight p {
	line-height: 18px;
	padding: 0 10px 18px 10px;
}

#columnRight h1, 
#columnRight h2, 
#columnRight h3, 
#columnRight h4, 
#columnRight h5, 
#columnRight h6 {
	background: url(../images/column-right-sep.jpg) bottom repeat-x;
	color: #FFF;
	float: left;
	font-weight: normal;
	padding: 5px 10px;
	text-transform: uppercase;
	width: 360px;
}

#miniGallery {
	float: left;
	width: 380px;
}

#miniGallery ul {
	padding: 0 0 0 5px;
}

#miniGallery li {
	float: left;
	list-style: none;
	padding: 0 5px;
}

/* FOOTER */
/* ----------------------------------------- */

#footer {
	background: url(../images/bottom-bg.jpg) bottom center no-repeat;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 100px 100px 100px;
	width: 980px;
}

#bottomNav {
	background: url(../images/footer-bg.png) center no-repeat;
	color: #FFF;
	float: left;
	height: 79px;
	text-align: center;
	width: 980px;
}

#bottomNav ul {
	padding: 15px 0 5px 0;
}

#bottomNav li {
	background: url(../images/bottomNav-sep.jpg) center right no-repeat;
	display: inline;
	list-style: none;
	padding: 0 8px;
}

#bottomNav li.last {
	background: none;
}

#bottomNav a:active,
#bottomNav a:link,
#bottomNav a:visited {
	color: #FFF;
	text-decoration: none;
}

#bottomNav a:hover {
	color: #FFF;
	text-decoration: underline;
}

.gallery-img{
padding:0 9px 20px;
}
