/* CSS Document  */
html 		{
			margin: 0;
			padding: 0;
			}

body		{
			font-family: Arial, sans-serif,Garamond,;
			text-align:center;
			color:#000;
			background: #000000;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			}
#root		{
			position:relative;
			text-align:left;
			width:1206px;
			height:762px;
			margin:0px auto;
			padding:0px 0px 0px 0px;
			}
#container 	{
			position:absolute;
			left:0px;
			top:0px;
			#top:0px;
			width:1206px;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			z-index:2;
			}			
#mainSplash	{
			position:relative;
			white-space:nowrap;
			background: url(../images/mainSplash.jpg);
			width:1206px;
			height:684px;
			margin:0px;
			padding:0px 0px 0px 0px;
			}



/* This deals the properties for the selectable text links   */

a img {border: none; } 

/*  Costume book rollover  */
.rollover {
		position:relative;
		white-space:nowrap;
		width: 124px;
		height:388px;
		left: 505px;
		top: 195px;
		#left: 505px;
		#top: 185px;
		z-index:1;
			}


/*  Fine Art book rollover  */
.rolloverF {
		position:absolute;
		display:block;
		white-space:nowrap;
		width: 125px;
		height:396px;
		left: 645px;
		top:182px;
		z-index:2;
		}

/*  Corporate book rollover  */
.rolloverT {
		position:absolute;
		display:block;
		white-space:nowrap;
		width: 115px;
		height:386px;
		left: 771px;
		top:191px;
		z-index:2;
		}

/*  Client book rollover  */
.rolloverK {
		position:absolute;
		display:block;
		white-space:nowrap;
		width: 108px;
		height:86px;
		left: 932px;
		top:293px;
		z-index:2;
		}

/*  Resume book rollover  */
.rolloverR {
		position:absolute;
		display:block;
		white-space:nowrap;
		width: 115px;
		height:83px;
		left: 1068px;
		top:288px;
		z-index:2;
		}
.rolloverG {
		position:absolute;
		display:block;
		white-space:nowrap;
		width: 128px;
		height:80px;
		left: 360px;
		top:250px;
		z-index:2;
		}

/* Bottom Text links */
#txLnk {
		position:relative;
		display:block;
		white-space:nowrap;
		height:50px;
		top:288px;
		margin:0px;
		padding:0px 0px 0px 0px;
		
}

/* This is the pop up window */

#blanket {
   background-color:#111;
   filter:alpha(opacity=50);
 	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	opacity: 0;
    position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:1160px;
	height:690px;
    top:50px;
    left:20px;
	#left:20px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}
#popUpDivClient {
	position:absolute;
	background-color:#eeeeee;
	width:1160px;
	height:690px;
    top:50px;
    left:20px;
    #left:20px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

.popupClose {
	position:relative;
	width:0px;
	height:0px;
	left:1120px;
	top:5px;
}
.popupPdf {
	position:absolute;
	display:block;
	left:650px;
	color:#CC0000;
	font-size:18px;
	top:605px;
	margin:0px;
	padding:0px 0px 0px 0px;

}

/* hyperlinks */
a.nav:link{
	color:#cc0000;
	text-decoration:none;
}
a.nav:visited{
	color:#ffffff;
	text-decoration:none;
}
a.nav:hover{
	text-decoration: none;
	color:#cc0000;
}
a.nav:active{
	color:#cc0000;
}