@import url('reset.css');

body {
	background-color: #f2f0e4;
	margin: auto;
	width: 100%;
}
/*typography*/
h1 {
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: normal;
}
h1 a{
	text-indent:-9999px;
	display:block;
}
h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #585e39;
	text-transform: uppercase;
	line-height: 40px;
}
h3 {
	color: #585e39;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
}

h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
h5 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

h5 a { color: #FFF; text-decoration: none; }

/* paragraph */
p{
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 6px;	
}
p#footer-text {
	height: 37px;
	padding-top: 28px;
	width: 100%;
	background-image: url(../images/content-top-shadow.png);
	background-repeat: repeat-x;
	text-align: center;
}

div#about p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
/* links */
a{
	font-family: Arial, Helvetica, sans-serif;
	color: #426AA8;
	text-decoration: none;
}
#moredetails a{
	font-family: Arial, Helvetica, sans-serif;
	color: #426AA8;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
}
#moredetails2 a{
	font-family: Arial, Helvetica, sans-serif;
	color: #426AA8;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
}

/* Status Bar */

div#status-bar {
	border-bottom: 2px groove #ffffff;
	background-image: url(../images/content-topshadow.png);
	background-color: #f2f0e4;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	width: 100%;
	min-width: 960px;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	clear: both;
}
/* Header */

div#header {
	background-color: #f2f0e4;
	border-bottom: 2px groove #ffffff;
	background-image: url(../images/header2.jpg);
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	min-width: 960px;
	height: 248px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	clear: both;	
}

div#logo {
	padding-top: 35px;
	width: 800px;
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin: auto;
}
div#logo2{
	margin:auto;
	width:800px;
	padding-top: 40px;
}

/* Content */
div#content {
	margin: auto;
	padding-bottom: 50px;
	position: relative;
	width: 800px;
}

div#content-top-shadow {
	background-color: #f2f0e4;
	background-image: url(../images/content-top-shadow.png);
	background-attachment: scroll;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	width: 100%;
	min-width: 960px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	clear: both;
}

div#content-bottom-shadow {
	height: 20px;
	width: 100%;
	background-color: #f2f0e4;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	width: 100%;
	min-width: 960px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	clear: both;
	background-image: url(../images/content-bottom-shadow.png);
}

/* Page Wrapper */

div#page-wrapper {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 233px;
	margin-top: 75px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
}
div#page-wrapper2 {
	clear: both;
	height: 133px;
	margin-top: 75px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
	background-color: #fff;
	border: 1px solid #000;
}

/* Slideshow */

div#slideshow {
	border-right: 1px solid #b2b2b2;
	float: left;
	padding-right: 15px;
	width: 375px;
}

div#slides {
	border: 1px solid #a7a7a7;
	height: 200px;
	width: 370px;
}

div#slides a.thumb {
	display:none;
}

div#slides a.default-slide {
	display:block;
}

div#slideshow-commands {
	height: 19px;
	left: 15px;
	padding: 3px 25px;
	position: relative;
	width: 290px;
	background-image: url(../images/commands-bg.png);
	background-repeat: no-repeat;
}

a#previous-slide {
	display: block;
	float: left;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
	background-image: url(../images/next-slide.png);
	background-repeat: no-repeat;
}

a#next-slide {
	display: block;
	float: right;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
	background-image: url(../images/previous-slide.png);
	background-repeat: no-repeat;
}

div#slideshow-commands h4
{
	margin-top:1px;
	width:100%;
	text-align: center;
}

/* about */

div#about {
	margin-left: 410px;
	width: 350px;
}

/* tabs */

ul#tabs {
	margin-top: 30px;
	position: absolute;
	right: 0px;
	top: -65px;
}

ul#tabs li {
	float: left;
	height: 35px;
	margin-right: 1px;
	width: 70px;
	background-image: url(../images/navigation-sprite.jpg);
	background-repeat: no-repeat;
}

ul#tabs li a {
	display: block;
	height: 100%;
	text-indent: -9000px;
	width: 100%;
}

ul#tabs li#previous {
	background-position: 0px 0px;
	width:80px;
}

ul#tabs li#previous:hover {
	background-position: 0px -40px;
}

ul#tabs li#previous.current, ul#tabs li#previous:active {
	background-position: 0px -80px;
}

ul#tabs li#home {
	background-position: -80px 0px;
}

ul#tabs li#home:hover {
	background-position: -80px -40px;
}

ul#tabs li#home.current, ul#tabs li#home:active {
	background-position: -80px -80px;
}

ul#tabs li#releases {
	background-position: -150px 0px;
}

ul#tabs li#releases:hover {
	background-position: -150px -40px;
}

ul#tabs li#releases.current, ul#tabs li#releases:active {
	background-position: -150px -80px;
}

ul#tabs li#store {
	background-position: -220px 0px;
}

ul#tabs li#store:hover {
	background-position: -220px -40px;
}

ul#tabs li#store.current, ul#tabs li#store:active {
	background-position: -220px -80px;
}

ul#tabs li#contact {
	background-position: -290px 0px;
}

ul#tabs li#contact:hover {
	background-position: -290px -40px;
}

ul#tabs li#contact.current, ul#tabs li#contact:active {
	background-position: -290px -80px;
}

ul#tabs li#next {
	background-position: -360px 0px;
	width: 65px;
}

ul#tabs li#next:hover {
	background-position: -360px -40px;
}

ul#tabs li#next.current, ul#tabs li#next:active {
	background-position: -360px -80px;
}

/* main info */

div#wrapper2 {
	clear: both;
	margin-top: 40px;
	overflow: hidden;
	padding: 15px;
	width: 788px;
}
div#wrapper2 img{
	margin-right: 12px;
	float:left;
}
div#wrapper3 {
	clear: both;
	margin-top: 40px;
	overflow: hidden;
	padding: 15px;
	width: 788px;
}
div#wrapper3 img{
	margin-right: 12px;
	float:left;
}
div#wrapper3 .blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3E4464;
}
div#wrapper3 li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
div#wrapper3 ul .release-notes li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
div#wrapper3 ul.release-notes li.release-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5772A9;
}

div#text {
	padding-right: 15px;
	float: left;
	width: 375px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #585232;
}
div#releases1 {
	padding-right: 15px;
	float: left;
	width: 375px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #585232;
}
div#info{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #585232;
	padding-bottom: 15px;

}
div#info2{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #585232;
	padding-bottom: 15px;
}
div#info3{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #585232;
	padding-bottom: 15px;
}
div#info4{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #585232;
	padding-bottom: 15px;
}
div.releases-a{
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #585232;
	padding-bottom: 15px;
	padding-top: 10px;
}
#info img{
	margin-right: 12px;
	float:left;
}
#info2 img{
	margin-right: 12px;
	float:left;
}
div#releases2007-button{
	margin-top:15px;
	margin-bottom: 15px;
	background-image: url(../images/releases2007-button.png);
	background-repeat: no-repeat;
	height: 64px;
}
	
div.moredetails{
	text-align: right;
	padding-top: 7px;
}
div#out-now-button{
	margin-top:15px;
	margin-bottom: 15px;
	background-image: url(../images/outnow-button2.png);
	background-repeat: no-repeat;
	height: 64px;
}
div#releases2009-button{
	margin-top:15px;
	margin-bottom: 15px;
	background-image: url(../images/releases2009-button.png);
	background-repeat: no-repeat;
	height: 64px;
}
div#music-button{
	margin-top:15px;
	margin-bottom: 15px;
	background-image: url(../images/music-button.png);
	background-repeat: no-repeat;
	height: 64px;
}
div#releases2008-button{
	margin-top:15px;
	margin-bottom: 15px;
	background-image: url(../images/releases2008-button.png);
	background-repeat: no-repeat;
	height: 60px;
	
}
div#merchandise-button{
	margin-top:15px;
	margin-bottom: 15px;
	background-image: url(../images/merchandise-button.png);
	background-repeat: no-repeat;
	height: 60px;
	
}



div#releases2006-button{
	margin-top:15px;
	margin-bottom: 15px;
	background-image: url(../images/releases2006-button.png);
	background-repeat: no-repeat;
	height: 60px;
}

div#releases2{
	margin-left: 410px;
	width: 370px;
}
div#logo-vertical{
	margin-left: 715px;
	width: 54px;
	height:569px;
	margin-top:30px;
	background-image: url(../images/logo-vertical.png);
	background-repeat: no-repeat;	
	
}

div#releases-col {
	float:left;
	width: 675px;

}
div#forthcoming-button{
	margin-top:15px;
	margin-bottom: 15px;
	background-image: url(../images/forthcoming2.png);
	background-repeat: no-repeat;
	height: 64px;
}
div#fb{
	margin-left: 410px;
	width: 370px;
}
div#fb-button{
	margin-top:15px;
	margin-bottom: 15px;
	background-image: url(../images/fb2.png);
	background-repeat: no-repeat;
	height: 60px;
}
/* player */
#flashPlayer{
	border-right: 1px solid #b2b2b2;
	float:left;
	padding-right: 15px;
	width: 375px;
}

/* footer */

div#footer-image {
    background-color: #f2f0e4;
	border-top: 2px groove #ffffff;
	border-bottom: 2px groove #ffffff;
	background-image: url(../images/footer-image.jpg);
	background-attachment: scroll;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	width: 100%;
	min-width: 960px;
	height: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	clear: both;	
}
