@charset "utf-8";
/* CSS Document */

html,body,div{
	margin: 0;
	padding: 0;
}
body {
	background: url( ../images/windridge-bg.gif ) repeat-x 0 0;
	align: center;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

.right {
	text-align: right;
}
.fright {
	float: right;
}
.left {
	text-align: left;
}
.fleft {
	float: left;
}


#printFix {
	position: absolute;
	height: 98px;
	width: 800px;
}

#pageContainer{
	background: url( ../images/windridge-bg.gif ) repeat-x 0 0;
	width: 800px;
	margin: 0 auto;
	align: left;
	position: relative;
}
#header {
	width: 800px;
	height: 98px;
	position: relative;
}
	#header #logo {
		position: absolute;
		left: 15px;
		top: 0px;
	}
	
	#modelTitle {
		position: absolute;
		font-size: 27px;
		margin: 0;
		padding: 0;
		top: 7px;
		right: 10px;
		line-height: 23px;
		width: 400px;
		text-align: right;
		color: #000000;
		font-size: 27px;
		font-weight: bold;
	}
	#modelTitle small {
		font-size: 17px;
	}
	
	#menu {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 10px;
		top: 68px;
	}
		#menu li {
			float: left;
			padding: 0 18px;
		}
		#menu li.space {
			width: 150px;
		}
			#menu a{
				color: #ffffff;
				text-decoration: none;
				font-size: 15px;
				font-weight: bold;
			}
				#menu a:hover{
					color: #dbd685;
				}
		
		
.HVICert {
	text-align: left;
	margin: 20px 0;
	border: 3px solid #000;
	border-collapse: collapse;
}
		.HVICert tr.first {
			background: #000000;
			color: #ffffff;
			font-weight: bold;
		}
		
		.HVICert td {
			border: 1px solid #000;
			border-right: 3px solid #000;
			padding: 1px 5px;
			vertical-align: top;
		}
		
.product h3 {
	margin: 5px;
}
.product ul {
	margin: 2px;
}

#secondPictures {
	float: right;
	clear: right;
	margin-top: 100px;
}
#thirdPictures {
	float: right;
	clear:right;
}

.secondaryPicture {
	float: right;
	padding: 5px;
}
	.secondaryPicture h4 {
		text-align: center;
		font-weight: bold;
		margin: 8px;
	}
	

#mainPicture {
	position: absolute;
	top: 28px;
	right: 103px;
}

#chart , #table , #certs {
	text-align: center;
	float: left;
}
#chart {
	width: 300px;
	text-align: right;
}
#table {
	width: 340px;
}
#certs {
	width: 160px;
}
	#certs .large {
		padding-top: 40px;
		width: 80px;
	}
	#certs .small {
		width: 45px;
	}
		
#indexTable {
	width: 100%;
	padding: 0;
	border-collapse:collapse;
	margin: 0;
}

	#indexTable h2 {
		color: #000000;
		padding: 0 3px;
		font-size: 1.3em;
	}
	#indexTable td {
		vertical-align: top;
		padding: 0 0 10px;
		margin: 0;
	}
	#indexTable tr{
		padding:0;
		margin: 0;
	}
		
	#indexTable .fanlight {
		padding: 0px 30px 10px;
		background: #f3e47c;
	}