@media tty {
 i{content:"\";/*" "*/}} @import 'ie5.css'; /*";}
}/* */

@media all {

/*

COLOURS

Yellow: #FFCA08
Darkest Green: #0E3036
Darker Green: #86979A
Lightest Green: #EDFFEB
Light Green: #B7C8AE
Metal Grey: #535B4E

*/

/* =universals */
* {margin: 0; padding:0;}

.clear {
	clear: both;
}

/* =html */
html {}

/* =body */
body {
	background:#FFFFFF url(../images/interface/bg_background.gif) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535B4E;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

/* =hx */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 1ex 20px 0.5ex 15px;
}

/* =h1 */
h1 {
	font-size: 21px;
	color: #0E3036;
	margin: 10px 10px 10px 15px;
}

/* =h2 */
h2 {
	font-size: 18px;
	color: #0E3036;
}

h2.featureTitle {
	color: #FFCA08;
}

/* =h3 */
h3 {
	font-size: 14px;
}

h3.galleryTitle {
	margin: 10px 18px 0 7px;
	font-size: 11px;
	color: #FFCA08;
}

/* =h4 */

/* =h5 */

/* =p */
p {margin: 10px 20px 2ex 15px; line-height: 2.25ex;}

p.breadcrumb {
	margin: 30px 0 15px 15px;
	width: 570px;
	font-size: 9px;
}

p.intro {
	font-size: 12px;
	margin-bottom: 3ex;
}

p.description {
	font-size: 11px;
	line-height: 2.5ex;
}

p.date {
	font-size: 9px;
	margin-bottom: 0.25ex;
}

p.alignRight {
	margin: 0 20px 0 0;
	float: right;
}

p.galleryError {
	font-size: 10px;
	color: #FFF;
}	

p.caption {
	margin: 10px 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCA08;
}

p.textLink {
	font-size: 9px;
	padding-top: 2ex;
}

p.pagingLink {
	font-size: 9px;
	text-align: center;
	display: inline; 
}

p.brochure {
}

p.footer {
	font-size: 9px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dotted #B7C8AE;
	text-align: center;
}

/* =a */
a {
	color: #535B4E;
	font-weight: bold;
}

a:hover {
	color: #0E3036;
}

/* =ul */
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.mainNav {
	margin: 0 0 30px 0;
}

ul.galleryBounds {
	width: 600px;
	display: block;
	padding: 0 0 12px 12px;
}

ul.showBounds {
	width: 180px;
	height: 260px;
	display: block;
	float: right;
	padding: 46px 5px 0 0;
}

ul.newsBox {
}

ul.siteMap {
	margin: 0 0 0 30px;
}

ul.contact {
	width: 400px;
	padding: 40px 0 0 40px;
}

ul.contact li {	
	color: #FFF;
	height: 27px;
	margin-bottom: 10px;
	position: relative;
}

ul.contact img {
	margin-right: 1em;
}

ul.contact span {
	position: absolute;
	top: 1ex;
}

/* =li */
li {
	margin: 0;
	padding: 0;
}

ul.mainNav li {
	display: block;
	margin:0;
	display: block;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #FFE481 #FFF #B09A2C #FFF;
}

ul.mainNav li a {
	padding: 0.8em 0 0.8em 15px;
	margin:0;
	display: block;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	background: #FFCA08;
}

ul.mainNav li a:hover, ul.mainNav li#active a:hover
{
	color: #FFFFFF;
	background: #535B4E;
	border-color: #B09A2C #FFF #FFE481 #FFF;
}

li.galleryItem {
	float: left;
	width: 150px;
	height: 192px;
	margin: 0;
	padding: 0;
	background-image: url(../images/interface/bg_galleryitem.gif);
	background-repeat: no-repeat;
}

li.galleryItem a {
	width: 150px;
	height: 192px;
	color: #FFF;
	text-decoration: none;
	display: block;
}

li.galleryItem a:hover {
	color: #FFF;
	text-decoration: none;
}

li.showItem {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0 10px 10px 0;
	background-image: url(../images/interface/bg_photoitem.gif);
	background-repeat: no-repeat;
}

li.newsItem {
	margin: 0;
	padding-bottom: 1ex;
	border-top: 1px dotted #B7C8AE;
}

ul.siteMap li {
	margin: 0 0 0 15px;
	list-style-type: square;
	text-transform: uppercase;
	line-height: 2.5ex;
}

ul.siteMap ul li {
	margin: 0 0 0 30px;
	list-style-type: square;
	text-transform: none;
}

/* =form */ 
form {
}

/* =fieldset */
fieldset {
	border: 0;
}

/* =label/labelspan */
label, label span {
	display: block;
	padding-bottom: 2ex;
}

label {
	float: left;
	width: 100%;
}

label span {
	float: left;
	width: 12em;
	text-align: right;
	vertical-align: text-bottom;
	padding: 0.25ex 0.5em 0 0;
	font-weight: bold;
}

/* =input/textarea */
input.searchField {
	width: 135px;
	margin: 15px 15px 10px 15px;
	font-size: 10px;
}

fieldset {
	margin: 0 20px 0 15px;
}

fieldset input, textarea {
	border: 1px solid #B7C8AE;
	background-color: #EDFFEB;
}

fieldset input:hover, textarea:hover {
	border-color: #535B4E;
}

fieldset.narrowFieldBox input {
	width: 50%;
}

fieldset.wideFieldBox input, textarea {
	width: 65%;
}

fieldset input.checkbox {
	width: 2em;
	border: 0;
	background: none;
}

/* =submit */
input.submitSearch {
	float: right;
	margin: 0 20px 0 0;
	padding: 0.25em;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFE481 #B09A2C #B09A2C #FFE481;
	background-color: #FFCA08;
}
	
input.submitGeneral {
	margin-bottom: 3ex;
	padding: 0.25em;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #86979A #0E3036 #0E3036 #86979A;
	background-color: #EDFFEB;
	
}

/* select */
select.quicklinks {
	width: 140px;
	margin: 15px 15px 0 15px;
	font-size: 9px;
}
  
/* =div */
div {
	margin: 0;
	padding: 0;
}

/*INTERFACE IDS*/

div#pageWrapper {
	width: 795px;
	height: 100%;
	margin: 0 auto;
	padding:0;
	text-align:left;
	background-image: url(../images/interface/bg_interface.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
/*	overflow: auto;*/
}

div#navWrapper {
	float: left;
	width: 175px;
	height: 100%;
	color: #000;
	font-weight: bold;
	background:#FFCA08 url(../images/interface/bg_nav.gif) top left repeat-y;
}

div#mainWrapper {
	float: left;
	width: 620px;
	background-image: url(../images/interface/bg_content.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: left;
}

/*NAV DIV IDS*/

div#navLogo {
	height: 125px;
	background-image: url(../images/interface/bg_navlogo.gif);
	background-repeat: no-repeat;
}

div#navLogin {
	height: 40px;
}

div#navAdmin {
	height: 40px;
}
div#navQuicklinks {
	width: 175px;
	height: 50px;
	background:#FFCA08 url(../images/interface/bg_navquicklinks.gif) top left no-repeat;
}



div#navLanguage {
	height: 30px;
	background-image: url(../images/interface/bg_navlanguage.gif);
	background-repeat: no-repeat;
}

div#navSearch {
	width: 175px;
	height: 80px;
	background-image: url(../images/interface/bg_navsearch.gif);
	background-repeat: no-repeat;
}

div#navPhone {
	height: 50px;
	padding: 1ex 0 1ex 0;
	background-image: url(../images/interface/bg_navphone.gif);
	background-repeat: no-repeat;
}

div#navIso {
	height: 225px;
	background-image: url(../images/interface/bg_naviso.gif);
	background-repeat: no-repeat;
}

/*CONTENT DIV IDS*/

div#headerWrapper {
	width: 615px;
	height: 95px;
	background-image: url(../images/interface/bg_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	overflow: auto;
}

div.contentWrapper {
	width: 615px;
}

div.featureWrapper {
	position: relative;
	width: 615px;
	height: 220px;
	color: #FFFFFF;
}

div#instrumentFeatureWrapper {
	background-image: url(../images/interface/bg_instrumentfeature.gif);
	background-repeat: no-repeat;
}

div#newsFeatureWrapper {
	background-image: url(../images/interface/bg_newsfeature.gif);
	background-repeat: no-repeat;
	color: #535B4E;
}

div#casestudyFeatureWrapper {
	background-image: url(../images/interface/bg_casestudyfeature.gif);
	background-repeat: no-repeat;
}

div#galleryWrapper {
	width: 615px;
	background-image: url(../images/interface/bg_gallerytile.gif);
	background-repeat: repeat-y;
}

div#instrumentShowWrapper {
	width: 615px;
	height: 365px;
	background-image: url(../images/interface/bg_instrumentshow.gif);
	background-repeat: no-repeat;
}

div#casestudyShowWrapper {
	width: 615px;
	height: 365px;
	background-image: url(../images/interface/bg_casestudyshow.gif);
	background-repeat: no-repeat;
}

div#mainBounds {
	width: 390px;
	height: 250px;
	margin: 0;
	padding: 55px 0 0 20px;
	float: left;
}

div#insmiddleWrapper {
	width: 615px;
	height: 55px;
	background-image: url(../images/interface/bg_insmiddlewrapper.gif);
	background-repeat: no-repeat;
}

div#casmiddleWrapper {
	width: 615px;
	height: 55px;
	background-image: url(../images/interface/bg_casmiddlewrapper.gif);
	background-repeat: no-repeat;
}

div#instrumentSubnav {
	margin: 0;
	padding: 0;
	float: right;
}

div#detailWrapper ul {
	list-style-type: square;
	margin-left: 45px;
	}

div#formWrapper {
	width: 610px;
}

div#contactFeatureWrapper {
	width: 615px;
	height: 220px;
	background-image: url(../images/interface/bg_contactfeature.gif);
	background-repeat: no-repeat;
}


/*CONTENT DIV CLASSES*/
	
div.narrowFeatureTextBox {
	width: 450px;
	height: 80px;
	padding: 40px 0 0 0;
}

div.wideFeatureTextBox {
	width: 615px;
	padding: 40px 0 0 0;
}

div.paging {
	margin: 5ex 20px 0 15px;
	border-top: 1px dotted #B7C8AE;
	text-align: center;
}

/* =img */

img.featureImage {
	width: 125px;
	height: 125px;
	position: absolute;
	top: 25px;
	right: 20px;
}

img.galleryImage {
	width: 125px;
	height: 125px;
	margin: 8px 0 0 8px;
	border: 0;
}

img.showImage {
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 5px 0 0 5px;
	border: 0;
}

img.buttonTopleft {
	position: absolute;
	top: 0;
	left: 0;
}

img.buttonTopright {
	position: absolute;
	top: 0;
	right: 0;
}

img.buttonBottomleft {
	position: absolute;
	bottom: 0;
	left: 0;
}

img.buttonBottomright {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*ADMIN DIV IDs*/

div#adminPagewrapper {
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: none;
	text-align:left;
}

div#adminNavwrapper {
	width: 98%;
	margin: 0;
	padding: 15px;
	background-color: #FFCA08;
	display: block;
}

div#adminNavwrapper ul {
	
}

div#adminNavwrapper li {
	margin: 0 15px 0 15px;
}

div#adminContentwrapper {
	width: 98%;
	margin: 0;
	padding: 15px;
	background-color: #FFF;
}

/* other classes */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

}