
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* MENU *******/
#container{
	width: 656px;
	padding: 0px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li {
	float: left;
}
#container ul.menu li {
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-right: 10px;
	position: relative;
	color: #b7b7b7;
	cursor: pointer;
}
#container ul.menu li:hover {
	color: #d88019;
}
#container ul.menu li.activeTab {
	color: #d88019;
	text-decoration: underline;
}
/******* /MENU *******/
/******* CONTENT BLOCK *******/
.content{
	margin: 0pt auto;
	text-align: left;
	font-size: 12px;
	letter-spacing: 2px;
}

.content h2 {
visibility: visible;
letter-spacing: -1px;
font-size: 18px;
font-weight: bold;
padding-bottom: 6px;
padding-top: 3px;
}

/******* /CONTENT BLOCK *******/

/******* VINYL *******/
.content.vinyl h1{

}
.content.vinyl{
	display: block;
}
/******* /VINYL *******/

/******* SIGNS *******/
.content.signs h1{

}
.content.signs{
	display: none;
}
/******* /SIGNS *******/

/******* AWARDS *******/
.content.awards h1{

}
.content.awards{
	display: none;
}
/******* /AWARDS *******/

/******* ENGRAVING *******/
.content.engraving h1{

}
.content.engraving {
	display: none;
}
/******* /ENGRAVING *******/

/******* GIFTS *******/
.content.gifts h1{

}
.content.gifts {
	display: none;
}
/******* /GIFTS *******/

/******* SCREENING *******/
.content.screening h1{

}
.content.screening {
	display: none;
}
/******* /SCREENING *******/

