/*-----------------------------------------------------------------------------
Style Sheet

date:      6th July 2008
author:    Anthony Wymond
email:     info@igniteonline.com.au
website:   http://www.igniteonline.com.au/

Table of Contents

	1. General
	2. Typography
	3. Headings
	4. Links
	5. Container
	6. Header
	7. Main Nav
	8. Sub Nav
	9. Main Content
	10.Sub Content
	11.Footer
	12.Forms
	13.Tables
	14.Misc 1
	15.Misc 2

Notes
	-
	-
	-
-----------------------------------------------------------------------------*/


/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}

/* Class for invisible clearing floats */
.separatorInvisible {
		clear: both;
		height: 1px;
		}

/* Remove border around linked images */
img {
	border: 0;
}

/* Force scrollbars in Firefox to avoid page shifting */
HTML {
overflow: -moz-scrollbars-vertical;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {font:12px Arial, Helvetica, sans-serif; margin:0; color:#717171}

p {
	font-size:12px;
	line-height:15px;
	text-align: left;
}

blockquote {
  margin-left: 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(../images/quotes.gif) no-repeat top left;
  }

/* =Headings
-----------------------------------------------------------------------------*/

h1 {font-size:18px; margin-bottom:2px}

h2 {font-size:17px; margin-bottom:2px}

h3 {font-size:16px; margin-bottom:2px}

h4 {font-size:15px; margin-bottom:2px}

h5 {font-size:14px; margin-bottom:2px}

h6 {font-size:13px; margin-bottom:2px}


/* =Links
-----------------------------------------------------------------------------*/

a:link {color:#FF3300; text-decoration:none}
a:visited {color:#FF3300; text-decoration:none}
a:hover {color:#CC0000; text-decoration:underline}
a:active {color:#CC0000; text-decoration:underline}


/* =Container
-----------------------------------------------------------------------------*/

#container-index {
width:100%;
height: 549px;
position: absolute;
top: 50%;
margin-top: -275px;
background:url(../images/bg-greycharacters-1.jpg) center bottom no-repeat;
border-bottom:1px solid #c71d82;
		}

#container-register {
width:100%;
height: 549px;
position: absolute;
top: 50%;
margin-top: -275px;
background:url(../images/bg-greycharacters-2.jpg) center bottom no-repeat;
border-bottom:1px solid #c71d82;
		}


/* =Header
-----------------------------------------------------------------------------*/

#header {
		}


/* =Main Nav
-----------------------------------------------------------------------------*/

#mainNav {
		}


/* =Sub Nav
-----------------------------------------------------------------------------*/

#subNav {
		}


/* =Main Content
-----------------------------------------------------------------------------*/

#mainContent {width:900px; margin:0 auto;}
		
#movie {width:450px; height:254px; float:left}

#newsletter09 {width:450px; height:254px; float:left}

a.interestBut {display:block; width:362px; height:30px; margin:0 auto; background:url(../images/register-interest-button.gif)}
a:hover.interestBut {background-position: 0 -30px;}

#form {width:655px; height:365px; margin:0 auto; background:url(../images/form-bg.jpg)}

#formSpacer {height:80px}

#formContent {width:470px; height:260px; margin-left:100px}


/* =Sub Content (Secondary Content)
-----------------------------------------------------------------------------*/

#subContent {
		}


/* =Footer
-----------------------------------------------------------------------------*/

#footer {
		}
		

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
