

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #333;
	text-align:left;		/* Make edit posts align left correctly with tinymce-advanced - was center */
	}

#page {
	background-color: white;
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #333333;
	text-decoration: none;
	}

a:hover {
	color: #34563A;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 100%;
	}

.narrowcolumn {
	float: right;
	padding: 0 45px 20px 0px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px;
	margin: 0px;
	width: 190px;					/* SET THE SIDEBAR WIDTH*/
}



#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */










/* OUR SPECIAL CSS */
.z_header_div_header2_img {
	margin: 0;
	width: 906px;
	height: 90px;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.z_header_div_header3_img {
	margin: 0;
	width: 906px;
	height: 44px;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.z_header_div_header4_img {
	margin: 0;
	width: 906px;
	height: 276px;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}


/* Main left area of page (excluding sidebar) */
#content {
	height: auto;
	border-top-style: none;
	width: 740px;					/* MAIN PAGE AREA WIDTH (excluding sidebar)*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/* For sidebar positioning see #sidebar earlier in doc */



/* Post titles */
h2, h2 a, h2 a:visited {
	font-variant: small-caps;
	color: #236734;
	font-weight: bold;
	font-size: 18px;
}
h2 a:hover  {
	color: #BA2DBD;
}
/* Post titles also (in archive view) */
h3, h3 a, h3 a:visited {
	font-variant: small-caps;
	color: #994D9D;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}
h3 a:hover  {
	color: #BA2DBD;
}


#sidebar li, #sidebar li a {
	color: #FD7100;
}
#sidebar li a:hover {
	color: #EA6900;
}

/* Select category in archive pages */
.archive_cat_list li {
	padding-left: 16px;
	color: #06C;
	list-style-type: disc;
	list-style-position: inside;
}
.archive_cat_list ul {
	color: #06C;
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}




/* Titles in sidebar */
#sidebar h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 1.4em;
	font-variant: small-caps;
	letter-spacing: 0.2em;
}

/* Getting right font in editor */
p {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333;
	/* margin: 0px; */
	}

/* make link in general text same colour but underlined */
p a {
	color: #333;
	text-decoration: underline;	
	}

/* Titles within posts */
h4, h4 a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #236734;
	font-size: 1.2em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Sub titles within posts */
h5, h5 a {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #236734;
	font-size: 0.9em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Code Text */
code {
	font: 1.0em 'Courier New', Courier, Fixed;
}
pre {
	background-color:#FDFDFD;
	font: 1.0em 'Courier New', Courier, Fixed;
	overflow:hidden;
	line-height:1em;
	width: 640px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	text-align: left;
}
pre:hover{
	overflow:auto;
}

/* Individual post page - post data after post */
.entry .postmetadata{
	margin-top: 50px;
	border: 1px solid #999999;
	padding: 3px;
}

/* Title of make a comment area under posts */
#respond h3 {
	color: #0097D9;
	font-size: 1.2em;
}
/* Title of comments made area under posts */
#havecomments h3 {
	color: #0097D9;
	font-size: 1.0em;
}
/* Breadcrumb trail at top of page */
.the_breadcrumb, .the_breadcrumb a {
	clear: both;
	text-align: left;
	color: #FD7100;
	font-size: 1.0em;
}

/* Evernote more links */
.more-link {
	color: #330000;
}

.edit_entry_page_top {
	float: right;
}



/* HEADER */
.z_page_background {		/* The complete page background */
	background: #FFFFFF;
	width: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align:center;		/* Make edit posts align left correctly */
}
.z_page_container {		/* Our container for the site content */
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.z_header_div {		/* Overall header section wrapper */
	margin: 0px;
	width: 100%;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #86BD40;
}
.z_header_logo {
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	width: 223px;
	height: 81px;
}
.z_header_top_right {		/* Area above the join our newsletter (banner goes inside) */
	float: right;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 60px;
}
.z_header_banner {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 390px;
	height: 50px;
}
.z_header_strap_line {
	float: left;
	clear: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #006600;
}
.z_header_join_our_mailing_list {
	float: right;
	clear: right;
	width: 280px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.z_header_under_join_our_mailing_list {
	float: right;
	clear: right;
	width: 20px;
	height: 20px;
	margin: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #86BD40;
}
.z_breadcrumb_bar, .z_breadcrumb_bar a {		/* Just under the header section */
	width: 100%;
	overflow: hidden;
	height: 10px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #86BD40;
}

.z_breadcrumb_bar_text, .z_breadcrumb_bar_text a {		/* Just under the header section */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	border-style: none;
	color: #999999;
}
.z_breadcrumb_bar_text a:hover {
	color: #666666;
	text-decoration: none;
}



/* SIDEBAR */
.z_sidebar_top_title {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	width: 190px;
	height: 26px;
	background-image: url(/images/sidebar_top_title.png);
	text-align: left;
}
.z_sidebar_top_background {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	width: 190px;
	background-image: url(/images/sidebar_top_background.png);
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.z_sidebar_general_title_under_top {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	width: 190px;
	height: 30px;
	background-image: url(/images/sidebar_general_title_under_top.png);
	text-align: left;
}
.z_sidebar_general_background {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	width: 190px;
	background-image: url(/images/sidebar_general_background.png);
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.z_sidebar_general_title {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	width: 190px;
	height: 30px;
	background-image: url(/images/sidebar_general_title.png);
	text-align: left;
}

.z_sidebar_title_text_projects {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.z_sidebar_title_text_general {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.z_sidebar_search_text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* SIDEBAR - CATEGORIES */
#z_category_links .cat-item ul li {		/* Remove the dots */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#z_category_links .children ul {		/* Remove the dots */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#z_category_links .cat-item {		/* Needed to stop space between lines */
	line-height: normal;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#z_category_links .cat-item a {
	color: #236734;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	width: 184px;
	display: block;
}
#z_category_links .cat-item a:hover {
	color: #34563A;
	text-decoration: none;
}

/* SIDEBAR - PAGES */
#z_pages_links .page_item ul li {		/* Remove the dots */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#z_pages_links .page_item {		/* Needed to stop space between lines */
	line-height: normal;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#z_pages_links .page_item a {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	width: 184px;
	display: block;
}
#z_pages_links .page_item a:hover {
	color: #003300;
	text-decoration: none;
}
.z_end_of_sidebar_page_space {
	height: 10px;
}


/* CATEGORIES ARCHIVE PAGES */
.z_categories_title {			/* Don't think this is used */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.z_categories_box {			/* Total width space 185 = 4 across page */
	margin: 20px;
	float: left;
	height: 165px;
	width: 145px;
}
.z_categories_box_top {
	margin: 0;
	padding: 0;
	width: 144px;
	height: 110px;
	background-image: url(/images/categories/categories_box_top_general.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.z_categories_box_text_area {
	margin: 0;
	padding: 0;
	width: 140px;
	height: 28px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	text-align: center;
	vertical-align: middle;
}

.z_categories_box_text, .z_categories_box_text a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.z_categories_box a:hover {
	text-decoration: none;
}
.z_categories_box_bottom {
	margin: 0;
	padding: 0;
	width: 144px;
	height: 6px;
	background-image: url(/images/categories/categories_box_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/* PRODUCTS LIST BOX */
.z_products_list_box_wrapper {
	height: 144px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
.z_products_list_box {

}
.z_products_list_box_left {
	float: left;
	margin: 0;
	padding: 0;
	width: 6px;
	height: 144px;
	background-image: url(/images/products/products_list_box_left.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.z_products_list_box_centre_container {
	float: left;
	margin: 0;
	padding: 0;
	width: 716px;
	height: 140px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
	vertical-align: middle;
}
.z_products_list_box_image {
	float: left;
	width: 132px;
	height: 140px;
}

.z_products_list_box_products_text, .z_products_list_box_products_text a {
	font-size: 14px;
	font-weight: bold;
	color: #236734;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 158px;
}
.z_products_list_box_right {
	float: left;
	margin: 0;
	padding: 0;
	width: 6px;
	height: 144px;
	background-image: url(/images/products/products_list_box_right.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.z_products_list_box_wrapper a:hover {
	text-decoration: none;
}





/* PRODUCT PICTURE BOX */
.z_product_image_box_left {
	float: left;
	margin: 0;
	padding: 0;
	width: 6px;
	height: 144px;
	background-image: url(/images/products/product_image_box_left.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.z_product_image_box_centre_container {
	float: left;
	margin: 0;
	padding: 0;
	width: 132px;
	height: 140px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
	vertical-align: middle;
}
.z_product_image_box_image {
	float: left;
	width: 132px;
	height: 140px;
}
.z_product_image_box_right {
	float: left;
	margin: 0;
	padding: 0;
	width: 6px;
	height: 144px;
	background-image: url(/images/products/products_list_box_right.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/* PRODUCT PAGE */
.z_product_page {
}
.z_product_page_order_now {
	background-image: url(/images/order_now_graphic.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 37px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.z_product_page_container {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #86BD40;
	width 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.z_product_page_title_area_container {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#z_product_page h2 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #236734;
	text-decoration: none;
	font-variant: normal;
}
.z_products_section_image {
	width: 166px;
	height: 24px;
	margin: 0px;
	padding: 0px;
}
.z_product_page_general_section_content {	/* The area between section headings (creates the left border line)*/
	width: 726px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #86BD40;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



.z_product_page_order_new_prev_cust_pre_space {
	width: 100%;
	height: 10px;
}
.z_product_page_order_new_prev_cust_container {
	background-color: #D3E5B7;
	width: 700px;
	border: 1px solid #003300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}
.z_product_page_order_title {
	font-size: 14px;
	font-weight: bold;
	color: #236734;
	margin: 0px;
}
.z_product_page_order_option_container {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.z_product_page_order_button, .z_product_page_order_button a {
	float: left;
	color: #003300;
	background-color: #FFCC33;
	margin: 0px;
	padding: 0px;
	border: 1px solid #003300;
	height: 18px;
	width: 110px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.z_product_page_order_button a:hover {
	text-decoration: none;
}
.z_product_page_order_button_description {
	margin-left: 116px;
	font-weight: bold;
}
.z_product_page_order_convert_currency, .z_product_page_order_convert_currency a {
	font-size: 10px;
	font-weight: normal;
	color: #006633;
}

.z_product_page_order_convert_currency a:hover {
	text-decoration: underline;
}










/* SPECIAL AREAS */
.quickdriver_box {
	border: 1px solid #000000;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 6px;
	width: 700px;
}
.quickdriver_box_title {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #660000;
}
.quickdriver_box_text {
	padding: 0px;
	margin: 0px;
}
.code_function_title {
	color: #006600;

}
.code_function_definition {
	font-family: "Courier New", Courier, monospace;

}
.IndexStrapLine {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #236734;
}









.z_footer_bar_pre_space {
	clear: both;
	width: 100%;
	height: 10px;
}
.z_footer_bar {
	clear: both;
	width: 100%;
	height: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #86BD40;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #86BD40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	text-align: center;
}
.z_footer_container_left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.z_footer_container_right {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.z_footer_wordpress_link, .z_footer_wordpress_link a {
	font-weight: normal;
	color: #DDDDDD;
	border-style: none;
	text-decoration: none;
}
.z_footer_login_link, .z_footer_login_link a {
	font-weight: normal;
	color: #DDDDDD;
	border-style: none;
	text-decoration: none;
}
.z_footer_text {
	font-weight: bold;
	color: #999999;
	border-style: none;
	margin: 0px;
	padding: 0px;
}


/* HELPERS */
.img_no_margin_no_padding {
	margin: 0px;
	padding: 0px;
}
.z_clear_both {
	clear: both;
}
/*color: #236734; GREEEN CATEGORIES LIST */
/*color: #34563A; GREEEN DARK */
	
