@charset "UTF-8";
/* CSS Document */

body,html {
	background-color: #000000;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
#clientList{
	background:#000000;
}
#content .home {
	width:100%;
	color:#fff;
}
#container .home {
	position:absolute;
	height:100%;
	width:100%;
	top:45%;
}

#content .choice {
	width:100%;
	color:#fff;
}
#container .choice {
	position:absolute;
	height:610px;
	width:100%;
	top:50%;
	margin-top: -300px;
}
.choice #choice{
	height: 610px;
	width: 100%;
	
	color: #fff;
}
#choice .top{
	padding: 0;
	margin: 0;
	line-height: 10px;
}
#choice .middle{
	height:550px;
}
#choice .bottom{
	margin:5px 0 0 0;
}
#choice .pics{
	background-image: url(../IMAGES/ardenChoice.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 408px;
	width: 274px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -137px;
	z-index: 1;
	margin-top: -210px;
}
#choice .overlay{
	height: 387px;
	width: 274px;
	position: absolute;
	z-index: 3;
	top: 21px;
	left:0px;
}
.overlay .left{
	position: absolute;
	left:0px;
	z-index: 5;
	height: 387px;
	width: 134px;
	float: left;
	background-image: url(../IMAGES/overlay.png);
	background-repeat: repeat;
}
.overlay .right{
	position: absolute;
	right:0px;
	height: 387px;
	width: 134px;
	float: right;
	background-image: url(../IMAGES/overlay.png);
	background-repeat: repeat;
}
.overlay .leftTop{
	position: absolute;
	left:0px;
	z-index: 6;
	height: 387px;
	width: 134px;
	float: left;
}
.overlay .rightTop{
	position: absolute;
	right:0px;
	height: 387px;
	width: 134px;
	float: right;
}
.rightTop:hover, .leftTop:hover{
	cursor:pointer;
}

#content .portfolio {
	width:100%;
	color:#fff;
}
#container .portfolio {
	position:absolute;
	height:600px;
	width:100%;
	top:50%;
	margin-top: -210px;
	min-width: 1100px;
}
#choice .picsGiv {
	background-image: url(../IMAGES/givenchyChoice.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 408px;
	width: 274px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -137px;
	z-index: 1;
	margin-top: -210px;
}
