@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
	padding-bottom: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(images/repeat_back2.gif);
	background-repeat: repeat;
	line-height: 22px;
}

#header {
	background-image: url(images/header.jpg);
	height: 159px;
	width: 850px;
}

#navbar ul {
	list-style-type: none;
	float: none;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 840px;
	background-color: #191919;
	line-height: 25px;
	margin-top: 0px;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 1.7em;
	padding-right: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content {
	padding-left: 20px;
	background-color: #000;
	width: 810px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#content ul {
	list-style: square;
}

h1 {
	font-size: 24px;
	color: #39B4D5;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 15px;
}
h2 {
	font-size: 16px;
	color: #39B4D5;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight: bold;
}
h3 {
	color: #999;
	font-size: 14px;
}



#contact {
	width: 250px;
	margin-top: 50px;
	float: right;
}

a:link, a:visited {
	color: #81c9de;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
.textBox {
	background-color: #1f1f1f;
	padding: 20px;
}
#prodDetail {
	background-color: #1f1f1f;
	padding: 10px;
	width: 310px;
	float: left;
	margin-left: 30px;
	font-size: 13px;
}

#buttons {
	width: 330px;
	float: left;
	margin-left: 30px;
	padding-top: 10px;
}

#exhibitions td {
	padding: 10px;
	vertical-align: top;
}
.clearfloats {
	clear: both;
}
#footer {
	padding-left: 15px;
	font-size: 10px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1f1f1f;
	width: 820px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 30px;
	padding-right: 15px;
	padding-top: 5px;
}
#mainImage {
	width: 440px;
	text-align: center;
	float: left;
	min-height: 400px;
	_height: 400px;
}

