/************************************************\
 ******************** MASTER ********************
\************************************************/

/*	Created: 27 October 2009 & 12.10pm
 *	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: 100%;
		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,
	label {
		display: none;
		}
		
	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;
		}
		
	iframe {
		display: none;
		}
	
	
	
/*	3. LINKS
 *	----------------------------------------------
*/

	a:link, a:visited, a:active {
		color: #3578b3;
		text-decoration: none;
		}
	a:hover {
		text-decoration: underline;
		}
		
		
		
/*	4. TYPOGRAPHY
 *	----------------------------------------------
*/

	h1 {
		margin: 0 0 .5em;
		color: #666666;
		font-size: 1.8em;
		}

	h2 {
		margin: 0 0 .8em;
		color: #3578b3;
		font-size: 1.8em;
		}
		
	h3 {
		font-size: 1.2em;
		}
		
	h4 {
		margin: 0 0 .5em;
		font-size: 1.2em;
		}

	p {
		margin: 0 0 1em;
		font-size: 1.2em;
		}
		
	li {
		font-size: 1.2em;
		}
		
	
	
/*	6. FORMS
 *	----------------------------------------------
*/

	
	form input {
		width: 214px;
		padding: 5px 5px 5px 25px;
		border: 1px solid #ddd;
		background: #fff url(../images/bg_combined.gif) 5px -92px no-repeat;
		}
	
	
	
/*	7. BASE
 *	----------------------------------------------
*/		

	body {
		background-color: #fff;
		color: #777;
		font: 62.5%/1.6 Arial, Helvetica, sans-serif;
		}
		
		
		.left {
			float: left;
			}
		.right {
			float: right;
			}
		
		
		/* --- page */
		#page {
			background-color: #fff;
			background-image: url(../images/bg_body.gif);
			background-position: 0 0;
			background-repeat: repeat-x;
			min-height: 650px;
			height: auto !important;
			height: 650px;
			}
		#page-inner,
		#footer-inner {
			position: relative;
			width: 920px;
			margin: 0 auto;
			}
			
			
		/* --- header */
		#header {
			position: relative;
			z-index: 99;
			height: 150px;
			}
			
			#header form
			{
				margin: 35px 20px 0 0;
			}
			
			a.cart img
			{
				position: relative;
				top: 3px;
			}
			
			#loginBar {
				position: absolute;
				top: 0;
				right: 20px;
				padding: 5px;
				color: #fff;
				font-size: 1.1em;
				font-style: italic;
				}
				
			#sub-nav
			{
				position: absolute;
				top: 75px;
				right: 15px;
				z-index: 99;
				padding: 5px;
				font-size: 1.1em;
				text-align: right;
			}
			#sub-nav li
			{
				float: left;
				position: relative;
			}
			#sub-nav li a
			{
				float: left;
				display: block;
				margin: 0 0 0 5px;
				padding: 3px 35px 3px 10px;
				background: #3578b3 url(../images/sub-nav-arrow.gif) 90% 7px no-repeat;
				color: #fff;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-webkit-border-bottom-right-radius: 0;
			}
			#sub-nav li:hover a,
			#sub-nav li a:hover
			{
				text-decoration: none;
				background: #5b9ad1 url(../images/sub-nav-arrow-over.gif) 90% 7px no-repeat;;
			}
			
			#sub-nav li ul 
			{
				position: absolute;
				left: -999em;
				padding: 0;
				height: auto;
				background: #5b9ad1;
				box-shadow: 0 3px 3px #ccc;
				-webkit-box-shadow: 0 3px 3px #ccc;
				-moz-box-shadow: 0 3px 3px #ccc;
			}
			#sub-nav li:hover ul 
			{
				top: 25px;
				left: -56px;
			}
			
			#sub-nav li:hover ul.trade
			{
				top: 25px;
				left: -82px;
			}
			
			#sub-nav li:hover li a,
			#sub-nav li li a 
			{
				float: none;
				width: 130px;
				padding: 3px 15px;
				background: none;
				border-radius: none;
				-moz-border-radius: none;
				-webkit-border-radius: none;
				font-size: 12px;
				text-align: left;
			}
			#sub-nav li li a:hover
			{
				background: none;
			}
			
		/* --- logo */
		#logo a {
			position: absolute;
			top: 15px;
			left: 20px;
			z-index: 99;
			display: block;
			width: 85px;
			height: 85px;
			background: url(../images/logo.png) 0 0 no-repeat;
			}
		#logo a img {
			display: none !important;
			}
			
			#blurb {
				position: absolute;
				top: 42px;
				left: 120px;
				width: 292px;
				font-size: 1.2em;
				font-style: italic;
				}
			
			
		/* --- primary navigation */
		#primary-navigation {
			position: absolute;
			bottom: 0;
			left: 0;
			margin: 0;
			width: 100%;
			background: #fff;
			}
			#primary-navigation li {
				float: left;
				position: relative;
				z-index: 98;
				background: url(../images/bg_nav-divider.gif) 0 3px no-repeat;
				}
			#primary-navigation li:first-child {
				background: none;
				}
				#primary-navigation li a {
					float: left;
					display: block;
					padding: 9px 15px 7px;
					color: #666666;
					font-size: 1.2em;
					font-weight: bold;
					}
				#primary-navigation li:hover a,
				#primary-navigation li a:hover,
				#primary-navigation li.on a {
					color: #f60;
					text-decoration: none;
					}
				#primary-navigation li ul {
					position: absolute;
					left: -999em;
					width: 153px;
					height: auto;
					background: #fff;
					box-shadow: 0 3px 3px #ccc;
					-webkit-box-shadow: 0 3px 3px #ccc;
					-moz-box-shadow: 0 3px 3px #ccc;
					-moz-border-radius-bottomleft: 5px;
					-webkit-border-bottom-left-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-webkit-border-bottom-right-radius: 5px;
					-webkit-border-top-left-radius: 5px;
					border-bottom-left-radius: 5px;
					border-bottom-right-radius: 5px;
					}	
				#primary-navigation li li:last-child a:hover {
					-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;
					}
				#primary-navigation li li {
					float: none;
					display: block;
					height: auto;
					background: none;
					}
				#primary-navigation li:hover li a {
					display: block;
					width: 113px;
					padding: 5px 15px 4px;
					color: #666666;
					font-size: .8em;
					background: none;
					text-shadow: none;
					}
				#primary-navigation li li a:hover {
					padding: 5px 15px 4px 25px;
					background: #ff9500 url(../images/dropdown-bullet-point.gif) 13px 10px no-repeat;
					text-shadow: none;
					color: #fff;
					}
				#primary-navigation li:hover ul {
					top: 38px;
					left: 0;
					}
					
				#primary-navigation li li ul {
					display: none !important;
					}
				
			
			
		/* --- banner */
		#banner {
			position: relative;
			overflow: hidden;
			height: 405px;
			background: #fff;
			z-index: 1;
			}
		#banner ul {
			margin: 0;
			padding: 0;
			}
		#banner img {
			height: 400px;
			margin: 0 0 5px 5px;
			}
		
			
		/* --- content */
		#content {
			margin: 10px 0 0;
			background: #fff;
			}
			
			#content .col {
				float: left;
				width: 190px;
				padding: 20px;
				}
				
				#content .col #phone strong {
					font-size: 1.4em;
					}
					
					
					ul#other_products {
						margin: 0;
						padding: 20px 0 0;
						list-style: none;
						}
					ul#other_products li {
						float: left;
						width: 185px;
						margin: 0;
						padding: 0 20px 20px;
						list-style: none;
						font-size: 100%;
						}
					ul#other_products li a {
						font-size: 1.4em;
						}
						
					div.price {
						color: #bd0101;
						font-size: 1.6em;
						font-weight: bold;
						}
					div.price span {
						color: #999;
						font-size: 10px;
						font-weight: normal;
						}
						
					ul#other_products li img,
					div.image img {
						margin: 0 0 5px;
						padding: 5px;
						background: #fff;
						box-shadow: 0 3px 3px #ddd;
						-webkit-box-shadow: 0 3px 3px #ddd;
						-moz-box-shadow: 0 3px 3px #ddd;
						}
						
					.path, .buy_field, .priceConversionButton { display: none !important; }
			
			
		/* --- footer */
		#footer {
			padding: 0 0 20px;
			border-top: 1px solid #ddd;
			}
		#footer-inner {
			padding: 20px 0 10px;
			}
		#footer p,
		#footer form {
			padding: 0 20px;
			}
		#footer form {
			width: 246px;
			}
		#footer a {
			font-weight: bold;
			}
		#footer p span,
		#footer p#credits {
			clear: right;
			display: block;
			margin: 10px 0 0;
			font-size: 10px;
			}
			
			
	
/*	8. MISC
 *	----------------------------------------------
*/	


	/* -- 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;
		}
		
		
	/*@font-face {
		font-family: DIN-Medium;
		src: url('/sb/styles/home/font/DINMedium.ttf');
		}
		
	@font-face {
		font-family: DIN-Bold;
		src: url('/sb/styles/home/font/DINBold.otf');
		}*/

