/** product application styles **/

#page {
	/*background-image: none;*/
	float: left;
}

.intro {
	margin-top:2px;
	padding-top:5px;
	/*border-top:1px solid #aaa;*/
	font-size:12px !important;
}

.halfsized {
	position: relative;
	width: 520px;
}
.halfsized dd {
	margin: 0 10px 1em 0;
	padding: 0;
	width: 250px;
	float: left;
	background: #eee;
	text-align: center;
}
.halfsized dd h3 a {
	display:block;
	padding: 2px 5px 1px 10px;
	color: #fff !important;
	text-decoration: none;
	text-align: left;
}
.halfsized dd p {
	margin: 7px 10px;
	line-height: normal !important;
}
.halfsized img {
	height: 120px;
}

h3.furniture a {
	background: #79868a;
	border: 1px outset #79868a;
}
h3.industrial a {
	background: #427495;
	border: 1px outset #427495;
}
h3.medical a {
	background: #2f6184;
	border: 1px outset #2f6184;
}
h3.transportation a {
	background: #0f445e;
	border: 1px outset #0f445e;
}
h3.appliances a {
	background: #0A2C3D;
	border: 1px outset #0A2C3D;
}


/** sub page styles */
.subpage h2 {
	margin: 1em 0 0.5em -5px;
	padding: 2px 10px !important;
	color: #fff !important;
}
.furniture h2 { 
	background: #79868a !important; 
}
.industrial h2 { 
	background: #427495 !important; 
}
.medical h2 { 
	background: #2f6184 !important; 
}
.transportation h2 { 
	background: #0f445e !important; 
}
.appliances h2 { 
	background: #0A2C3D !important; 
}
.technicaldefinitions h2 { 
	background: #1d3758 !important; 
}

.technicaldefinitions div.padded {
	padding: 1em;
}

