/* CSS Document */



/* ________________ containers ________________ */


#container
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	height: 590px;
	background-repeat: repeat-y;
	z-index: 1;
	left: 0px;
	top: 0px;
	}

#banner
	{
	position: absolute;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	height: 374px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	z-index: 1;
	top: 0px;
	background-image: url(images/rotate.php);
	left: 125px;
	}

/*-- lselect section --*/


#lselect {
	position:absolute;
	top:509px;
	height:20px;
	width:340px;
	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: 1;
	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);
	left: 330px;

}
#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;
}
