@charset "utf-8";
/* CSS Document */

/* Contact */
#contact .bold {
	font-weight: bold;
}
#onlineContact {
	text-align: left;
}
#onlineContact th {
	padding-right: 10px;
	padding-left: 0px;
	text-align: left;
}
#onlineContact td {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#onlineContact label {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}
#onlineContact .input {
	margin-bottom: 5px;
}
#onlineContact .inputButton {
	margin-bottom: 5px;
	margin-top: 15px;	
}
#onlineContact .textarea {
	margin-bottom: 5px;
}
#onlineContact .required {
	margin-bottom: 5px;
	margin-top: 5px;	
}
#onlineContact input {
	width: 350px;
}
#onlineContact input.btn {
	width: 60px;
}
#onlineContact textarea {
	width: 350px;
	height: 100px;
}

/* Products */
.productsDisplayMain {
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.productsDisplayMain .imageTD {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 130px;
	width: 185px;
	text-align: center;
	vertical-align: bottom;
}

.productsDisplayMain .textTD {
	margin: 0px;
	width: 185px;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.productsDisplayMain .collapse {
	border-collapse: collapse;
}

.productsDisplayMain .layoutTD {
	border: 1px solid #A09F8E;
}


/* Profiles */
.profilesDisplayMain {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A09F8E;
	margin-top: 15px;
	padding-top: 15px;
}
.profilesDisplayMain .name {
	font-weight: bold;
	margin-bottom: 1px;
}
.profilesDisplayMain .department {
	font-weight: bold;
	margin-bottom: 1px;
}
.profilesDisplayMain .title {
	font-weight: normal;
	margin-bottom: 1px;
	font-style: italic;
}
.profilesDisplayMain .titleQualifications {
	font-weight: normal;
	margin-bottom: 1px;
	font-size: 9px;
}
.profilesDisplayMain .url {
	font-weight: bold;
	margin-bottom: 3px;
}
.profilesDisplayMain .imageProf {
	padding-right: 10px;
}
.profilesDisplayMain .descriptionTD {
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}
.profilesDisplayMain .noSpace {
	margin: 0px;
	padding: 0px;
}
.profilesDisplayMain .email {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
}
