@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(images/main-bg.jpg);
	}

img {
	border: 0;
	}

#wrapper {
	width: 1012px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	}
	

/*----NAVIGATION----*/

#header {
	width: 1012px;
	height: 106px;
	background-image: url(images/nav-bg.jpg);
	}

#nav {
	width: 630px;
	padding: 0;
	padding-top: 6px;
	margin-left: 25px;
	}

#nav2 {
	width: 600px;
	padding: 0;
	margin-left: 55px;
	}


/*----NAVIGATION----*/

/*----CONTENT----*/

#header1 {
	width: 1012px;
	padding: 0;
	}

#header2 {
	width: 1012px;
	height: 128px;
	background-image: url(images/header3.jpg);
	padding: 0;
	}

#header3 {
	width: 1012px;
	padding: 0;
	}

#quotes {
	margin-left: 575px;
	}
	
#click-to-buy {
	width: 514px;
	height: 227px;
	float: left;
	}

#trailer {
	width: 498px;
	height: 227px;
	background-image: url(images/trailer-bg.jpg);
	float: left;
	}

#video {
	padding: 0;
	margin-left: 175px;
	margin-top: 1px;
	}
/*----CONTENT----*/

/*----FOOTER----*/

#footer {
	width: 1012px;
	height: 64px;
	background-image: url(images/footer-bg.jpg);
	margin: 0;
	padding: 0;
	}

#sounds {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	margin-left: 18px;
	margin-top: 10px;
	float: left;
	}

#social {
	width: 410px;
	float: left;
	margin-left: 230px;
	text-align: right;
	border: 0;
	}

/*----FOOTER----*/

/*----ABOUT----*/

#about-wrapper {
	width: 1012px;
	height: 682px;
	background-image:url(images/about-bg.jpg);
	padding: 0;
	}

#history-wrapper {
	width: 1012px;
	height: 682px;
	background-image:url(images/history-bg.jpg);
	padding: 0;
	}
	
#filmmaker-wrapper {
	width: 1012px;
	height: 682px;
	background-image:url(images/filmmaker-bg.jpg);
	padding: 0;
	}

#festivals-wrapper {
	width: 1012px;
	height: 682px;
	background-image:url(images/festivals-bg.jpg);
	padding: 0;
	}

#order-wrapper {
	width: 1012px;
	height: 682px;
	margin: 0;
	padding: 0;
	}

#picture {
	width: 450px;
	height: 309px;
	padding-top: 170px;
	margin-left: 32px;
	float: left;
	}

.border {
	border: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	}

#text-wrap {
	width: 440px;
	height: 290px;
	padding-top: 170px;
	margin-left: 15px;
	float: left;
	}

#text {
	width: 440px;
	height: 290px;
	background-image: url(images/textbg.png);
	scrollbar-face-color: #000000;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFBF0;
    scrollbar-3dlight-color: #000000;
    scrollbar-shadow-color: #FFFBF0;
    scrollbar-darkshadow-color: #808080;
    scrollbar-track-color: #333333;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 20px;
	padding-top: 6px;
	}

.style1 {
	color: #FF0000;
	text-decoration:underline;
	}

/*----ABOUT----*/


/*----SLIDE----*/

#slideshow {
    position:relative;
	width: 927px;
    height: 282px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*----SLIDE----*/

