body {
	text-align: left;
}

#container {
	width: 700px;
	text-align: left;
}

.header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.header-nav {
	margin-left: 0px;
	position: relative;
	bottom: 0px;
	text-align: right;
	
}

.header-nav-item {
	text-align: right;
	font-family: Times;
	font-size: 14px;
	background-color: white;
	color: black;
	font-weight: bold;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 0px;
	display: inline-block;
}

#piece-description-container {
	height: 80px;
	text-align: center;
	padding-top: 10px;
	font-family: Times;
	font-size: 14px;
}

#piece-description {
	height: 75px;
}

.piece-description {
	height: 80px;
	width: 690px;
	text-align: center;
	position: absolute;
	top: -1000px;
	padding-right: 10px;
	background-color: lightgrey;
	padding-top: 5px;
	color: black;
}


.piece-instructions {
	height: 15px;
	font-family: Times;
	font-size: 12px;
	color: grey;
	text-align: left;
	position: relative;
	top: 80px;
	padding-top: 5px;
}

.inventory-images-container {
	text-align: center;
	height: 450px;
	background-color: none;
	padding-top: 10px;
}

.inventory-images-column {
	width: 130px;
	text-align: center;
	display: inline-block;
	float: left;
	padding-top: 10px;
}

.inventory-image {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 120px;
	width: 120px;
}

div.inventory-image:hover {
/*
	border-style: solid;
	border-width: 3px;
	border-color: lightgrey;
*/
}

.inventory-nav-container {
	position: absolute;
	top: 175px;
	left: 700px;
/*
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
*/
}

.inventory-nav-item {
	width: 85px;
	text-align: left;
	background-color: none;
	color: black;
	font-weight: bold;
	font-style: Times;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
/*
	border-style: solid;
	border-top-width: 1px;
	border-bottom: none;
	border-left: none;
	border-right: none;
*/
	font-family: Times;
	font-size: 14px;
	cursor: hand;
	
}

div.inventory-nav-item:hover {
	background-color: lightgrey;
}

img {
	border: none;
}

.nav-item-a {
	text-decoration: none;
	color: black;
}

#active-nav {
	background-color: lightgrey;
}

.large-item-container {
	position: relative;
	top: 50px;
	padding-bottom: 200px;
	width: 700px;
	text-align: left;
}

.large-item {
	text-align: center;
	width: 310px;
}

.large-item-description {
	position: absolute;
	top: 0px;
	left: 400px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	text-align: center;
}

.large-item-further-details {
	position: relative;
	top: 20px;
}

.item-nav1 {
	text-align: left;
	display: inline;
}

.item-nav2 {
	text-align: right;
	display: inline;
	position: absolute;
	top: 62px;
	left: 620px;
}

.spacer {
	padding-right: 482px;
	display: inline;
}

.address-container {
	border-top-style: solid;
	border-top-width: 1px;
	position: relative;
	text-align: center;
	padding: 10px;
	width: 680px;
	margin: 0 auto;
}

.address-element {
	font-family: Times;
	font-size: 14px;
	text-align: center;
	padding: 10px;
}

.contact-us-pic {
	padding-top: 10px;
	display: inline-block;
	width: 340px;
	padding-bottom: 10px;
}

.contact-us-info-container {
	display: inline-block;
	width: 300px;
	position: absolute;
	left: 370px;
	top: 130px;
	font-size: 14px;
}

.catact-us-info {

}

.about-container {
	padding-top: 10px;
	font-size: 15px;
	font-family: Times;
}

#fbardonnet {
	float: left;
	padding-right: 20px;
	padding-bottom: 25px;
}

.about-fbardonnet-label {
	color: grey;
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
}

.about-text {
	position: relative;
	top: -15px;
}

.splash-container {
	position: relative;
	top: 30px;
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
}

.press-covers-container {
	text-align: center;
	background-color: none;
	padding-top: 10px;
	padding-left: 25px;
	display: block;
	height: 450px;
	border: none;
}

.press-covers-column {
	width: 150px;
	text-align: center;
	display: inline-block;
	float: left;
	padding-top: 0px;
}

.press-cover {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 120px;
}

.splash-nav-container {
	position: relative;
	top: 65px;
	font-size: 14px;
	font-weight: bold;
}

.splash-nav-item {
	padding-right: 50px;
	padding-left: 50px;
}

.press-nav-container {
	position: absolute;
	top: 80px;
	left: 700px;
	width: 150px;
}

.nav-pub-a {
	text-decoration: none;
	color: black;
	height: 15px;
	width: 150px;
}

#p-active-nav {
	background-color: lightgrey;
}

.pub-nav-item {
	text-align: left;
	background-color: none;
	color: black;
	font-weight: bold;
	font-style: Times;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
/*
	border-style: solid;
	border-top-width: 1px;
	border-bottom: none;
	border-left: none;
	border-right: none;
*/
	font-family: Times;
	font-size: 14px;
	cursor: hand;
}

div.pub-nav-item:hover {
	background-color: lightgrey;	
}
