/******************************************/
/**************** THE TAGS ****************/
/******************************************/

/*reset*/
* {
	margin:0px;
	padding:0px;
}

html, body {
	height:100%;
	text-align:center;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	background-color:#020202;
	background-image:url(images/metalbg3.jpg);
	background-repeat:repeat;
}

a:link, a:visited, a:active {
	color:#bb282e;
	text-decoration:none;
}

a:hover {
	border-bottom:1px dashed #bb282e;
}

.img a:hover {
	border:0;
}

td {
	padding:5px;
}

/******************************************/
/**************** CLASSES *****************/
/******************************************/

.a_no_underline:link, .a_no_underline:hover {
	border-bottom:0px;
}

a.thefooter:link, a.thefooter:visited {
	color:#680000;
	text-decoration:none;
}

a.thefooter:hover {
	color:#ffffff;
	border-bottom:1px dashed #ffffff;
}

/* LEFT BOX */
.lb_title {
	border-bottom:5px solid #ffffff;
	margin-bottom:10px;
}

.lb_contentpad {
	float:left;
	margin-left:24px;
}

.lb_allcaptitle {
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.lb_hr {
	float:left;
	padding-top:8px;
	padding-bottom:8px;
	display:block;
}

.lb_tablerow1 {
	background-color:#ebebeb;
}

.lb_tablerow2 {

}

.lb_thesmalltype {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.lb_thebigtype {
	display:block;
	font-size:11px;
	font-weight:bold;
}

/* RIGHT BOX */
.rb_title {
	padding-bottom:5px;
	margin-bottom:10px;
}

.rb_allcaptitle {
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
}

.rb {
	float:left;
	width:212px;
	background-image:url(images/rb_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

.rb_top_left {
	float:left;
	width:6px;
	height:6px;
	background-image:url(images/rb_top_left.gif);
	background-repeat:no-repeat;
	font-size:0px;
}

.rb_top_center {
	float:left;
	width:198px;
	height:6px;
	background-image:url(images/rb_top_center.gif);
	background-repeat:repeat-x;
	font-size:0px;
}

.rb_top_right {
	float:left;
	width:8px;
	height:6px;
	background-image:url(images/rb_top_right.gif);
	background-repeat:no-repeat;
	font-size:0px;
}

.rb_mid_center {
	float:left;
	width:198px;
	padding-left:6px;
	padding-right:8px;
	padding-bottom:5px;
}

.rb_bot_left {
	float:left;
	width:6px;
	height:8px;
	background-image:url(images/rb_bot_left.gif);
	background-repeat:no-repeat;
	font-size:0px;
}

.rb_bot_center{
	float:left;
	width:198px;
	height:8px;
	background-image:url(images/rb_bot_center.gif);
	background-repeat:repeat-x;
	font-size:0px;
}

.rb_bot_right {
	float:left;
	width:8px;
	height:8px;
	background-image:url(images/rb_bot_right.gif);
	background-repeat:no-repeat;
	font-size:0px;
}

.rb_contentpad {
	float:left;
	margin-left:24px;
}


/* HOME PAGE */
.home_lb_content {
	width:428px;
	padding-left:24px;
	padding-right:30px;
	color:#666666;
}

/* LABELS PAGE */
.labels_lb_logobox {
	float:left;
	width:178px;
	height:183px;
	margin-left:20px;
	color:#666666;
	text-align:center;
	background-image:url(images/labels_lb_box_logo.gif);
	background-repeat:no-repeat;
}

.labels_lb_shortbio {
	float:left;
	width:228px;
	margin-left:23px;
	color:#666666;
	text-align:justify;
}

.labels_rb_labellogo {
	margin-bottom:5px;
	margin-top:10px;
}

.labels_lb_artistbox {
	float:left;
	width:212px;
	padding-right:6px;
	padding-bottom:3px;
}

/* ARTISTS PAGE */
.artists_lb_artistphoto {
	float:left;
	margin-left:20px;
	margin-top:4px;
}

.artists_lb_leftcolumn {
	float:left;
	width:176px;
	margin-left:24px;
}

.artists_lb_rightcolumn {
	float:left;
	width:235px;
	margin-left:20px;
}

.artists_lb_logobox {
	float:left;
	padding:0px;
	margin:0px;
	width:235px;
}

.artists_lb_logobox td {
	padding:0px;
}

.artists_lb_flashplayer {
	float:left;
	padding:0px;
	margin:0px;
	width:235px;
	height:128px;
}

.artists_lb_albumbox {
	float:left;
	width:235px;
	height:110px;
	color:#666666;
	text-align:center;
	background-image:url(images/artists_lb_box_album.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
}

/* CONTACT PAGE */
.contact_lb_form_left {
	float:left;
	padding-bottom:5px;
}

.contact_lb_form_right {
	float:left;
	margin-left:10px;
	padding-bottom:5px;
}

.contact_textfield {
	width:194px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}

.contact_textarea {
	width:407px;
	height:200px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}

.contact_btn_submit {
	margin-top:5px;
	background-color:#bb282e;
	padding:5px 10px 5px 10px;
	border:0px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

/******************************************/
/**************** THE DIVS ****************/
/******************************************/

#thesuitcase {
	position:relative;
	width:100%;
	height:100%;
	min-height:100%;
	text-align:center;
	background-color:#020202;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
}

#thepocket {
	position:relative;
	width:710px;
	padding-top:50px;
	text-align:left;
}

#thenav {
	width:710px;
	height:118px;
	margin-bottom:-1px;
}

#leftside {
	float:left;
	width:497px;
	background-image:url(images/lb_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

#lb_top_left {
	float:left;
	width:9px;
	height:6px;
	background-image:url(images/lb_top_left.gif);
	background-repeat:no-repeat;
	font-size:0px;
}

#lb_top_center {
	float:left;
	width:482px;
	height:6px;
	background-image:url(images/lb_top_center.gif);
	background-repeat:repeat-x;
	font-size:0px;
}

#lb_top_right {
	float:left;
	width:6px;
	height:6px;
	background-image:url(images/lb_top_right.gif);
	background-repeat:no-repeat;
	font-size:0px;
}

#lb_mid_center {
	float:left;
	width:482px;
	min-height:1px;
	padding-left:9px;
	padding-right:6px;
	padding-bottom:5px;
}

#lb_bot_left {
	float:left;
	width:9px;
	height:8px;
	background-image:url(images/lb_bot_left.gif);
	background-repeat:no-repeat;
	font-size:0px;
}

#lb_bot_center {
	float:left;
	width:482px;
	height:8px;
	background-image:url(images/lb_bot_center.gif);
	background-repeat:repeat-x;
	font-size:0px;
}

#lb_bot_right {
	float:left;
	width:6px;
	height:8px;
	background-image:url(images/lb_bot_right.gif);
	background-repeat:no-repeat;
	font-size:0px;
}

#rightside {
	float:left;
	width:212px;
	padding-left:1px;
}

#thefooter {
	float:left;
	width:710px;
	height:27px;
	color:#680000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-left:0px;
	margin-left:-10px;
	padding-right:20px;
	padding-top:4px;
	text-align:right;
	background-image:url('images/bot_bar.gif');
	background-position:top center;
	background-repeat:no-repeat;
}