/* Izilla CSS Template v1.3 (30/01/2008) */
/* http://www.izilla.com.au */

/* --------------------------------------------
	Conditional Browser Rules
----------------------------------------------- */

/*
	Usage: Apply each of these "hacks" after the initial incorrect value has been set.

	Child Selector for FF, IE7, Opera, Safari:
		html > body element {rule}
	
	Child Selector + Comment Hack, which IE7 ignores:
		html >/^^/ body element {rule}
	
	Comment Hack to hide from IE5x:
		element {selector/^^/:/^^/ value;}
		
	Target Opera:
		html:first-child element {rule}
	
	Replace ^ with *
*/




/* --------------------------------------------
	Colour Glossary
----------------------------------------------- */

/*
	Swatch - #000000
*/




/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	background: #6bc1f3 url(../images/bg_body.gif) repeat-y center 0;
	color: #2b3135;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

body * {
	font-family: inherit;
	font-size: 100%;
}





/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.align_centre {
	text-align: center !important;
}

.align_justify {
	text-align: justify !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.centre_object {
	display: block;
	margin: 0 auto 1.4em auto;
}

.clear {
	clear: both;
}


div.clear {  /* for clearing divs if overflow doesn't work */
	font-size: 0;
	line-height: 0px;
}

.float_left {
	display: inline;
	float: left;
}

.float_right {
	display: inline;
	float: right;
}

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.float_left_border {
	border: 1px solid #cad5f3;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #cad5f3;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.invisible {
	visibility: hidden;
} 




/* --------------------------------------------
	Specific Classes
----------------------------------------------- */

a.feature_link {
	background: url(../images/bg_feature_link.gif) no-repeat 0 2px;
	padding-left: 14px;
}


/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a {
	color: #3b94c5;
	text-decoration: none;
}

a:hover, a:focus {
	color: #44aaf0;
	text-decoration: underline;
}

a:visited {
}

a img {
	border: none;
}

a.anchor {
	background-color: inherit;
	border: inherit;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-transform: inherit;
	white-space: inherit;
	word-spacing: inherit;
}

a.izilla, a:hover.izilla, a:focus.izilla {
	color: #00814f;
}

a.cognition, a:hover.cognition, a:focus.cognition {
	color: #237eb8;
}

q:before, q:after { 
    content: ""; /* With IE's lack of support, remove quotes on all good browsers. Add them manually in the markup */
}

/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

address {
	font-style: normal;
}

blockquote {
	border-left: 3px solid #376bb9;
	background: #f4f8fb url(../images/bg_blockqoute.gif) no-repeat right top;
	margin-bottom: 1.1em;
	padding: 1em 11px 1px 11px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.1em;
}	

h2 {
	color: #383e42;
	font-size: 155%;
	margin-bottom: 0.7em;
}

h3 {
	font-size: 118.5%;
	margin-bottom: 0.3em;
}

h4 {
	color: #3894c6;
}

hr {
	background-color: #6acbfc;
	border: none;
	color: #6acbfc;
	height: 1px;
	margin: -0.55em 0 0.55em 0;
}

html >/**/ body hr {
	margin-bottom: 1.1em;
	margin-top: 0;
}

p {
	margin-bottom: 1.1em;
}

/* --------------------------------------------
	Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/

/* - Content Lists ------------------------------- */

#wrapper_content ol {
	list-style-type: decimal;
	margin-bottom: 1.1em;
	margin-left: 39px;
}

html >/**/ body #wrapper_content ol {
	margin-left: 34px;
}

#wrapper_content ol.lower_alpha {list-style-type: lower-alpha;}
#wrapper_content ol.upper_alpha {list-style-type: upper-alpha;}
#wrapper_content ol.lower_roman {list-style-type: lower-roman;}
#wrapper_content ol.upper_roman {list-style-type: upper-roman;}

#wrapper_content ol li {
	margin-bottom: 0.5em;
	padding-left: 1px;
}

html >/**/ body #wrapper_content ol li {
	padding-left: 6px;
}

html body #wrapper_content ul ol li {
	background: none;
	padding-left: 1px;
}

html >/**/ body #wrapper_content ul ol li {
	padding-left: 6px;
}

#wrapper_content li ul, #wrapper_content li ol {
	margin-top: 1.1em;
}

#wrapper_content ul {
	list-style-type: none;
	margin-bottom: 1.1em;
	padding-left: 20px;
}

html body #wrapper_content ul li {
	background: url(../images/bg_ul_li.gif) no-repeat 0 3px;
	margin-bottom: 0.5em;
	padding-left: 20px;
}

#wrapper_content ul.list_next_to_image li {
	height: 1%;
	position: relative;
}

html >/**/ body #wrapper_content ul.list_next_to_image li {
	height: auto;
}



/* --------------------------------------------
	Tables
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/


table.data {
	border: none;
	border-collapse: collapse;
	line-height: 1.3em;
	margin: 0 0 1.1em 0;
}

html >/**/ body table.data {
	margin-left: 1px;
}

table.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

table.data td, table.data th {
	border: 1px solid #555;
	padding: 3px 6px;
	vertical-align: top;
}

table.data th {
	background-color: #4e93c2;
	color: #fff;
	font-weight: bold;
	line-height: 130%;
}

table.data tbody th {
	background-color: #71a9ce;
	text-align: left;
}

table.data td {
	background-color: #fff;
}

table.data tr.even td {
	background-color: #f4f4f4;
}


/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      # OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

fieldset {
	border: none;
	clear: both;
	margin-bottom: 1.1em;
}

legend {
	display: none;
}

input.submit {			/* Ensure buttons behave the same across all browsers */
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;	/* Same as content. IE won't inherit the initial value */
	padding: 0 .25em;
    width: 0;  			/* IE width fix */
   	overflow: visible;
}

input.submit[class] {	/* IE ignores [class] (attribute selectors) */
   	width: auto;  		/* Cancel IE width fix for other browsers */
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color: #ffc;
}

textarea {
	font-family: Arial, Helvetica, sans-serif	/* Same as content. IE won't inherit the initial value */
}

option {
	padding-left: 2px;
	padding-right: 1px;
}

fieldset br {
	clear: both;
}

#contact_form {
	overflow: hidden;
	width: 100%;
}

p.note em {
	color: #55ba47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

label {
	display: inline;
	float: left;
	font-weight: bold;
	margin: 6px 15px 0.6em 0;
	position: relative;
	width: 100px;
}

label.padding_left {
	padding-left: 45px;
}
	
input.text, textarea {
	border: 1px solid #809db9;
	display: inline;
	float: left;
	margin-bottom: 0.6em;
	margin-top: 3px;
	padding: 2px;
	width: 213px;
}

label em {
	color: #55ba47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	left: 338px;
	position: absolute;
}

label em.comment_star {
	left: 716px;
}

textarea {
	height: 5em;
	width: 592px;
}

#radio_checks {
	display: inline;
	float: left;
	margin-bottom: 1.1em;
	margin-left: 112px;
	overflow: hidden;
	width: 591px;
}

html >/**/ body #radio_checks {
	margin-left: 114px;
}

#radio_checks input {
	display: inline;
	float: left;
	text-align: left;
}

html >/**/ body #radio_checks input {
	margin-right: 4px;
	margin-top: 4px;
}

#radio_checks label {
	display: inline;
	float: left;
	font-weight: normal;
	margin-right: 11px;
	margin-top: 3px;
	text-align: left;
	width: auto;
}

html >/**/ body #radio_checks label {
	margin-right: 15px;
}

#radio_checks label.last_node {
	margin-right: 0;
}

#radio_checks p {
	margin-bottom: 0.6em;
	margin-top: 0.3em;
}

input.submit {
	background: #509dcb url(../images/bg_input_submit.gif) repeat-x 0 0;
	border: 1px solid;
	border-color: #88bfdc #28678a #28678a #88bfdc;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	margin-left: 115px;
}

input.submit:hover, input.submit:focus {
	border-color: #3994c5;
}

html >/**/ body input.submit {
	margin-left: 113px;
}

.error {
	background: url(../images/bg_error.png) no-repeat 0 0;
	color: #d00;
	font-weight: bold;
	padding-left: 20px;
}


/* --------------------------------------------
	Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/

acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

cite {
	display: block;
	font-style: italic;
	margin-bottom: 1.1em;
	margin-top: -1.1em;
	text-align: right;
}


/* --------------------------------------------
	Specific Sections
----------------------------------------------- */

#wrapper_site {
	background-color: #fff;
	margin: 0 auto;
	padding: 14px 0;
	text-align: left;
	width: 765px;
}

/* --------
	Header
	------- */

#header {
	border-bottom: 1px solid #d5dadc;
	margin-bottom: 14px;
	overflow: hidden;
	width: 100%;
}

#header h1 {
	left: -999em;
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

#header img {
	display: inline;
	float: left;
	margin-bottom: 14px;
	margin-right: 14px;
}

ul#nav_main {
	display: inline;
	float: right;
	font-size: 120.5%;
	list-style-type: none;
	margin-top: 23px;
	position: relative;
}

html >/**/ body ul#nav_main {
	margin-top: 24px;
}

ul#nav_main li {
	display: inline;
	float: left;
}

ul#nav_main li.current {
	margin: 0;
	width: auto;
}


ul#nav_main li a {
	border-left: 1px solid #d5dadc;
	color: #5e5e5e;
	display: inline;
	float: left;
	padding: 8px 12px;
	text-decoration: none; 
	white-space: nowrap;
}

ul#nav_main li a:hover, ul#nav_main li a:focus {
	color: #44aaf0;
}

ul#nav_main li.current a, ul#nav_main li.current a:hover, ul#nav_main li.current a:focus {
	color: #3b94c5;
	font-weight: bold;
}

/* ---------
	Content
	-------- */

#wrapper_content {
	font-size: 110%;
	overflow: hidden; 
	width: 100%;
}

#banner {
	height: 209px;
	overflow: hidden;
	margin-bottom: 14px;
}

#banner h2 {
	background: url(../images/bg_banner_h2.png) no-repeat 0 bottom;
	height: 190px;
	margin-bottom: 0;
	overflow: hidden;
	text-indent: -999em;
}

#wrapper_content h1 {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 22px;
	overflow: hidden;
	text-indent: -999em;
}

#wrapper_content h1#home {
	background-image: url(../images/bg_home_h1.png);
}

#wrapper_content h1#about_us {
	background-image: url(../images/bg_about_us_h1.png);
}

#wrapper_content h1#products {
	background-image: url(../images/bg_products_h1.png);
}

#wrapper_content h1#demos {
	background-image: url(../images/bg_demos_h1.png);
}

#wrapper_content h1#contact_us {
	background-image: url(../images/bg_contact_us_h1.png);
}

#wrapper_content h1#thank_you {
	background-image: url(../images/bg_thank_you_h1.png);
}

#wrapper_content h1#privacy_statement {
	background-image: url(../images/bg_privacy_statement_h1.png);
}

#wrapper_content h1#cognition_features {
	background-image: url(../images/bg_cognition_features_h1.png);
}

#wrapper_content h1#testpoint_features {
	background-image: url(../images/bg_testpoint_features_h1.png);
}

#wrapper_content h1#register_testpoint {
	background-image: url(../images/bg_register_testpoint_h1.png);
}

#wrapper_content h1#login_testpoint {
	background-image: url(../images/bg_login_testpoint_h1.png);
}

#wrapper_inner {
	overflow: hidden;
	width: 100%;
}

#inner_content {
	display: inline;
	float: left;
	margin-right: 14px;
	width: 527px;
}

#buttons {
	display: inline;
	float: left;
	width: 224px;
}

#wrapper_content #buttons ul {
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#wrapper_content #buttons ul li {
	background: none;
	display: inline;
	float: left;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}

#buttons ul li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	overflow: hidden;
	text-indent: -999em;
	width: 100%;
}

#buttons ul li a:hover, #buttons ul li a:focus {
	background-position: 0 -50px;
}

#buttons ul li a#btn_contact_us {
	background-image: url(../images/bg_btn_contact_us.png);
}

#buttons ul li a#btn_case_study {
	background-image: url(../images/bg_btn_case_study.png);
}

#buttons ul li a#btn_testpoint_demo {
	background-image: url(../images/bg_btn_testpoint_demo.png);
}

/* 	----------
	Tab Panel
	---------- */

#wrapper_tab_panel {
	clear: both;
	margin-bottom: 1.1em;
	overflow: hidden;
	width: 100%;
}

#wrapper_content ul#nav_tabs {
	background: url(../images/bg_nav_tabs.gif) no-repeat 0 bottom;
	font-size: 109.5%;
	margin: 0;
	overflow: hidden;
	padding: 0 0 11px 0;
	position: relative;
	width: 100%;
}

#wrapper_content ul#nav_tabs li {
	background: none;
	border-right: 1px solid #6acbfc;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 1px 0;
	position: relative;
	top: 1px;
}

#wrapper_content ul#nav_tabs li#tab_last_node {
	border-right: none;
}

#wrapper_content ul#nav_tabs li.current {
	background: url(../images/bg_nav_tabs_li_current.gif) no-repeat center bottom;
	width: auto;
}

#wrapper_content ul#nav_tabs li#tab_first_node.current {
	background-position: left bottom;
}

#wrapper_content ul#nav_tabs li#tab_last_node.current {
	background-position: right bottom;
}

ul#nav_tabs li a {
	background: url(../images/bg_nav_tabs_a.png) no-repeat center 0;
	color: #5e5e5e;
	display: inline;
	float: left;
	outline: none;
	padding: 8px 12px;
	text-decoration: none; 
	white-space: nowrap;
}

ul#nav_tabs li#tab_first_node a {
	background-position: 0 0;
}

ul#nav_tabs li#tab_last_node a {
	background-position: right 0;
}

ul#nav_tabs li a:hover, ul#nav_tabs li a:focus {
	color: #44aaf0;
}

ul#nav_tabs li.current a, ul#nav_tabs li.current a:hover, ul#nav_tabs li.current a:focus {
	color: #3b94c5;
	font-weight: bold;
}

#tab_panel {
	border: 1px solid #6acbfc;
	border-top: none;
	display: inline;
	float: left;
}

#tab_panel_bottom {
	background: url(../images/bg_tab_panel_bottom.gif) no-repeat 0 bottom;
	display: inline;
	float: left;
	margin: 0 -1px -1px -1px;
	padding: 4px 13px;
	position: relative;
}

.tab_panel {
	height: 1px;
	left: -999px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.tab_panel.current {
	display: inline;
	float: left;
	height: auto;
	left: auto;
	margin-right: 12px;
	position: static;
	width: 515px;
}

#tab_feature {
	display: inline;
	float: left;
	width: 212px;
}

#clients {
	margin-bottom: 1.1em;
}

#cebit {
	color: #561b1b;
}

#cebit img {
	display: inline;
	float: left;
}

#cebit h4 {
	background: url(../images/see_us_at_cebit.gif) no-repeat 0 0;
	display: inline;
	float: left;
	height: 30px;
	margin: 21px 0 0 10px;
	overflow: hidden;
	text-indent: -999em;
	width: 109px;
}

#cebit p {
	clear: both;
	padding-top: 1.1em;
}

#wrapper_contact_details {
	background: url(../images/bg_wrapper_contact_details.png) no-repeat 0 0;
	padding-top: 12px;
	width: 765px;
}

#contact_details {
	background: url(../images/bg_contact_details.png) no-repeat 0 bottom;
	overflow: hidden;
	padding: 1px 13px 13px 13px;
	width: 739px;
}

#contact_details .panel {
	display: inline;
	float: left;
	margin-right: 27px;
	width: 227px;
}

#contact_details p.last_node {
	margin-bottom: 0;
}

#contact_details .last_node {
	margin-right: 0;
}

#footer {
	color: #8d8e8e;
	margin-bottom: -1.1em;
	padding-top: 2.1em;
	text-align: center;
}

#footer span {
	padding-right: 1.1em;
}

#footer a {
	white-space: nowrap;
}