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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: bottom;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p.print_only {
	display: none;
}

/*********************************************************************************************************************/
table#header  td img {
	vertical-align: bottom;
}
/*********************************************************************************************************************/

body {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #eee;
	background-image: url(support/tree_bk.png);
	background-repeat: repeat-y;
}

p, li, td, th, dd {
	line-height: 150%;
}

p em {
	font-weight: bold;
	color: #ffa200;
}

hr {
	clear: both;
}

/*********************************************************************************************************************/

p.left {
	float: left;
}

p.right {
	float: right;
}

div#content p.centre {
	text-align: center;
}

table.dealers td.align_bottom {
	vertical-align: bottom;
}

ul.sections {
	padding-left: 35px;
	padding-bottom: 1ex;
	font-size: 120%;
	font-weight: bold;
}
ul.sections > li {
	display: inline;
	padding: 0;
	padding-right: 3em;
}
ul.sections a {
	text-decoration: none;
	color: #ccc;
}
ul.sections a:hover {
	border-bottom: 2px solid #ffa200;
}
ul.sections a.current {
	color: #ffa200;
}

/*********************************************************************************************************************/

div#menu {
/* 	position: fixed;
	left: 0px;
	top: 80px;
 */
	float: left;
	overflow: hidden;
	width: 265px;
	padding: 5px 0px;
	height: 800px;
}
div#menu a {
	text-decoration: none;
	color: #444;
}
div#menu a.current {
	color: #000;
	font-weight: bold;
}
div#menu a.current:hover {
	color: #000;
	font-weight: bold;
}
div#menu a:hover {
	color: #000;
}

/*********************************************************************************************************************/

p.prevnext {
	float: right;
	padding-right: 20px;
}

/*********************************************************************************************************************/

div#navbar p.breadcrumbs > a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
p.breadcrumbs > span.current {
	color: #ffa200;
	font-weight: bold;
}

div#navbar p.breadcrumbs > a:hover,  div#navbar p.prevnext > a:hover {
	color: #ffa200;
}

/*********************************************************************************************************************/

div#body {
	padding: 10px 2em;
	margin-top: 0;
	xxxmargin-left: 265px;
	padding-left: 35px;
	overflow: hidden;
	background-color: white;
	background-image: url(support/horz_grad.png);
	background-repeat: repeat-y;
	min-height: 800px;
}

div#body a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div#body a:hover {
	color: #ffa200;
}

div#navbar {
	overflow: hidden;
	margin-bottom: 3ex;
}
div#navbar p {
	margin: 0;
	padding: 0;
	line-height: 150%;
}
form.search {
	float: right;
	margin-right: 20px;
}
p.expandall {
	float: right;
	padding-right: 20px;
	padding-top: 5px;
	color: #444;
}
p.expandall:hover {
	color: #000;
	cursor: pointer
}

/*********************************************************************************************************************/

div#content {
	margin-bottom: 32px;
	max-width: 820px;

}

div#content p {
	padding-bottom: 2ex;
}
/*********************************************************************************************************************/

div#content table.product, table.specs {
	color: black;
	padding: 0;
	margin: 0;
}

table.product th, table.specs th {
	color: black;
	font-weight: bold;
}

table.product td, table.product th, table.specs td, table.specs th  {
	border: none;
	border-right: 1px solid white;
	border-bottom: 1px solid #e4eeff;
	vertical-align: middle;
}

table.product th, table.product td, table.specs th, table.specs td {
	margin: 0;
	padding: 0.75ex 1em;
}

table.product em, table.specs em {
	font-weight: bold;
	font-style: italic;
}

/* Product table colours */

table.product th {
	background: #fff;
}
table.product tr.odd {
	background: #fff;
}
table.product tr.even {
	background: #fff;
}

/* Specs table colours */

div.product table.specs th, div.product table.product th {
	border-bottom: 1px solid #0058e4;
	background: #e4eeff;
}

table.specs th {
	background: #fff;
}
table.specs tr.odd {
	background: #fff;
}

table.specs tr.even {
	background: #fff;
}

/*********************************************************************************************************************/

div.news {
	font-size: 90%;
	float: left;
	width: 235px;
	padding: 5px 15px;
/* 	line-height: 150%; */
}

div.news h3 {
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 1ex;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2ex;
}
div.news p {
	margin-top: 1ex;
}
div.news p.body {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1ex;
	margin-bottom: 2ex;
}
div.news p.title em {
	color: #333;
}
div#menu > div.news > p.body > a {
	font-weight: bold;
}
div#menu > div.news > p.body > a:hover {
	color: #ffa200;
}

/*********************************************************************************************************************/

table.dealers em {
	font-weight: bold;
}

table.dealers td,  table.dealers th {
	vertical-align: top;
	padding: 2ex 2em 2ex 0;
}

/*********************************************************************************************************************/

/* #body ul {
 	text-align: justify;
	list-style-image: url(support/bullet2.png);
	padding: 0 2ex 2ex 4em;
	line-height: 150%;
}

 */
div#content ul {
	clear: left;
 	max-width: 760px;
 	text-align: left;
	list-style-image: url(support/bullet2.png);
	padding: 2ex 2ex 2ex 20px;
}

div#content p {
	max-width: 800px;
	text-align: justify;
}
p.product, ul li {
	text-align: justify;
	padding-bottom: 1ex;
}
ul.product > li {
	text-align: left;
}

div#content p.fineprint {
	clear: left;
	font-size: 100%;
 	max-width: 780px;
 	color: black;
	background: #ffffdd;
	padding: 1ex 1em;
	border: 1px solid #cccc34;
	margin-bottom: 3ex;
}

h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0058e4;
	padding-bottom: 1ex;
	font-weight: normal;
}

h2 {
	font-size: 200%;
}
div#content h2 {
	clear: both;
	margin-top: 2ex;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

sub {
	font-size: 80%;
	vertical-align: sub;
}

sup {
	font-size: 80%;
	vertical-align: top;
}

small {
	font-size: 80%;
}

span.brand {
	font-weight: bold;
	color: #222;
	font-style: italic;
}

th.left, td.left {
	text-align: left;
}
th.right, td.right {
	text-align: right;
}
th.center, td.center {
	text-align: center;
}

table.summary {
	margin-left: 265px;
	background-color: #666;
	color: white;
	font-size: 80%;
	width: 820px;
}

table.summary td {
	xxxwidth: 20em;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-top: 2px solid #777;
	border-left: 1px solid #777;
	padding: 1ex 1em;
	line-height: 175%;
	vertical-align: top;
}
table.summary td.legal {
	width: 100%;
	color: #ccc;
	padding: 0 0 0 24px;
}
table.summary a:hover {
	color: #ffa200;
}

table.summary a {
	color: white;
	text-decoration: none;
}

div.summary {
	background-color: #666;
	background-image: url(support/tree_bk.png);
	background-repeat: repeat-y;
}

td.debug {
	background-image: url(support/title_bar.png);
	background-repeat: repeat-y;
	font-size: 10px;
	vertical-align: middle;
	color: #333;
	padding: 0;
	margin: 0;
	text-align: right;
	padding-right: 2em;
}

/*********************************************************************************************************************/

div.contactus div.left {
	float: left;
	margin-right: 5em;
}

span.width3 {
	width: 3em;
	display: inline-block;
}

span.width12 {
	width: 12em;
	display: inline-block;
}
span.width8 {
	width: 8em;
	display: inline-block;
}

div.contactus h3 {
	clear: both;
	padding-top: 4ex;
}

div.contactus p {
	margin-bottom: 1ex;
}

div.contactus a {
	color: #333;
	text-decoration: none;
}

div.contactus a:hover {
	color: #ffa200;
}

div.vision {
	width: 600px;
}

div.vision h2 {
	text-align: justify;
}

div.vision p {
	text-align: justify;
/* 	margin-bottom: 3ex;
 */}

div#content  p.box {
	border: 1px solid  #9ec3ff;
	padding: 2ex 1em;
	margin-top: 4ex;
	color: #0058e4;
	background: #e4eeff;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
	margin-bottom: 1ex;
}

table.series2 td {
	vertical-align: top;
	text-align: center;
	width: 240px;
}

table.series {
	margin-top: 6ex;
}

table.series h2 {
	text-align: left;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}

table.series th, table.series td {
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #ccc;
	width: 132px;
	padding: 0.5ex 0 1ex 0;
}
table.series th {
	width: 20em;
	text-align: left;
	vertical-align: bottom;
}

table.series td {
	vertical-align: bottom;
	text-align: center;
}

div#content table.series2 td > p {
	text-align: center;
}

div.myths hr {
	margin-bottom: 3ex;
}

div.myths p.title {
	float:left;
	width: 5em;
	color: #0058e4;
	font-weight: bold;
}

div.myths p em {
	font-weight: bold;
	font-style: italic;
}

div.myths p.myth, div.myths p.fact {
	margin-left: 6em;
}

div.myths ul {
	margin-left: 8em;
	list-style-image: url(support/bullet2.png);
	margin-bottom: 2ex;
}

div.myths ul li {
	margin-bottom: 2ex;
}

div#content p.compress_step {
	float: left;
	width: 200px;
	text-align: center;
	margin-right: 20px;
}

p.compress_step em {
	color: green;
	font-weight: bold;
}


.glossary dt {
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
	color: #0058e4;
	padding-bottom: 0.5ex;
	float: left;
}

.glossary dd {
	margin-top: 0;
	padding-top: 0;
	margin-left: 8em;
	padding-bottom: 3ex;
	padding-left: 2em;
}

.glossary p {
	float: right;
}

p.todo {
	font-weight: bold;
	color: red;
	background: #ffdfdf;
	border: 1px solid red;
	text-align: center;
	padding: 1ex 2em;
	margin: 0;
}

table.address td {
	padding-bottom: 5ex;
	width: 18em;
	vertical-align: top;
}
table.address td small {
	line-height: 100%;
}
div#content p.buttons {
	max-width: 850px;
	text-align: left;
}

div#content p.expand, div#content p.collapse {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 24px;
	cursor: pointer;
	font-weight: bold;
	height: 21px;
	padding-top: 2px;
	margin-top: 2ex;
}
div.model_table > p.collapse {
	background-image: url(support/big_minus2.png);
}
div.model_table > p.expand {
	background-image: url(support/big_plus2.png);
}
div.model_table, div.spec_table {
	border-left: 3px solid #ffa200;
	margin: 0;
	margin-bottom: 3ex;
	padding: 0;
}

table.summary td.collapse, table.summary td.expand {
	background-repeat: no-repeat;
	background-position: 6px 4px;
	margin: 0;
	padding: 0;
	padding-left: 24px;
	cursor: pointer;
}

table.summary td.collapse {
	background-image: url(support/small_minus.png);
}
table.summary td.expand {
	background-image: url(support/small_plus.png);
}

p.left2 {
	margin-left: 2em;
}

table.dealer_legend {
	padding-top: 40px;
	padding-left: 60px;
}

table.dealer_legend td {
	vertical-align: middle;
	padding-right: 16px;
	padding-bottom: 12px;
}

div#content > table.intro {
	width: 800px;
}

table.availability tr.level1 td{
	background: #ffbe4a;
	font-weight: bold;
}
table.availability td.level1 {
	padding-left: 1em;
}
table.availability tr.level1 > a {
	text-align: right;
}
table.availability tr.level2 td{
	background: #ffe7bd;
	font-weight: bold;
}
table.availability td.level2 {
	padding-left: 2em;
}
table.availability tr.level3 td{
}
table.availability td.level3 {
	padding-left: 3em;
}

table.availability span.stock_none {
	color: red;
}

table.availability span.stock_call {
	color: darkred;
	font-style: italic;
}
table.availability span.stock_low {
	color: black;
}

table.availability span.stock_good {
	color: green;
}
table.availability tr.b2t td{
	padding-top: 3ex;
	padding-bottom: 3ex;
}

table.pro_comparison th {
	font-size: 125%;
	font-weight: bold;
	color: #0058e4;
}
table.pro_comparison td {
	width: 20em;
	padding-right: 4em;
	vertical-align: top;
}
table.pro_comparison li {
	text-align: left;
}

/*
table.summary {
	display: none;
}
table#header {
	display: none;
}
p.print_only {
	display: block;
}
p.print_only, p.print_only img {
	padding: 0;
	margin: 0;
}
div#navbar > form {
	display: none;
}


 */
div.partners p {
	margin-top: 3ex;
}

#content table.event {
	width: 800px;
}

#content  td.event {
	vertical-align: top;
	padding-right: 2em;
}

#content  td.event p {
	padding: 0;
	margin: 0;
	background: white;
	border: 2px solid #ffa200;
	text-align: center;
	margin-bottom: 10px;
}
#content  td.event p em {
	font-size: 150%;
}
#content  td.event p img {
	margin: 10px;
}
#content  table.event p.speaker img {
	float: left;
	margin-right: 10px;
}
