/* 
		Metrix Reloaded

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html { font-size: 100% }
body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 67%;
	line-height: 1.3em;
	color: #7C7C7D;
	text-align: center;
	background: #3C8A2E url('background.jpg') no-repeat;
}

table, img, form, input, textarea, select, radio {
	margin: 0px;
	border: 0px;
}
table, td, form, input, textarea, select {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #7C7C7D;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Clearing floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clear {
	clear: both;
	height: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Accessibility & SEO
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.accessibility {
	display: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Typography
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 2.1em;
	line-height: 1.1em;
	font-weight: normal;
	color: #3F8C2B;
	}
h2 {
	margin: 5px 0 8px 0;
	padding: 0;
	font-size: 1.3em;
	color: #3F8C2B;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #3F8C2B;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
a {
	color: #7C7C7D;
	/*
	text-decoration: none;
	*/
}
a:hover, a:active {
	/*
	text-decoration: underline;
	*/
	color: #3F8C2B;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Forms
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}

input.formfield {
	width: 100px;
	padding: 0;
}
input.formbutton {
	height: 19px;
	padding: 0 20px 0 10px;
	border: 0;
	font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Main containers
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url('bg-wrapper.png') repeat-y;
}
#wrapper { behavior: url('pngBgBehavior.htc'); }
#wrapperfooter {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	text-align: left;
	background: url('bg-footer.png') no-repeat;
}
#wrapperfooter { behavior: url('pngBgBehavior.htc'); }

#gnresound {
	float: left;
	width: 20px;
	height: 89px;
	margin-top: 50px;
	cursor: pointer;
	background: url('logo-gn-resound.gif') no-repeat;
}
#container {
	float: left;
	position: relative;
	width: 760px;
	padding: 0 0 45px 0;
	text-align: left;
	background: #fff url('background-main-bottom.jpg') no-repeat left bottom;
	}
	#container.frontpage {
		padding: 0;
		background: #fff;
	}

#top {
	padding: 0 0 5px 0;
	_height: 130px;
	background: url('background-top.jpg') repeat-y;
	}
	
	/* ORIGINAL
	
	#logo {
		float: left;
		display: inline;
		margin: 15px 0 0 28px;
		width: 140px;
		height: 45px;
		cursor: pointer;
		background: url('logo-metrix.gif') no-repeat;
	}
	
	*/
	
	/* MODIFIED */
	
	#logo {
		float: left;
		display: inline;
		margin: 1px 0px 0px 10px;
		width: 200px;
		height: 70px;
		cursor: pointer;
		background: url('logo-metrix.gif') 17px 14px no-repeat;
	}
	
	#logo h1 { display: none; }
	
	#language {
		float: right;
		width: 220px; /* CHANGED FROM 190 */
		display: inline;
		margin: 10px;
		text-align: right;
		}
		#language ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#language ul li {
			display: inline;
			float: left;
			padding: 0 6px 2px 6px;
			list-style-type: none;
			border-right: 1px solid #797979;
			line-height: 0.8em;
			}
			#language ul li.last {
				border: none;
			}
		#language ul li a {
		}
		#language ul li a.selected {
			font-weight: bold;
		}
		#language ul li strong {
			font-weight: normal;
		}
	
	#topnav {
		margin: 46px 0 0 30px;
		width: 695px;
		background: url('background-topnav.gif') no-repeat;
		}
		#topnav ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#topnav ul li {
			display: inline;
			list-style-type: none;
		}
		#topnav ul a {
			float: left;
			margin-top: 1px;
			height: 26px;
		}
		#topnav ul a:hover, #topnav ul a:focus {
			background-position: 0 -26px;
		}
		#topnav ul a.selected, #topnav ul a.selected:hover {
			background-position: 0 -26px;
		}
				#topnav ul a.introduction { width: 87px; background-image: url('navigation/nav-intro.gif'); }
		#topnav ul a.minimize_noise { width: 98px; background-image: url('navigation/nav-noise.gif'); }
		#topnav ul a.size_matters { width: 88px; background-image: url('navigation/nav-size.gif'); }
		#topnav ul a.more_power { width: 89px; background-image: url('navigation/nav-power.gif'); }
		#topnav ul a.models { width: 59px; background-image: url('navigation/nav-models.gif'); }
		#topnav ul a.contact { width: 65px; background-image: url('navigation/nav-contact.gif'); }

		#topnav ul a span {
			display: none;
		}

#main {
	float: left;
	width: 570px;
	border-top: 1px solid #7F7F7F;
	}
	#container.frontpage #main {
		float: none;
		width: auto;
		border: 0;
	}
	
	#left {
		float: left;
		display: inline;
		width: 150px;
		margin: 25px 20px 0 20px;
		}
		
		#left div.leftbox {
			min-height: 90px;
			_height: 90px;
			color: #fff;
			padding: 9px 6px 1px 12px;
			background: #6AAC0C url('background-left.jpg') no-repeat;
			}
			#left div.leftbox h2 {
				font-size: 1.1em;
				color: #A6CB91;
				text-transform: uppercase;
			}
			#left div.leftbox a {
				color: #fff;
				text-decoration: none;
			}
		#left div.leftboxbottom {
			height: 10px;
			margin: 0 0 10px 0;
			background: url('background-left-bottom.jpg') no-repeat;
		}	
		
		#leftnav {
			line-height: 1.4em;
			}
			#leftnav ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
				}
				#leftnav ul ul {
					margin: 0 0 20px 12px;
					padding: 0;
				}
			#leftnav li {
				list-style-type: none;
			}
			#leftnav ul a {
				margin: 0;
				padding: 0 0 0 12px;
				color: #3F8C2B;
				text-decoration: none;
				text-transform: uppercase;
				background: url('bullet-leftnav.gif') no-repeat left 4px;
				}
				#leftnav ul ul a {
					margin: 0;
					color: #7C7C7D;
					text-transform: none;
				}
			#leftnav ul a.selected {
				font-weight: bold;
			}
	
	#content {
		float: left;
		width: 360px;
		margin: 15px 0 0 0;
		}
		#container.frontpage #main #content{
			float: none;
			width: auto;
			margin: 0;
		}
		#content img {
			display: block;
		}
		#content div.contentimage {
			float: left;
			margin: 0 15px 5px 0;
		}
		#content div.contentlinks {
			margin: 5px 0 0 0;
			padding: 5px 0 0 0;
			border-top: 1px solid #ACACAC;
			}
			#content div.contentlinks h2 {
				text-transform: uppercase;
			}
			#content div.contentlinks ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			#content div.contentlinks ul li {
				list-style-type: none;
			}
	
#right {
	float: left;
	width: 190px;
	color: #fff;
	}
	#right a {
		color: #fff;
		text-decoration: none;
	}
	#right h2 {
		color: #A6CB91;
		text-transform: uppercase;
	}
	#right #rightbox {
		min-height: 280px;
		_height: 280px;
		padding: 9px 12px 1px 8px;
		background: #74B305 url('background-right.jpg') no-repeat;
		}
		#right #rightbox div.rightboxsep {
			margin: 2px 0 10px 0;
			border-top: 1px solid #407C23;
			border-bottom: 1px solid #82B753;
		}
	#right #rightboxbottom {
		height: 30px;
		background: url('background-right-bottom.jpg') no-repeat;
	}

#footer {
	width: 760px;
	margin-left: 20px;
	text-align: right;
	}
	#footer ul {
		margin: 0;
		padding: 4px 10px 0 0;
		list-style-type: none;
	}
	#footer ul li {
		display: inline;
		list-style-type: none;
	}
	#footer ul li a {
		color: #6A6A6A;
		position: relative;
		text-transform: uppercase;
	}

/* ADDITIONS */

div#main.wide
{
	width:	760px;
}

div#main.wide div#content
{
	width:	560px;
}

div#main.fullwidth
{
	width:	760px;
}

div#main.fullwidth div#content
{
	width:	760px;
}

div#content img
{
	float:	left;
	margin:	0px 10px 10px 0px;
}

div#content h2
{
	clear:	both;
}

/*

form table
{
	border-collapse:	collapse;
	margin:				20px 0px 0px 0px;
	width:				100%;
}

form table tr td
{
	font-family:		verdana, helvetica, arial, sans-serif;
	padding-bottom:		10px;
	vertical-align:		top;
}

form table col.labels
{
	padding:			4px 20px 0px 0px;
}

form table tr td input
{
	border:				1px solid #7C7C7D;
	color:				#000;
	float:				right;
	font-family:		courier new,courier,fixed;
	font-size:			1.1em;
	width:				275px;
}

form table tr td input.button
{
	color:				#000;
	float:				none;
	font-family:		verdana, helvetica, arial, sans-serif;
	font-size:			0.9em;
	margin:				0px;
	width:				auto;
}

form table tr td textarea
{
	border:				1px solid #7C7C7D;
	color:				#000;
	float:				right;
	font-family:		courier new,courier,fixed;
	font-size:			1.1em;
	height:				100px;
	width:				275px;
}

*/

table, td, form, input, textarea, select {
	color: #7C7C7D;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1em;
}
input.formfield, textarea.formtextarea {
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #666;
}
label {
	color: #333;
	}
	label em { color: #666; }
input.formfield {
	width: 240px;
	}
	input.formfield.small {
		width: 160px;
	}
textarea.formtextarea {
	width: 360px;
	height: 80px;
}
input.formbutton {
	height: auto;
	padding: 2px 8px;
	font-weight: bold;
	color: #fff;
	border: 0;
	background: #408C28;
}

table.standard tr td
{
	background-color:	#EEE;
	border:				1px solid #FFF;
	padding:			4px;
	vertical-align:		top;
}
table.standard tr.first td
{
	background-color:	#407C23;
	border:				1px solid #FFF;
	color:				#FFF;
	font-weight:		bold;
	vertical-align:		top;
}

table
{
	border-collapse:	collapse;
}

div#content table.blind
{
	clear:				both;
	margin:				0px;
	padding:			0px;
	width:				100%;
}

div#content table.blind tr td
{
	border:				0px;
	line-height:		1em;
	margin:				0px;
	padding:			0px;
	vertical-align:		top;
}

div#content table.blind tr td img
{
	display:			inline;
	float:				none;
	margin:				0px;
	padding:			0px;
}

div#content table.models tr td
{
	padding-left:		10px;
	padding-bottom:		10px;
}

div#content table.models tr td.first
{
	padding-left:		0px;
}

ul
{
	margin-top:			0px;
}
