@charset "utf-8";

html, body {
  	height: 100%;
  	margin: 0 0 1px;
  	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 88%;
	color: #333;	
}
h1 {
	text-indent: -9999em;
	margin: 10px 0 0 0;		
}
p {
	font-size: .9em;
	line-height: 1.4;
	padding: 10px 0 10px 0;
}
a {
	text-decoration: none;	
}
#page-wrap {
	width: 1000px;
	margin: 0 auto;
}
#header {
	margin: 10px 0 20px 0;	
	position: relative;
}
#social-networks {
	position: absolute;
	right: 0;
	top: 50px;
}

/* Navigation Menu Style */

#main-nav {
	width: 210px;
	float: left;
}
#main-nav {
	text-transform: uppercase;	
}
#main-nav li {
	padding: 15px 0 15px 0;	
	text-align: right;
}
#main-nav a:link, #main-nav a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	letter-spacing: 1px;
	padding: 5px 5px 5px 15px;
}
#main-nav a:hover, #main-nav a:active {
	background: #2d2d2d;
	color: #fff;
}
#main-nav li a.current, #main-nav li a.current:hover, #main-nav li a.current:active {
	background: #2d2d2d;
	color: #fff;
	cursor: pointer;
}

#main-content {
	width: 760px;
	float: right;
	border: 5px solid #e8e8e3;
	padding: 10px;
}

/* Homepage Only */

.artistbox-left {
	width: 440px;
	float: left;
}
.artistbox-left p {
	font-size: .8em;	
	min-height: 70px;
}
#music-player, #music-player-2, #music-player-3 {
	float: right;	
	position: relative;
	top: -4px;
}
#calign {
	float: right;	
	position: relative;
	top: -4px;
}

#artistbox-tabs {
	clear: both;
	margin: 0 0 6px 0;
}
#artistbox-tabs li {
	display: inline;
}
#artistbox-tabs a:link, #artistbox-tabs a:visited {
	font-size: .8em;
	color: #666;
	border: 1px solid #999;
	padding: 2px 4px 2px 4px;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
#home-left-column {
	width: 440px;
	float: left;
}
#next-gen-h1 {
	background: url(images/next-generation-h1.gif) no-repeat;
	width: 250px;
	height: 18px;
	text-indent: -9999em;
}
#home-right-column {
	width: 280px;
	float: right;
}	
#committed-h1 {
	background: url(images/committed-h1.gif) no-repeat;
	width: 97px;
	height: 18px;
}

/* Artists Page */

#artists {
	background: url(images/artists.gif) no-repeat;
	width: 237px;
	height: 18px;
	margin: 10px 0 10px 0;
}
#artist-wrap img {
	padding: 2px;
}

/* Headers */


#distribution-top {
	background: url(images/distribution-top.gif) no-repeat;
	width: 97x;
	height: 18px;
}
#distribution {
	background: url(images/distribution.gif) no-repeat;
	width: 179x;
	height: 18px;
	margin: 10px 0 10px 0;
}
#dist-services {
	margin: 0 0 0 15px;	
}
#dist-services li {
	padding: 5px 0 5px 0;
	list-style: disc;
	font-size: .9em;
}
#artist-management {
	background: url(images/artist-management.gif) no-repeat;
	width: 171x;
	height: 21px;
}
#publicity {
	background: url(images/publicity.gif) no-repeat;
	width: 73x;
	height: 21px;
}
#radio {
	background: url(images/radio.gif) no-repeat;
	width: 54x;
	height: 18px;
}
#video {
	background: url(images/video.gif) no-repeat;
	width: 56x;
	height: 18px;
}
#consulting {
	background: url(images/consulting.gif) no-repeat;
	width: 95x;
	height: 21px;
}
#merchandise {
	background: url(images/merchandise.gif) no-repeat;
	width: 117x;
	height: 18px;
}


/* Contact Form Style */

fieldset {
	border: 1px solid #E8E8E3;	
	padding: 15px;
}
legend {
	font-size: 1.1em;
	padding: 0 2px 0 2px;
}
#areacode, #firstthree {
	width: 50px;	
}
#lastfour {
	width: 75px;	
}
.pound-signs {
	font-size: .8em;	
}
input[type="text"] {
	border: 1px solid #ccc;
	padding: 3px;
}
textarea {
	border: 1px solid #ccc;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: auto;
}
#submit-button {
	background: url(images/submit-button.gif) no-repeat;
	width: 117px;
	height: 36px;
	border: none;
}
/* Footer Style */

#footer {
	clear: both;
}
#footer p {
	font-size: .7em;
	color: #666;
	text-align: center;
}