@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/seperator.jpg) top right repeat-y;
	}

/* ---------------------------------------------------------------------------
	LOGO / NAV
*/

.logo {
	background:url(/img/logo.png) top left no-repeat;
	}
#nav li a {
	color:#1c2122;
	}
#nav li span {
	color:#6BAFCC;
	}
	#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:#6BAFCC;
	}
.sub-head-major {
	color:#6BAFCC;
	}
.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/seperator-v-grey.jpg) top right repeat-y;
		}
	.usp-1 {
		background:url(/img/usp-1.jpg) 20px 5px no-repeat;
		}
	.usp-2 {
		background:url(/img/usp-2.jpg) 20px 5px no-repeat;
		}
	.usp-3 {
		background:url(/img/usp-3.jpg) 20px 5px no-repeat;
		}
	.usp-4 {
		background:url(/img/usp-4.jpg) 20px 5px no-repeat;
		}

/* ---------------------------------------------------------------------------
	SLIDESHOW / SUB NAV / SUB DATA
*/

.showcase li, .slide-desc, #sub-nav, #sub-data {
	background-color:#94B9C9;
	}
	.slide-button {
		background:url(/img/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:#383E3F;
	}
#submit {
	background-color:#eee;
	color:#383e3f;
	}
	#submit:hover {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TABLE STYLES
*/	
/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.testo {
	text-align: left;
}
td {font-size: 12px;
line-height: 18px;
padding: 0px 0px 18px;}

/* ---------------------------------------------------------------------------
	FOOTER
*/

#footer, #footer p, #footer li, #footer li a {
	color:#fff;
	background-color:#6BAFCC;
	}

/* ---------------------------------------------------------------------------
/* extensions */
#file_attach {
	margin-bottom:2em;
	background-color; #aaa;
}
#file_attach li {
	list-style-type:none;
}
#file_attach a {
	font-size:12px;
}
a[href$='.doc'], a[href$='.rtf'], a[href$='.docx'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/img/icons/icon_doc.gif) no-repeat center right;
}

a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/img/icons/icon_xls.gif) no-repeat center right;
}
a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/img/icons/icon_txt.gif) no-repeat center right;
}
a[href$='.pps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/img/icons/icon_pps.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/img/icons/icon_pdf.gif) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/img/icons/icon_archive.gif) no-repeat center right;
}

a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/img/icons/icon_pic.gif) no-repeat center right;
}

/* email */
a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(/img/icons/icon_mailto.gif) no-repeat center right;
}

/* use this class to make sure that images won't get iconized */
.imageLink {
	padding-right: 0px !important;
	background: none !important;
}
