@charset "utf-8";
/* ---------------------------------------------------------------------------

	CSS CUSTOM STYLES: @2009 by Glenn McKeown
	for Blue Moon - Version 1.0 Blue

*/

/* ---------------------------------------------------------------------------
	HTML / BODY / BACKGROUNDS / STRUCTURES
*/

html {
	background-color:#e1decc;
	}
#wrapper {
	background-color:#fff;
	}
.col-border {
	background:url(../../img/blue/seperator.jpg) top right repeat-y;
	}

/* ---------------------------------------------------------------------------
	LOGO / NAV
*/

.logo {
	background:url(../../img/blue/logo.jpg) top left no-repeat;
	}
#nav li a {
	color:#1c2122;
	}
#nav li span {
	color:#94b9c9;
	}
	#sub-nav li {
		border-top:1px solid #c1c5c6;
		}
		#sub-nav li a {
			color:#383e3f;
			}
.img-thumbs {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TYPOGRAPHY
*/

h1 {
	background-color:#333;
	color:#f6f6f6;
	}
	#slideshow h1 {
		background-color:#94b9c9;
		}
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:#94b9c9;
	}
.sub-head-major {
	color:#94b9c9;
	}
.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/blue/seperator-v-grey.jpg) top right repeat-y;
		}
	.usp-1 {
		background:url(../../img/blue/usp-1.jpg) 20px 5px no-repeat;
		}
	.usp-2 {
		background:url(../../img/blue/usp-2.jpg) 20px 5px no-repeat;
		}
	.usp-3 {
		background:url(../../img/blue/usp-3.jpg) 20px 5px no-repeat;
		}
	.usp-4 {
		background:url(../../img/blue/usp-4.jpg) 20px 5px no-repeat;
		}

/* ---------------------------------------------------------------------------
	SLIDESHOW / SUB NAV / SUB DATA
*/

.showcase li, .slide-desc, #sub-nav, #sub-data {
	background-color:#008fce;
	}
	.slide-button {
		background:url(../../img/blue/view-more.jpg) top left no-repeat;
		}

/* ---------------------------------------------------------------------------
	FORMS
*/

input, textarea, select  {
	border:1px solid #c1c5c6;
	}
	input:focus, textarea:focus, select:focus  {
		background-color:#f6f6f6;
		}
label {
	color:#bbb;
	}
#submit {
	background-color:#eee;
	color:#383e3f;
	}
	#submit:hover {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	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/blue/bg-accordion-inactive.jpg) top left no-repeat;
	}
	.acc-header:hover {
		color:#f6f6f6;
		}
.acc-active {
	background:url(../../img/blue/bg-accordion-active.jpg) top left no-repeat;
	color:#f6f6f6;
	}

/* ---------------------------------------------------------------------------
	FOOTER
*/

#footer, #footer p, #footer li, #footer li a {
	color:#fff;
	background-color:#008fce;
	}

/* 2.2 Main Navigation
------------------------------------------ */
#mainNav {
	float: right;
	width: 430px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	
}
#mainNav ul li {

	font-size: 13px;
	line-height: 13px;
	float: right;
	z-index: 99;
	position: relative;
	padding: 0;
	margin: 0;
	color: #000000;
	display: inline;
	
}
#mainNav ul li a {
	display: block;
	padding: 7px 30px 10px 0;
}
#mainNav ul li a.lastBox {
	
	padding-right: 0;
}
#mainNav ul li a:hover { 
	text-decoration: none;
}
#mainNav ul li ul { 
	z-index: 99; 
	visibility: hidden; 
	position: absolute; 
}
#mainNav ul li ul li {
	width: 176px;
}
#mainNav ul li ul li a { 
background:url(../../img/blue/1.jpg) top left no-repeat;
	font-size: 12px;
	line-height: 14px;
	padding: 8px; 
	width: 160px; 
		color: #000000;
}
#mainNav ul li ul li ul { 
	
	top: 0; 
	left: 176px;
}
#mainNav ul li:hover ul ul { 
	visibility: hidden; 
}
#mainNav ul li:hover ul, #mainNav ul li ul li:hover ul { 
	visibility: visible; 
}

/* 1.1 Float and Clear 
------------------------------------------ */
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
#wrapper .clearMB {
	margin-bottom: 0;
}
#wrapper .clearMR {
	margin-right: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
