/* 
		Copyright: Custom Fit Online Solutions
		Author: Robert Valcourt, Roy McClean
		Date: May 2010

img.behind

*/

/*-------------------------------------------    
	general selectors
-------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #D9DADC url('/media/98/background.jpg') no-repeat top center;
}
h1,
h2,
h3 {
	color: #157697;
	font-family: "Arial Narrow", Arial, Verdana, Tahoma, Sans-serif;
	text-transform: uppercase;
}
h1 {
	font-size: 30px;
	background: url('/media/773/h1-bg.gif') no-repeat bottom left;
	padding-bottom: 15px;
	margin: 30px 0 20px 0;
}
h2 {
	margin: 20px 0;
}
#recent h2 {
	margin: 0;
	color: #FFFFFF;
	background-color: #157697;
	padding: 8px;
}
h3 {
	font-size: 18px;
}
p {
	margin: 20px 0;
}
form {
	margin: 0;
}
#secondary div.line {
	background-color: #FFFFFF;
	margin: 30px 0;
	height: 1px;
}
#secondary img.feature {
	display: block;
	margin-bottom: 10px;
}
#logo div#sm {
	position: absolute;
	top: 70px;
	right: 30px;
}
#logo div#sm img {
	margin-left: 10px;
}
.phone {
	position: absolute;
	top: 91px;
	left: 570px;
	display: block;
}
.weatherp p {
	margin:0;
}
#current p {
	margin: 0;
	float: left;
}
#weather img {
	border: none;
}
a:link,
a:visited,
a:active {
	color: #3382B4;
	text-decoration: underline;
}
a:hover {
	color: #3382B4;
	text-decoration: none;
}
#recent {
	background-color: #E8F0F2;
}
#recent p {
	margin: 0;
	padding: 10px;
}
#recent p.alt {
	background-color: #FAFAFA;
}
#recent img {
	vertical-align: middle;
}
.readmore {
        font-size: 8px;
	text-transform: uppercase;
}
#collections img {
	border: 2px solid #64C4FF;
	display: block;
	padding: 1px;
	margin: 0 0 0 30px;
}
#collections p {
	margin: 0 0 20px 0;
}
#collections h3 {
	margin: 20px 0;
}
#collections td.sep {
	border-bottom: 1px solid #A9CCD7;
}

/*-------------------------------------------    
	breadcrumbs
-------------------------------------------*/

#primary .crumbs {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Tahoma, Sans-serif;
	font-size: 11px;
	color: #157697;
	text-transform: uppercase;
}
#primary .crumbs li {
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}
#primary .crumbs a {
	text-decoration: underline;
	color: #333;
}
#primary .crumbs a:hover {
	text-decoration: none;
	color: #333;
}

/*-------------------------------------------    
	mini weather
-------------------------------------------*/

#mweather {
	position: absolute;
	top: 2px;
	left: 490px;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 12px;
}
#mweather img {
	vertical-align: middle;
	margin: 0 8px;
}
#mweather a {
	color: #FFF;
	text-decoration: none;
}

/*-------------------------------------------    
	navigation baseline
-------------------------------------------*/

#navigation {
	padding-left: 10px;
	width: 970px;
	height: 44px;
	background-color: #FFFFFF;
}
.subnav {
	width: 230px;
	background: #DC7F11;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.subnav .section {
	background-color: #C27410;
	color: #FFFFFF;
	padding: 10px 15px;
	font-family: "Arial Narrow", Arial, Verdana, Tahoma, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.subnav .section a {
	color: #FFFFFF;
	text-decoration: none;
}
.subnav .section a:hover {
	text-decoration: underline;
}
.subnav .links {
	padding: 15px 30px;
}
.subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnav ul li {
	margin: 0;
	padding: 0;
}
.subnav ul li a,
.subnav ul li span {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 12px;
}
.subnav ul li span {
	color: #000000;
}
.subnav ul li a:hover {
	color: #FDB71B;
}

/*-------------------------------------------    
	layout
-------------------------------------------*/

#container {
	width: 980px;
	margin: 0 auto;
}
#logo {
	position: relative;
	width: 980px;
	height: 132px;
	background: url('/media/212/logo-bg.gif') no-repeat top right;
}
#logo img.logo {
	display: block;
}
#header-home {
	position: relative;
	width: 960px;
	height: 354px;
	padding: 5px 10px 0 10px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#header-home img {
	display: block;
}
#header-home div.slides {
	position: absolute;
	top: 5px;
	right: 10px;
}
#header-home div.slides img {
	z-index: 88;
}
#header-home img.front {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 100;
}
#header-home p {
	position: absolute;
	left: 30px;
	bottom: 20px;
	background-image: url('/media/736/hhdr-back.png');
	text-transform: uppercase;
	padding: 5px 10px;
	font-family: Arial, Helvetica, Tahoma, Sans-serif;
	font-size: 50px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	color: #FFFFFF;
}
#header {
	position: relative;
	width: 960px;
	height: 240px;
	padding: 5px 10px 0 10px;
	background-color: #FFFFFF;
}
#header img {
	display: block;
}
#header p {
	position: absolute;
	left: 20px;
	bottom: 10px;
	background-image: url('/media/638/hdr-back.png');
	text-transform: uppercase;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 50px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
}
#content {
	width: 960px;
	padding: 0 10px;
	overflow: hidden;
	background: #FFFFFF url('/media/710/content-bg.gif') repeat-y;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}
#content-full {
	width: 960px;
	padding: 0 10px;
	overflow: hidden;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	background: #FFFFFF;
}
#primary {
	width: 610px;
	float: left;
	padding: 5px 0 10px 10px;
	color: #898989;
	font-size: 13px;
	line-height: 1.3em;
	font-family: Verdana, Arial, Tahoma, Sans-serif;
}
#secondary {
	width: 230px;
	float: right;
	padding: 35px;
}
#hsecondary {
	width: 230px;
	float: right;
	padding: 25px 35px 35px 35px;
	color: #898989;
	font-size: 13px;
	line-height: 1.3em;
	font-family: Verdana, Arial, Tahoma, Sans-serif;
}
#copyright {
	position: absolute;
	bottom: 10px;
	right: 26px;
	text-align: right;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
#bottom {
	background: url('/media/217/bottom-edge.gif') no-repeat;
	width: 980px;
	height: 106px;
}
.image {
	border: 2px solid #64C4FF;
	display: block;
        padding: 1px;
}
.image-right {
	margin: 2px 10px 20px 30px; 
	float: right;
	border: 2px solid #64C4FF;
	display: block;
        padding: 1px;
}
.image-right-nb {
	margin: 2px 10px 20px 30px; 
	float: right;
	border: none;
	display: block;
        padding: 1px;
}
.image-left {
	margin: 2px 30px 20px 10px; 
	float: left;
	border: 2px solid #64C4FF;
	display: block;
        padding: 1px;
}
.image-left-nb {
	margin: 2px 30px 20px 10px; 
	float: left;
	border: none;
	display: block;
        padding: 1px;
}

/*-------------------------------------------    
	quick box
-------------------------------------------*/

#quickbox {
	padding: 5px 10px;
	width: 960px;
	background-color: #FFFFFF;
}
#inner {
	padding: 20px 0 20px 20px;
	width: 940px;
	background-color: #157697;
	overflow: hidden;
}
#inner div {
	margin-right: 20px;
	float: left;
	position: relative;
	display: block;
}
#inner div img.more {
	position: absolute;
	bottom: 0;
	right: 0;
}
#inner img {
	display: block;
}
#inner div p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
}
#inner div p a {
	display: block;
	background-color: #157697;
	text-transform: uppercase;
	padding: 7px 7px 0 0;
	font-family: Arial, Helvetica, Tahoma, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	color: #FFFFFF;
	width: 100%;
	text-decoration: none;
}
#inner div p a:hover {
        color: #F79827;
}
.szone {
	margin-bottom: 20px;
	border: 1px solid #FFFFFF;
}
.szone {
	display: block;
	width: 228px;
}
.szone p {
	margin: 0;
}
.szone p a {
	display: block;
	background-color: #157697;
	text-transform: uppercase;
	padding: 7px 7px 6px 7px;
	font-family: Arial, Helvetica, Tahoma, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	color: #FFFFFF;
	text-decoration: none;
}
.szone p a:hover {
        color: #F79827;
}

/*-------------------------------------------    
	home accomm search
-------------------------------------------*/

#haccomm {
	position: absolute;
	width: 260px;
	height: 354px;
	top: 5px;
	right: 30px;
	background: url('/media/1645/search-bg.png') no-repeat;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	z-index: 101;
}
#accommodation-search {
	margin: 80px 0 0 45px;
}
#accommodation-search select {
	background-color: #F2F2F2;
	border: 1px solid #7F9DB9;
	color: #717171;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 18px;
}
#accommodation-search label {
	clear: left;
	margin-right: 5px;
	text-align: right;
	width: 55px;
}
#accommodation-search .form-row {
	clear: both;
	height: 20px;
	margin-bottom: 3px;
}
#saccomm {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#secondary #accommodation-search {
	margin: 20px 0 0 0;
}
#secondary #accommodation-search select {
	margin-right: 4px;
}

/*-------------------------------------------    
	site search
-------------------------------------------*/

#search {
	position: absolute;
	top: 14px;
	right: 30px;
}
#search input.Sfield {
	width: 135px;
	font-size: 11px;
	font-family: Verdana, Geneva, Sans-serif;
	border: 0px;
	padding: 4px;
	color: #157697;
}
#search input.Sbutton {
	margin-left: 4px;
}

/*-------------------------------------------    
	footer
-------------------------------------------*/

#footer {
	background: url('/media/222/footer-bg.gif') no-repeat 10px 0 #FFFFFF;
	height: 262px;
	padding: 0 10px;
	position: relative;
	width: 960px;
}
#footer p.connect {
	position: absolute;
	top: 26px;
	left: 36px;
	color: #157697;
	font-family: "Arial Narrow", Arial, Verdana, Tahoma, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 1em;
	margin: 0;
}
#footer p.sub {
	position: absolute;
	top: 26px;
	left: 360px;
	color: #157697;
	font-family: "Arial Narrow", Arial, Verdana, Tahoma, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 1em;
	margin: 0;
}
#footer div#sm {
	position: absolute;
	top: 60px;
	left: 36px;
}
#footer div#sm img {
	margin-right: 10px;
}
#subscribe {
	position: absolute;
	top: 60px;
	left: 360px;
	font-family: Verdana, Geneva, Sans-serif;
	font-size: 10px;
	color: #157697;
}
#subscribe input {
	color: #717171;
	font-family: Verdana, Geneva, Sans-serif;
	font-size: 10px;
	width: 150px;
	margin-bottom: 3px;
}
#subscribe input.go {
	height: 22px;
	width: 73px;
}
#footer p.around {
	position: absolute;
	top: 26px;
	left: 670px;
	color: #157697;
	font-family: "Arial Narrow", Arial, Verdana, Tahoma, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 1em;
	margin: 0;
}
#footer div#links1 {
	position: absolute;
	top: 60px;
	left: 670px;
	width: 150px;
}
#footer div#links1 p {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.6em;
	margin: 0;
}
#footer div#links2 {
	position: absolute;
	top: 60px;
	left: 820px;
	width: 150px;
}
#footer div#links2 p {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
}
#footer div p a {
	color: #157697;
	text-decoration: none;
}
#footer div p a:hover {
	color: #157697;
	text-decoration: underline;
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
