@charset "utf-8";
/* Screen CSS */

body {
	background:transparent;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:26px;
}
	
* { margin:0; padding:0; }
	
li {list-style:none; }

h1 {font-family:Arial, Helvetica, sans-serif;}

p { line-height:26px; }

p ~ p, p + p { margin:20px 0; }

img, div { behavior: url(../misc/iepngfix.htc) }

a { 
	color:#cc6600; 
	text-decoration:underline; 
	font-style:italic; 
}

a:hover {
	text-decoration:none;
}

blockquote.h1-blockquote { 
	font-style:italic;
	margin:-15px 0 20px 0;
	color:#bdb58b; 
}
	

#header {
	width:100%;
	height:406px;
	background:#FBF9AE url(../../images/Header_temp.jpg) center no-repeat;
}
	
	
#navigation {
	width:100%;
	height:47px;
	background:#000000;
	}

#navigation ul {
	width:906px;
	margin:0 auto;
}

#navigation li {
	display:inline;
}

#navigation li a {
	display:block;
	float:left;
	color:#FFFFFF;
	height:47px;
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 37px 0 20px;
	text-indent:-9999px;
}

#navigation li#home a,#navigation li#home a#selected {
	background-image:url(../../images/nav-home.gif);
	width:38px;
}

#navigation li#about a, #navigation li#about a#selected {
	background-image:url(../../images/nav-about.gif);
	width:45px;
}

#navigation li#ar a, #navigation li#ar a#selected {
	background-image:url(../../images/nav-ar.gif);
	width:28px;
}

#navigation li#development a, #navigation li#development a#selected {
	background-image:url(../../images/nav-development.gif);
	width:101px;
}

#navigation li#recording a, #navigation li#recording a#selected {
	background-image:url(../../images/nav-recording.gif);
	width:81px;
}

#navigation li#artists a, #navigation li#artists a#selected {
	background-image:url(../../images/nav-artists.gif);
	width:57px;
}

#navigation li#contact a, #navigation li#contact a#selected {
	background-image:url(../../images/nav-contact.gif);
	width:62px;
}

#navigation li#home a:hover, #navigation li#home a#selected { background-position:-38px; }
#navigation li#about a:hover, #navigation li#about a#selected { background-position:-45px; }
#navigation li#ar a:hover, #navigation li#ar a#selected { background-position:-28px; }
#navigation li#development a:hover, #navigation li#development a#selected { background-position:-101px; }
#navigation li#recording a:hover, #navigation li#recording a#selected { background-position:-81px; }
#navigation li#artists a:hover, #navigation li#artists a#selected { background-position:-57px; }
#navigation li#contact a:hover, #navigation li#contact a#selected { background-position:-62px; }

#page {
	width:100%;
	background:#f1f1dd url(../../images/content-bg.gif) center repeat-y;
}
	
#contentarea {
	width:906px;
	margin:0 auto;
	position:relative;
}

#content {
	float: left;
	width: 515px;
	padding: 20px;
}

#content h1, #sidebar h1 { 
	font:20px Helvetica, Arial, sans-serif;
	margin:20px 0;
	text-transform:uppercase;
}



#content h2, #sidebar h2 {
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size:30px;
	text-transform: uppercase;
/* following added after sifr removal */
	margin-bottom:24px;
	margin-top:5px;
	line-height:36px;
	}

#content h2 a {
	color:#000;
}

#content h2 a:hover {
	color:#dc4533;
}

div#content h3 { 
	font-weight:normal; 
}	
	
#content h5 a:hover,
	
	
/* sidebar */

#sidebar {
	float:right;
	width:328px;
	margin:20px 0 0 0;
	}

#sidebar li { margin:10px 0; }

div#sidebar div.side-module { 
	width:309px;
	padding:0 0 20px 20px; 
	border-bottom:1px solid #ddd9c0;
}
	
#content textarea {
	width:515px;
	}
	

#footer {
	width:100%;
	background:#000 url(../../images/footer-gradient.gif) bottom repeat-x;
	color:#747474;
	padding:20px 0 60px 0;
	float:left;
}

#footer h1 {
	font-size:16px; 
	padding-bottom:15px; 
	color:#fff;
}


	
#footer-popOut {
	width:100%;
	height:103px;
	background:url(../../images/Footer_popOutRepeat.png) transparent 0 0 repeat-x;
}

#popOutImg {
	width:906px;
	height:103px;
	margin:0 auto;
	background:url(../../images/footer_people.png)  transparent 0 0 no-repeat;
}
	
div.footer-content {
	margin:0 22px;
	float:left;
}

div.footer-content ul {
	float:left;
	margin:0 70px 0 0;
}

div#footer li { padding:3px 0; }

div#footer li a { color:#747474; font-style:normal; }
div#footer li a:hover { color:#fff; }
div#footer h2 {
	font:20px Helvetica, Arial, sans-serif;
	color:#fff;
	margin:0 0 25px 0;
}

div#copyright { padding:20px; }

div.autoCenter {
	margin:0 auto;
	width:906px;
}

img.album-thumb {
	border:5px solid #bdb58b;
	margin:0 10px 10px 0;
}
	
.clearing {	
	clear:both;
	}

.floatleft {
	float:left;
	margin:3px 15px 18px 0;
	}

.floatright {
	float:right;
	}

.backToTop a {
	margin:40px 0;
	height:35px;
	display:block;
	width:117px;
	background:url(../../images/back-to-top.gif) no-repeat 0 0;
	text-indent:-9999px;
}

.backToTop a:hover { background-position:-117px; }

.checkOutMore a {
	margin:15px 0 0 0;
	width:140px;
	height:31px;
	display:block;
	background:url(../../images/check-out-more.png) no-repeat 0 0;
	text-indent:-9999px;
}

.checkOutMore a:hover { background-position:-140px; }

.posBottom {
	position:relative;
	bottom:0;
}

.alignRight { text-align:right; }

.inlineList li { display:inline; }	
