body{
	font-size: 14px;
	background: url(/images/tile.jpg);
}
.OrderNow{
	display: block;
	height: 70px;
	width: 248px;
	background:url(/images/order.jpg) no-repeat;
}
	.OrderNow:hover{
		background-position: 0px -70px;	
	}
.highlight{
	background-color: #eaa514;
	color: white;
}
hr{
	color: gray;
	border-top:none;
	border-left: none;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#border_shadow{
	background: url(/images/background.png) repeat-y;
	width: 800px;
	margin: 30px auto 0px auto;
}
#border{
	width: 775px;
	margin-left: 2px;
	background-color: white;
}
#content_pane{
	position: relative;
}

#Navigation{
	background-image:url(/images/header.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:63px;
	position:relative;
	width:775px;
	z-index:10;
}
	#Navigation ul{
		height:23px;
		list-style-type:none;
		margin:0 0 0 350px;
		width:400px;
	}
	#Navigation li{
		color:#FFF;
		font-size:12px;
		font-weight:bold;
		float:left;
		padding:3px 10px 0 0;
	}
	#Navigation li a{
		color:#FFF;
		text-decoration:none;
	}
	#Navigation li a:hover{
		color:#83B93D;
	}

#header{
	background: url(/images/banner.jpg) no-repeat;	
	height: 427px;
}
	#guarantee{
		position: absolute;
		top: 310px;
		left: 10px;
		width: 200px;
	}
	#usa{
		position: absolute;
		top: 378px;
		left: 170px;
		width: 200px;
	}
#header_text{
	position: relative;
	height: 300px;
	padding: 0px 10px 0px 0px;
}
#build{
	background: url(/images/build.jpg) no-repeat;
	padding: 77px 10px 0px 0px;
	position: relative;
}
	#build-list li{
		margin: 10px 0px 10px 0px	
	}
#hear{
	background: url(/images/hear.jpg) no-repeat;
	padding: 77px 10px 0px 10px;
}
	#hear h3{
		margin-bottom: 0px;
		font-size:22px;
	}
	#hear p{
		margin-top: 0px;
		margin-left: 67px;
		font-size:22px;
	}
#ultimate{
	background: url(/images/ultimate.jpg) no-repeat;
	padding: 77px 10px 0px 35px;
	position: relative;
	height: 230px;
}
#seeing{
	background:url(/images/seeing.jpg) no-repeat;
	padding: 77px 0px 0px 14px;
	position: relative;
}
#quality{
	background: url(/images/quality.jpg) no-repeat;	
	position: relative;
	height: 296px;
}
#bottom{
	padding: 0px 0px 0px 35px;
}
#footer{
	background-color: #6d150e;	
	color: white;
	height: 28px;
	padding: 5px 5px 5px 30px;
	width:740px;
}
	#footer a{
		color: white;
	}
	#footer p{
		float:left;
		margin:0px;
		padding:5px 15px 0 0;
	}
#border_bottom{
	background: url(/images/background-bottom.png) no-repeat;	
	height: 26px;
	width: 809px;
	margin: 0px auto 30px auto;
}

a.brochure:link, a.brochure:active, a.brochure:visited{
	color:#0f0bb8;
	text-decoration:underline;
}
a.brochure:hover{
	color:#8785db;
	text-decoration:underline;
}