/* CSS Document */

/* PAGE LAYOUT */

#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1020px;
	height:768px;
}

/*  MAIN MENU LAYOUT  */

#logo {
	position:absolute;
	left:30px;
	top:30px;
	width:400px;
	height:40px;
}

#btn-home {
	position:absolute;
	left:430px;
	top:30px;
	width:80px;
	height:40px;
	z-index: 105;
}

#btn-fashion {
	position:absolute;
	left:510px;
	top:30px;
	width:80px;
	height:40px;
	z-index: 104;
}

#btn-portraits {
	position:absolute;
	left:590px;
	top:30px;
	width:80px;
	height:40px;
	z-index: 103;
}

#btn-editorial {
	position:absolute;
	left:670px;
	top:30px;
	width:80px;
	height:40px;
	z-index: 102;
}

#btn-events {
	position:absolute;
	left:750px;
	top:30px;
	width:80px;
	height:40px;
	z-index: 101;
}

#btn-product {
	position:absolute;
	left:830px;
	top:30px;
	width:80px;
	height:40px;
	z-index: 100;
}

/*  SUB-MENU LAYOUT  */

#lnk-about {
	position:absolute;
	left:511px;
	top:705px;
	width:79px;
	height:20px;
	z-index: 100;
}

#lnk-services {
	position:absolute;
	left:590px;
	top:705px;
	width:80px;
	height:20px;
	z-index: 100;

}

#lnk-contact {
	position:absolute;
	left:670px;
	top:705px;
	width:80px;
	height:20px;
	z-index: 100;
}

#lnk-links {
	position:absolute;
	left:750px;
	top:705px;
	width:70px;
	height:20px;
	z-index: 100;
}

/*    CONTENT DEFINITION  */

#controls {
	position:absolute;
	left:910px;
	top:680px;
	width:70px;
	height:71px;
	z-index: 2;
}

#content-1 {
	position:absolute;
	left:40px;
	top:120px;
	width:310px;
	height:560px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
}

.content-box h1 {
	font-size:16px;
	font-weight:bold;
	}

.content-box h2 {
	font-size:16px;
	font-weight:bold;
	color:#99FF00;
	}

.content-box h3 {
	font-size:14px;
	font-weight:bold;
	}

.content-box h4 {
	font-size:14px;
	font-weight:normal;
	}

.content-box a:link {
	text-decoration:none;
	color:#999999;
	font-weight:bold;
	}

.content-box a:visited {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	}

.content-box a:hover{
	text-decoration: underline;
	color:#666666;
	font-weight:bold;
	}

#content-2 {
	position:absolute;
	left:350px;
	top:120px;
	width:630px;
	height:560px;
	z-index: 1;
}


/*   PLACE HOLDERS  */

#slice-10 {
	position:absolute;
	left:910px;
	top:30px;
	width:80px;
	height:40px;
	background-color: #5f5f5f;
	z-index:0;
}

#slice-12 {
	position:absolute;
	left:30px;
	top:70px;
	width:960px;
	height:50px;
	z-index:0;
}

#slice-20 {
	position:absolute;
	left:41px;
	top:705px;
	width:470px;
	height:20px;
	z-index:0;
}

#slice-27 {
	position:absolute;
	left:510px;
	top:725px;
	width:310px;
	height:26px;
	z-index:0;
}

#slice-28 {
	position:absolute;
	left:30px;
	top:751px;
	width:960px;
	height:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: left;
	color: #999999;
	text-indent: 10px;
	text-decoration: none;
	z-index:-1;
}

/*   MENU FUNCTIONS  */

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 80px;
	height:40px;
	float:left;
	border-width:0px;
	border:0px;
	}

.menu ul li {
	position: relative;
	}

.menu li ul {
	position: absolute;
	left: 0px;
	top: 40px;
	width:150px;
	display: none;
	}

.menu ul li a {
	display: block;
	height:65%;
	text-decoration: none;
	color: #5f5f5f;
	background: #e3e3e3;
	border: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	text-indent: 5px;
	}

.menu ul li a span{
	display:block;
	height:28px;
	text-align:left;
	color: #ffffff;
	background: #5f5f5f;
	font-size:14px;
	line-height: 100%;
	padding: 12px 0px 0px 0px;
	cursor:pointer;
	}

.menu li:hover ul {
	display: block;
			}
			
.menu a:hover {
	font-weight:bolder;
	}

/*  SUBMENU FUNCTIONS  */

.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 80px;
	height:20px;
	float:left;
	border-width:0px;
	border:0px;
	}

.submenu ul li {
	position: relative;
	}

.submenu li ul {
	position: absolute;
	left: 0px;
	top: 20px;
	width:150px;
	display: none;
	}

.submenu ul li a {
	display:block;
	height:20px;
	text-decoration: none;
	text-align:left;
	color: #5f5f5f;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0px 0px 0px 0px;
	line-height:18px;
	}

.submenu ul li a span{
	font-size:13px;
	}	
	
.submenu li:hover ul {
	display: block;
	z-index: 100;
			}

.submenu a:hover {
	font-weight:bolder;
		}
