body {
	background: #fff; 
	/* background:#a9aba9;*/
	color: #73756c;
	font: 14px/1.3 Arial, sans-serif;
	text-align:center;
	}
#mainwrapper {
	min-height:100%;
	width:900px;
	margin: 0;
	text-align:left;
	background:url(layout/bg-wrapper.gif) repeat-y left #FFF;
}

* html #mainwrapper{height:100%}
 
#wrapper {
	width: 820px;
	padding: 0 40px 0 40px;
	margin: 0;
	text-align:left;
	
	}
#headerwrapper {
	width: 860px;
	margin: 0 20px 0 20px;
	padding: 0 0 0 0;
	text-align:left;
	background:url(layout/bg-header.gif) repeat-x bottom;
	}

h1 {
	color:#ee2d26;
	color: #575952;
	font-size:1.6em;
	}

h2 {
	color:#ee2d26;
	color: #575952;
	font-size:1.6em;
	}
h3 {
	color:#ee2d26;
	color: #575952;
	font: 1.6em/1 Arial, sans-serif normal;
	font-weight:normal
	}
h4 {
	color:#ee2d26;
	color: #575952;
	font-size:1.2em;
	}
h5 {
	color:#ee2d26;
	color: #575952;
	font-size:1.2em;
	font-weight:normal
	}
h6 {
	font-size:1em;
	font-weight:normal
	}
p,dl,ol,ul,pre,table,address,fieldset {
	margin-bottom: 1em;
	}
ol {
	list-style: decimal;
	}
ul {
	list-style-type: disc;
	}
li {
	margin-left: 1.75em;
	}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin-bottom: 1em;
	}
a {
	color:#73756c;
	}
a:hover {
	color:#ee2d26;
	text-decoration:underline
	}
h4 a {
	color:#ee2d26;
	text-decoration:none;
	}

#header {
	width:820px;
	height:50px;
	padding: 86px 0 0 0;
	background: #f4f6ee;
	margin:0;
	}
#logo {
	float:left;
	}
#logo .head {
	background: url(layout/logo.gif) no-repeat;
	height:50px;
	width:155px;
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 0;
	text-decoration: none;
	border: none;
	cursor: pointer
	}
.image-block{
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 0;
	text-decoration: none
	}
#tabs {
	height: 50px;
	width:665px;
	float:right;
	margin:0;
	padding:0;
	}
#tabs li{
	list-style-type: none;
	margin: 0;
	float: left;
	width: 95px;
	height: 50px;
	display:block
	}
#tabs li a{
	height: 50px
	}
#tabs li#home a{
	background:url(layout/tab-home.gif) no-repeat 
	}
#tabs li#home a:hover,
#tabs li#home a.on {
	background:url(layout/tab-home-over.gif) no-repeat 
	}
#tabs li#releases a{
	background:url(layout/tab-releases.gif) no-repeat 
	}
#tabs li#releases a:hover,
#tabs li#releases a.on {
	background:url(layout/tab-releases-over.gif) no-repeat 
	}
#tabs li#artists a{
	background:url(layout/tab-artists.gif) no-repeat 
	}
#tabs li#artists a:hover,
#tabs li#artists a.on {
	background:url(layout/tab-artists-over.gif) no-repeat 
	}	
#tabs li#press a{
	background:url(layout/tab-press.gif) no-repeat 
	}
#tabs li#press a:hover,
#tabs li#press a.on {
	background:url(layout/tab-press-over.gif) no-repeat 
	}
#tabs li#video a{
	background:url(layout/tab-video.gif) no-repeat 
	}
#tabs li#video a:hover,
#tabs li#video a.on {
	background:url(layout/tab-video-over.gif) no-repeat 
	}
#tabs li#services a{
	background:url(layout/tab-services.gif) no-repeat 
	}
#tabs li#services a:hover,
#tabs li#services a.on {
	background:url(layout/tab-services-over.gif) no-repeat 
	}
#tabs li#shop a{
	background:url(layout/tab-shop.gif) no-repeat 
	}
#tabs li#shop a:hover,
#tabs li#shop a.on {
	background:url(layout/tab-shop-over.gif) no-repeat 
	}
#tabs li#contact a{
	background:url(layout/tab-contact.gif) no-repeat 
	}
#tabs li#contact a:hover,
#tabs li#contact a.on {
	background:url(layout/tab-contact-over.gif) no-repeat 
	}
#top {
	width:820px;
	margin: 0 0 21px 0;
	vertical-align:top;
	}
#content {
	margin: 20px 0 0 0;
	}
.bg-product {
	background:url(layout/bg-product.gif) no-repeat top;
	}
.bg-2col {
	background:url(layout/bg-2col.gif) repeat-y;
	}
.bg-3col {
	background:url(layout/bg-3col.gif) repeat-y;
	}
.hr {
	background:url(layout/bg-hr.gif) repeat-x;
	height:1px;
	clear: both;
	margin-bottom:1em;
	}
.grid1,.grid2,.grid3,.grid4,.grid5,.grid6 {
	display: inline;
	float: left;
	}
.grid1 {
	width:120px;
	}
.grid2 {
	width:260px;
	}
.grid3 {
	width:400px;
	}
.grid4 {
	width:540px;
	}
.grid5 {
	width:680px;
	}
.grid6 {
	width:820px;
	}
.gutter {
	margin-right:20px;
	}
#footer {
	width:820px;
	margin: 40px 0 0 0;
	padding: 0 0 60px 0;
	font-size:0.8em;
	color:#c1c3bc;
	background:#FFF;
	}
#footer p {
	padding: 6px 0 0 0;
	line-height:1
	}
#footer a {
	color:#c1c3bc;
	}
.pdf {
  margin-left: 3px;
  padding: 0 0 0 25px;
  background: url(layout/icon-pdf.gif) no-repeat 0 50%;
}
.zip {
  margin-left: 3px;
  padding: 0 0 0 25px;
  background: url(layout/icon-zip.gif) no-repeat 0 50%;
}
.padleft {
  margin-left: 3px;
  padding: 0 0 0 25px;
}
.mysp {
  margin-left: 3px;
  padding: 0 0 0 25px;
  background: url(layout/icon-mysp.gif) no-repeat 0 50%;
}
.txt {
  margin-left: 3px;
  padding: 0 0 0 25px;
  background: url(layout/icon-txt.gif) no-repeat 0 50%;
}
.lead {
	margin-bottom: 0.8em;
	}
.pad {
	margin-bottom: 5em;
}
.no-lead {
	margin-bottom: 0;
	}
.smaller {
	font-size:0.9em;
	}
.center {
	text-align: center;
	}

#newsletter {
		font-size:0.9em; 
		padding: 10px;
		background-color:#eff1e9;
}
	
/* form styles */
#content form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 4px 10px 0 0; 
	text-align: right;
	font: normal 0.8em 'Lucida Sans', Arial, Helvetica, sans-serif; 
	}
#newsletter  form label { 
	display: block;
	float: left;
	width: 70px;
	padding: 4px 10px 0 0; 
	text-align: right;
	}
	
.sharelabel {
	float:left; 
	width:40px; 
	text-align:right; 
	padding:3px 4px 0 0; 
	font-size:0.8em
}

.textInput {
	border:1px solid #ccc;
	padding: 2px;
	height: 15px;
	width: 260px;
	margin-bottom:1em;
	}	
#newsletter .textInput {
	border:1px solid #ccc;
	padding: 2px;
	height: 15px;
	width: 140px;
	margin-bottom:0.5em;
	background-color:#FFFFFF;
	}

.textInput:hover {
     background-color: #f4f6ee;
	}
.shareInput {
	border:1px solid #ccc;
	color:#73756c;
	padding: 2px;
	height: 15px;
	width: 260px;
	margin-bottom:1em;
	}
	
.textArea {
	border:1px solid #ccc;
	padding: 2px;
	width: 260px;
	margin-bottom:1em;
	font: normal 0.8em 'Lucida Sans', Arial, Helvetica, sans-serif; 
	}
	
#newsletter .textArea {
	border:1px solid #ccc;
	padding: 2px;
	width: 140px;
	margin-bottom:1em;
	font: normal 0.8em 'Lucida Sans', Arial, Helvetica, sans-serif; 
	}	
.textArea:hover{
	background-color: #f4f6ee;
	}

input.btn { 
	color:#FFF; 
	font: normal 0.8em 'Lucida Sans', Arial, Helvetica, sans-serif; 
	background-color:#ee2d26; 
	border:1px solid; 
	border-color: #f22f27 #c2251e #c2251e #f22f27;
	padding:4px;
	cursor:pointer;
	margin-bottom:1em; 
	}
input.btn:hover {
	color: #fff;
	background-color:#e42b23;
	border-color: #c2251e #f22f27 #f22f27 #c2251e;  
	}
.error {
	color: #ee2d26;
	} 	
.clear {
	clear: both;
	}
