@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> START page layout styles <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
body {
	margin:0px;
	text-align:left;
	padding : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #666;
	border: none;
	background-attachment:fixed;
	background-image:url(../images/globalbackground_gradient.png);
	background-color:#000000;
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:1.6em;
}
#container {
	width:968px;
	margin:0px auto;
	text-align:left;
}
#outer-wrapper {
	width:980px;
	margin:0px 0 0px 0;
	text-align:left;
	background: url(none) #fff;
}
#wrapper {
	width: 968px;
	text-align:left;
	margin:0 0 0 0px;
	padding:0;
}
#nav {
	width: 1033px;
	height: 244px;
	color: #666;
	margin: 0px 0px 0 -8px;
	padding: 7px 0px 0px 10px;
	background-color:#000;
	background-image:url(../images/nav_background_wcircle.png);
}
#navinfo {
	font-size: 14px;
	text-align:left;
	padding: 35px 0px 0px 0px;
	margin: 0px 0 0 6px;
}
#content-top {
	width: 968px;
	background: #fff;
	text-align:left;
	vertical-align:top;
	float:left;
	padding: 0 0px 0px 0px;
	margin: -228px 0 0 0;
	border:#FFFFFF solid 6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#guitarleft {
	left:20px; 
	position: fixed; 
	bottom:0px;
	z-index:-1
}
#guitarright {
	right:20px; 
	position: fixed; 
	bottom:0px;
	z-index:-1
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> START footer styles <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	text-align:center;
	margin: 10px 0 15px 0;
	padding: 0px;
	font-size:10px;
	color:#94a29b;
	line-height:1.3em;
}
#mailinglist {							/* image used for bottom part of container */
	padding: 0px 0px 0px 0px;
	margin: -2px 0 0 -8px;
	width: 997px;
	height: 41px;
	background-image:url(../images/mailinglist_background.png);
}
#mailinglistinfo {
	font-size: 14px;
	text-align:left;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
	margin: 2px 0 0 12px;
}
#colA {
	position: relative;
	float:left;
	margin: 2px 0px 0px 0px;
}
#colB {
	vertical-align:top;
	float:right;
	padding: 0px;
	margin: 2px 15px 0px 0px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> START generic styles <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #666;
	line-height:1.6em;
	margin-left: 1px;
}
h1 {
	font-size: 18px;
	color: #666;
	line-height:20px;
	margin: 0px;
	padding:0 0 10px 0;
	font-weight:bold;
	line-height:1.6em;
}
h2 {
	font-size: 14px;
	color: #c37923;
	margin: 0px;
	padding:0 0 5px 0;
	font-weight:bold;
}
h3 {
	font-size: 14px;
	color: #666;
	margin: 0px;
	padding:0 0 5px 0;
	font-weight:bold;
}
.h4 {
	font-size: 13px;
	color: #333;
	line-height:20px;
	margin: 0;
	padding:0;
	font-weight:bold;
}
br {
	line-height: 10px;
}
ul {
	margin-top:0px;
	padding:0 0 10px 30px;
}
a:link {
	color: #ff0356;
	text-decoration: none;
}
a:visited {
	color: #ff0356;
	text-decoration: none;
}
a:hover {
	color: #ff0356;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
a.nav:link {
	color: #94a29b;
	text-decoration: none;
	font-weight:bold;
}
a.nav:visited {
	color: #94a29b;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #ff0356;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:active {
	color: #94a29b;
	text-decoration: none;
	font-weight: bold;
}
a.contact:link {
	color: #ff0356;
	text-decoration: none;
	font-weight:bold;
}
a.contact:visited {
	color: #ff0356;
	text-decoration: none;
	font-weight: bold;
}
a.contact:hover {
	color: #ff0356;
	text-decoration: underline;
	font-weight: bold;
}
a.contact:active {
	color: #ff0356;
	text-decoration: none;
	font-weight: bold;
}
a.footer:link {
	color: #94a29b;
	text-decoration: none;
}
a.footer:visited {
	color: #94a29b;
	text-decoration: none;
}
a.footer:hover {
	color: #ff0356;
	text-decoration: underline;
}
a.footer:active {
	color: #ff0356;
	text-decoration: underline;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> START team panel styles <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/	

#panel {
	width: 980px;
	position: relative;
	top: -242px;
	margin-left: 0px;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
}
#panel_contents {
	background-image:url(../contact/images/contact_background.png);
	filter:alpha(opacity=100);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
	top: 18px;
	height: 100%;
	width: 980px;
	position: absolute;
	z-index: -1;
}
#clouds {
	margin-left: 0px;
	width: 980px;
	margin-top: -5px;
}
#contactsback {
	width: 881px;
	height: 302px;
	position: relative;
	left: 0px;
	top: -165px;
	background:url(../contact/images/contact_panel_seattlebg.png);
}
#contact-container {
	margin: 0px 0px 0 35px;
}
#contact-container .colA {
	width:350px;
	margin: 175px 0px 0 122px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #94a29b;
	font-size: 14px;
	font-weight: bold;
	line-height:2.0em;
}
#contact-container .colB {
	width:350px;
	margin: 175px 0 10px 0px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height: 2.0em;
	color:#ff0356;
}
.panel_button {
	margin-left: auto;
	margin-right:30px;
	position: relative;
	top: -220px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 173px;
	height: 42px;
	z-index: 20;
	filter:alpha(opacity=100);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
	cursor: pointer;
}
.panel_button a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 9px;
	left: 101px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #000;
	text-decoration:none;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
/* ===== Scrollable CSS ===== */
/* Primary Container */
div.scrollable {
	position: relative;
	width:968px;
	height:582px;
	overflow: hidden;
}
/* Items Container */
div.scrollable div.items {
	width: 20000em;
	position: absolute;
	clear: both;
}
/* Individual Item Containers */
div.scrollable div.items div {
	float: left;
	width: 968px;
	height: 582px;
	padding: 0px;
	border: solid 0px #e6e1f1;
}
/* Navigation Container */
div.navi {
	padding-left: 0px;
}
/* Navigation Links */
div.navi a {
	float: left;
	margin-left: 2px;
	padding: 10px 15px;
	color: #999;
	text-decoration: none;
	font-size: 11px;
}
div.navi a.active {
	font-weight: bold;
}
div.navi a:hover, div.navi a.active {
	color: #454545;
	background: url(tab-gradient.png) repeat-x;
}


/* ===== Scrollable CSS ===== */
