@media screen {

/* Body */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000 !important;
	margin: 0;
	padding: 0;
}

/*************************************************************
*********************  BEGIN HEADER CSS  *********************
*************************************************************/

/* Logo */

#aclogo {
	padding: 10px;
}

/* Slogan */

#slogan {
	float: right;
	text-align: right;
	margin: 1em 1em 0 0;
}

* html #slogan { /* To fix problems in IE */
	float: right;
	text-align: right;
	margin: 1.75em 0.75em 0 0;
}

#slogan h3 {
	color: White;
}

/* Flags */

#flags {
	float: right;
	text-align: right;
	clear: both;
	margin: 0 1em 1em 0;
}

*html #flags { /* To fix problems in IE */
	float: right;
	text-align: right;
	clear: both;
	margin: 0 0.75em 1em 0;
}

/* Banner */

#banner {
	padding: 0;
	margin: 0;
	clear: both;
	border-bottom: 1px Solid #004990;
}

#bannerimages {
	background: url(../images/horizclouds.jpg);
	background-repeat: repeat-x;
}

#bannerimages img, #main img {
	border: 0;
}

/*************************************************************
**********************  END HEADER CSS  **********************
*************************************************************/

/*************************************************************
*****************  BEGIN NAVIGATION BAR CSS  *****************
*************************************************************/

#navbar {
	clear: both;
	background: url(../images/navbarbg.gif);
	background-repeat: repeat-x;
	padding: 0;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.6em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #369;
	color: #fff;
}

/*************************************************************
******************  END NAVIGATION BAR CSS  ******************
*************************************************************/

/*************************************************************
******************  BEGIN MAIN CONTENT CSS  ******************
*************************************************************/

/* Containers */

#container {
	width: 100%;
}

#hpmain {
	background: #fff;
	padding: 25px 0px 20px 10px;
	width: 99%;
}

.bodyprop {
	height: 350px;
	float: right;
	width: 1px;
}

#homemain {
	background: #fff;
	padding: 25px 0px 20px 10px;
	width: 69%;
}

#main {
	background: #fff;
	border-right: 1px Solid #ccc;
	width: 69%;
	padding: 25px 0px 20px 10px;
}

/* Headings */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #004990;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004990;
	font-size: 1.3em;
}

/* Images */

img.link {
	border: 0;
}

.image-left {
	padding: 0px 15px 10px 0px;
	margin: 0px;
}

.image-right {
	padding: 10px 0px 10px 25px;
}

.photo {
	border: 1px Solid #000;
}

/* Alignment */

.leftalign{
	text-align: left;
}

.rightalign {
	text-align: right;
}

.leftfloat {
	float: left;
	padding: 0 10px 0 0;
}

.rightfloat {
	float: right;
	padding: 0 0 0 10px;
}

/* Flash Banner - Home Page */

#advert {
	float: right;
	width: 28%;
	text-align: right;
}

/*************************************************************
*******************  END MAIN CONTENT CSS  *******************
*************************************************************/

/*************************************************************
*********************  BEGIN TABLES CSS  *********************
*************************************************************/

/* General Table Styles */

dt {
	font-weight: bold;
}

/* Airborne Infections Table */

table#killrates {
	border: 1px Solid #ccc;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}

table#killrates th {
	font-size: 1.1em;
}

table#killrates th, table#killrates td {
	text-align: left;
	border-bottom: 1px Solid #ccc;
}

table#killrates td.percentage {
	color: #ff0000;
	vertical-align: top;
}

table#killrates td.percentage .figure {
	font-size: 1.5em;
	font-weight: bold;
}

table#killrates caption {
	color: #ff0000;
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
	text-align: left;
	font-weight: bold;
}

/* Product Specification Table */

table#prodspec {
	border: 1px Solid #ccc;
	border-collapse: collapse;
	width: 99%;
}

table#prodspec th {
	background: #94BADA;
	color: #004990;
	font-weight: bold;
	font-size: 1.3em;
}

table#prodspec td {
	padding-bottom: 10px;
}

table#prodspec .image {
	width: 190px;
}

/* Technical Specification Table */

table#techspec {
	border: 1px Solid #ccc;
	border-collapse: collapse;
	width: 99%;
}

table#techspec th, table#techspec td {
	border: 1px Solid #ccc;
	padding: 5px;
} 

table#techspec th.left {
	text-align: left;
}

table#techspec th.top {
	background: #004990;
	color: #fff;
	font-weight: bold;
}

table#techspec td {
	text-align: center;
}

table#techspec td.noborder {
	border: 0;	
}

/* Contact Us Form Table */

table.form {
	width: 99%;
	border: 1px Solid #ccc;
}

table.form th {
	text-align: left;
	background: #e0e0e0;
	width: 40%;
	vertical-align: top;
}

table.form textarea.small {
	height: 50px;
}
  
table.form textarea.large {
	height: 150px;
}

table.form input.text, table.form textarea {
	width: 99%;
}

#contact {
	float: right;
	width: 28%;
}

#contact h3 {
	background: #94BADA;
	color: #fff;
	font-size: 1.2em;
	padding: 1px;
}

.success {
	color: #006600;
	font-weight: bold;
}

.error, .mandatory {
	color: #ff0000;
	font-weight: bold;
}

.unicodeerror { /* This is to fix the Arial Unicode MS display problem in IE7 */
	font-family: "Lucida Sans Unicode", "Arial Unicode MS";
}

/* Contact Details Table - Footer */

table#contactus {
	font-size: 0.85em;
	width: 100%;
	border-collapse: collapse;
}
  
table#contactus th {
	text-align: left;
	color: #004990;
	padding: 3px;
	border-top: 1px solid #ccc;
}
  
table#contactus td {
	border-top: 1px solid #ccc;
}

/*************************************************************
**********************  END TABLES CSS  **********************
*************************************************************/

/*************************************************************
*********************  BEGIN FOOTER CSS  *********************
*************************************************************/

#footer {
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-top: 1px Solid #999;
	font-size: 0.85em;
}

div#trademark {
	float: right;
}

div#about {
	text-align: left;
	width: 65%;
	float: left;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*************************************************************
**********************  END FOOTER CSS  **********************
*************************************************************/

/*************************************************************
*****************  BEGIN UNACCOUNTED FOR CSS  ****************
*************************************************************/

/* The CSS listed below are 'IDs' and 'Classes', which cannot
 be found, or do not appear to be being used in any of the web 
 pages */ 

#synergylogo {
	clear: both;
	text-align: right;
	width: 50%;
	padding: 5px;
	float: right;
}

#synergylogo img {
	border: 0;
}
    
.references {
	font-size: 0.8em;
}
  
.references li {
	padding: 3px;
}

table#plateresults {
	width: 49%;
	border: 1px Solid #ccc;
	text-align: left;
	border-collapse: collapse;
}

table#plateresults caption {
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
	text-align: left;
	font-weight: bold;
}

table#plateresults caption {
	color: #004990;
}

table#plateresults th, table#plateresults td {
	text-align: center;
	font-size: 0.9em;
}

/*************************************************************
******************  END UNACCOUNTED FOR CSS  *****************
*************************************************************/

}
