
/* CYGNUS MUSIC CSS */

/* GLOBAL */
body {
	background: #fff url('../images/abstractbackground3.jpg') no-repeat center top;
	margin: 0; padding: 0;
	font-size: 10pt; font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

img {border:none;}

	/* Text */
	p {line-height: 1.4em; padding:0; margin:0;}
	.colApp p {color:#999;}
	hr {border-bottom: 1px #CCCCCC dotted; margin: 25px 0;}
	h1 {font-size:1.2em; font-weight:bold; color:#8EC3D8; margin:0; padding:0;}
	h2 {font-size:1.1em; font-weight:normal; color:#fff; padding:10px 0; margin:0;}
	h3 {color: #5189a1;}
	a:link, a:visited {color: #18B3B4; font-weight:bold; text-decoration: none;}
	a:hover {color: #5189a1; text-decoration: underline;}
	a:active {color: #5189a1;}
	.bold {font-weight:bold;}
	.highlight {color:#FF9900;}

	/* Alignment */
	.mid {text-align:center;}
	.right {float:right;}
	.left {float:left;}
	.txtLeft {text-align:left;}
	.spacer {clear:both;}
	.noPad  {margin:0; padding:0;}
	.padTop10 {padding-top:10px;}
	.padRight10 {padding-right:10px;}
	.padBot10 {padding-bottom:10px;}
	
	/* Tables */
	table {margin:0 auto;}
	td {padding:3px;}

/* TEMPLATE */

	/* Header */
	#header {
		background: url('../images/main_logo_3.png') no-repeat center center;
		height:150px;
		margin: 0 auto; padding:0;
		text-align: center;
	}

	*html #header {background: url('../images/main_logo-IE6.png') no-repeat center center;}

	#header .mainLogo {
		width: 0 auto; height: 150px;
		display: block;
	}
	
	#content {
		background:#000 url('../images/bg_content.jpg') repeat-y top;
		width:800px;
		margin: 20px auto;
	}

	/* Main Menu */
	#navigation {
		background: url(../images/nav_bg_neg.png) repeat-x;
		height: 45px;
	}

	#navigation ul {
		width: 800px;
		margin: 0 auto; padding: 0 0 0 110px;
		list-style: none;
	}
	#navigation li {float: left;}
	#navigation li a span, #navigation li a em {display: none;}

	#navigation li a {
		background-position: center top;
		height: 45px; width: 140px;
		display: block;
	}
	#navigation li a:hover span {
		background-position: center bottom;
		height: 45px; width: 140px;
		display: block;
	}
	#navigation li#home a, #navigation li#home a:hover span {
		background-image: url(../images/nav_about_neg.png);
		cursor: pointer;
	}
	#navigation li#dist a, #navigation li#dist a:hover span {
		background-image: url(../images/nav_distribution_neg.png);
		cursor: pointer;
	}
	#navigation li#news a, #navigation li#news a:hover span {
		background-image: url(../images/nav_news_neg.png);
		cursor: pointer;
	}
	#navigation li#contact a, #navigation li#contact a:hover span {
		background-image: url(../images/nav_contact_neg.png);
		cursor: pointer;
	}
	#navigation li#mastering a, #navigation li#mastering a:hover span {
		background-image: url(../images/nav_mastering_neg.png);
		cursor: pointer;
	}
	
	/* Columns */
	#col1 {
		width:475px;
		padding:25px 20px 25px 25px;
		float:left;
	}
	
	#col2 {
		width:260px;
		padding:25px 10px 10px 10px;
		float:right;
	}
	
	.colApp {
		background:#000;
		width:220px;
		margin:0 auto; padding:8px;
	}
	
/* FOOTER */
#footerContent {
	height: 90px;
	color: #b6b6b6;
	font-size: 11px;
	margin-top: 25px;
	background-color: #131313;
	border-top: solid 1px #424242;
	padding: 10px 60px 0 120px;
}
#footnote {
	float: left;
}
#footnote p {
	margin: 0;
}
#footerNav ul {
	list-style: none;
	float: right;
	font-size: 11px;
	margin: 0;
}
#footerNav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px #424242 solid;
}
#footerNav li a {
	color: #b6b6b6;
}
#footerNav li a:hover {
	color: #5189a1;
}
#footerNav li.last {
	padding-right: 0;
	border-right: none;
}
/*********************************** end ************************************************/



#wrapper {
	width: 740px;
	margin: 25px auto 0 auto;
	padding: 0 30px;
	min-height: 450px;
}
*html #wrapper {
	height: 450px;
}
.contentTop {
	background: url(../images/outerBox_top_grad.png) no-repeat left top;
	margin: 0;
	padding-top: 15px;
}
.contentInner {
	background: url(../images/outerBox_middle_grad.png) repeat-y;
	width: 500px;
	padding: 25px 120px 80px 120px;
	overflow: hidden;
}
.contentInner h2 {
	margin: 0;
	font-weight: normal;
	color: #438faf;
	font-size: 30px;
}
.contentInner h2 span {
	font-size: 11px;
	color: #c2c2c2;
}
.contentBase {
	background: url(../images/outerBox_bottom_grad.png) no-repeat left bottom;
	clear: both;
}
#newsArchive {
	margin: 0;
	padding: 0;
}
#newsArchive li {
	padding: 12px 0 10px 0;
	border-bottom: 1px #CCCCCC dotted;
	color: #438faf;
}
#newsArchive li span {
	color: #fff;
}
#outlets {
	width: 500px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#outletsLeft {
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
}
#outletsRight {
	width: 250px;
	float: right;
	margin: 0;
}
#outletsLeft li, #outletsRight li {
	list-style-type: none;
	padding-bottom: 5px;
}
#outletsLeft ul, #outletsRight ul {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.photos {
	padding-left: 10px;
}
.bioPhotos {
	float: right;
	padding: 20px 0 0 20px;
}
.gallery {
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
}
#equipList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#equiplistLeft {
	float: left;
	width: 250px;
}
#equiplistRight {
	float: right;
	width: 250px;
}

.newsImg {
	padding: 0 0 25px 25px;
}

