@charset "utf-8";
/* ---------------------------------------------------------------------------

	CSS CUSTOM STYLES: @2009 by Glenn McKeown
	for Blue Moon - Version 1.0 Red

*/

/* ---------------------------------------------------------------------------
	HTML / BODY / BACKGROUNDS / STRUCTURES
*/

html {
	background-color:#eeeeee;
	}
#wrapper {
	background-color:#fff;
	}
.col-border {
	background:url(../../img/red/seperator.jpg) top right repeat-y;
	}

/* ---------------------------------------------------------------------------
	LOGO / NAV
*/

.logo {
	background:url(../../img/red/logo.jpg) top left no-repeat;
	}
#nav li a {
	color:#1c2122;
	}
#nav li span {
	color:#F0693C;
	}
	#sub-nav li {
		border-top:1px solid #c1c5c6;
		}
		#sub-nav li a {
			color:#383e3f;
			}
.img-thumbs {
	background-color:#e6e6e6;
	}

/*photobanner*/

.photobanner {
	height: 233px;
	width: 3550px;
	margin-bottom: 80px;
}

.photobanner img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.photobanner img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;

	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}


/*keyframe animations*/
.first {
	-webkit-animation: bannermove 30s linear infinite;
	-moz-animation: bannermove 30s linear infinite;
	-ms-animation: bannermove 30s linear infinite;
	animation: bannermove 30s linear infinite;
}

@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2125px;
 }

}

@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }

}

/* ---------------------------------------------------------------------------
	TYPOGRAPHY
*/

h1 {
	background-color:#333;
	color:#f6f6f6;
	}
	#slideshow h1 {
		background-color:#F0693C;
		}
h2, h3, h4, h5, h6, p, a, li, b, strong, i, em, address, abbr, acronym, small, big, q, blockquote, cite, caption, table {
	color:#383e3f;
	}
a {
	color:#F0693C;
	}
.sub-head-major {
	color:#F0693C;
	}
.sub-head-minor {
	color:#c1c5c6;
	}
	
/* ---------------------------------------------------------------------------
	USP - UNIQUE SELLING POINTS
*/

#usp {
	background-color:#333;
	}
	#usp li h2 {
		color:#fff;
		}
	#usp li p {
		color:#bbb;
		}
	.seperator {
		background:url(../../img/red/seperator-v-grey.jpg) top right repeat-y;
		}
	.usp-1 {
		background:url(../../img/red/usp-1.jpg) 20px 5px no-repeat;
		}
	.usp-2 {
		background:url(../../img/red/usp-2.jpg) 20px 5px no-repeat;
		}
	.usp-3 {
		background:url(../../img/red/usp-3.jpg) 20px 5px no-repeat;
		}
	.usp-4 {
		background:url(../../img/red/usp-4.jpg) 20px 5px no-repeat;
		}

/* ---------------------------------------------------------------------------
	SLIDESHOW / SUB NAV / SUB DATA
*/

.showcase li, .slide-desc, #sub-nav, #sub-data {
	background-color:#F0693C;
	}
	.slide-button {
		background:url(../../img/red/view-more.jpg) top left no-repeat;
		}

/* ---------------------------------------------------------------------------
	FORMS
*/

/*--iii.-- contact form --*/

#contact_form {
	margin-top:5px;
	float:left;
	padding:0 0 10px;
	width:440px;
}
.success {} 

.error {
	color:#999;
	float:right;
	font-size:12px;
	position:relative;
}
#contact_form ul { margin:0; }
#contact_form li {
	float:left;
	margin-left:0;
	margin-bottom:10px;
	position:relative;
	height:55px;
	color:#666;
	font-size:12px;
	list-style-type:none;
	text-shadow:0 1px 0 #FFF;
}
#contact_form label {
	display:block;
	height:23px;
	width:454px;
}
#contact_form li.textarea { height:193px; }

#contact_form input,textarea {
	width:440px;
	background:url(style/images/texture.png) repeat;
	color:#666;
	border:1px solid #FFF;
	padding:10px 5px;
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
}
#contact_form textarea {
	height:145px;
	width:438px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:6px;
	margin-bottom:0px;
	border:1px solid #fff;
}
#contact_form input.submit {
	margin:0 10px 0 0;
	float:left;
	width:100px;
	height:34px;
	padding:4px 0 6px;
	border:2px solid #ccc;
	background:#BE4B18 url(style/images/light_lines.png) repeat;
	color:#eee;
	line-height:1;
	text-align:center;
	text-shadow:0 1px 1px #555;
	font-size:11px;
	cursor:pointer;
}
#contact_form input.submit:hover {
	text-shadow:0 1px 1px #555;
	color:#fff;
	background:#555 url(style/images/light_lines.png) repeat;
}
#contact_form .required {
	color:#e25d33;
	font-size:1.2em;
}
#social a:active,  #contact_form input.submit:active{ position: relative; top: 1px;}


/* ---------------------------------------------------------------------------
	TABLE STYLES
*/	
table {
	}
th {
	color:#fff;
	background-color:#aaa;
	border:1px solid #fff;
	}
tr {
	}
	table tr.odd td {
		background-color:#e6e6e6;
		}
	table tr.even td {
		background-color:#f6f6f6;
		}
td {
	border:1px solid #fff;
	}
	
/* ---------------------------------------------------------------------------
	ACCORDION
*/

.acc-header {
	background:url(../../img/red/bg-accordion-inactive.jpg) top left no-repeat;
	}
	.acc-header:hover {
		color:#f6f6f6;
		}
.acc-active {
	background:url(../../img/red/bg-accordion-active.jpg) top left no-repeat;
	color:#f6f6f6;
	}

/* ---------------------------------------------------------------------------
	FOOTER
*/

#footer, #footer p, #footer li, #footer li a {
	color:#fff;
	background-color:#F0693C;
	}




#scroller {
background-color: #424242;
padding-left: 40px;
height: 150px;
background-image: url(../../img/beachbanner.jpg);
background-repeat: repeat-x;
}
