* {
	margin: 0;
	padding: 0;
}

html {
        background: url(../images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body {
	font-family: Calibri, Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	color: #fff;
}

p {
	font-family: Calibri, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

p.footer {
	font-family: Calibri, Arial;
	font-size: 10px;
	color: #fff;
}

h1 {
	font: Calibri, Arial;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
}

h2 {
	font: Calibri, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

h3 {
	font-family: Calibri, Arial;
	font-size: 16px;
	text-align: left;
	color: #fff;
}

hr {
	height: 1px;
	width: 100%;
	margin: 5px 0px 5px 0px;
	border: none;
	border-top: 1px solid #616161;
	noshade
}

ul {
	text-align: center;
}

li {
	font-size: 10px;
	list-style-type: none;
}

img {
	border: none;
}

img a {
	text-decoration: none;
	border: none;
}

img.staff {
	text-decoration: none;
	border: none;
	margin: 5px;
}

img.socialmedia {
	text-decoration: none;
	border: none;
	margin: 0px 10px 0px 0px;
}

img.rentals {
	text-decoration: none;
	border: none;
	margin: 0px 10px 10px 0px;
}

img.poster {
	text-decoration: none;
	border: none;
	margin: 0px 14px 0px 0px;
}

td {
	font: Calibri, Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #fff;
}

td.price {
	font: Calibri, Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #fff;
}

#page-wrap {
	background: none;
	width: 820px;
	height: 600px;
	margin: -300px 0px 0px -410px;
	position: absolute;
	top: 50%;
	left: 50%;
	}
	#page-wrap #inside {
			margin: 0px;
			padding: 0px;
	}
	
#page-wrap-main {
	background: none;
	width: 820px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

#page-wrap-terms {
	background: none;
	width: 640px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

#header {
	background: none;
	height: auto;
	width: auto;
	margin: 10px 0px 10px 0px;
}

#header_index {
	background: none;
	height: auto;
	width: auto;
	margin: 0px 0px 10px 0px;
	padding-left: 80px;
}

#rentals {
	background: url(../images/bg_content.png);
	width: 820px;
	height: auto;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
}

#content {
	background: url(../images/bg_content.png);
	width: 820px;
	height: auto;
	margin: 10px auto;
	padding: 10px;
}

#content_index {
	background: none;
	height: 210px;
	width: 640px;
	margin: 0px auto;
}

#content_countdown {
	background: url(../images/bg_content.png);
	height: auto;
	width: 640px;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
}

#content_terms {
	background: url(../images/bg_content.png);
	height: auto;
	width: 640px;
	margin: 10px auto;
	padding: 10px;
}

#socialmedia {
	background: url(../images/bg_content.png);
	width: 215px;
	height: 32px;
	margin: 0px auto;
	padding: 10px;
}

#staff {
	background: #none;
	width: 70px;
	height: auto;
	margin: 0px 0px 0px 10px;
}

#footer {
	background: none;
	width: auto;
	height: auto;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

#footer_index {
	background: none;
	width: auto;
	height: autopx;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.thumbnail {
	position: relative;
	z-index: 1;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: black;
	padding: 5px;
	left: -1000px;
	border: 1px solid #666;
	visibility: hidden;
	color: white;
	text-decoration: none;
	z-index: 1;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;
	z-index: 1;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: 110px; /*position where enlarged image should offset horizontally */
	z-index: 1;
}

a:link {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: underline;
}

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

input.btn { 
	color: #d41d1b; 
	font-family: Calibri, Arial;
	font-size: 10px;
	background: none; 
	border: 1px solid;
	border-color: #000000;
	padding-bottom: 2px;
}

input.btnhov { 
	color: #BEBEBE;
	text-decoration: underline;
}

input.txt {
	font-family: Verdana;
	font-size: 10px;
	background: none;
	border: 1px solid #666666;
	color: #BEBEBE;
}

textarea.txt {
	font-family: Verdana;
	font-size: 10px;
	background: none;
	border: 1px solid #666666;
	color: #BEBEBE;
}

.tip {
	color: #fff;
	background: #000;
	display: none; /*--Hides by default--*/
	padding: 10px;
	position: absolute;	z-index: 1000;
}

ul.gallery {
	width: 660px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}

ul.gallery li {
	float: left;
	margin: 0px 20px 0px 0px; padding: 0;
	text-align: center;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}

ul.gallery li a.thumb {
	width: 200px; /*--Width of image--*/
	height: 200px; /*--Height of image--*/
	padding: 0px;
	cursor: pointer;
}

ul.gallery li span { /*--Used to crop image--*/
	width: 200px;
	height: 200px;
	overflow: hidden;
	display: block;
}

ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}

ul.gallery li a {text-decoration: none; color: #777; display: block;}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .90;
	z-index: 9999;
}

.popup_block{
	display: none; /*--hidden by default--*/
	background: url(../images/bg_content.png);
	padding: 10px;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

img.btn_close {
	float: right;
	margin: -25px -25px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

