/* CSS Document */



/* ________________ containers ________________ */


#container
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	height: 590px;
	background-color: #fff;
	background-repeat: repeat-y;
	z-index: 1;
	left: 0px;
	top: 0px;
	}
	
#enso
	{
	width: 419px;
	height: 483px;
	background: #000 url(demoreel/images/enso.jpg) no-repeat;
	left: 150px;
	top: 25px;

	position: absolute;
	z-index: 2;
	}

#email
	{
	position: absolute;
	left: 555px;
	width: 163px;
	top: 86px;
	height: 17px;
	z-index: 3;
	background-color: transparent;
	background-image: url(demoreel/images/email.gif);
	background-repeat: no-repeat;
	cursor: hand;
	}

#davidgreen
	{
	position: absolute;
	top: 229px;
	left: 360px;
	width: 354px;
	height: 41px;
	z-index: 3;
	background-repeat: no-repeat;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='demoreel/images/davidgreen.png');
	}
		
#davidgreen[class]
	{
	background: url(demoreel/images/davidgreen.png) no-repeat;
	}

#sounddesign
	{
	position: absolute;
	top: 297px;
	left: 454px;
	width: 262px;
	height: 29px;
	z-index: 3;
	background-repeat: no-repeat;


/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='demoreel/images/sounddesign.png');
	cursor: hand;
	}
		
#sounddesign[class]
	{
	background: url(demoreel/images/sounddesign.png) no-repeat;
	}
	
#and
	{
	position: absolute;
	left: 696px;
	width: 21px;
	top: 328px;
	height: 23px;
	z-index: 4;
	background-color: transparent;
	background-image: url(demoreel/images/and.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#music
	{
	position: absolute;
	top: 353px;
	left: 604px;
	width: 114px;
	height: 27px;
	z-index: 3;
	background-repeat: no-repeat;

/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='demoreel/images/music.png');
	cursor: hand;
	}
		
#music[class]
	{
	background: url(demoreel/images/music.png) no-repeat;
	}

/*-- lselect section --*/


#lselect {
	position:absolute;
	top:509px;
	left:134px;
	height:20px;
	width:506px;
	margin:0;
	padding:0;
	font-size:14px;
	border-top-style: double;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 4;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-color: #999999;
	background-image: url(demoreel/images/link_bg.gif);

}
#lselect h3 {
	width:83px;
	height:13px;
	margin:10px 10px 9px 10px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#lselect ul {
	padding:0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
	margin-top: 0px;

}
#lselect li {
	font-size:14px;
	margin-right:8px;
	display: inline;
	list-style-type: none;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;

}
#lselect a:link, #lselect a:visited, #lselect a:active {
	font-size:18px;
	color:#FF0000;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#lselect li:hover{
	background-color: transparent;
}
