* {
	font-family: "Trade Gothic W01 Condensed", Helvetica, Arial, sans-serif;
}

.carousel {
	margin-top: 20px;
}

.carousel .item {
	min-height: 100px;
	/* Prevent carousel from being distorted if for some reason image doesn't load */
}

.carousel .item img {
	margin: 0 auto; /* Align slide image horizontally center */
}

.bs-example {
	margin: 20px;
}

.message-error {
	color: red;
	display: block;
}

.contactus-address {
	font-size: 14px;
}

.contactus-command-button {
	float: right;
}

.contactus-text-input {
	margin-left: 20px;
}

.contactus-text-input-area {
	margin-left: 20px;
}

.contactus-select-one-menu {
	width: 265px;
}