@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCC;
	text-align: justify;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCC;
	text-align: justify;
}

h2.centre {
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
	text-align: justify;
}

p.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #39F;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}

a.right {
	float: right;
	color: #F00;
}

a.left {
	float: left;	
}

#wrapper {
	width: 100%;
}

/* Header */

#header-wrapper {
	height: 100px;
	width: 900px;
	background-image: url(../images/header-image.png);
	margin: 0px auto;
	background-color: #000;
	background-repeat: no-repeat;
	top: 10px;
	position: relative;
}
#logo {
	float: right;
	font-size: 30px;
	color: #39F;
	font-weight: bold;
	font-style: italic;
	top: 50px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

/* Main Menu across the top in the header area*/
#menu {
	height: 30px;
	width: 800px;
	position: absolute;
	top: 55px;
}

#menu ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li {
	float: left;
	background-image: url(../images/menu-split.png);
	background-repeat: no-repeat;
	background-position: right;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	color: #7B7B7B;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 17px;
	}

#menu a:hover {
	color: #FFF;
}

#menu .first a {
	color: #39F;
}


/* Sub Navigation Menu (just above the main content box)*/
#sub-menu {
	height: 30px;
	width: 900px;
	position: absolute;
	top: 140px;
	right: 100px;
}

#sub-menu ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sub-menu li {
	float: right;
	background-image: url(../images/menu-split.png);
	background-repeat: no-repeat;
	background-position: right;
}

#sub-menu a {
	text-decoration: none;
	font-size: 14px;
	color: #7B7B7B;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 17px;
	}

#sub-menu a:hover {
	color: #FFF;
}

#sub-menu .first a {
	color: #39F;
}


/* Footer stick to the bottom of the page */
#footer {
	background-image: url(../images/footer-image.png);
	position: fixed;
	left: 50%;
	bottom: 10px;
	height: 50px;
	width: 900px;
	margin-left: -450px;/* Have to be half of the wide */
	margin-bottom: auto;		
}

#footer p {
	font-size: 12px;
	color: #CCC;
	float: right;
	padding-right: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color: #FFF;
	padding-top: 12px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



/* Page content */
#content-wrapper {
	position: relative;
	height: 650px;
	width: 1000px;
	top: 40px;
	border: 1px solid #39F;
	margin-right: auto;
	margin-left: auto;
}

#main-container {
	width: 1000px;
	position: absolute;
	height: 650px;
	top: 0px;
	border: 0px solid #0F0;
}


/* Create RHS area for images or panel  */
#side-container {
	position: relative;
	height: 700px;
	width: 320px;
	bottom: 0px;
	float: right;
	margin-top: -50px;
	margin-right: 50px;
	border: 0px solid #C0F;
}

#side-img-box {
	position: absolute;
	height: 700px;
	width: 320px;
	background-image: url(../images/Joe.gif);
	background-repeat: no-repeat;
}



/* Create main container on the LHS */
#text-box {
	position: relative;
	height: 550px;
	width: 530px;
	overflow: auto;
	margin: 0;
	border: 0px solid #0F0;
	padding-right: 10px;
	padding-left: 10px;
}

#text-box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-align: justify;
}

#text-box p.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #39F;
	text-align: justify;
}


#text-box a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39F;
	font-style: italic;
	position: relative;
	padding-right: 10px;
	font-weight: normal;
}

#text-box a:hover {
	color: #FFF;
	text-decoration: none;
}


/* Area for displaying movie player and can contain text-box*/
#movie-box {
	position relative;
	height: 550px;
	width: 550px;
	margin-top: 50px;
	margin-left: 50px;
	left: auto;
	right: auto;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	border: 2px ridge #39F;
	background-image: url(../images/text-bg.png);
}


/* Movie Navigation Menu - on the RHS of the main content page can have images (for gallery) or text */
#side-nav {
	height: 650px;
	width: 300px;
	position: relative;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 10px;
	background-image: url(../images/movie_navbg.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	background-position: right;
	border: 0px solid #0F0;
}

#side-nav ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 50px;
	margin-top: 0px;
}

#side-nav li {
	padding-bottom: 4px;
}

#side-nav a {
	text-decoration: none;
	font-size: 14px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}

#side-nav a:hover {
	color: #FFF;
}

#side-nav .first a {
	color: #FFF;
}

#side-nav a.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39F;
	text-decoration: none;
}

#side-nav a.gallery:hover {
	color: #FFF;	
}

#side-nav a.blue {
	text-decoration: none;
	font-size: 14px;
	color: #39F;
	font-family: Arial, Helvetica, sans-serif;
	}

#side-nav a.blue:hover {
	color: #FFF;
}

#side-nav a.grey {
	text-decoration: none;
	font-size: 16px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}

#side-nav a.grey:hover {
	color: #FFF;
}



/* Area for displaying gallery */
#gallery-box {
	position relative;
	height: 630px;
	width: 550px;
	margin-top: 10px;
	margin-left: 50px;
	left: auto;
	right: auto;
	text-align: center;
	border: 2px ridge #39F;
	overflow: auto;
	margin-bottom: auto;
	background-image: url(../images/gallery_boxbg.png);
	background-repeat: repeat-y;
	background-position: 50px;
}


/* Area for displaying design */
#design-box {
	position relative;
	height: 650px;
	width: 1015px;
	margin-top: 0px;
	margin-left: 0px;
	left: auto;
	right: auto;
	text-align: center;
	border: 0px ridge #0F0;
	overflow: auto;
	padding-left: 0px;
}


