@charset "UTF-8";
/* CSS Document */

/* START GENERAL LAYOUT DEFINITION NUTEK RECORDS V.2.0 */

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#aaaaaa;
	background-color: #000000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


#main{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(../images/elements/strip.gif);
	background-repeat: repeat-x;
	}
	
	#content p {
	font-size:.7em;
}
	
p.first {
	color:#aaaaaa;
	font-size:.7em;
	padding-left: 15px;
}

p.second {
	color:#aaaaaa;
	padding-left: 15px;
}

h1 {
	color:#ffcc00;
	padding-top: 8px;
	padding-left: 15px;
	font-size:.9em;
	text-transform:uppercase;
}

h2 {
	color:#ffcc00;
	padding-top: 8px;
	padding-left: 15px;
	font-size:.8em;
	text-transform:uppercase;
	font-weight:normal;
}

h3 {
	color:#ffcc00;
	font-size:.8em;
	text-transform:uppercase;
	font-weight:normal;
}

h4 {
	color:#aaaaaa;
	font-size:.7em;
	font-weight:normal;
}

h5 {
	color:#FFFFFF;
	font-size:.7em;
	font-weight:normal;
}

h6 {
	color:#ffcc00;
	padding-left: 15px;
	font-size:.8em;
	text-transform:uppercase;
	font-weight:normal;
}

em {
	color:#ffe600;
	font-style:normal;
}

a {
	color:#ffcc00;
	text-decoration:none;
}

a img {
	border:none;
}

.clearme {
height: 8px;
margin: 0; padding: 0;
clear: both;
}
	
#container {
margin: 0; padding: 0;
width: 768px;
margin:0 auto 0 auto;
}

#mainpic {
width: 768px;
height: 281px;
margin:0 auto 0 auto;
}

#banner {
width: 539px;
height: 539px;
padding-top: 2px;
float:left;
margin:0 auto 0 auto;
}

#content {
display: inline;
margin: 0; padding: 0;
}

/* OPEN HEADER NUTEK RECORDS V.2.0*/

#header {
height:79px;
margin:0 auto 0 auto;
}

#header .logo {
display: inline;
float:left;
width:321px;
height:78px;
background-image:url(../images/elements/logo.gif);
background-repeat:no-repeat;
}

#header .mp3player {
display: inline;
float:right;
padding-top: 18px;
}

/* CLOSE HEADER NUTEK RECORDS V.2.0 */

/* OPEN NAVIGATION NUTEK RECORDS V.2.0*/

#navigation {
width: 768px;
height: 30px;
float:left;
font-size:.8em;
font-weight:bold;
text-transform:uppercase;
}

#navigation .button {
		float:left;
		height: 30px;
		width: 100px;
		text-align:center;
		color: #FFFFFF;
		border-left: #616161 1px solid; 
		border-right: #000000 1px solid; 
	}
	
#navigation .home {
		float:left;
		height: 30px;
		width: 100px;
		text-align:center;
		color: #FFFFFF;
		border-right: #000000 1px solid; 
	}
	
#navigation .contact {
		float:left;
		height: 30px;
		width: 100px;
		text-align:center;
		color: #FFFFFF;
		border-left: #616161 1px solid;
	}
	
#navigation a {
		display:block;
		padding-top:8px;
		width:100px;
		height:30px;
		text-align:center;
		font-weight:bold;
		line-height:1em;
		color:#fff;
	}
	
#navigation a:hover {
		color:#616161;
		height: 30px;
		background:url(../images/elements/menu-over.jpg);
		background-repeat:no-repeat;
	}

	#navigation .selected a {
		color:#FFFFFF;
		float:left;
		height: 30px;
		width: 102px;
		background:url(../images/elements/menu-hit.jpg) 0 0 repeat-x;
	}
	
	#navigation .selectedhome a {
		color:#FFFFFF;
		float:left;
		height: 30px;
		width: 101px;
		background:url(../images/elements/menu-hit_home.jpg) 0 0 repeat-x;
	}
	
	#navigation .selectedcontact a {
		color:#FFFFFF;
		float:left;
		height: 30px;
		width: 101px;
		background:url(../images/elements/menu-hit_contact.jpg) 0 0 repeat-x;
	}

/* CLOSE NAVIGATION NUTEK RECORDS V.2.0*/

/* OPEN NAVIGATION NUTEK RECORDS V.2.0 */

#subnav {
height: 17px;
width: 768px;
margin: 0; padding: 0;
padding-top: 2px;
background-image:url(../images/elements/submenu.jpg);
background-repeat: repeat-x;
}

#subnav .butthome {
		display:inline;
		float:left;
		height: 13px;
		line-height:1em;
		font-size:.7em;
		vertical-align:top;
		padding-left: 15px;
		padding-right: 5px;
		border-right:1px solid #aaaaaa;
	}

#subnav .butt {
		display:inline;
		float:left;
		height: 13px;
		line-height:1em;
		font-size:.7em;
		vertical-align:top;
		padding-left: 5px;
		padding-right: 5px;
		border-right:1px solid #aaaaaa;
	}
	
#subnav .buttlast {
		display:inline;
		float:left;
		height: 13px;
		line-height:1em;
		font-size:.7em;
		vertical-align:top;
		padding-left: 5px;
	}

	
#subnav a {
		color:#ffcc00;
	}
	
#subnav a:hover {
		color:#ffcc00;
	text-decoration: underline;
	}

	#subnav .selected a {
	line-height:1em;
		font-size:.7em;
		vertical-align:top;
		padding-left: 15px;
		padding-right: 15px;
		color:#ffcc00;
		float:left;
	}


/* CLOSE NAVIGATION NUTEK RECORDS V.2.0 */

/* OPEN HOME NUTEK RECORDS V.2.0 */

/* OPEN CONTAINER HOME MAIN */

#containerhomemain {
width:768px;
float:left;
}

#containerhomemain a:hover {
color:#ffcc00;
text-decoration: underline;
}

/* OPEN HIGHLIGHTS */

#highlightsheader {
height: 49px;
width: 768px;
margin: 0; padding: 0;
background-image:url(../images/elements/titlemenu.jpg);
background-repeat: repeat-x;
}

#highlights {
height:270px;
width: 768px;
margin: 0; padding: 0;
}

#highlights .new {
width:196px;
float:left;
}

#hightlight .new .txt {
width: 180px;
float:left;
}

#hightlight .new img{ 
float: left;
margin: 0;
padding: 0;
cursor:pointer;
}

#highlights .newright {
width:180px;
float:left;
}

#hightlight .newright .txt {
width: 180px;
float:left;
}

#hightlight .newright img{ 
float: left;
margin: 0;
padding: 0;
cursor:pointer;
}

/* CLOSE HIGHLIGHTS */

/* CLOSE OPEN CONTAINER HOME MAIN */

/* OPEN CONTAINER HOME LEFT */

#containerhomeleft {
width:224px;
float:left;
}

/* OPEN NEWS ITEMS HEADER */

#newsitemheader {
height: 49px;
width: 224px;
margin: 0; padding: 0;
background-image:url(../images/elements/titlemenu.jpg);
background-repeat: repeat-x;
}

/* CLOSE NEWS ITEMS HEADER */

/* OPEN NEWS ITEMS */

.newsitem {
height: 60px;
width: 224px;
margin: 0; padding: 0;
margin-top: 5px;
margin-right: 15px;
background-color:#242424;
}

.newsitem a {
	color:#aaaaaa;
	text-decoration:none;
}

.newsitem a:hover {
color:#ffcc00;
text-decoration: underline;
}

/* CLOSE NEWS ITEMS */

/* CLOSE CONTAINER HOME LEFT */

/* OPEN CONTAINER HOME RIGHT */

#containerhomeright {
width:539px;
padding-left: 5px;
float:left;
}

#containerhomeright a:hover {
color:#ffcc00;
text-decoration: underline;
}

#containerhomeright p {
	font-size:.7em;
}

/* OPEN NEWS ITEMS HEADER */

#comingitemheader {
height: 49px;
width: 539px;
margin: 0; padding: 0;
background-image:url(../images/elements/titlemenu.jpg);
background-repeat: repeat-x;
}

/*CLOSE NEWS ITEMS HEADER */

/* OPEN COMING SOON */

#comingsoon {
width:539px;
float:left;
}

#comingsoon .soon {
width:249px;
padding-top: 5px;
padding-right: 16px;
float:left;
}

#comingsoon .soon .text {
width: 160px;
height:50px;
padding-left: 10px;
float:left;
}

#comingsoon .soon img{ 
float: left;
margin: 0;
padding: 0;
cursor:pointer;
}

#comingsoon .ffcc00 a {
	color:#aaaaaa;
	text-decoration:none;
}

#comingsoon .soon a:hover {
color:#ffcc00;
text-decoration: underline;
}

/* CLOSE COMING SOON */

/* CLOSE CONTAINER HOME RIGHT */

/* CLOSE HOME NUTEK RECORDS V.2.0 */

/* OPEN ARTIST DETAIL NUTEK RECORDS V.2.0 */

/* OPEN CONTAINER GENERAL RIGHT NUTEK RECORDS V.2.0 */

#containergeneralright {
width:247px;
padding-left: 5px;
float:left;
}

#containergeneralright p {
	font-size:.7em;
}

/* NEW RELEASES HEADER */

#newreleasesheader {
height: 49px;
width: 247px;
margin: 0; padding: 0;
background-image:url(../images/elements/titlemenu.jpg);
background-repeat: repeat-x;
}

/*CLOSE NEWS RELEASES HEADER */

/* OPEN NEW RELEASE */

#newrelease {
width:247px;
float:left;
}

#newrelease .release {
width:247px;
padding-top: 5px;
float:left;
}

#newrelease .release .text {
width: 158px;
height:50px;
padding-left: 10px;
float:left;
}

#newrelease .release img{ 
float: left;
margin: 0;
padding: 0;
cursor:pointer;
}

#newrelease .release a {
	color:#ffcc00;
	text-decoration:none;
}

#newrelease .release a:hover {
color:#ffcc00;
text-decoration: underline;
}

/* CLOSE NEW RELEASE */

/* OPEN EXTERNAL LINKS */

#externallinksheader {
height: 49px;
width: 247px;
margin: 0; padding: 0;
background-image:url(../images/elements/titlemenu.jpg);
background-repeat: repeat-x;
}

#externallinks {
width:247px;
float:left;
margin-top: 5px;
}

#externallinks a:hover {
color:#ffcc00;
text-decoration: underline;
}

#externallinks .arrow{
		float: left;
		height: 15px;
		width:220px;
		padding-bottom: 5px;
		padding-left: 25px;
		background-image:url(../images/elements/arrow.jpg);
		overflow:hidden;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		display:block;
		}
/* CLOSE EXTERNAL LINKS */

/* CLOSE CONTAINER GENERAL RIGHT NUTEK RECORDS V.2.0 */

/* OPEN CONTAINER GENERAL LEFT */

#containergeneralleft {
width:516px;
float:left;
}

#containergeneralleft a:hover {
color:#ffcc00;
text-decoration: underline;
}

#artistdetail {
width:514px;
float:left;
margin-top: 5px;
}

#artistdetail .buy{
float: right;
width: 102px;
height: 30px;
padding-top:8px;
text-align:center;
color: #FFFFFF;
font-size:.8em;
font-weight:bold;
text-transform:uppercase;
background:url(../images/elements/buy-hit.jpg);
background-repeat:no-repeat;
}

#artistdetail .buy a{
		font-weight: normal;
		text-decoration: none;
		color: #FFFFFF;
		}

#artistdetail .buy a:hover{
		font-weight: normal;
		text-decoration: none;
		color: #FFFFFF;
		}

#ateam{
width:240px;
float:left;
margin-top: 5px;
}

#ateam .ateamtext{
width:120px;
float:left;
}

#intensity{
width:240px;
float:left;
margin-top: 5px;
}

#intensity .intensitytext{
width:240px;
float:left;
}

#containergeneralleft .releasetext{
width:514px;
float:left;
margin-top: 5px;
}

#containergeneralleft img{ 
float: left;
margin: 0;
padding: 0;
margin-right: 10px;
margin-bottom: 5px;
}

/* OPEN NEWS ITEMS HEADER */

#biographyheader {
height: 49px;
width: 516px;
margin: 0; padding: 0;
background-image:url(../images/elements/titlemenu.jpg);
background-repeat: repeat-x;
}

#videoheader {
height: 49px;
width: 516px;
margin: 0; padding: 0;
background-image:url(../images/elements/titlemenu.jpg);
background-repeat: repeat-x;
}

#video {
height: 385px;
width: 480px;
margin: 0; padding: 0;
padding-left: 18px;
}

/* CLOSE NEWS ITEMS HEADER */

/* CLOSE CONTAINER GENARAL LEFT */

/* CLOSE ARTIST DETAIL NUTEK RECORDS V.2.0 */

/* OPEN CONTAINER MAIN GENERAL */

#containergeneralmain {
width:768px;
float:left;
}

#containergeneralmain a:hover {
color:#ffcc00;
text-decoration: underline;
}

/* OPEN RELEASES MAIN */

#containergeneralmainheader {
height: 49px;
width: 768px;
margin: 0; padding: 0;
background-image:url(../images/elements/titlemenu.jpg);
background-repeat: repeat-x;
}

#containergeneralfriends {
height: 49px;
width: 768px;
margin: 0; padding: 0;
background-image:url(../images/elements/titlemenu.jpg);
background-repeat: repeat-x;
}

#mainrelease {
width: 768px;
margin: 0; padding: 0;
}

#mainrelease .release {
width:196px;
height:255px;
float:left;
}

#mainrelease .buy_shirt{
float: right;
width: 102px;
height: 30px;
padding-top:8px;
margin-top: 20px;
text-align:center;
color: #FFFFFF;
font-size:.8em;
font-weight:bold;
text-transform:uppercase;
background:url(../images/elements/buy-hit.jpg);
background-repeat:no-repeat;
}

#mainrelease .buy_shirt a{
		font-weight: normal;
		text-decoration: none;
		color: #FFFFFF;
		}

#mainrelease .buy_shirt a:hover{
		font-weight: normal;
		text-decoration: none;
		color: #FFFFFF;
		}

#mainrelease .release .txt {
width: 180px;
float:left;
}

#mainrelease .release img{ 
float: left;
margin: 0;
padding: 0;
cursor:pointer;
}

#mainrelease .releaseright {
width:180px;
height:255px;
float:left;
}

#mainrelease .releaseright .txt {
width: 180px;
float:left;
}

#mainrelease .releaseright img{ 
float: left;
margin: 0;
padding: 0;
cursor:pointer;
}

#mainrelease .artist {
width:196px;
height:165px;
float:left;
}

#mainrelease .artist .txt {
width: 180px;
float:left;
}

#mainrelease .artist img{ 
float: left;
margin: 0;
padding: 0;
cursor:pointer;
}

#mainrelease .artistright {
width:180px;
float:left;
}

#mainrelease .artistright .txt {
width: 180px;
float:left;
}

#mainrelease .artistright img{ 
float: left;
margin: 0;
padding: 0;
cursor:pointer;
}

/* CLOSE RELEASES MAIN */

/* CLOSE CONTAINER MAIN GENERAL */

/* OPEN FOOTER NUTEK RECORDS V.2.0 */

/*Footer*/

#footer {
display: inline;
clear: both;
width: 768px;
float:left;
margin-top: 100px;
background-image:url(../images/elements/stripfooter.gif);
background-repeat: repeat-x;
font-size:.7em;
}

#footerleft {
display: inline;
width: 418px;
float:left;
}  

#footerright {
display: inline;
width: 350px;
float:right;
}  

#footer .logo {
padding-left: 15px;
padding-top: 25px;
float:left;
cursor:pointer;

}

#footer .copyright {
color: #616161;
font-size:.9em;
font-weight:normal;
padding-right: 15px;
padding-top: 25px;
float:right;
}

#footersubnav {
		clear: both;
		color:#616161;
		padding-right: 15px;
		float:right;
		margin-bottom: 10px;
	}
	
#footersubnav .butt {
		display:inline;
		line-height:1em;
		font-size:.9em;
		text-align:center;
		padding-right: 15px;
	}
	
#footersubnav .contact {
		display:inline;
		line-height:1em;
		font-size:.9em;
		text-align:center;
	}
	
#footer .clear {
height: 2px;
margin: 0; padding: 0;
clear: both;
}	
	
#footersubnav a {
			color:#616161;
		}
		
#footersubnav a:hover {
			color:#ffcc00;
			text-decoration: underline;
}

/* CLOSE FOOTER NUTEK RECORDS V.2.0 */