@import url(main.css);

/*========== ARTIST'S PAGE SPECIFIC LAYOUT ==========*/
	html, body {overflow: hidden}
/*========== CONTENT ==========*/
	#content {background: white; width: 1000px; min-height: 522px}

/*===== MENU =====*/
	#menu {
		width: 100%;
		border-right: none;
		margin-right: 0;
		background: white url(images/menu_back.gif) repeat-x top left;
	}
	#menu[lang="en"] > li + li + li + li {margin-left: 21px;}
	#menu[lang="es"] > li + li + li + li {margin-left: 21px;}
	#menu > li + li + li + li + li + li {margin-left: 436px !important;}
	#selector {
		position: relative;
		margin-top: 10px;
		margin-bottom: 18px;
		padding: 0 10px;
		border: 1px solid #c9c9c9;
		width: 180px;
		height: 21px;
		line-height: 21px !important;
		background: white url(images/right_sel_arrow.gif) no-repeat 170px;
	}
	#selector ul {
		position: absolute;
		padding: 0 10px;
		top: 21px;
		left: -1px;
		list-style-type: none; /*2022413*/
		border: 1px solid #c9c9c9;
		border-top: none;
		width: 180px;
		z-index: 1000 !important;
		max-height: 105px;
		overflow: auto;
		display: none;
		overflow-x: hidden;
	}
	#selector:hover {
		background: white url(images/down_sel_arrow.gif) no-repeat 170px;
	}
	#selector:hover ul {
		display: block;
	}
	#selector ul li {
		float: none;
		margin: 0;
		width: 170px;
		height: 21px;
		line-height: 21px;
		z-index: 1000 !important;
	}
/*===== CONTAINERS =====*/
	#workContainer, #bioContainer, #textContainer {
		margin: 100px 20px 20px 20px;
		padding: 5px 10px;
		min-height: 300px;
		min-width: 400px;
		display: block;
		background: transparent;
	}
	#bioContainer, #textContainer {
		width: 680px;
		border: 1px solid #c9c9c9;
		display: none;
	}
	iframe {
		margin: 0;
		padding: 0;
		border: none;
		height: 320px;
		width: 680px;
		overflow: auto;
	}
	