/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}


/* LAYOUT STYLES
---------------------------------------------------------------------------------------------------- */
body {
	margin: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #000;
	background-color: #fff;
}

#container {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 60px;
	background: url(../images/logotype_reverse.gif) no-repeat left top;
}

/* IMAGE AREA
---------------------------------------------------------------- */
#image, #caption, #image_strip img {
	border: solid #000;
}

#image {
	height: 340px;
	border-width: 1px 1px 0 1px;
}

#caption {
	height: 20px;
	border-width: 0 1px 1px 1px;
}

.double_image { width: 497px; }

* html .double_image {	/* Tan hack for IE 5.x */
	width: 499px;		/* IE 5.x */
	w\idth: 497px;		/* IE 6.x */
}

#image_strip {
	float: right;
	width: 226px;
}

#image_strip img {
	display: block;		/* fixes 2px baseline error in IE */
	border-width: 1px;

}

.middle {
	margin: 10px 0;
	display: block;
}


/* CONTENT AREA
---------------------------------------------------------------- */
#content_box {
	width: 740px;
	height: 1%;
	margin: 15px 0;
}

#content_box:after {		/* Forces content to enlcose floats in Mozilla / NN) */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* COL STYLES
---------------------------------------------------------------- */
.col {
	float: left;
	width: 226px;  		/* + 15px padding = total width of 241px */
	border: dashed #000;
}

.left {
	padding: 0 15px 0 0;
	border-width: 0 1px 0 0;
}

.right {
	padding: 0 0 0 15px;
	border-width: 0 0 0 1px;
}

* html .left, .right {	/* Tan hack for IE 5.x */
	width: 242px;		/* IE 5.x */
	w\idth: 226px;		/* IE 6.x */
}

.centre {
	padding: 0 10px;
	border-width: 0;
}

* html .centre {		/* Tan hack for IE 5.x */
	width: 256px;		/* IE 5.x */
	w\idth: 226px;		/* IE 6.x */
}

.double { 
	width: 483px;  /* 483 */
	border-width: 0;
}

* html .double {		/* Tan hack for IE 5.x */
	width: 496px;		/* IE 5.x */
	w\idth: 483px;		/* IE 6.x */
}

/* FOOTER
---------------------------------------------------------------- */
#footer {
	clear: both;
	border: solid #000;
	border-width: 1px 0 0 0;
}


/* PRIMARY NAVIGATION
---------------------------------------------------------------------------------------------------- */
#navbar {
	margin: 0 0 10px 0;
	padding: 0;
	border: solid #000;
	border-width: 1px;
	text-align: center;
	height: 1%;
}

#navbar ul li a {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	text-align: center;
}

#navbar li {
	display: inline;
	margin: 0 0 0 -4px;
}

#navbar a { 
	margin:  0;
	padding: 3px 12px; /* no line break at IE text size: Larger */
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 28px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

#navbar a:link { color: #000;  }
#navbar a:visited { color: #666;}
#navbar a:hover { color: #f00; }
#navbar a:active { color: #f00; }

#navbar #current a { color: #f90; text-decoration: underline; }

#navbar .first a { border-left: none; margin-left: 1px;}
#navbar .last a { border-right: none; margin-right: 1px;}

#navbar .first_current a { border-left: 1px solid #333; }
#navbar .last_current a { border-right: 1px solid #fff; }


/* LINK STYLES
---------------------------------------------------------------------------------------------------- */
a { text-decoration: none;
	color: #FF9900; 
}



/* TEXT STYLES
---------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4 { 
	margin: 0; /* must be matched by sifr decoy styles to work */
}

h1 { font-size: 16pt; }

h2 { font-size: 14pt; }

h3 { font-size: 12pt; }

h4 { font-size: 10pt; }

p, label, legend {
	font-size: 10pt;
	line-height: 140%;
}

#caption p {
	font-size: 9pt;
	line-height: 15px;
	margin: 0 10px;
}

#footer p {
	margin: 0;
}

em { font-size: 1.1em; }


/* LIST STYLES
---------------------------------------------------------------------------------------------------- */
#content_box ul {
	margin: 10px;
	padding: 0;
}


#content_box li {
	margin: 0;
	padding: 6px 10px;
	font-size: 9pt;
}
 


/* IMAGE HANDLING
---------------------------------------------------------------------------------------------------- */
.thumbnail {
	float: left;
	margin: 8px;
	border: solid #000;
	border-width: 0 1px 1px 0;
}


/* FORM
---------------------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	float: left;
	width: 210px;
	height: 390px;
	padding: 15px;
	margin: 0;
	color: #000;
	border: solid #000;
}

* html fieldset {	/* Tan hack for IE 5.x */
	height: 412px;		/* IE 5.x */
	width: 241px;
	heig\ht: 390px;		/* IE 6.x */
	w\idth: 210px;
}

#first_set {
	border-width: 1px 0 1px 1px; 
}

#second_set {
	border-width: 1px 1px 1px 0;
}

fieldset div {
	margin: 10px 0;
}

				
label {
	margin: 0 0 2px 0;
	display: block;
}



input, textarea { 
	width: 200px; 
}

.button {
	width: 100px;
	margin: 0;
}

#enquiry {
	height: 305px;
}


