/*
Name: 
Designer: Paste
Designer_url: http://www.paste.com.au
*/     

/*
Author: Steven Watts - Paste
Author URL: http://www.paste.com.au
*/

/* SPLASH styles
    
	index -> 	
				CSS reset
				default
				navigation   		
*/


/* =css reset     
--------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline; 
list-style-type:none; 
}
                     
/* =default
----------------- */
body { background-color:#fff; font-family:helvetica, arial, sans-serif; font-size:12px; color:#000; padding:0; }   
div#splashWrap { position:relative; z-index:1; width:808px; height:400px; margin:50px auto 20px auto; } 
h1 { display:block; position:absolute; z-index:50; width:808px; height:400px; background: #fff url('../images/splashSprite.gif') 0 0 no-repeat; text-indent:-9999px; } 

/* =navigation
----------------- */  
ul#splashNav { display:block; overflow:hidden; position:relative; top:369px; z-index:100; width:808px; height:31px; }  
ul#splashNav li { float:left; height:31px; border-left:2px solid #fff; }
ul#splashNav li.selectLocation { position:absolute; top:-20px; left:15px; border:0!important;}
ul#splashNav li a { display:block; height:31px; background-image:url('../images/splashSprite.gif'); text-indent:-9999px; } 
ul#splashNav li.adelaide {margin-left:120px; /*margin-left:68px -singapore off*/ _display:inline; /*IE6 Hack*/}
ul#splashNav li.adelaide a { width:96px; background-position:-70px -400px; }
ul#splashNav li.adelaide a:hover { background-position:-70px -431px; }   
ul#splashNav li.auckland a { width:99px; background-position:-168px -400px; }
ul#splashNav li.auckland a:hover { background-position:-168px -431px; }  
ul#splashNav li.brisbane a { width:95px; background-position:-269px -400px; }
ul#splashNav li.brisbane a:hover { background-position:-269px -431px; }
ul#splashNav li.melbourne a { width:112px; background-position:-366px -400px; }
ul#splashNav li.melbourne a:hover { background-position:-366px -431px; }
ul#splashNav li.perth a { width:72px; background-position:-480px -400px; }
ul#splashNav li.perth a:hover { background-position:-480px -431px; } 
ul#splashNav li.singapore {display:none;}/*singapore off*/ 
ul#splashNav li.singapore a { width:104px; background-position:-554px -400px; }
ul#splashNav li.singapore a:hover { background-position:-554px -431px; }
ul#splashNav li.sydney { border-right:2px solid #fff; }
ul#splashNav li.sydney a { width:80px; background-position:-660px -400px; }
ul#splashNav li.sydney a:hover { background-position:-660px -431px; } 

#splashMessage { border:5px solid #000; width:756px; margin:0 auto 100px auto; padding:20px; }
#splashMessage h4 { font: normal normal bold 18px/1em helvetica,sans-serif; margin-bottom:18px; }
#splashMessage p { font: normal normal normal 12px/18px helvetica,sans-serif; margin-bottom:0; }
#splashMessage p a {color:#000;}


