/* lildiscs.com css - screen */


/* WRAP */

#wrap {
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 801px;
	margin: 0 auto;
	padding: 0;
	}


/* BODY */

body	{ 
	margin: 0;
	padding: 0;
	border: 0;	
	background: #ffffff url("images/bgtile.jpg") top center repeat-y;
	font: 12px "MS Trebuchet", verdana, arial, helvetica, sans-serif;
	line-height: 17px;
	text-align: left;
	color: #444;
	}
	
	
a:link { color : #33f; text-decoration : none; }
a:visited { color : #39f; text-decoration : none; }
a:hover { color: #9900cc; text-decoration : underline; }




/* HEADERS */

#headerhome {
	position: relative;
	height: 126px;
	width: 801px;
	margin: 0;
	padding: 0;
	border: 0;	
	background: url("images/headers/hdr06.jpg");
	background-repeat: no-repeat;
	}
	
#headerartists {
	position: relative;
	height: 126px;
	width: 801px;
	margin: 0;
	padding: 0;
	border: 0;	
	background: url("images/headers/hdr07.jpg");
	background-repeat: no-repeat;
	}
	
#headerpress {
	position: relative;
	height: 126px;
	width: 801px;
	margin: 0;
	padding: 0;
	border: 0;	
	background: url("images/headers/hdr09.jpg");
	background-repeat: no-repeat;
	}
	
#headerinfo {
	position: relative;
	height: 126px;
	width: 801px;
	margin: 0;
	padding: 0;
	border: 0;	
	background: url("images/headers/hdr02.jpg");
	background-repeat: no-repeat;
	}
	
#headerlinks {
	position: relative;
	height: 126px;
	width: 801px;
	margin: 0;
	padding: 0;
	border: 0;	
	background: url("images/headers/hdr01.jpg");
	background-repeat: no-repeat;
	}



/* GLOBAL NAV */

div#globalnav	{
	height: 23px;
	width: 801px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url("images/navbg.jpg") top left no-repeat;
	}

div#globalnav ul#menu	{
	height: 23px;
	width: 801px;
	background: transparent url("images/nav.gif") top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 23px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#lilmenu	{left: 386px; width: 83px;}
#artistsmenu	{left: 486px; width: 76px;}
#pressmenu	{left: 579px; width: 55px;}
#infomenu	{left: 652px; width: 43px;}
#linksmenu {left: 713px; width: 54px;}

#lilmenu a:hover	{background: transparent url("images/nav.gif") -386px 
-23px no-repeat;}
#artistsmenu a:hover {background: transparent url("images/nav.gif") 
-486px -23px no-repeat;}
#pressmenu a:hover {background: transparent url("images/nav.gif") 
-579px -23px no-repeat;}
#infomenu a:hover {background: transparent url("images/nav.gif") -652px 
-23px no-repeat;}
#linksmenu a:hover {background: transparent url("images/nav.gif") -713px 
-23px no-repeat;}

	/* You are here - main nav */
	
body#lil #lilmenu {background: transparent url("images/nav.gif") -386px 
-23px no-repeat;}
body#artists #artistsmenu {background: transparent 
url("images/nav.gif") -486px -23px no-repeat;}
body#press #pressmenu {background: transparent 
url("images/nav.gif") -579px -23px no-repeat;}
body#info #infomenu {background: transparent url("images/nav.gif") 
-652px -23px no-repeat;}
body#links #linksmenu {background: transparent url("images/nav.gif") 
-713px -23px no-repeat;}



/* UNIT */

#unit { 
	position:relative;
	width: 682px;
	background: #ffffff;
	border: 1px dotted #c0c0c0;
	padding: 13px 13px 13px 12px;
	margin: 10px 0px 10px 46px;
	}
	
#unit2 { 
	position:relative;
	width: 320px;
	background: #ffffff;
	border: 1px dotted #c0c0c0;
	padding: 10px 13px 13px 13px;
	margin: 10px 0px 10px 46px;
	}
	
#unit3 { 
	position:relative;
	width: 320px;
	background: #ffffff;
	border: 1px dotted #c0c0c0;
	padding: 10px 13px 13px 13px;
	margin: 10px 0px 10px 12px;
	}
	


/* PAGELINE */

div.pageline { 
	margin: 12px 0 20px 0;
	padding: 0 0 0 0;
	width: 100%;
	border-top: 0px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	}



/* DOTLINE */

div.dotline { 
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	border-top: 0px solid #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
	}



/* IMAGES */

.albumimage1 {
	border:1px solid #c0c0c0;
	padding:5px;
	margin: 0 10px 0 0;
	height:150px;
	width:150px;
	}
	
.albumimage2 {
	border:1px solid #c0c0c0;
	padding:3px;
	margin: 0 0 5px 0;
	height:150px;
	width:150px;
	}

	.buttonimage {
	padding:0px;
	margin: 0 0 0 0;
	height:20px;
	width:65px;
	float: left;
	}

	.dollarimage {
	padding:0px;
	margin: 0 0 0 0;
	height:20px;
	width:45px;
	float: left;
	}
	
	.numeralimage {
	padding:0px;
	margin: 0 0 0 0;
	height:20px;
	width:48px;
	float: left;
	}

/* TYPE */	


h1	{
	font-family: garamond, georgia, serif;
	color: #666;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	}
		
		
.accent 	{ 
	font-family: garamond, georgia, serif;
	color: #9900cc; 
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
.artist 	{ 
	font-family: garamond, georgia, serif;
	font-size: 16px;
	color: #9900cc; 
	font-variant: small-caps;
	font-weight: bold;
	}
	
.title 	{ 
	font-family: garamond, georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color: #9900cc; 
	font-weight: normal;
	}
	
.caps 	{ 
	font-variant: small-caps;
	}