/* - - - - - - - - - - - - - - - - - - - - -

Title : Company Name
URL : Company URL

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { margin:0; padding:0; }

html {
	overflow: -moz-scrollbars-vertical;
	}
	
	
body{
	width:100%;
	font: normal 11px/19px Arial, Helvetica, sans-serif;
	color:#FFF;
	background: #000;
}

fieldset { border: 0; }

img { border: 0; }

p {
color:#585757;
}

ul,li {}

a:link, a:visited {color:#585757; text-decoration: none;}

a:hover, a:focus {color:#585757; text-decoration:underline;}




form {
  margin: 0;
}

input, select, textarea {

}


.stats {
	display: none;
	height: 0;
	line-height: 0;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/
#wrapper_splash {
	width: 990px;
	margin: 102px auto;
	text-align: center;
}

		#logo_splash {
			width: 190px;
			height: 391px;
			margin: 0 auto 90px auto;
		}
		
		
		#navWrap_splash {
			width: 380px;
			height: 34px;
			margin: 0 auto;
		}

#content {
	width: 350px;
	padding: 10PX 0 0 0;
	margin: 0 AUTO;
}


/*
----------------------------------------------------------------------------- 
NAV
-----------------------------------------------------------------------------*/
#nav, #nav ul {
	width: 380px;
	padding: 0px;
	margin: 0;
	list-style: none;
	float: left;
	}

#nav li {
	float: left;
	padding: 0;
	margin: 0px 1px 0px 1px;
	}

#nav li a {
	color: #fff;
	font: bold 14px/34px Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	padding: 0px 22px 0px 15px;
	background: url(../templateimages/splash_navdiv.gif) no-repeat 100% 50%;
	}

#nav li a.last {
	color: #fff;
	font: bold 14px/34px Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	padding: 0px 22px 0px 15px;
	background: none;
	}
		
#nav li a:hover { 
	color: #fa6500;
	position: static;
	}

#nav li.selected a { 
	color: #fa6500;

	}
	
#nav li.selected a:hover { 
	color: #fa6500;
	}






