body {
  overflow: hidden; 
  background-color:#869aa1; 
  margin-top: 0px; 
  margin-bottom: 0px; 
  margin-left: 0px; 
  margin-right: 0px;
  text-align: center;
}

a {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #3b5c69;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

span.CVertical {
  font-family: arial;
  font-size: 11px;
  color: #3b5c69;
  padding-left: 15px;
  padding-right: 15px;
}

div.CContainer {
	margin: 0 auto;
	text-align: left;
	position:relative;
  left:0px;
	top:50px;
	width:650px;
	height:500px;
}

div.CLogo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 223px;
	height: 61px;
}

div.CNavFront {
	position: absolute;
	left: 223px;
	top: 0px;
	width: 91px;
	height: 61px;
  cursor: pointer;
}

div.CNavBack {
	position: absolute;
	left: 314px;
	top: 0px;
	width: 91px;
	height: 61px;
  cursor: pointer;
}

div.CNavInternal {
	position: absolute;
	left: 405px;
	top: 0px;
	width: 87px;
	height: 61px;
  cursor: pointer;
}

div.CNavStand {
	position: absolute;
	left: 492px;
	top: 0px;
	width: 60px;
	height: 61px;
  cursor: pointer;
}

div.CNavRack{
	position: absolute;
	left: 552px;
	top: 0px;
	width: 98px;
	height: 61px;
  cursor: pointer;
}

div.CSpacer {
	position: absolute;
	left: 0px;
	top: 61px;
	width: 650px;
	height: 1px;
}

div.CProduct {
	position: absolute;
	left: 0px;
	top: 62px;
	width: 650px;
	height: 438px;
}

