@charset "utf-8";

/* CSS Document */

body {
	margin: 0px;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #A8A9AB;
	background-image: url(../img/bg/empty_bg.jpg);
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: medium none #333;
}



#fixedLayer {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
}
#navDiv {
	height: auto;
	width: auto;
	top: 15px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	z-index: 40;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #CCC;
	text-align: left;
	position: absolute;
	left: 15px;
	color: #FFF;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}
#nav_designsDiv {
	font-weight: normal;
	text-align: left;
	height: auto;
	width: 130px;
	z-index: 40;
	text-transform: capitalize;
	line-height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-bottom-style: none;
	border-left-style: dashed;
	margin-left: 2px;
	padding-bottom: 3px;
	padding-top: 0px;
}
#nav_filmsDiv {
	font-weight: normal;
	text-align: left;
	height: auto;
	width: 130px;
	z-index: 40;
	text-transform: capitalize;
	line-height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-bottom-style: none;
	border-left-style: dashed;
	margin-left: 2px;
	padding-bottom: 3px;
	padding-top: 0px;
}

#copyrightDiv {
	height: 54px;
	width: 209px;
	position: absolute;
	bottom: 5px;
	right: 15px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	z-index: 10;
	color: #FFF;
}
#musicplayerDiv {
	height: 50px;
	width: 400px;
	position: absolute;
	bottom: 5px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	z-index: 10;
	left: 15px;
	color: #FFF;
	padding: 0px;
	visibility: hidden;
}


#contentLayer {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.pageDiv {
	width: 100%;
	position: absolute;
	border: 1px none #0F0;
	margin: 0px;
	height: 100%;
	z-index: 20;
}
.pageContentDiv_alt {
	height: 100%;
	width: 600px;
	margin-left: -250px;
	left: 50%;
	position: absolute;
	overflow: hidden;
	border: 5px none #000;
	min-height: 500px;
}
.pageContentDiv {
	width: 630px;
	margin-left: auto;
	border: 5px none #000;
	min-height: 500px;
	margin-right: auto;
	height: auto;
}
.previewDiv {
	width: 600px;
	height: auto;
	background-image: url(../img/bg/black_80opac.png);
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 5px none #222;
}
.filmviewDiv {
	width: 600px;
	height: auto;
	background-image: url(../img/bg/black_80opac.png);
	margin-bottom: 15px;
	border: 5px none #222;
}

.bodyDiv {
	height: auto;
	width: 600px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #262727;
	line-height: 16px;
	border: 5px none #333;
	text-align: justify;
}

