@CHARSET "ISO-8859-1";

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*
	HCIT Resets
*/
div {
	position: relative;
}



/* ---------------------------------------- */

body {
	font-family: "century gothic",verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	background-color: #fffaed;
}

/* ---------------------------------------- */
/* PLACE HOLDER STYLES 		*/
/* ---------------------------------------- */

#nav_top a {
	display: block;
}


/* ---------------------------------------- */
/* TERMS & CONDITIONS		*/
/* ---------------------------------------- */

/* ---------------------------------------- */
/* PAGE		*/
/* ---------------------------------------- */
#page {
	width: 1000px;
	height: 900px;
	overflow: hidden;
	margin: 0 auto;
	
}
#page .mapped-image {
	position: absolute;
	top: 0;
	left: 0;
}
	
/* ---------------------------------------- */
/* NAV MENU		*/
/* ---------------------------------------- */
#nav-top {
	position: absolute;
	top: 0;
	right: -1px;
	width: 690px;
	height: 88px;
	overflow: hidden;	
}
#nav-top a {
	display: block;
	width: 138px;
	height: 88px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav-top a span {
	position: absolute;
	margin-left: -9999px;
}
#nav-top a.selected,
#nav-top a:hover {
	background-position: 0 -88px;
}
#nav-top a.home { background-image: url("/images/nav_home.png"); }
#nav-top a.enter { background-image: url("/images/nav_enter.png"); }
#nav-top a.fun { background-image: url("/images/nav_fun.png"); }
#nav-top a.buy { background-image: url("/images/nav_buy.png"); }
#nav-top a.terms { background-image: url("/images/nav_terms.png"); }


/* ---------------------------------------- */
/* ENTRY FORM		*/
/* ---------------------------------------- */
#entry-form .form-error {
	position: absolute;
	top: 0;
}
#entry-form .form-error img {
	margin-top: 4px;
	margin-left: 15px;
	cursor: pointer;
	opacity: 0.75;
}
#entry-form .form-error span {
	position: absolute;
	display: block;
	white-space: nowrap;
	background-color: #f79537;
	color: #ffffff;
	padding: 2px;	
	top: -13px;
	left: 25px;
	display: none;
}
#entry-form input {
	margin: 0;
	padding: 4px 5px 2px 15px;
	border: none;
	height: 18px;
	font-size: 15px;
	color: #f68720;
	font-style: italic;
	background-color: transparent;
}
#entry-form label select {
	font-size: 15px;
	font-style: normal;
	color: #e2001a;
}
#entry-form input.error,
#entry-form label select {
}
#entry-form label {
	position: absolute;
	left: 324px; 
	display: block;
	width: 600px;
	height: 24px
}
#entry-form label:hover input {
}
#entry-form label img {
	vertical-align: bottom;
}
#entry-form label.first-name { top: 215px;}
#entry-form label.first-name input { width: 370px; }

#entry-form label.last-name { top: 254px; }
#entry-form label.last-name input { width: 398px; }

#entry-form label.address-1 { top: 293px; }
#entry-form label.address-1 input { width: 380px; }

#entry-form label.address-2 { top: 332px; }
#entry-form label.address-2 input { width: 375px; }

#entry-form label.suburb { top: 371px; }
#entry-form label.suburb input { width: 419px; }

#entry-form label.postcode { top: 410px; }
#entry-form label.postcode input { width: 398px; }

#entry-form label.phone { top: 449px; }
#entry-form label.phone input { width: 190px; }
#entry-form label.phone img { margin-bottom: -4px; }

#entry-form label.email { top: 488px; }
#entry-form label.email input { width: 345px; }

#entry-form label.referral { top: 517px; }
#entry-form label.referral select { width: 215px; margin-left: 16px;  } 

#entry-form label.cinema { top: 517px; }
#entry-form label.cinema select { width: 215px; margin-left: 16px;  } 

#entry-form label.referral_other { top: 582px; }
#entry-form label.referral_other input { width: 200px; margin-left: 16px; margin-top: 5px; border: solid 2px #eee; }

#entry-form label.receive_offers { top: 740px; left: 340px; }
#entry-form label.receive_offers input { }

#entry-form.send-to-friend label { left: 435px; }
#entry-form.send-to-friend input { 
	width: 190px;
	padding-left: 5px;
}
#entry-form label.name-to-1 { top: 298px; }
#entry-form label.name-to-2 { top: 329px; }
#entry-form label.name-to-3 { top: 360px; }
#entry-form label.name-to-4 { top: 391px; }
#entry-form label.name-to-5 { top: 423px; }

#entry-form label.email-to-1 { top: 298px; left: 645px; }
#entry-form label.email-to-2 { top: 329px; left: 645px; }
#entry-form label.email-to-3 { top: 360px; left: 645px; }
#entry-form label.email-to-4 { top: 391px; left: 645px; }
#entry-form label.email-to-5 { top: 423px; left: 645px; }

#entry-form .enter {
	position: absolute; 
	top: 569px; 
	left: 637px;
}

#entry-form .send {
	position: absolute; 
	top: 470px; 
	left: 505px;
}

#entry-form #referral_text {
	display: none;
}

.simple-overlay {
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */
    padding: 8px; 
    background-color:#fff; 

    width:400px;     
    min-height:100px; 
    border: solid 3px #666;
    -moz-border-radius: 10px;
	-webkit-border-radius:10px;  
}

.simple-overlay .close { 
    background-image:url(/images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
.simple-overlay h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #009ee0;
	text-align: center;
}
.simple-overlay .error {
	color: #dc1324;
}
.simple-overlay ul {
	list-style: disc;
	margin-left: 0.5em;
}

.simple-overlay li {
	margin-left: 1em;
	margin-bottom: 0.25em;
	line-height: 1.25em;
}

#tool-tip-left {
	display: none;
	color: #445;
	width: 105px;
	height: 46px;
	padding: 20px 35px 20px 20px;
	background: url("/images/tool_tip.png") no-repeat;
	text-align: center;
	line-height: 1.15em;
}

#terms-content {
	position: absolute;
	top: 214px;
	left: 390px;
	width: 420px;
	height: 490px;
	overflow: auto;
	font-size: 11px;
	padding-right: 10px;
	
}
#terms-content h1,
#terms-content h2,
#terms-content p {
	margin-bottom: 1.5em;
}
#terms-content h1 {
	color: #e2007a;
	font-weight: bold;
}
#terms-content h2 {
	color: #41a62a;
	font-weight: bold;
}
#terms-content ol {
	list-style: decimal;
}
#terms-content ul {
	list-style: disc;
}
#terms-content li {
	margin: 0 0 1em 2.5em;
}
#terms-content table {
	margin: 1em;
	border: solid 1px #999;
	border-width: 1px 1px 0 0;
	font-size: 11px;
}
#terms-content th {
	font-weight: bold;
}
#terms-content th,
#terms-content td {
	border: solid 1px #999;
	border-width: 0 0 1px 1px;
	padding : 2px 3px;
	text-align: center;
}
#terms-content .terms-list a {
	color: #666;
}
#terms-content .terms-list a:hover {
	color: #000;
}	