/* CSS Document */
/* Generic reuasble sitewide styles and classes */

.floatright {
	float: right;
	}
.floatleft {
	float: left;
	}
.marginleft {
	margin-left: 1.2em;
	}
.marginright {
	margin-right: 1.2em;
	}
.marginbottom {
	margin-bottom: 1.2em;
	}
.margintop{
	margin-top: 1.2em;
	}
.paddingtop {
	padding-top: 1.2em;
	}
.paddingbottom {
	padding-bottom: 1.2em;
	}
.paddingleft {
	padding-left: 1.2em;
	}
.paddingright {
	padding-right: 1.2em;
	}
.clear {
	clear: both;
	}
.clearleft {
	clear: left;
	}
.clearright {
	clear: right;
	}
.error {
	border: 1px solid #CC0000;
	margin: 1em;
	background-color: #FFCCCC;
	padding-left: 2em;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	}
p.error {
	padding: 0.5em;
	padding-left: 2em;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	}
.none {
	display: none;
	}
.block {
	display: block;
	}
.success {
	border: 1px solid #379f23;
	background-color: #d2e3c5;
	padding: 0.5em;
	padding-left: 2em;
	background-image: url(../images/success.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	}
.warning {
	border: 1px solid #f4d230;
	background-color: #f9f0bf;
	padding: 0.5em;
	padding-left: 2em;
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	}
.hand {
	cursor: pointer;
	cursor: hand;
	}
.function {
	color: #0000CC;
	text-decoration: underline;
	}
.thumb {
	padding: 2px;
	border: 1px solid #000;
	}
.fieldset {
	border: 1px solid #959595;
	padding: 1.3em;
	background-color: #FFF;
	margin-bottom: 1em;
	}
.textright {
	text-align: right;
	}
.textleft {
	text-align: left;
	}
.textcenter {
	text-align: center;
	}
.center {
	margin-left: auto;
	margin-right: auto;
	}
.alternate {
	background-color: #f1f5fa;
	}
.clearnone {
	clear: none;
	}
.nomargin {
	margin: 0;
	}
.img {
	margin-bottom: -4px;	
	}
.blackborder {
	padding: 1px;
	border: 1px solid #000;
	}
.grey_border {
	padding: 1px;
	border: 1px solid #aaa;
	}
.grey {
	color: #aaa;
	}
.dark_green {
	background-color: #376023;
	}
/* Tool tips */
img.tip {
	cursor: hand;
	cursor: pointer;
	top: 3px;
	}
	
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 9998;
}
 
.tool-title {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	color: #336699;
	padding: 8px 8px 4px 8px;;
	background-image: url(../images/tip_bg.png);
	background-position: top left;
}
 
.tool-text {
	font-size: 1.1em;
	padding: 4px 8px 8px 8px;
	background-image: url(../images/tip_bg.png);
	background-position: bottom right;
}

.loading {
	background-image: url(../images/ajax-loader.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	

/* Generic form */
form.generic_form {
	
	}
form.generic_form div {
	clear:both;
	margin-bottom: 4px;
	}
form.generic_form label {
	display: block;
	font-weight: bold;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	}
form.generic_form input[type="text"], form.generic_form input.text {
	border: 1px solid #376023;
	width: 160px;
	background-color: #eFeFeF;
	}
form.generic_form input.postcode {
	width: 80px;
	}
form.generic_form input.email {
	width: 300px;
	}
form.generic_form select, form.generic_form textarea {
	border: 1px solid #376023;
	background-color: #eFeFeF;
	}
form.generic_form input[type="submit"] {
	border: 0;
	width: 62px;
	height: 24px;
	color: #fff;
	background-color: #376023;
	background-image: url(../images/green_button_bg.gif);
	background-repeat: no-repeat;
	margin: 0;
	display: block;
	padding: 0;
	cursor: pointer;
	}

em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
html {
	overflow: auto;
	}
html, body {	
}
body {
	background-color: #FFF;
	color: #232323;
	font-size: 62.8%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	}
p, form, table, ul, ol {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 1em;
	}
form p {
	font-size: 1em;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	}
ul,ol {
	margin-left: 2em;
	}
ul ul, ol ol, ol ul, ul ol {
	font-size: 1em;
	}
ol {
	list-style:decimal;
	}
	
blockquote {
	padding: 0em 4em;
	font-size: 1.4em;
	}
blockquote p {
	color: #03347B;
	margin: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
/* Container */	
div#container {
	width: 900px;
	margin: 20px auto 0 auto;
	border: 1px solid #a19d9d;
	background-color: #FFF;
	padding: 10px 0;
	}
	
/* Logo */
a#logo {
	display: block;
	width: 206px;
	height: 78px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFF;
	margin-left: 13px;
	}	
	
/* Navigation */	
body.case_study div#nav {
	min-height: 650px;
	}
div#nav {
	background-color: #FFF;
	width: 218px;
	border-right: 1px dashed #bbb;
	padding: 0px 0 10px 0;
	min-height: 450px;
	float: left;
	}
	
div#nav ul {	
	text-align: right;
	margin: 0 10px 0 13px;
	}
div#nav ul li {
	padding-right: 6px;
	border-bottom: 1px dashed #bbb;
	}
div#nav ul li a {
	text-decoration: none;
	display: block;
	line-height: 26px;
	color: #232323;
	font-weight: bold;
	padding-right: 16px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
div#nav ul li a:hover {
	background-position: right -26px;
	}
	
/* expanding li */
div#nav ul li.expand {
	padding-right: 0;
	.min-height: 26px;
	_height: 26px;
	}
div#nav ul li.expand a {
	background-image: none;
	padding-right: 0;
	margin-right: 0;
	width: 174px;
	_width: 170px;
	margin-bottom: -6px;
	_margin-bottom: 0;
	display: inline-block;
	}
/* span handle */	
div#nav ul li.expand span {
	display: inline-block;
	width: 16px;
	height: 20px;
	background-image: url(../images/expand.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	float: right;
	cursor: hand;
	cursor: pointer;
	margin-left: 4px;
	}
	
/* Sub nav */
div#nav ul li.expand ul {
	margin-bottom: 6px;
	.margin-bottom: 0px;
	_margin-bottom: 0;
	margin-right: 22px;
	padding-bottom: 6px;
	padding-top: 6px;
	clear: both;
	}	
div#nav ul li.expand ul li {
	border-bottom: none;
	margin-right: 0px;
	margin-top: 2px;
	padding-right: 0px;
	background-image: url(../images/subnav_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	_height: 18px;
	line-height: 18px;
	min-height: 18px;
	font-size: 0.9em;
	}
div#nav ul li.expand ul li a {
	line-height: 18px;
	color: #03347B;
	background-image: none;
	padding-right: 0px;
	margin-bottom: 0;
	width: auto;
	margin-right: 16px;
	}
div#nav ul li.expand ul li a:hover {
	text-decoration: underline;
	}
	
/* Nav bubble */
body div.nav_overlay img {
	position: relative;
	top: 11px;
	left: 41px;
	}
	
	
/* Content */
div#content {
	float: right;
	width: 660px;
	min-height: 300px;
	margin-right: 10px;
	_margin-right: 5px;
	text-align: left;
	padding-top: 65px;
	}	
	
/* top info */
div#info {
	text-align: right;
	background-image: url(../images/info_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 22px;
	}
div#info p {
	margin: 0;
	padding: 34px 0 0.5em 0;
	}
	
div#content h1 {
	font-size: 2.5em;
	margin: 0.5em 0 -0.2em 0;
	color: #474747;
	font-weight: bold;
	}
div#content h2 {
	font-size: 1.8em;
	margin: 0 0 -0.6em 0;
	color: #474747;
	line-height: 1.8em;
	_line-height: 1.85em;
	}
div#content h3 {
	font-size: 1.55em;
	margin: 0.5em 0 -0.8em 0;
	color: #474747;
	line-height: 1.4em;
	_line-height: 1.45em;
	}
div#content h2.blue {
	
	}
body div#content ul {
	list-style: circle;
	}
body div#content ul li {
	padding: 1px 0;
	}
div#content a {
	color: #03347B;
	text-decoration: underline;
	}
div#content a:hover {
	text-decoration: none;
	}
	
div#content p {
	margin-left: 0;
	font-size: 1.2em;
	}
div#content hr {
	height: 1px;
	line-height: 1px;
	border: 0;
	background-color: #FFF;
	color: #FFF;
	border-top: 1px dashed #bbb;
	margin: 5px 0;
	}
	
/* Rollover boxes */	
a.rollover_box {
	display: block;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 1px solid #bbb;
	width: 208px;
	height: 130px;
	background-position: top left;
	}
a.rollover_box:hover {
	background-position: left -130px;
	}
a.margin_right	 {
	margin-right: 15px;
	}
a#h_products {
	background-image:url(../images/h_products.jpg);
	}
a#h_case_studies {
	background-image:url(../images/h_case_studies.jpg);
	}	
a#h_design {
	background-image:url(../images/h_design.jpg);
	}
	
	
/* Products page */
a.product_links {
	display: block;
	border: 1px solid #bbb;
	float: left;
	margin-right: 8px;
	}
div#image_viewer {
	float: right;
	width: 352px;
	min-height: 220px;
	_height: 220px;
	margin-left: 15px;
	margin-top: 6px;
	}	
div#edu_image_viewer {
	float: none;
	width: 635px;
	min-height: 220px;
	_height: 220px;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
	}
	
div#full_size {
	height: 220px;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	}
div#edu_image_viewer div#full_size {
	width: 350px;
	float: left;
	}
img.viewer_thumbs {
	border: 1px solid #bbb;
	float: right;
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
div#other_products {
	float: left;
	margin-right: 40px;
	}
div#manufacturers {
	float: left;
	}
/*Products callback */	
body.products form#callback, body.education form#callback, body.library form#callback {
	margin: -0.1em 0 0 0;	
	float: left;
	}
body.products form#callback div, body.education form#callback div, body.library form#callback div {
	clear: both;
	height: 26px;
	}
body.products form#callback h2, body.education form#callback div, body.library form#callback div {
	font-size: 1.4em;
	margin-bottom: -0.1em;
	}
body.products form#callback p, body.education form#callback p, body.library form#callback p {
	font-size: 0.9em;
	}
body.products form#callback input, body.education form#callback input, body.library form#callback input {
	background-color: #f9f9f9;
	border: 1px solid #c6c5c5;
	height: 18px;
	width: 166px;
	float: left;
	margin-left: 4px;
	margin-right: 16px;
	float: left;
	}
body.products form#callback input#cb_submit, body.education form#callback input#cb_submit, body.library form#callback input#cb_submit {
	width: 54px;
	text-align: center;
	height: 20px;
	font-weight: bold;
	}
body.products form#callback label, body.education form#callback label, body.library form#callback label {
	display: block;
	float: left;
	line-height: 20px;
	width: 60px;
	text-align: right;
	}
body.education form#callback label {
	font-weight: normal;
	font-size: 0.7em;
	}
	body.library form#callback label {
	font-weight: normal;
	font-size: 0.7em;
	}
	
	
/* Contact callback */	
body.contact form#callback {
	margin: -0.1em 0 0 0;	
	float: right;
	width: 290px;
	}
body.contact form#callback div {
	clear: both;
	height: 28px;
	}
body.contact form#callback h2 {
	font-size: 1.4em;
	margin-bottom: -0.1em;
	}
body.contact form#callback p {
	font-size: 0.9em;
	}
body.contact form#callback input {
	background-color: #f9f9f9;
	border: 1px solid #c6c5c5;
	height: 18px;
	width: 200px;
	float: left;
	margin-left: 8px;
	margin-right: 0px;
	}
body.contact form#callback input#cb_submit {
	width: 54px;
	text-align: center;
	height: 20px;
	float: right;
	margin-right: 20px;
	font-weight: bold;
	}
body.contact form#callback label {
	display: block;
	float: left;
	line-height: 20px;
	width: 60px;
	text-align: right;
	}	
	
	
	
	
/* Case Study */
div.case_link {
	border: 1px solid #bbb;
	padding: 4px 10px;
	margin-bottom: 14px;
	}
div#flash_header {
	border: 1px solid #bbb;
	}
div#flash_header embed {
	margin-bottom: -3px;
	}
body.case_study div#content h1 {
	margin-bottom: 0.2em; 
	}	
	
div#content_1, div#content_2 {
	width: 212px;
	float: left;
	margin-right: 12px;
	}
div#content_2 {
	border-right: 1px dashed #bbb;
	}
div#content_3 {
	margin-right: 0px;
	float: right;
	width: 211px;
	}
	
/*case study callback */	
body.case_study form#callback {
	margin: 0 0 0 0;	

	}
body.case_study form#callback h2 {
	font-size: 1.4em;
	margin-bottom: -0.1em;
	line-height: 1.1em;
	}
body.case_study form#callback p {
	font-size: 0.9em;
	}
body.case_study form#callback div {
	clear: both;
	height: 25px;
	_height: 26px;
	}
body.case_study form#callback input {
	background-color: #f9f9f9;
	border: 1px solid #c6c5c5;
	height: 18px;
	width: 153px;
	_width: 150px;
	margin-left: 3px;
	margin-right: 11px;
	}
body.case_study form#callback input#cb_submit {
	width: 45px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	padding: 0;
	float: right;
	margin-top: 4px;
	margin-bottom: -4px;
	}
body.case_study form#callback label {
	display: block;
	float: left;
	line-height: 20px;
	text-align: right;
	width: 42px;
	}
	
	
	/*case study callback */	
body.education form#callback_case {
	margin: 0 0 0 0;	

	}
body.education form#callback_case h2 {
	font-size: 1.4em;
	margin-bottom: -0.1em;
	line-height: 1.1em;
	}
body.education form#callback_case p {
	font-size: 0.9em;
	}
body.education form#callback_case div {
	clear: both;
	height: 25px;
	_height: 26px;
	}
body.education form#callback_case input {
	background-color: #f9f9f9;
	border: 1px solid #c6c5c5;
	height: 18px;
	width: 153px;
	_width: 150px;
	margin-left: 3px;
	margin-right: 11px;
	}
body.education form#callback_case input#cb_submit {
	width: 45px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	padding: 0;
	float: right;
	margin-top: 4px;
	margin-bottom: -4px;
	}
body.education form#callback_case label {
	display: block;
	float: left;
	line-height: 20px;
	text-align: right;
	width: 42px;
	}
	
	
	/*case study callback */	
body.education form#bro {
	margin: 0 0 0 0;	

	}
body.education form#bro h2 {
	font-size: 1.4em;
	margin-bottom: -0.1em;
	line-height: 1.1em;
	}
body.education form#bro p {
	font-size: 0.9em;
	}
body.education form#bro div {
	clear: both;
	height: 25px;
	_height: 26px;
	}
body.education form#bro div.longer {
	clear: both;
	height: 70px;	
	}
body.education form#bro input {
	background-color: #f9f9f9;
	border: 1px solid #c6c5c5;
	height: 18px;
	width: 153px;
	_width: 150px;
	margin-left: 3px;
	margin-right: 11px;
	}
	
	body.education form#bro textarea {
	background-color: #f9f9f9;
	border: 1px solid #c6c5c5;
	height: 60px;
	width: 153px;
	_width: 150px;
	margin-left: 3px;
	margin-right: 11px;
	}
	body.education form#bro fieldset {
	float:left; width:370px;
	}
body.education form#bro input#bro_go {
	width: 60px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	padding: 0;
	float: right;
	margin-top: 4px;
	margin-bottom: -4px;
	}
	body.education #callback #edu_go {
	width: 60px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	padding: 0;
	float: right;
	margin-top: 4px;
	margin-bottom: -4px;
	
	}
body.education form#bro label {
	display: block;
	float: left;
	line-height: 20px;
	text-align: right;
	width: 145px;
	}
	body.education #bro fieldset.shorty { width:289px;}
	body.education #bro fieldset.shorty label {
	width:40px;
	margin-left:29px;
	}
	body.education #bro.education {  }
	body.education #callback.education input,body.education #callback.education textarea { width:197px; margin-left:10px; }
	body.education #bro.education input,body.education #bro.education textarea { width:197px; margin-left:10px;margin-top:4px;}
	
	body.library form#bro {
	margin: 0 0 0 0;	

	}
body.library form#bro h2 {
	font-size: 1.4em;
	margin-bottom: -0.1em;
	line-height: 1.1em;
	}
body.library form#bro p {
	font-size: 0.9em;
	}
body.library form#bro div {
	clear: both;
	height: 25px;
	_height: 26px;
	}
body.library form#bro div.longer {
	clear: both;
	height: 70px;	
	}
body.library form#bro input {
	background-color: #f9f9f9;
	border: 1px solid #c6c5c5;
	height: 18px;
	width: 153px;
	_width: 150px;
	margin-left: 3px;
	margin-right: 11px;
	}
	
	body.library form#bro textarea {
	background-color: #f9f9f9;
	border: 1px solid #c6c5c5;
	height: 60px;
	width: 153px;
	_width: 150px;
	margin-left: 3px;
	margin-right: 11px;
	}
	body.library form#bro fieldset {
	float:left; width:370px;
	}
body.library form#bro input#bro_go {
	width: 60px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	padding: 0;
	float: right;
	margin-top: 4px;
	margin-bottom: -4px;
	}
	body.library #callback #edu_go {
	width: 60px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	padding: 0;
	float: right;
	margin-top: 4px;
	margin-bottom: -4px;
	
	}
body.library form#bro label {
	display: block;
	float: left;
	line-height: 20px;
	text-align: right;
	width: 145px;
	}
	
	
	
	body.library #bro fieldset.shorty { width:289px;}
	body.library #bro fieldset.shorty label {
	width:40px;
	margin-left:29px;
	}
	body.library #bro.education {  }
	body.library #callback.education input,body.library #callback.education textarea { width:197px; margin-left:10px; }
	body.library #bro.education input,body.library #bro.education textarea { width:197px; margin-left:10px;margin-top:4px;}

/* Download Case Study link */	
a.dl_cs {
	background-image: url(../images/dl_cs.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 18px;
	}
		
/* Site credit */
p#credit {
	width: 902px;
	margin: 0 auto;
	font-size: 1.1em;
	text-align: right;
	padding: 0.5em 0;
	}	
p#credit a {
	color: #ccc;
	text-decoration: none;
	}
p#credit a:hover {
	text-decoration: underline;
	}
		
/* news*/
div#news {
	float: left;
	width: 436px;
	border-right: 1px solid #CCC;
	padding-right: 18	px;
	}
div#news_archive {
	float: right;
	width: 180px;
	margin-top: 16px;
	padding-left: 20px;
	}
div.step_header { padding:5px 5px 3px 2px; font-size:22px; margin:10px 0 0 0; background:#97ca42; color:#FFF }