/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/
design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section {display:block;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select {vertical-align:middle;}
/* END RESET CSS */


/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/
body { 
	font: 14px/20px "HelveticaNeue-Light", "Helvetica Neue", sans-serif;
}

table { font-size:inherit; font:100%; }

select, input, textarea { font:99% sans-serif; }


/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 


/* 
 * minimal base styles 
 */

body, select, input, textarea {color:#333;}

/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a { 
	color:#333; 
	border-bottom: 1px solid #ddd; 
	text-decoration: none; 
}
a:hover { 
	color:#000; 
	border-bottom-color: #e48d4b;
/* 	background: #fff; */
}


ul {margin-left:30px;}
ol { margin-left:30px; list-style-type: decimal; }

small {font-size:75%;}
strong, th { font-weight: bold; }

td, td img {vertical-align:top;} 

sub { vertical-align: sub; font-size: 0.8em; }
sup { vertical-align: super; font-size: 0.8em; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


::-moz-selection{ background: #fcceaa; text-shadow: none; }
::selection { background:#fcceaa; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #fcceaa; } 


/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }



/* ================== */
/* = GENERAL STYLES = */
/* ================== */

h2 {
	font-size: 18px;
}
p, h1, h2, ul {
	margin: 0 0 20px 0;
}
body {
	background: #fff;
}

h1 {
	font-size: 32px;
	line-height: 40px;
}

input[type="text"], input[type="number"], input[type="email"], textarea {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	padding: 2px 5px 3px 5px;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, textarea:focus {
		border-color: #333;
		outline: none;
}

.button {
	display: inline-block;
	color: #333;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 5px 5px 5px 0;
	font: 14px/20px "HelveticaNeue-Light", "Helvetica Neue", sans-serif;
	vertical-align: middle;
}
	.button:hover {
		border-color: #bbb;
		background: #ddd;
		color: #222;
	}
	.button:active {
		border-color: #999;
	}

/* ========== */
/* = LAYOUT = */
/* ========== */

html, body {
	height: 100%;
}

#container {
	overflow: hidden;
	min-height: 100%;
	/* border-top: 5px solid #e48d4b; */
}

#content {
	padding: 0 20px 80px 20px;
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}

#subnav {
	float: right;
	margin: 0 -20px 20px 20px;
	width: 200px;
	padding: 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3),to(#e3e3e3));
	border: 1px solid #ddd;
}
	#subnav ul {
		list-style: none;
		margin: 0;
	}
		#subnav ul li {

		}
	#subnav li a {
		display: block;
		padding: 9px 20px 10px 20px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #eee;
		margin: 0 -20px;
	}
/*	#subnav li:first-child a {
		border-top: 1px solid #ddd;
	}*/
		#subnav li a:hover {
			
			/*border-color: #e48d4b;*/
		}
		#subnav li a:hover, #subnav li.active a {
			border-top-color: #ccc;
			border-bottom-color: #eee;
			background: #ddd;
		}
#main_content {
	float: left;
	width: 600px;
}

/* ============== */
/* = SEARCH BAR = */
/* ============== */

#search_bar_wrap {
	height: 5px;
	background: #e48d4b;
}
#search_bar {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#search_bar form {
	position: absolute;
	right: 0;
	padding: 5px;
	background: #e48d4b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10;
}
#search {
	border: 0 none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: white url('http://www.zyteq.com.au/images/site/search_icon_orange.png') no-repeat 3px 2px;
	padding: 3px 5px 3px 22px;
	margin: 0;
}
#search_bar form input[type="submit"] {
	display: none;
}

/* ================ */
/* = QUOTE STATUS = */
/* ================ */

#quote_status_wrap {
	position: absolute;
	right: 240px;
	padding: 5px;
	width: 190px;
	background: #e48d4b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10;
}
#quote_status {
	background: white url('http://www.zyteq.com.au/images/site/dollars_icon_orange.png') no-repeat 3px 2px;
	padding: 3px 5px 3px 23px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 20px;
	overflow: hidden;
}
#quote_status p {
	margin: 0;
}
/*#quote_status_detail {
	display: none;
}*/

/* ========== */
/* = HEADER = */
/* ========== */
#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
	#logo {
		margin: 0;
	}
		#logo a {
			display: block;
			text-indent: -9999px;
			width: 150px;
			height: 70px;
			margin: 15px 0 10px 10px;
			background: transparent url('http://www.zyteq.com.au/images/site/zyteq_logo.png') no-repeat 0 0;
			border: 0 none;
		}
		
/* ============== */
/* = NAVIGATION = */
/* ============== */

#nav ul {
/* 	float: left; */
	list-style:none;
	overflow: auto;
	margin: 0 0 20px 0;
	padding: 0;
	background: #666 url('http://www.zyteq.com.au/images/site/navbar_bg.png') repeat-x 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}
	#nav ul li {
		float: left;
		margin: 0;
	}
		#nav ul li a {
			display: block;
			color: #fff;
			font-weight: bold;
			font-size: 14px;
			padding: 10px 15px;
			text-decoration: none;
			border: 0 none;
			border-right: 1px solid #555;
		}
		#nav ul li a:hover, #nav ul li.active a {
			background: #e48d4b url('http://www.zyteq.com.au/images/site/navbar_bg.png') repeat-x 0 -80px;
			color: #fff;
			text-shadow: 0 1px 1px rgba(0,0,0,0.5);
		}
		#nav ul li:first-child a {
			-webkit-border-top-left-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-bottomleft: 5px;
			padding-left: 20px;
		}
		#nav ul li.active a {
			
		}

/* =============== */
/* = BREADCRUMBS = */
/* =============== */

#breadcrumbs {
	padding: 10px 20px;
	margin-top: -20px;
	clear: both;
	color: #666;
}

/* ================================== */
/* = PRODUCT/CATEGORY DISPLAY BOXES = */
/* ================================== */

#products_box {
	width: 980px;
	margin: 0 20px 0 -20px;
}
	#products_box > li {
		height: 188px;
		float: left;
		width: 468px;
		margin: 0 20px 20px 0;
		list-style: none;
		display: block;
		border: 1px solid #ddd;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position: relative;
		background: #fff;
	}
	
	#products_box a {

	}
		#products_box li.hover {
			border-color: #ccc;
			-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
			-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
			box-shadow: 0 3px 5px rgba(0,0,0,0.1);
			color: #000;
			cursor: pointer;
		}
		

		#products_box h2 {
			padding: 9px 9px;
			margin: 0 10px;
			position: relative;
			z-index: 10;
			background: #fff;
			color: #333;
		}
			#products_box h2 a {
				border: 0 none;
			}
			#products_box h2 a:hover {
				/* color: #e48d4b; */
				color: #000;
				/* text-shadow: 0 1px 1px rgba(0,0,0,0.3); */
			}
			
		#products_box img {
			position: absolute;
			bottom: 9px;
			display: block;
			max-width: 200px;
			max-height: 130px;
			margin-left: 9px;
		}
		#products_box .tagline {
			margin-left: 218px;
			padding: 0 10px 9px 10px;
		}
		#products_box .paypal {
			text-indent: -9999px;
			display: block;
			position: absolute;
			bottom: 5px;
			right: 5px;
			background: transparent url(../images/site/tag.png) no-repeat 0 0;
			width: 22px;
			height: 20px;
			z-index: 20;
		}

/* ============= */
/* = HOME PAGE = */
/* ============= */

#home #content {
	padding: 0 0 90px 0;
	width: 980px;
}
#home #header {
	width: 980px;
}
#home #footer {
	width: 940px;
}
#home h2 a {
	border: 0 none;
}

#info {
	float: left;
	width: 480px;
	margin: 10px 0 0 0;
}
	#about_box {
		padding: 10px 20px 20px 20px;
		height: 160px; /* 180px minus padding */
		background: #fff;
	}
	
.shaded_box, .boxes li {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#eeeeee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fafafa 0%,#eeeeee 100%); /* W3C */
	border: 1px solid #eee;
}
#news_box, #newsletter_box, #quote_box {
	padding: 10px 20px 10px 20px;
	margin: 10px 0 0 0;
	height: 168px;
	float: left;
}

#news_box {
width: 428px; 
margin-right: 10px;
}
	#news_box ul {
		list-style: none;
		color: #999;
		margin-left: 0;
	}
	#news_box li {
		margin: 0 0 20px 0;
	}
		#news_box li a {
			
		}

#newsletter_box {
	width: 178px;
	margin-right: 10px;
}
#newsletter_box form {
}
	#newsletter_box label {
		float: left;
		width: 40px;
		margin-right: 5px;
/*		display: none;*/
	}
	#newsletter_box input {
		float: left;
		margin: 0 0 10px 0;
		width: 131px; /* 188 - border - padding - label */
	}
		#newsletter_box input:focus {

		}
	#newsletter_box #submit {
		float: right;
		width: 100px;
		height: 30px;
	}
		#newsletter_box #submit:hover, #newsletter_box #submit:focus {
			
		}
		#newsletter_box #submit:active {
			
		}
#quote_box {
	width: 188px;
	margin-left: 0;
}	

#home #products_box {
	float: right;
	width: 480px;
	margin: 0;
	list-style: none;
	padding: 9px 0px 0px 9px;
	height: auto;
}

	#home #products_box li {
		width: 228px;
		margin: 0 10px 10px 0;
	}

	#home #products_box li.featured {
		width: 468px;
	}
	#home #products_box li.featured ul {
		list-style-position: outside;
		padding-left: 10px;
	}
	#home #products_box .tagline {
		margin-left: 238px;
	}
		#home #products_box li.featured ul li {
			width: auto;
		}
	
#home .boxes {
	float: left;
	margin: 10px 0 0 0;
	list-style: none;
	height: auto;
}
	#home .boxes li {
		width: 190px;
		height: 170px;
		margin: 0 10px 10px 0;
		padding: 9px 19px 9px 19px;
		float: left;
		list-style: none;
	}
		.boxes h2 {
			padding: 9px 0;
			margin: 0;
		}
/* ====================== */
/* = PRODUCT CATEGORIES = */
/* ====================== */

#catalogue_categories {
}



/* ================ */
/* = PRODUCT LIST = */
/* ================ */

#catalogue_products {
	
}


/* ================ */
/* = PRODUCT PAGE = */
/* ================ */

#catalogue_product {
	
}

table {
	margin: 20px 0;
	width: 100%;
}
thead, thead th {
	background: #eee;
}
tfoot, tfoot td {
	font-weight: bold;
}

td, th {
	border: 1px solid #ddd;
	padding: 3px 5px 2px 5px;
	text-align: left;
}
th {
	border-width: 1px 0 1px 0;
}
	th:first-child {
		border-width: 1px 0 1px 1px;
	}
	th:last-child {
		border-width: 1px 1px 1px 0;
	}

#prices, #quote_form {
	margin: 0 0 20px 0;
}
.price_list .part_code {
	min-width: 70px;
}
.price_list .price {
	min-width: 70px;
	text-align: right;
}
.price_list .gst {
	min-width: 40px;
	text-align: right;
}

.price_list .qty {

}
	.price_list .qty input {
		width: 38px;
		padding: 2px 3px 3px 3px;
	}
.price_list input[type="checkbox"] {
	font-size: 30px;
	margin: 5px;
}
.price_list tr.hover {
	background: #f8f8f8;
	cursor: pointer;
}
.price_list tr.hover td {
	color: #000;
	cursor: pointer;
}

.price_list tr.selected td {
	background: #fff5f0;
	color: #000;
}



.price_list td.paypal span {
	display: block;
	background: url(../images/site/quote.png) no-repeat 50% 0;
	width: 40px;
	padding-top: 25px;
	padding-bottom: 5px;
	margin: 5px auto;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	
	/*font-size: 8px;
		text-transform: uppercase;
		font-weight: bold;*/
}
.price_list td.paypal span.buy_online {
	background-image: url(../images/site/tag.png);
}


td.paypal .enquire {
	color: #840;

}
td.paypal .in_stock {
	color: #080;
}

#submit_update, #print_quote, #submit_add, #submit_buy, #submit_paypal {
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding-left: 32px;
}
#submit_update {
	background-image: url(../images/site/lightning.png);
	background-position: 7px 50%;
	padding-left: 28px;
}
#print_quote {
	background-image: url(../images/site/print.png);
}
#submit_add {
	background-image: url(../images/site/add_item.png);
}
#submit_buy, #submit_paypal {
	background-image: url(../images/site/tag.png);
}

/* =================== */
/* = QUOTE GENERATOR = */
/* =================== */

.success, .info, .error {
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
}
.success {
	border: 1px solid #6c6;
	background: #dfd;
	color: #070;
}

.info {
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
}

.error {
	border: 1px solid #f00;
	background: #fee;
	color: #d00;
}

h1.buy_online {
	background-image: url(../images/site/tag_h1.png);
	background-repeat: no-repeat;
	background-position: 0 55%;
	padding-left: 40px;
	color: #e48d4b;
}
#zyteq_print_logo {
	display: none;
}

#quote #main_content, #print_quote #main_content {
	float: none;
	width: auto;
}

.attention {
	border: 1px solid #f00;
	background-color: #fee;
	color: #d00;	
}
	.attention:hover {
		background-color: #fdd;
		border-color: #e00;
	}
	.attention:active {
		background-color: #fcc;
		border-color: #c00;
	}

.quote_text {
	font-size: 11px;
	line-height: 15px;
}

#quote .part_code {
	width: 100px;
}
#quote .price {
/*	width: 100px;*/
	padding-left: 10px;
}
#quote .gst {
/*	width: 40px;*/
}
#quote .qty {
/*	width: 50px;*/
}
#quote .paypal {
/*	width: 40px;*/
}
#quote .qty {

}

.actions {
	border: 0 none;
	background: #fff !important;
	width: 50px;
}
.price_list .remove {
	color: #d00;
	font-size: 12px;
	border: 0 none;
	display: block;
}
	.price_list .remove:hover {
		text-decoration: underline;
	}

/* ======== */
/* = NEWS = */
/* ======== */

#news {
	
}
#news_list {
	list-style: none;
	margin: 0 0 40px 0;
	width: 600px;
	float: left;
}
	#news_list .post_date, #news_article .post_date {
		font-size: 12px;
		margin: -20px 0 20px 0;
	}
	
	#news_list > li {
		border-bottom: 1px solid #ddd;
		padding-bottom: 40px;
		margin: 0 0 40px 0;
	}
	#news_list li:last-child {
		border-bottom: 0 none;
	}
		#news_list li h2 a {
			border-color: transparent;
		}
		#news_list li h2 a:hover {
			background: #eee;
		}
		
#news #newsletter_box {
	float: right;
	margin: 0 -20px 20px 20px;
	height: auto;
}

#article {
	width: 600px;
}

/* ================ */
/* = CONTACT FORM = */
/* ================ */
#contact #main_content {
	width: 450px;
}

#contact_form {
	float: right;
	width: 262px;
	margin: 0 20px 20px 20px;
	padding: 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3),to(#e3e3e3));
	border: 1px solid #ddd;
}

#contact_form label {
	display: block;
	line-height: 20px;
	padding: 0 0 5px 5px;
}
#contact_form input[type="text"], #contact_form input[type="email"], textarea {
	width: 250px;
	margin: 0 0 15px 0;
}
#contact_form textarea {
	height: 80px;
	resize: vertical;
}

/* ========== */
/* = FOOTER = */
/* ========== */

#footer {
	clear: both;
	position: relative;
	width: 920px;
	margin: 0 auto;
	margin-top: -80px; /* sticky footer, should be 80px but added some extra space */
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee),to(#ddd));
	border: 1px solid #eee;
	border-bottom: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 19px;
	height: 40px;
	color: #666;
}
	#footer p {
		float: left;
	}
	#footer .infusion {
		float: none;
		text-align: right;
	}
  
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }


