/* interface style */
body {
	background-color: #000000;
	margin:0px;
	padding:0px;
	overflow: hidden;
	left:0px;
	top:0px;
	width:780px;
	height:600px;
}
#allpage {
			/* Make element float in the center */
			position: absolute;
			left: 50%;
			/* Set the width and height */
			width: 780px;
			/* Set margin to half the values of width/height */
			margin-left: -390px;
}

#topbar {
	position:absolute;
	top:0px;
	left:0px;
	width: 780px;
	height: 68px;
	z-index: 2;
	background-image: url(/images/interface/base/topbar.gif);
}
#banner {
	position:absolute;
	left:232px;
	top:20px;
	width:281px;
	height:40px;
	z-index: 3;
	background-image: url(/images/interface/base/GIFbanner.gif);
}
#content {
	position:absolute;
	left:135px;
	top:72px;
	width:630px;
	height:100%;
	overflow: auto;
}

/* side navigation bar */
#sidenav {
	position:absolute;
	top: 68px;
	left: 0px;
	width:111px;
	height: 268px;
	z-index: 2;
}

#sidenav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
#sidenav li {
	margin: 0;	/*removes spaces between navigational elements */
}

#sidenav a {
	height: 1em;
}

#sidenav a:link, #sidenav a:visited {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}

#sidenav a:hover, #sidenav a:active {

	font-weight: bolder;
	color: #FDA44A;
	text-decoration: none;
}

a#home {
	display:block;
	padding:4px;
	background-image:url(/images/interface/buttons/home.gif);
	background-repeat: no-repeat;
}
a#home:hover, a#home:active {
	background-image:url(/images/interface/buttons/home-over.gif);
	background-repeat: no-repeat;
}

a#rentals {
	display:block;
	padding:4px;
	background-image:url(/images/interface/buttons/rentals.gif);
	background-repeat: no-repeat;
}
a#rentals:hover, a#rentals:active {
	background-image:url(/images/interface/buttons/rentals-over.gif);
	background-repeat: no-repeat;
}

a#filmclub {
	display:block;
	padding:4px;
	background-image:url(/images/interface/buttons/filmclub.gif);
	background-repeat: no-repeat;
}
a#filmclub:hover, a#filmclub:active {
	background-image:url(/images/interface/buttons/filmclub-over.gif);
	background-repeat: no-repeat;
}

a#news {
	display:block;
	padding:4px;
	background-image:url(/images/interface/buttons/news.gif);
	background-repeat: no-repeat;
}
a#news:hover, a#news:active {
	background-image:url(/images/interface/buttons/news-over.gif);
	background-repeat: no-repeat;
}

a#contact {
	display:block;
	padding:4px;
	background-image:url(/images/interface/buttons/contact.gif);
	background-repeat: no-repeat;
}
a#contact:hover, a#contact:active {
	background-image:url(/images/interface/buttons/contact-over.gif);
	background-repeat: no-repeat;
}

a#aboutus {
	display:block;
	padding:4px;
	background-image:url(/images/interface/buttons/aboutus.gif);
	background-repeat: no-repeat;
}
a#aboutus:hover, a#aboutus:active {
	background-image:url(/images/interface/buttons/aboutus-over.gif);
	background-repeat: no-repeat;
}

a#subscribe {
	display:block;
	padding:4px;
	background-image:url(/images/interface/buttons/subscribe.gif);
	background-repeat: no-repeat;
}
a#subscribe:hover, a#subscribe:active {
	background-image:url(/images/interface/buttons/subscribe-over.gif);
	background-repeat: no-repeat;
}

a#unsubscribe {
	display:block;
	padding:4px;
	background-image:url(/images/interface/buttons/unsubscribe.gif);
	background-repeat: no-repeat;
}
a#unsubscribe:hover, a#unsubscribe:active {
	background-image:url(/images/interface/buttons/unsubscribe-over.gif);
	background-repeat: no-repeat;
}

a#gdlogo {
	display:block;
	padding:4px;
	background-image:url(/images/interface/buttons/gdlogo.gif);
	background-repeat: no-repeat;
}
a#gdlogo:hover, a#gdlogo:active {
	background-image:url(/images/interface/buttons/gdlogo-over.gif);
	background-repeat: no-repeat;
}

/* Content styles */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #e1e1e1;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}
a {
	font-weight: normal;
	color: #CC6600;
	border: 0px;
}
a:hover {
	font-weight: bolder;
	color: #FDA44A;
	border: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #B5D5F9;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 0px;
	margin-top: 30px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #2869FF;
	margin-bottom: 0px;
}

/* Forms */
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #e1e1e1;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #e1e1e1;
}
input.text {
	font:Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
input.button{
	color:black;
	background-color: #CC6600;
	font-weight:bolder;
}
          
fieldset {
	height: auto;
	width: auto;
	border: 2px groove #e1e1e1;
}
