body {
	color: #CEB541;
	background-color: #000000;
	//font: normal 85% Helvetica;
	font-family: Helvetica;
	font-size: 10pt;
	font-style: normal;
	}
	
h1 {
	//font: normal 120% Helvetica;
	font-size: 14pt;
	color: #CEB541;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	}
	
h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	}
	
h5 {
	font-size: 16pt;
	color: #D80C24;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	}

.bamboo {
	border: 1px solid #7B8D39;
	text-align: left;
	}

#main {
	width: 100%;
	}

#indexHolder {
	border: 1px solid #7B8D39;
	position: relative;
    padding: 0px;
	}

#catList {
	border-right: 1px solid #7B8D39;
	margin: 0px;
	padding: 6px;
	text-align: left;
	line-height: 17px;
	}

#indexMain {
	border: 1px solid #7B8D39;
	padding: 4px;
	text-align: center;
	}

#catMain {
	padding: 4px;
	text-align: center;
	}

#cartMain {
	text-align: center;
	border: 1px solid #7B8D39;
	width: 550px;
	}

#cartMain.td {
	text-align: center;
	}

#infoText {
	text-align: justify;
	width: 500px;
	padding: 0px 20px 0px 20px;
	}

.viewNav {
	height: 25px;
	text-align: left;
	position: relative;
	margin: 5px 0px 0px 10px;
	}

.indexCell,.indexCellCrys {
	position: relative;
	margin: 15px 15px 15px 15px;
	line-height: 20px;
	text-align: center;
	}
	
.indexCell {
	width: auto;
	}
	
.indexCellCrys {
	width: 375px;
	}
	
.pieceName {
	position: relative;
	margin: 0 auto;
	width: 250px;
	text-align: center;
	}

.nav {
	color: #667C18;
	margin: 0 auto;
	padding: 5px;
	line-height: 18px;
	}

#navTop {
	position: relative;
	margin-top: -45px;
	margin-left: -20px;
	line-height: 25px;
	}

.navHolder {
	position: static;
	width: 700px;
	height: 75px;
	}

.viewCart {
	position: relative;
	float: right;
	}

A {
	color: #7B8D39;
	text-decoration: none;
	}

A:HOVER {
	color: #CEB541;
	text-decoration: none;
	}

img {
	border: 0px;
	}

hr {
	width: 100%;
	height: 1px;
	border: 0px;
	background: #7B8D39;
	}

input,textarea,select {
	background: #000000;
	color: #7B8D39;
	border: 1px solid #7B8D39;
	margin-bottom: 3px;
	margin-top: 3px;
	}

.inputNoBG {
	border: 0px;
	}
	
form {
	margin: 0px;
	}

.arrow {
	border: 0px;
	}
	
.greenText {
	color: #7B8D39;
	}
	
#viewCart {
	margin: 0px;
	display: inline;
	}
	
.strike {
	text-decoration: line-through;
	}