@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 {
		margin-top: 10px;
	}
	
	/* Horizontal Rule */
	hr { 
		display: none;
	}
	
	/* font-weight */		
	strong {
		font-weight: bold;
	}

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

	/* Headers */
	h1 ,h2, h3, h4, h5 {
		font-family: Arial, Helvetica, sans-serif;
	}	
	h1 {
		font-size: 28px;
		color: #333333;
	}
	h2 {
		font-size: 20px;
		color: #333333;
	}
	h3 {
		font-size: 16px;
		color: #999999;
	}
	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 {
	}
	#logo {
		padding-left: 1px;
		float: left;
		width: 250px;
		height: 65px;
	}

	/* Top Menu */
	#menu {
		font-family: Impact, Arial, Helvetica, sans-serif;
		line-height: 60px;
		font-size: 25px;
		text-transform: lowercase;
		height: 65px;
	}
	
	#menu ul {
		padding-right: 5px;
		float: right;
	}
	#menu li span a:link, #menu li span a:visited {
		padding: 0px 5px 0px 5px;
		color: #0099FF;
		text-decoration: none;
		display:block;
	}
	#menu li span a:hover {
		color: #666666;
	}
	#menu li span.menu_current a.menu_current {
		color: #666666;
	}
	
	#menu li {
		display:block;
		float:left;
		margin:0;
		padding:0;
	}

	/****************************************************/
	
	html>body #nav { margin: 0px; }
	#nav {
		width: 890px;
		background-image: url(../../media/elements/main-menu-bg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		text-decoration: none;
	}
	#nav {
		height: 32px;
		text-transform: lowercase;
		font-family: Impact, Arial, Helvetica, sans-serif;
		font-size: 20px;
		float: right;
	}
	#nav div.menu_default a, 
	#nav div.menu_current a{
		margin-right: 6px;
		line-height: 30px;
		color: #666666;
		text-decoration: none;
	}
	
	#nav div.menu_default, 
	#nav div.menu_current {
		margin-right: 6px;
		float: right;
		background-repeat: no-repeat;
		background-position: right top;
		height: 32px;
	}
	#nav div.menu_default { 
		background-image: url(../../media/elements/bg-tab-right-default.jpg);
	}
	#nav div.menu_current {
		background-image: url(../../media/elements/bg-tab-right-current.jpg);
		
	}
	#nav div.menu_default div.tab-left, 
	#nav div.menu_current div.tab-left {
		float: left;
		background-repeat: no-repeat;
		background-position: left top;
		width: 6px;
		height: 32px;
	}
	#nav div.menu_current div.tab-left { 
		background-image: url(../../media/elements/bg-tab-left-current.jpg);
	}
	#nav div.menu_default div.tab-left { 
		background-image: url(../../media/elements/bg-tab-left-default.jpg);
	}
	#nav div.menu_default a {
		color: #666666;
	}
	#nav div.menu_default a:hover, 
	#nav div.menu_current a:hover {
		color: #0099FF;
	}
	/****************************************************/

	

	/* Main Menu */
	#main-menu {
	
	}
	#main-menu ul {
		font-family: Verdana, Impact, Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-transform: lowercase;
		float: right;
	}
	#main-menu li span a:link, #main-menu li span a:visited {
		padding: 0px 5px 0px 5px;
		color: #0099FF;
		text-decoration: none;
		display:block;
	}
	#main-menu li span a:hover {
		color: #CCCCCC;
	}
	#main-menu li span.menu_current a.menu_current {
		color: #CCCCCC;
		background-repeat: no-repeat;
		background-position: center bottom;		
	}
	
	#main-menu li {
		display:block;
		float:left;
		margin:0;
		padding:0;
	}
	
	/* Right Menu */
	#content-right ul {
		font-family: Impact, Arial, Helvetica, sans-serif;
		font-size: 15px;
		text-transform: lowercase;
	}
	#content-right li span a:link, #content-right li span a:visited {
		padding: 0px 5px 0px 5px;
		color: #0099FF;
		text-decoration: none;
		display:block;	
	}
	#content-right li span a:hover {
		color: #CCCCCC;
	}
	#content-right li span.menu_current a.menu_current {
		color: #CCCCCC;
	}
	
	#content-right li {
		margin:0;
		padding:0;
	}



	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;
	}
	.margin-bottom-10px {
		margin-bottom: 10px;		
	}
	.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: url(http://www.splashdesigns.co.nz/media/layout/content-bg.gif) repeat-y center top;
	}
	#content-top {
		width: 890px;
		height: 10px;
		margin: 0px;
		background: url(http://www.splashdesigns.co.nz/media/layout/content-top.gif) no-repeat center top;
	}	
	#content-bottom {
		width: 890px;
		height: 10px;
		margin: 0px;
		background: url(http://www.splashdesigns.co.nz/media/layout/content-bottom.gif) no-repeat center bottom;
	}	
	#content-main {
		width: 890px;
		color: #444444;
	}
	
	#content-left {
		width: 480px;
		float: left;
		padding: 5px 5px 5px 10px;
		color: #333333;
	}	

	#content-right {
		width: 380px;
		float: right;
		padding: 5px 10px 5px 5px;
		color: #333333;		
	}
	#content-left ul {
		margin-bottom: 10px;
	}
	#content-left ul li {
		padding-left: 10px;
		list-style-image: url(../../media/images/icons/bullet-orange.png);
		list-style-position: inside;
	}	
	
	#content-main .white-border-container-margin-0px {
		margin: 0 auto;
		width: 870px;
		padding: 0px;
		background-image: url(../../media/elements/bkgd-white-border-mid.png);
		background-repeat: repeat-y;
		background-position: center top;	
	}
	#content-main .white-border-container {
		margin: 0 auto;
		width: 870px;
		padding: 0px;
		background-image: url(../../media/elements/bkgd-white-border-mid.png);
		background-repeat: repeat-y;
		background-position: center top;	
		margin-bottom: 10px;	
	}
	#content-main .white-border-container-margin-0px li,
	#content-main .white-border-container li {
		margin: 0px;
		padding-left: 20px;
		list-style-position: inside;
		list-style-type: disc;
		line-height: 22px;
	}
	#content-main .white-border-container-margin-0px img.img-border,
	#content-main .white-border-container img.img-border {
		padding: 5px;
		background-color: #F9F9F9;
		border: 1px #E2E2E2 solid;
	}	

	#content-main .white-border-top,
	#content-main .white-border-bottom {
		width: 870px;
		height: 10px;
		background-repeat: no-repeat;			
	}	
	#content-main .white-border-top {
		background-image: url(../../media/elements/bkgd-white-border-top.png);
		background-position: center top;

	}
	#content-main .white-border-bottom {
		background-image: url(../../media/elements/bkgd-white-border-bot.png);
		background-position: center bottom;
	}			

	#content-main .white-border-container .right-col-460px,
	#content-main .white-border-container-margin-0px .right-col-460px {
		width: 460px;
		float: right;
		padding: 0px 10px 0px 0px;
	} 

	#content-main .white-border-container .left-col-300px,
	#content-main .white-border-container-margin-0px .left-col-300px {
		width: 340px;
		float: left;
		padding: 0px 0px 0px 10px;
	}
	
	#content-main .white-border-container .right-col, 
	#content-main .white-border-container .left-col,
	#content-main .white-border-container-margin-0px .right-col,
	#content-main .white-border-container-margin-0px .left-col {
		width: 420px;
	}
	#content-main .white-border-container-margin-0px .right-col,
	#content-main .white-border-container .right-col {
		float: right;
		padding: 0px 10px 0px 0px;
	}
	#content-main .white-border-container-margin-0px .left-col,
	#content-main .white-border-container .left-col {
		float: left;
		padding: 0px 0px 0px 10px;		
	}

/* 3.2 FOOTER
------------------------------------------------------------------------------------------------ */	
	#footer {
		width: 890px;
		margin: 10px 0px;
		font-family: Impact, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #CCCCCC;
		text-align: center;
	}	
	
	
	#blank-background {
		background-image: url(../../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;
	}
	.margin-left-65px {
		margin-left: 65px;
	}
	.margin-bottom-10px {
		margin-bottom: 10px;
	}

	#content-main #error-container {
		margin: 0 auto;
		width: 870px;
		padding: 0px;
		background-image: url(../../media/layout/error-bg.gif);
		background-repeat: repeat-y;
		background-position: center top;
	}
	#error-container img {
		padding-left:10px;
	}
	#error-container p, 
	#error-container h1, 
	#error-container ul {
		color: #990000;
		padding: 0px 10px;
		padding-left: 80px;
	}
	#error-container ul li{
		list-style-position: inside;
		list-style-type: disc;
		padding-left: 20px;
	}

	#content-main #error-top,
	#content-main #error-bottom {
		width: 870px;
		height: 10px;
		background-repeat: no-repeat;			
	}	
	#content-main #error-top {
		background-image: url(../../media/layout/error-top.gif);
		background-position: center top;

	}
	#content-main #error-bottom {
		background-image: url(../../media/layout/error-bottom.gif);
		background-position: center bottom;
	}	
	.padding-top-10px {
		padding-top: 10px;
	}
	.padding-0px-10px {
		padding: 0px 10px;
	}