@charset "utf-8";
/**********************************************************************************************

	Title: CSS
	Author: Splash Designs Media Ltd
	Date: 2009 

***********************************************************************************************

	1. Global Reset
	
	2. General Elements
	
	3. Layout
		3.1 Header
		3.2 Content
		3.3 Content-Main
		3.4 Content-Left
		3.5 Content-Right
		3.6 Footer		
		
***********************************************************************************************/


/* 1. Global 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, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

	ol, ul {
		list-style: none;
	}
	
	table {
	}

	caption, th, td {
		text-align: left; 
		font-weight: normal;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
	}
	p {
	}

/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/
	html,body {
		height: 100%;
	}

	/* Body */
	body {
		background-color: #7DC1EB;
		background-image: url(http://www.splashcentre.co.nz/media/images/layout/background.gif);
		background-repeat: no-repeat;
		background-position: center top;
	}
	
	/* Horizontal Rule */
	hr { 
		display: none;
	}
	
	/* font-weight */		
	strong {
		font-weight: bold;
	}

	/* Paragraphs */	
	p {
		line-height:16px;
		margin-bottom: 10px;	
	}

	/* Headers */
	h1 ,h2, h3, h4, h5 {
		font-family: Impact, Arial, Helvetica, sans-serif;
	}	
	h1 {
		font-size: 20px;
		color: #FF9900;
	}
	h2 {
		font-size: 18px;
		color: #0095DA;
	}
	h3 {
		font-size: 16px;
		color: #333333;
	}
	h4 {
		font-size: 14px;
	}
	h5 {
		font-size: 12px
	}
	
	/* Links */	
	a:link, a:visited, a:active {
		color: #FF9900;
		text-decoration: underline;
	}
	a:hover {
		color: #FF9900;
		text-decoration: none;
	}

	/* Lists */
	ul {}
	
	li {}
	
	em {
		font-style: italic;
	}
		
/* 3. LAYOUT 
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	#accesibility {
		position:absolute;
		left:-999em;
	}
	#container {
		width: 890px;
		margin: 0 auto;
	}
	.clear-both {
		clear:both;
	}

/* 3.1 HEADER
------------------------------------------------------------------------------------------------ */
	#header {
	}
	#menu {
		font-family: Impact, Arial, Helvetica, sans-serif;
		line-height: 45px;
		font-size: 20px;
		text-transform: lowercase;
		height: 50px;
	}
	
	#menu ul {
		padding-right: 5px;
		float: right;
	}
	#menu li span a:link, #menu li span a:visited {
		padding: 0px 5px 0px 5px;
		color: #FFFFFF;
		text-decoration: none;
		display:block;
	}
	#menu li span a:hover {
		color: #A1D1F0;
	}
	#menu li span.menu_current a.menu_current {
		color: #A1D1F0;
	}
	
	#menu li {
		display:block;
		float:left;
		margin:0;
		padding:0;
	}
	#sectionmenu {
		background-color: #0095DA;
		padding: 10px;
	}
	#sectionmenu a:link, #sectionmenu a:visited, #sectionmenu a:active {
		font-family: Impact, Arial, Helvetica, sans-serif;
		font-size: 18px;	
		text-decoration: none;		
		color: #FFFFFF;	
	}
	#sectionmenu a:hover {
		color: #A1D1F0;		
	}
		
	#submenu {
		background-image: url(../../media/images/buttons/submenu.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #0095DA;
		padding: 40px 5px 5px 20px;
	}
	#submenu-bottom {
		background-image: url(../../media/images/buttons/submenu-bottom.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-color: #0095DA;
		width: 287px;
		height: 10px;
		margin-bottom: 10px;
	}		
	ol#submenu a:link, ol#submenu a:visited, ol#submenu a:active {
		font-family: Impact, Arial, Helvetica, sans-serif;
		font-size: 18px;	
		text-decoration: none;		
		color: #FFFFFF;	
	}
	ol#submenu a:hover {
		color: #A1D1F0;		
	}		
	ol#submenu {
		padding-left: 20px;
	}
	ol#submenu li {
		color: #FF6600;
		list-style-image: url(http://www.splashcentre.co.nz/media/images/icons/bullet-white.png);
		list-style-position: inside;

	}
	ol#submenu li a {

	}

	ol#submenu li.submenu_current a.submenu_current {
		color: #A1D1F0;
	}
	
	#animation {
		width: 890px;
		margin: 0px auto;
	}
	#animation img, #animation object {
		margin: 0px auto;
	}
	#information, #latest-news {
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #FF9900;
		padding: 40px 5px 5px 20px;
	}
	#information {
		background-image: url(../../media/images/buttons/information.jpg);
	}
	#latest-news {
		background-image: url(../../media/images/buttons/latest-news.jpg);
	}	
	#latest-news div.hr {
		border-bottom-color: #A36200;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		width: 250px;
	}	
	#information a:link,
	#information a:visited, 
	#information a:active, 
	#information a:hover,
	#latest-news a:link,
	#latest-news a:visited, 
	#latest-news a:active, 
	#latest-news a:hover {
		color: #FFFFFF;
	}
	#information-bottom {
		background-image: url(../../media/images/buttons/information-bottom.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-color: #FF9900;
		width: 287px;
		height: 10px;
		margin-bottom: 10px;
	}	
	#information p, #latest-news p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;		
		color: #333333;	
	}
	table.table-blue td {
		font-size: 12px;
		background-color:#A1D1F0;
		color: #333333;
	}
	table.table-white td {
		font-size: 12px;
		background-color:#FFFFFF;
		color: #333333;
	}	
	img.align-left {
		float: left;
		padding: 5px 5px 5px 0px;
	}
	img.align-right {
		float: right;
		padding: 5px 0px 5px 5px;
	}	
	.hr {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FF9900;
	}
	#login-area a {
		color: #FFFFFF;
		font-weight: bold;
	}
	#login-area {
		background-image: url(../../media/images/buttons/login-area.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #0095DA;
		padding: 0px;	
		width: 287px;
		text-align: center;
		color: #FFFFFF;
		padding-top: 40px;
	}
	#login-area-bottom {
		background-image: url(../../media/images/buttons/login-area-bottom.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-color: #0095DA;
		width: 287px;
		height: 30px;
		margin-bottom: 10px;
	}	
	.margin-bottom-10px {
		margin-bottom: 10px;		
	}
	#video {
		background-image: url(../../media/images/buttons/video.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #0095DA;
		padding: 0px;	
		width: 287px;
		height: 215px;
		text-align: center;
		color: #FFFFFF;
		padding-top: 58px;
		float: right;
	}	
	.padding-left-right-5px {
		padding: 0px 5px 0px 5px;
	}
	
/* 3.2 CONTENT
------------------------------------------------------------------------------------------------ */

	#content {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		width: 890px;
		margin: 0px;
		background: #E9F4FC url(http://www.splashcentre.co.nz/media/images/layout/background-footer.gif) center bottom no-repeat;
	}

	#content-main {
		width: 890px;
		color: #333333;
	}
	
	#content-left {
		width: 560px;
		float: left;
		padding: 5px;
		color: #333333;
	}	

	#content-right {
		width: 287px;
		float: right;
		padding: 5px;
		color: #333333;		
	}
	#content-left ul {
		margin-bottom: 10px;
	}
	#content-left ul li {
		padding-left: 10px;
		list-style-image: url(http://www.splashcentre.co.nz/media/images/icons/bullet-orange.png);
		list-style-position: inside;
	}	
	
/* 3.2 FOOTER
------------------------------------------------------------------------------------------------ */	
	#footer {
		width: 890px;
		margin: 10px 0px;
		font-family: Impact, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #4387B8;
		text-align: center;
	}	
	
	
	#blank-background {
		background-image: url(http://www.splashcentre.co.nz/media/images/layout/blank-background.gif);
		background-repeat: no-repeat;
		background-position: center top;
		width: 890px;	
	}
	
	
	.ig_description, ig_copyright {
		color:#999999;
		font-size: 10px;
	}
