#showcase_menu ul {
    background-color: #CCC;
    padding-left: 0px;
    width: 120px;
}
#showcase_menu li {
    list-style-type: none;
    padding-left: 10px;
    border-top: 1px solid #FFF;
    /* border: 1px solid #FFF; */
}
#showcase_menu a {
    font-size: 8pt;
}
#showcase_menu .selected {
    background-color: #FFF;
}

#featured_product .image {
    width: 100%;
    text-align: center;
}
#featured_product img {
    width: auto;
    margin: auto;
    margin-top: 0.6em;
}
#featured_product span.short_synopsis {
    display: block;
    margin-left: 0.3em;
    margin-right: 0.3em;
    font-size: 8pt;
}
#featured_product span.view_more {
    margin-top: 0.6em;
    display: block;
    text-align: center;
    font-size: 10pt;
}

#featured_downloads {
	margin-top: 10px;
}
#featured_downloads ul {
	padding-left: 0px;
	width: 100%;
}
#featured_downloads .types li {
	list-style-type: none;
	margin-left: 1em;
	font-size: 7pt;
}
#featured_downloads .specifics li {
	list-style-type: none;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}
#featured_downloads img {
	border: 0px;
	width: 100px;
	height: 130px;
	margin: auto;
}
#showcase_mc .showcase_logo, #showcase_mc .rfi_button {
	width: 100%;
	text-align: center;
    margin:15px 0 10px 0;
}
#showcase_mc .showcase_logo img, #showcase_mc .rfi_button img {
	margin: auto;
}

#showcase_mc ul.products {
	padding-left: 0px;
}
#showcase_mc .products li {
	list-style-type: none;
	clear: both;
}
#showcase_mc .products img {
	float: left;
}
#showcase_mc .product img {
	float: right;
}

#showcase_rc ul.videos {
	margin-left: 1em;
	padding-left: 0px;
}

#showcase_rc ul.videos li {
	list-style-type: none;
	height: 5em;
	margin-bottom: 1em;
}

#showcase_rc ul.videos li a.videolink {
	width: 80px;
	float: left;
}

#showcase_rc ul.videos li div.videodesc {
	margin: 0 0 0 1em;
	padding: 0px;
	width: 200px;
	float: left;
}

#showcase_rc ul.videos li .watermark {
	position: relative;
	left: 24px;
	top: -40px;
}

#contact_by_company p, #contact_by_company textarea  {
	margin-left: 1em;
	margin-right: 1em;
}
*+html #contact_by_company .information {
	margin-top: 8px;
}
#contact_by_company input {
	margin-left: 8em;
}

.information dt {
	clear: left;
	float: left;
	margin-left: 1em;
	width: 100px;
}
.information dd {
	margin-left: 1em;
}

.information {
	clear: both;
}
