body {
	font: normal 12px Arial, sans-serif;
	line-height: 18px;
	background: url(../img/design/bg.gif) repeat-x 0 0;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

div {
	text-align: left;
}

/* BEGIN Layout */

#header {
	width: 870px;
	margin: 10px auto;
}

#navigation {
	width: 870px;
	margin: auto auto;
}

#body {
	width: 885px;
	margin: 8px auto;
	background: url(../img/design/wraprightbg.gif) no-repeat right 0;
}

	#sidebar {
		float: left;
		background: url(../img/design/wrapleftbg.gif) no-repeat 0 0;
		width: 25%;
		/*height: 600px;*/
		zoom: 1;
	}
    
        #sidebar #policy {
            border-top: 0;
            font-size: 120%;
            padding-left: 12px;
        }
        #sidebar #policy a {
            color: #00AEEF;
        }
        #sidebar #policy a:hover {
            color: #7AB3D8;
        }
        
		#nav {
			background: url(../img/design/sidenavbg.gif) no-repeat right 0;
			padding-right: 3px;
		}
	
			.navhead {
				background-color: #ECECEC;
				padding: 6px 6px 10px 12px;
				margin: 1px 0 0 9px;
			}
		
		.sidebar-box {
			margin: 10px 0 10px 9px;
			padding: 6px 10px 10px 12px;
			border-top: 3px solid #F0F0F0;
		}
		
		.sidebar-box p {
			margin: 5px 0;
			font: 0.9em Arial;
		}
		
		#news {
			background-color: #F5F5F5;
			border-bottom: 3px solid #F0F0F0;
			margin: 10px 0 10px 9px;
		}
		
			.newshead {
				background-color: #F5F5F5;
				padding: 6px 10px 10px 12px;
				border-top: 3px solid #F0F0F0;
			}
	
	#content {
		float: right;
		width: 75%;
	}
	
    #content-wrapper {
        padding-right: 10px;
    }
        .highlight {
            background-color: #FCF8C0;
            color: #555;
            padding-top: 10px;
            margin-bottom: 10px;
        }
        
		.imp {
			background: url(../img/design/listbgblue.gif) repeat-y 0 0;
			margin: 14px;
			padding: 14px 20px;
		}
		
		.imp-alt {
			background: url(../img/design/listbggray.gif) repeat-y 0 0;
			margin: 14px;
			padding: 14px 20px;
		}

#footer {
	width: 885px;
	margin: auto auto;
	background: url(../img/design/footleftbg.gif) no-repeat 0 0;
}

#footer2 {
	background: url(../img/design/footrightbg.gif) no-repeat right 0;
}

	#copyright {
		float: left;
		margin: 0 7px 70px 14px !important;
		padding: 0 !important;
		border: 0 !important;
		font: 0.8em Verdana !important;
		background: none !important;
	}
	
	#designer, #developer {
		margin: 0 14px 70px !important;
		padding: 0 !important;
		border: 0 !important;
		float: right;
		font: 0.8em Verdana !important;
		background: none !important;
	}

/* END Layout */

/* BEGIN Styles */

#header h1 {
	font: bold 2.8em Trebuchet MS, sans-serif;
	line-height: 50px;
}
#header h1 a {
	color: #000;
	text-decoration: none;
}
#header img {
	float: right;
	border: 0;
	margin: 0;
	padding: 0;
}
#header a {
	border: 0;
	margin: 0;
	padding: 0;
}

#navigation {
	background-color: #333333;
	color: #9D9D9D;
}

	#navigation a {
		color: #FFFFFF;
		text-decoration: none;
		font: 1.15em Trebuchet MS, sans-serif;
		margin: 9px;
	}
	
#body {
	background-color: #FFFFFF;
}
	
	#sidebar h2 {
		font: 1.4em Trebuchet MS, sans-serif;
		float: left;
	}
	
	#sidebar ul {
		list-style-type: none;
		margin: 0 0 40px 9px;
		padding: 10px 10px;
		background: url(../img/design/navbg.gif) repeat-x 0 0;
	}
	
		#sidebar li {
			padding: 4px 0;
			font: bold 1em Trebuchet MS, sans-serif;
			border-bottom: 1px dotted #CCCCCC;
			background: url(../img/design/arrow.gif) no-repeat right center;
		}
		
		.navlink {
			padding-left: 10px;
			background: url(../img/design/sidebullet.gif) no-repeat 0 center;
		}
		
	#sidebar a {
		text-decoration: none;
		color: #606060;
	}
	
		#news p {
			border-top: 1px dotted #7A7A7A;
			margin: 5px 0;
			padding: 10px 3px;
			font: 0.9em Arial;
		}
		
		#news a {
			color: #7AB3D8;
			font-weight: bold;
		}

	#content h2, h3 {
		font-family: Trebuchet MS, sans-serif;
		font-style: italic;
	}
	
	#content h2 {
		font-size: 1.6em;
		margin: 0 0 5px 14px;
	}
	
	#content p {
		margin: 10px 26px 10px 16px;
		line-height: 1.8em;
	}
	
	#content a {
		color: #00AEEF;
		font-weight: bold;
	}
	
		.imp ul {
			list-style-type: none;
			margin: 10px 0;
		}
		
			.imp li {
				padding: 7px 0 7px 14px;
				border-bottom: 1px dotted #A4C4D8;
				background: url(../img/design/bullet.gif) no-repeat 2px center;
			}
		
		.imp-alt ol {
			margin-left: 20px;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
			.imp-alt li {
				padding: 7px 0;
				border-bottom: 1px dotted #A4C4D8;
			}
		
		.imp .list, .imp-alt .list {
			width: 100%;
		}
		.imp .list td, .imp-alt .list td {
			background: url(../img/design/bullet.gif) no-repeat 2px center;
			padding: 5px;
			padding-left: 14px;
			border-bottom: 1px dotted #A4C4D8;
		}
		.imp .list td.empty, .imp-alt .list td.empty {
			background: none;
		}
    
    #ecologic {
        color: #298A08;
    }
    #ecologic img {
        float: left;
    }
    #ecologic ul {
        margin-left: 150px;
    }
	
#footer p {
	font: 0.9em Verdana;
	text-align: center;
	padding: 14px;
	border-bottom: 1px dashed #DBDBDB;
	margin: 0 10px 10px 10px;
	background: url(../img/design/footbg.gif) repeat-x 0 0;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
		
	#designer a, #copyright a {
		font-weight: bold;
	}
	
	#designer, #designer a {
		color: #0072BC;
	}

/* END Styles */

/* START Classes */

.break {
	clear: both;
}

.wrapper {
	padding: 9px;
}

#newsexpand {
	float: right;
	width: 24px; height: 24px;
	background: url(../img/design/newsexpand.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#navexpand {
	float: right;
	width: 24px; height: 24px;
	background: url(../img/design/navexpand.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

/* END Classes */

/* ADDED */
.clear { clear: both; }

#content a:hover
{
	text-decoration: underline;
}

#feature-list li
{
	background: none;
}
#feature-list a
{
	text-decoration: none;
	/* color: #7AB3D8; */
}
#feature-list img
{
	float: left;
	margin-right: 10px;
}
label
{
	display: block;
	padding: 10px 5px;
	clear: both;
}
label.submit
{
	float: none;
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
}
label span
{
	font-weight: bold;
	float: left;
	width: 100px;
}
label input,
label textarea
{
	float: left;
}

#work-list div,
.img-list
{
	text-align: center;
}
#work-list div p,
.img-list p
{
	font-size: 80%;
}

#content img
{
	padding: 1px;
	border: 1px solid #999;
}
#slideshow {
	height: 200px;
}
#slideshow img {
	border: 0;
	padding: 0;
}

div#prod-tests p
{
	clear: both;
}
div.prod-img
{
	float: left;
	width: 50%;
	text-align: center;
}
div.prod-img p
{
	clear: none;
	font-size: 80%;
}

table
{
	margin: .5em;
}
table a
{
	display: block;
}
table th
{
	font-style: normal;
	text-align: left;
}
td.img
{
	width: 200px;
}

#certifications { height: 315px; margin: 5px 0; border-top: 1px dotted #7A7A7A; }
#certifications div { display: none; }
#certifications div span { display: block; height: 261px; margin-top: 10px; }
#certifications div span img { border: 0; }
#certifications div.first { display: block; }
#certifications a { color: black; }

