#main {
	margin-top: 4px;
	border-top: 1px solid  #142530;
}

#exhibits {
	width: 862px;
}

#exhibits img {
	width: 792px;
	margin-left: 35px;
	margin-right: 35px;
}

#decoration {
	display: inline;
	width: 388px;
	height: 77px;
	background: url('images/deco.png') repeatx;
}

#exhibitor {
	position: relative;
	width: 862px;
	height: 45px;
	margin-bottom: 12px;
}

#exhibitor span {
	position: absolute;
	display: block;
	float: left;
	top: 0px;
	left: 0px;
	width: 862px;
	height: 22px;
	margin: 0px;
	border-bottom: 1px solid #142530;
	z-index: 1;
}

#exhibitor img {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
/*	width: 114px; 
	height: 77px; */
	margin: 0px auto;
	z-index: 2;
}

a.button {
	display: block;
	float: left;
	width: 125px;
	height: 25px;
	margin-bottom: 14px;
	cursor: pointer;
}

a.signature_button {
	background: url('images/btn-signature.png');
	margin-left: 0px;
	margin-right: 6px;
}

a:hover.signature_button {
	background: url('images/btn-signature_selected.png');
	margin-left: 0px;
	margin-right: 6px;
}

a.signature_toggle {
	background: url('images/btn-signature_selected.png');
	margin-left: 0px;
	margin-right: 6px;
}

a.limited_button {
	background: url('images/btn-limited.png');
	margin-left: 6px;
	margin-right: 6px;
}

a:hover.limited_button {
	background: url('images/btn-limited_selected.png');
	margin-left: 6px;
	margin-right: 6px;
}

a.limited_toggle {
	background: url('images/btn-limited_selected.png');
	margin-left: 6px;
	margin-right: 6px;
}

a.profile_button {
	background: url('images/btn-profile.png');
	margin-left: 6px;
	margin-right: 0px;
}

a:hover.profile_button {
	background: url('images/btn-profile_selected.png');
	margin-left: 6px;
	margin-right: 0px;
}

a.profile_toggle {
	background: url('images/btn-profile_selected.png');
	margin-left: 6px;
	margin-right: 0px;
}

#product {
	width: 862px;
}

#view {
	width: 400px;
	float: left;
}

#view a {
	height: 25px;
	margin-bottom: 14px;
}

#preview img {
	display: block;
	float: left;
	width: 398px;
	height: 398px;
	background-color: #090909;
	outline: 1px solid #142530;
}

.description {
	width: 440px;
	margin-left: 22px;
	float: left;
}

.description h1 {
	font-family: 'Times CE','Times New Roman','Times',sans-serif;
	font-size: 14px;
	font-stretch: narrower;
	font-weight: bold;
	text-transform: uppercase;
	color: #6a737b;
	margin-bottom: 1em;
}

.description h2 {
	font-weight: bold;
	font-size: 12px;
}

.description p {
	font-weight: lighter;
	font-size: 12px;
	margin-bottom: 2em;
}

.description .highlight {
	font-weight: light;
	font-size: 12px;
	text-align: right;
	color: #f0ec83;
	margin-bottom: 2em;
}

.description ul li {
	margin-left: 1em;
}

.description a {
	color: white;
}

.description a:hover {
	color: #f0ec83;
}

.thumbnails {
	display: block;
	float: left;
	position: relative;
	height: 0px;
	top: 384px;
	left: 22px;
}

a.thumbnail_button {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 3px;
	outline: 1px solid #142530;
}

a:hover.thumbnail_button {
	outline: 1px solid white;
}

a.thumbnail_toggle {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 3px;
	outline: 1px solid white;
}

a:hover.thumbnail_toggle {
	outline: 1px solid white;
}