a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}


html {
	color: #000000;
	font-family: arial, "san-serif";
	font-size: 9pt;
	background-image: url("images/background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
}

.container {
	width: 500px;
	margin: 0px auto;
	margin-top: 100px;
}

.container2 {
	width: 750px;
	margin: 0px auto;
}
	
.menu {
	position: fixed;
	bottom: 0px;
}

.bubble {
	z-index: -1;
}

.content {
	z-index: 0;
	position: absolute;
	margin-top: -300px;
	margin-left: 60px;
	width: 380px;
}

.content2 {
	z-index: 0;
	position: absolute;
	margin-top: -300px;
	margin-left: 60px;
	width: 260px;
}

.content3 {
	z-index: 0;
	position: absolute;
	margin-top: -300px;
	margin-left: 60px;
	width: 140px;
}

.image {
	float: right;
	padding-right: 45px;
	position: relative;
	margin-top: -258px;
}

.contact {
	z-index: 1;
	position: relative;
	float: right;
	margin-top: -300px;
	margin-right: 50px;
	
}

/* popups on the folio page*/

.close {
	padding: 10px;
	float: right;
}

.popupContent {
	margin-left: 20px;
	margin-top: 40px;
}

#blanket {
background-color: #000000;
opacity: 0.65;
filter: alpha(opacity=65);
z-index: 1;
top: 0px;
left: 0px;
width: 100%;
position: fixed;
}

#popUpDiv {
position: fixed;
background-color: #ffffff;
width: 300px;
height: 400px;
z-index: 2;
border: 3px solid #000000;
}

#popUpDiv2 {
position: fixed;
background-color: #ffffff;
width: 300px;
height: 400px;
z-index: 2;
border: 3px solid #000000;
}

#popUpDiv3 {
position: fixed;
background-color: #ffffff;
width: 300px;
height: 400px;
z-index: 2;
border: 3px solid #000000;
}

#popUpDiv4 {
position: fixed;
background-color: #ffffff;
width: 300px;
height: 400px;
z-index: 2;
border: 3px solid #000000;
}

#popUpDiv5 {
position: fixed;
background-color: #ffffff;
width: 300px;
height: 400px;
z-index: 2;
border: 3px solid #000000;
}

#popUpDiv6 {
position: fixed;
background-color: #ffffff;
width: 250px;
height: 250px;
z-index: 2;
border: 3px solid #000000;
}

/*lightbox for the showreel link on folio page*/

body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; 
	text-align: center; 
	padding: 5px;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

