* {
	outline: none;
	overflow-x: hidden;
	}

html, body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position: relative;
	color:white;
	background: url(../img/tile.jpg);
	}

.float {float: left}
.clear {clear: both}

h1 {
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	}

h5 {
	font-size: 10px;
	text-transform: uppercase;
	}

h6 {
	padding-bottom: 2px;
	font-size: 8px;
	}

a {
	color: white;
	font-weight: bold;
	}

	a:hover {
		color: #172f53;
		}

.nav {
	cursor: pointer;
	position: fixed;
	top: 50%;
	margin-top: -25px;
	color: #fff;
	font-size: 30px;
	padding: 20px;
	background: rgba(50, 50, 50, 0.6);
	z-index: 10;
	}
	
	.nav:hover {
		color: #333;
		background: #fff;
		}
		
	.left {
		left: 0;
		-moz-border-radius: 0 10px 10px 0;
		-webkit-border-radius: 0 10px 10px 0;
		overflow: hidden;
		}

	.right {
		right: 0;
		-moz-border-radius: 10px 0 0 10px;
		-webkit-border-radius: 10px 0 0 10px;
		overflow: hidden;
		}

#canvas {
	width: 2430px;
	height: 830px;
	padding-left: 50px;
	padding-right: 50px;
	background: url(../img/blueprint.png) no-repeat 50px 50px;
	}
	
table {
	font-size: 12px;
	margin-left: 35px;
	float: left;
	margin-top: 80px;
	}

	tr {
		overflow: visible;
		}

	td {
		padding: 10px 5px 10px 15px;
		font-size: 12px;
		line-height: 17px;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		}

.bbottom {
	border-bottom: 2px solid white;
	}

	.signature {
		clear: left;
		padding-left: 70px;
		}

.nobd {
	border: none;
	height: 150px;
	}

.chocbar {
	padding-top: 20px;
	width: 244px;
	float: left;
	overflow: visible;
	}

.machine {
	overflow: hidden;
	}

.bar {
	overflow: hidden;
	}
	
.description {
	font-size: 12px;
	padding: 8px 16px 0 16px;
	line-height: 15px;
	}
	
.description p {
	padding-top: 10px;
	color: #172f53;
	}

.description h1 {
	color: #172f53;
	}

.hack140 {width: 140px;}
