div#mainContent.full {
	width: 80em;
	padding: 0px;
	float: none;
}
div.showroomHeader {
	height: 31.25em;
	background: url('/shared/images/showroom/intro.jpg') no-repeat center center #e5eff1;
	position: relative;
	margin-bottom: 20px;
}
div.showroomHeader h1 {
	position: absolute;
	top: 1.944em;
	left: 1.111em;
	z-index: 25;
	font-size: 3em;
}

div.showroomHeader h2 {
	color: #5bc200;
	left: 4em;
	position: absolute;
	top: 5em;
	font-size: 1.667em;
	z-index: 25;
}

div.showroomActions form {
	padding: 0;
	margin-bottom: 10px;
}
.showroomActions {
	position: absolute;
	bottom: 7.917em;
	left: 3.333em;
	width: 43.333em;
	z-index: 20;
}
.showroomActions ul {
	margin: 0;
	padding: 0;
}
.showroomActions ul li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.showroomActions ul li.label {
	padding: 5px 10px 0px 0;
	font-size: 1.083em;
	font-family: GillSansRegular, arial, helvetica, verdana, sans-serif;
}
.showroomHeader a.browse {
	display: block;
	width: 7.692em;
	margin-right: 5px;
	background-image: url(/shared/images/frontpage/link_bg_1.jpg);
	background-repeat: no-repeat;
	background-color: #d5e3e6;
	background-position: 0 -3px;
	padding: 4px 5px 5px 10px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #293b4e;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 0px solid transparent;
	font-size: 1.083em;
	font-family: GillSansRegular, arial, helvetica, verdana, sans-serif;
}

.showroomHeader a.orange {
	background-image: url(/shared/images/frontpage/link_bg_1.jpg);
}

.showroomHeader a.purple {
	background-image: url(/shared/images/frontpage/link_bg_2.jpg);
}

.showroomHeader a.turqouise {
	background-image: url(/shared/images/frontpage/link_bg_3.jpg);
}

.showroomHeader a:hover {
	color: black;
}

.showroomActions input {
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border: 1px solid #C0C7CD;
	padding: 7px 25px 7px 10px;
	width: 25.059em;
	background: url(/shared/images/icons/search.png) no-repeat 25.882em center white;
	font-size: 1.417em;
}
input.default {
	color: #aaa;
} 

#browseByMultiphysics,
#browseByProduct,
#browseBySolution {
	display: none;
	position: absolute;
	width: 66.667em;
	min-height: 12.5em;
	top: 32px;
	left: 0px;
	z-index: 200;
	border: 1px solid #d4d7dc;
	padding: 20px;
	background: url(/shared/images/design/tab_bg.png) repeat-x bottom right #fff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
#browseByMultiphysics,
#browseByProduct {
	width: 33.333em;
}
.showroomActions ul li:hover #browseByMultiphysics,
.showroomActions ul li:hover #browseByProduct,
.showroomActions ul li:hover #browseBySolution {
	display: block;
}
#browseByMultiphysics a,
#browseByProduct a,
#browseBySolution a {
	font-family: arial, helvetica, sans-serif;
	color: #6A7181;
	font-size: 0.917em;
	text-decoration: none;
}
#browseByMultiphysics a.parent,
#browseByProduct a.parent,
#browseBySolution a.parent {
	font-weight: bold;
}
#browseByMultiphysics.show,
#browseByProduct.show,
#browseBySolution.show {
	display: block;
}
#browseByMultiphysics a:hover,
#browseByProduct a:hover,
#browseBySolution a:hover {
	color: #2E9EA7;
}
ul.engineeringFields {
	margin-right: 20px;
	margin-bottom: 10px;
}
ul.engineeringFields li {
	float: none;
}
#browseByMultiphysics table td,
#browseByProduct table td,
#browseBySolution table td {
	vertical-align: top;
}
