body {
	background-color: #DFE5E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: none;
	color: #3F4953;
}
.top {
	width: 778px;
	height: 105px;
}
.middle {
	width: 778px;
	background: url(img/page_bg.jpg);
}
.lmenu {
	background-repeat: repeat-y;
	width: 177px;
}
.content {
	background-color: white;
	width: 448px;
	padding: 60px 0 60px 60px;
	line-height: 1.5;
	font-size: 10pt;
}
.content h3 {
	font-style: italic;
	font-size: 13pt;
	margin: 4px 0 30px 0;
	border-bottom: solid 3px #F3B800;
}
.content .top-nav {
	padding-bottom: 30px;
}
.rcol {
	background: url(img/rcol_bg.jpg);
	background-repeat: repeat-y;
	width: 153px;
}
.bottom {
	height: 12px;
}
.bottom-nav {
	width: 778px;
	text-align: center;
	font-size: 8pt;
	padding: 8px;
}
.bottom-nav a {
	text-decoration: none;
	color: #3F495D;
	padding: 0 8px;
}
.bottom-nav a.selected {
	font-weight: bold;
}

#videoBox {
	padding-top: 10px;
	border-top: solid 1px black;
}
.vRadioGroupLabel {
	padding: 6px 0;
	font-weight: bold;
}
.vRadioGroup {
	padding-left: 8px;
}
.buttonRow {
	padding: 10px 0;
}
#videoBox .video {
	padding-top: 5px;
	background: black;
	text-align: center;
}

/* item lists (products, downloads, etc.) */
.item-list .item {
	margin-bottom: 16px;
	padding: 4px 0;
	border-bottom: dashed black 1px;
}
.item-list .item .header {
	font-weight: bold;
}
.item-list .item .header img {
	vertical-align: top;
	padding-right: 12px;
	float: left;
}
.item-list .item .desc {
	padding-top: 10px;
	clear: left;
}
.item-list .item .info {
	padding: 4px 0;
}
.item-list .item th {
	padding: 4px;
	text-align: left;
	border-bottom: solid 1px black;
}
.item-list .item td {
	padding: 2px 4px;
}
.item-list .item tr.odd {
	background-color: #EEE;
}

/* home page */
.sample-image-control {
}
.sample-image-control .current-image-container {
	text-align: center;
	padding: 10px;
}
.sample-image-control .current-image-container #current-image {
	border: solid 1px black;
}
.sample-image-control .controls {
	text-align: center;
}
.sample-image-control .controls img {
	padding: 4px 8px;
}
.sample-image-control .credits {
	text-align: center;
	font-size: 8pt;
	color: #888;
}
.sample-image-control .thumbnails {
	margin-left: auto;
	margin-right: auto;
}
.sample-image-control .thumbnail {
	margin: 10px;
	border: solid 1px black;
}

