/************************************************\
 ******************** MASTER ********************
\************************************************/

/*	Created: 13 October 2009 & 11.55am
 *	Author: Matthew Holmes <www.ivt.com.au>
*/

/*	TOC
 *	----------------------------------------------
 *	1. Colors
 *	2. Reset
 *	3. Links
 *	4. Typography
 *	5. List
 *	6. Forms
 *	7. Base
 *	8. Misc
*/


/*	1. COLORS
 *	----------------------------------------------
 *	orange		=		#fe880f
 *	blue		=		#02246e
 *	grey		=		#666666
*/


/*	2. RESET - DO NOT REMOVE OR MODIFY
 *	----------------------------------------------
*/

	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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
		margin: 0;
		padding: 0;
		border: 0;
		outline: none;
		font-size: inherit;
		font-family: inherit;
		list-style: none;
		}
		
	body {
		line-height: 1;
		}	
		
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
		
	blockquote, q {
		quotes: none;
		}
		
	q:before, q:after, blockquote:before, blockquote:after {
		content: "";
		}
		
	/* remember to define focus styles! */
	:focus {
		outline: 0;
		}
		
	legend {
		display: none !important;
		}
		
	hr {
		height: 1px;
		border: 1px solid #CCC;
		}
		
	/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
	.clearfix:after {
		clear: both;
		content: ' ';
		display: block;
		font-size: 0;
		line-height: 0;
		visibility: hidden;
		width: 0;
		height: 0;
		}

	.clearfix {
		display: inline-block;
		}

	* html .clearfix {
		height: 1%;
		}

	.clearfix {
		display: block;
		}
		
	
		
		
/*	3. LINKS
 *	----------------------------------------------
*/

	a:link, a:active, a:visited {
		color: #3b706f;
		text-decoration: none;
		}
	a:hover {
		text-decoration: underline;
		}
	
	
/*	4. TYPOGRAPHY
 *	----------------------------------------------
*/

	h2 {
		margin: 0 0 .5em;
		color: #57b4b2;
		font-size: 1.8em;
		}
		
	h3, h4 {
		margin: 0 0 .5em;
		color: #8e0000;
		font-size: 1.5em;
		}
		
	h4 {
		margin: 0;
		}
	
	p, ul, table {
		font-size: 1.2em;
		}
	
	p, ul {
		margin: 0 0 1.2em;
		}
	
		
/*	6. FORMS
 *	----------------------------------------------
*/

	textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11.2px;
		}

	form ol li {
		list-style: none;
		clear: both;
		margin: 0 0 .5em;
		}
		
	form#signupForm label { float: left; display: block; width: 150px; padding: 5px 0 0; text-align: left; font-weight: normal; }
	
	form#signupForm #infoFormFieldLi14 label { white-space: nowrap; }
	form#signupForm #infoFormFieldLi14 { float: left; }
	form#signupForm #infoFormFieldLi14 input { margin: 0; padding: 0; }
	
	#footer form input {
		width: 200px;
		padding: 5px 5px 5px 25px;
		border: 1px solid #ddd;
		background: url(../images/mag_glass.gif) 6px 6px no-repeat;
		}
		
	#loginarea .inputfield {
		width: 200px;
		padding: 5px;
		border: 1px solid #ddd;
		}
		
	div#loginhelpbuttons {
		margin: 10px 0;
		}			
		
	form input.input_small_off,
	form input.input_small_on,
	form input.input_medium_off,
	form input.input_medium_on,
	form input.input_large_off,
	form input.input_large_on {
		width: 300px;
		padding: 5px;
		border: 1px solid #ddd;
		background: none;
		}
		
	/*form input.input_small_off,
	form input.input_small_on {
		width: 200px;
		}
	form input.input_medium_off,
	form input.input_medium_on {
		width: 300px;
		}
	form input.input_large_off,
	form input.input_large_on {
		width: 350px;
		}*/
		
		
	form textarea.textarea_small_off,
	form textarea.textarea_small_on,
	form textarea.textarea_medium_off,
	form textarea.textarea_medium_on,
	form textarea.textarea_large_off,
	form textarea.textarea_large_on {
		width: 300px;
		padding: 5px;
		border: 1px solid #ddd;
		}
	form textarea.textarea_small_off,
	form textarea.textarea_small_on {
		/*width: 200px;*/
		height: 80px;
		}
	form textarea.textarea_medium_off,
	form textarea.textarea_medium_on {
		/*width: 300px;*/
		height: 100px;
		}
	form textarea.textarea_large_off,
	form textarea.textarea_large_on {
		/*width: 350px;*/
		height: 120px;
		}
		
	
	#registration form input,
	form input.checkbox {
		width: auto;
		padding: 0;
		border: none;
		background: none;
		}
		
		
	div.fieldset_title,
	div.order_details_header {
		margin: 0 0 .5em;
		color: #57b4b2;
		font-size: 1.8em;
		}
	div.form th {
		padding: 5px 10px 0 0;
		text-align: left;
		vertical-align: top;
		}

	td.cartButtonsRight
	{
		width: 100%;
		text-align: right;
	}
		
		
	input.button,
	button.SubmitButton,
	button.CancelButton,
	input.backButton {
		width: 135px;
		height: 23px;
		margin: 0;
		padding: 23px 0 0;
		border: 0;
		color: transparent;
		cursor: pointer;
		}
	input.change_qty {
		background: url(../images/change_qty-btn.gif) 0 0 no-repeat;
		}
	input.continue_shopping {
		background: url(../images/continue_shopping-btn.gif) 0 0 no-repeat;
		}
	input.complete_order {
		background: url(../images/complete_order-btn.gif) 0 0 no-repeat;
		}
	input.shipping {
		background: url(../images/shipping_btn.gif) 0 0 no-repeat;
		}
	input.editDetails {
		background: url(../images/edit_details-btn.gif) 0 0 no-repeat;
		}
	input.step2 {
		background: url(../images/btn-next.gif) 0 0 no-repeat;
		}
	input.step3 {
		background: url(../images/payment_btn.gif) 0 0 no-repeat;
		}
	input.submitOrder {
		background: url(../images/submit_order-btn.gif) 0 0 no-repeat;
		}
	input.backButton {
		width: 54px;
		background: url(../images/back-btn.gif) 0 0 no-repeat;
		}
	input.eDownload {
		width: 99px;
		background: url(../images/download-btn.gif) 0 0 no-repeat;
		}
	button.SubmitEventRegistrationTypeButton,
	button.SubmitIndividualRegistrationButton {
		background: url(../images/submit_btn.gif) 0 0 no-repeat;
		text-indent: -999em;
		}
	button.CancelIndividualRegistrationButton {
		background: url(../images/cancel_btn.gif) 0 0 no-repeat;
		}
		
	span.form { font-size: 1.2em; }
	span.form label { display: block; margin: 5px 0 0; }
	span.form fieldset.receive_email input { width: auto; padding: 0; border: 0; background: none; }
	span.form textarea { width: 300px; height: 100px; margin: 3px 0; padding: 4px 5px; border: 1px solid #ccc; background: none; }	
		
	form#regForm label,
	form#regForm label input {
		width: auto;
		}
	
	form#registrationForm label {
		float: left;
		display: block;
		width: 100px;
		margin: 5px 0 0;
		}
	form#registrationForm li#li_c_EmailType label,
	form#registrationForm li#li_c_Country label,
	form#registrationForm li#li_c_State label {
		margin: 0;
		}
		
	form#registrationForm fieldset.receive_email input,
	form#registrationForm fieldset.receive_email label {
		width: auto;
		float: none;
		}
		
	#mainbar form#registrationForm ol,
	#mainbar form#registrationForm ul {
		padding: 0;
		margin: 0;
		}
	#mainbar form#registrationForm ol.form {
		margin: 0 0 15px;
		}
	#mainbar form#registrationForm ol li,
	#mainbar form#registrationForm ul li {
		list-style: none;
		}
	#mainbar form#registrationForm ul {
		font-size: 1em;
		}

		
		
		
/*	7. BASE
 *	----------------------------------------------
*/

	body {
		background-color: #bcaf90;
		color: #777;
		font: 62.5%/1.6 Arial, Helvetica, sans-serif;
		}
		
	#wrapper {
		background: #57b4b2 url(../images/bg.gif) fixed repeat-x;
		}
		
	#container {
		position: relative;
		width: 920px;
		margin: 0 auto;
		background: #fff url(../images/watermark.gif) right bottom no-repeat;
		}
		
	
	/* --- container */
	#container #container-inner {
		padding: 0 0 20px;
		margin: 0 20px;
		min-height: 450px;
		height: auto !important;
		height: 450px;
		}
		
		
	/* --- secondary navigation */
	.secondary_navigation {
		float: right;
		padding: 11px 0 9px;
		margin: 0;
		font-size: 1.1em;
		}
		
		
	/* --- logo */
	#logo {
		padding: 34px 0 40px 45px;
		}
		
		
		#sidebar {
			float: left;
			width: 200px;
			}
			
		#mainbar {
			float: right;
			width: 660px;
			padding: 0 0 2em;
			}
		#mainbar ul,
		#mainbar ol {
			margin: 0 0 1.2em;
			padding: 0 0 0 15px;
			font-size: 1.2em;
			}
		#mainbar ul li {
			list-style: disc;
			}
		#mainbar ol li {
			list-style: decimal;
			}
		#mainbar form ol {
			margin: 0;
			padding: 0;
			}	
		#mainbar form ol li {
			list-style: none;
			}
			
				
			
		#mainbar ul.list {
			padding: 0;
			}
		#mainbar ul.list li {
			list-style: none;
			margin: 0 0 1.2em;
			padding: 0 0 1.2em;
			border-bottom: 1px solid #ddd;
			}
		#mainbar ul.list li:last-child {
			border-bottom: none;
			}
		#mainbar ul.list li div.date {
			font-size: 10px;
			}
			
			
		/* product category list */
		table.products_category_table td,
		table.products_list_table td {
			padding: 0 4em 1.2em 0;
			vertical-align: top;
			}
		#mainbar table.products_list_table td h3 {
			font-size: 1.1em;
			}
		#mainbar ul.buttons {
			float: right;
			margin: 5px 0 0;
			padding: 0;
			}
		#mainbar ul.buttons li {
			float: left;
			display: inline;
			margin: 0 0 0 5px;
			padding: 0;
			list-style: none;
			}
			
			
		/* product detail */
		img.prod_image {
			float: right;
			margin: 0 0 0 15px;
			}
			
			
		/* product price */
		div.price {
			color: #b90000;
			font-size: 1.3em;
			font-weight: bold;
			}
		div.price .noshow_inc_gst {
			color: #999;
			font-size: .7em;
			font-weight: normal;
			}
		div.price button,
		span.buy_field_wrap {
			display: none !important;
			}
			
			
		/* shopping cart */
		table.cart_table,
		table.text {
			width: 100%;
			border-top: 1px solid #ddd;
			border-left: 1px solid #ddd;
			}
		table.cart_table th,
		table.cart_table td,
		table.text th,
		table.text td {
			padding: 5px;
			border-right: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			text-align: left;
			}
		table.cart_table td input {
			width: auto;
			border: 1px solid #ddd;
			background: none;
			}
			
		div.plain table th,
		div.plain table td {
			padding: 0 10px 5px 0;
			text-align: left;
			}
		
			
		/* banner */
		#banner {
			height: 111px;
			background: url(../images/bg_banner.gif) 0 0 repeat-x;
			}
		#banner h2 {
			display: block;
			float: left;
			width: auto;
			padding: 32px 30px 0;
			background: url(../images/bg_title_arrow.gif) 100% 50px no-repeat;
			font-size: 3.2em;
			}
			
		/* welcome */
		#welcome, #items {
			padding: 0 20px;
			}
			
		/* breadcrumb */
		.breadcrumb {
			margin: 1.5em 0 2em;
			}
			
			
		/* event details */
		#event_detail .left {
			float: left;
			width: 400px;
			}
		#event_detail .right {
			float: right;
			width: 200px;
			}
			
		
		/* main search */
		.search_form,
		#mainbar .search_list {
			padding: 0;
			}
		#mainbar .search_list {
			font-size: 1.1em;
			}
		#mainbar .search_list li {
			list-style: none;
			margin: 0 0 1.2em;
			}
		.search_list li {
			padding: 0 0 1.2em;
			border-bottom: 1px solid #ddd;
			}
		.search_list li p {
			margin: 0;
			}
		#mainbar .search_form button {
			width: 54px;
			height: 23px;
			margin: 0;
			border: 0;
			background: url(../images/search_btn.gif) 0 0 no-repeat;
			color: transparent;
			padding: 0 0 0 54px;
			}
		
		
	/* --- primary navigation */
	#primary-navigation {
		width: 200px;
		margin: 0 0 40px;
		}
	#primary-navigation li {
		display: block;
		border-bottom: 1px solid #ccc;
		}
	#primary-navigation li.last {
		border: 0;
		}
	#primary-navigation li a {
		display: block;
		width: 185px;
		padding: 9px 15px 7px 0;
		background: url(../images/bg_menu.gif) top right repeat-y;
		font-size: 1.1em;
		font-weight: bold;
		}
	#primary-navigation li.first a {
		background: url(../images/bg_first_menu.gif) top right no-repeat;
		}
	#primary-navigation li.last a {
		background: url(../images/bg_last_menu.gif) right top no-repeat;
		}
	#primary-navigation li a:hover,
	#primary-navigation li.on a {
		background: #fff;
		text-decoration: none;
		}
	#primary-navigation li.on a {
		color: #57b4b2;
		}
	#primary-navigation li a span {
		padding: 0 0 0 15px;
		background: url(../images/bg_arrow-off.gif) 0 4px no-repeat;
		}
	#primary-navigation li.on a span {
		padding: 0 0 0 20px;
		background: url(../images/bg_arrow-on.gif) 4px 6px no-repeat;
		}
	#primary-navigation li ul {
		margin: 0;
		padding: 0 0 10px;
		background: #fff;
		}
	#primary-navigation li li {
		width: 185px;
		border: 0;
		margin: 0;
		padding: 0;
		}
	#primary-navigation li li a {
		width: auto;
		margin: 0;
		padding: 0 0 0 10px;
		font-size: .8em;
		font-weight: normal;
		}
	#primary-navigation li li.off a:hover {
		color: #57b4b2;
		}
	#primary-navigation li li.off a {
		color: #3b706f;
		}
	#primary-navigation li li ul {
		padding: 0;
		}
	#primary-navigation li li.on li a,
	#primary-navigation li li.on li a:hover {
		padding: 0 0 0 40px;
		background: url(../images/bg_arrow-off.gif) 30px 6px no-repeat;
		color: #57b4b2;
		font-size: 1em;
		font-weight: normal;
		}
		
	#primary-navigation li.on li li a,
	#primary-navigation li.on li li a:hover {
		padding: 0 0 0 35px;
		background: url(../images/bg_arrow-off.gif) 30px 6px no-repeat;
		color: #57b4b2;
		font-size: .7em;
		font-weight: normal;
		}	
		
	#primary-navigation li li li.off a { 
		color: #3b706f; 
		}	
		
		
	
		
	/* --- footer */
	#footer {
		min-height: 150px;
		height: auto !important;
		height: 150px;
		background-color: #bcaf90;
		background-repeat: repeat-x;
		background-image: url(../images/bg_footer.gif);
		background-position: left top;
		}
	#footer #footer-inner {
		position: relative;
		width: 920px;
		margin: 0 auto;
		background: #fff url(../images/logo_sml.gif) 26px 15px no-repeat;
		-webkit-box-shadow: 0 5px 5px #b3ab8d;
		-moz-box-shadow: 0 5px 5px #b3ab8d;
		box-shadow: 0 5px 5px #b3ab8d;
		}
	#footer #footer-inner #footer-items {
		margin: 0 20px;
		padding: 22px 0;
		border-top: 1px solid #ddd;
		}
	#footer #footer-inner #footer-items .secondary_footer_navigation {	
		float: left;
		display: inline;
		margin: 5px 0 0 65px;
		font-size: 1.2em;
		font-weight: bold;
		}
	#footer #footer-inner #footer-items .secondary_footer_navigation span {
		display: block;
		margin: 5px 0 0;
		font-size: .8em;
		font-weight: normal;
		}
	#footer #footer-inner #footer-items form {
		float: right;
		width: 233px;
		}
	#footer #footer-inner #footer-items form label {
		display: none !important;
		}	
	#footer #footer-inner #footer-items .credits {
		position: absolute;
		right: 20px;
		bottom: 22px;
		margin: 0;
		font-size: 1em;
		}
		
		/* twitter */
		a.twitter {
			display: inline;
			padding: 5px 0 5px 30px;
			background: url(../images/twitter-icon.gif) 0 0 no-repeat;
			}
			
		/* rss */
		a.rss {
			display: inline;
			padding: 4px 0 6px 28px;
			margin-left: 10px;
			background: url(../images/rss-icon.gif) 0 0 no-repeat;
			}	
		
		
/*	8. MISC
 *	----------------------------------------------
*/

	.accessibility,
	h1, .noshow {
		display: none;
		}
		
		
	/* -- corner radius */
	.corner-top {
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		}
		
	.corner-bottom {
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		}
		
	.corner-top-left {
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		}
		
	.corner-top-right {
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
		}
		
	.corner-bottom-left {
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		}
		
	.corner-bottom-right {
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
		}
		
	/* my account */
	table#loginDetails { margin: 0 0 15px; }
	table#loginDetails th,  table#loginDetails td { text-align: left; padding: 5px 25px 5px 0; }


	table.contentTable
	{
		width: 300px !important;
		text-align: left !important;
		margin: 0 auto .5em;
		border: 1px solid #ddd;
	}
	table.contentTable th
	{
		
		border-bottom: 1px solid #ddd;
		background: #eee;
	}
	table.contentTable td
	{
		padding: 10px;
		border-bottom: 1px solid #ddd;
		font-size: 1.1em;
	}
	