@charset "utf-8";
/* CSS Document */

#main-body {
	border: 1px solid #CCC;
	margin: 10px auto;
}

#logo {
	text-align: center;
}

#top-container {
	background-color: #FFF;
}

#header-container {
	text-align: right;
	margin-left: 10px;	
}

#main-container {
	padding-top: 20px;
	background-image: url(../images/body-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FBFBFB;
}

#component-container {
	width: 600px;
	padding-bottom: 10px;
}

#left-container,
#right-container {
	padding: 0 10px;
}

#right-container {
	float: right;
	text-align: center;
}

#bottom-container {
	background-color: #FFF;
	border-top: 2px solid #CCC;
	padding: 20px 20px;
	width: 910px;
	font-size: smaller;
	line-height: normal;
}

.homepage-banners td {
	text-align: center;
}

.homepage-banners img {
	border: 2px solid #0b4179;
}

a img {
	border: none;
}

.contentheading,
.componentheading {
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

#left-container .moduletable {
	margin-bottom: 10px;
}

#left-container .moduletable form table td {
	padding: 2px;
}

#left-container .moduletable form table td input {
	margin: 0;
}

#left-container .moduletable form table td input[type=text] {
	width: 120px;
}

.classification {
	padding: 5px;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none;
}

.company-details td {
	vertical-align: top;
}

.company-details h2 {
	margin: 10px 0 5px 0;
}

.pagination {
	display: block;
	text-align: center;
}

.pagination span,
.pagination a {
	margin: 5px;
}

.limit {
	display: none;
}

.is_sma_member {
	margin-top: 1.4em;
	font-size: 1.5em;
}

.brand {
	padding: 5px;
}

.brand h2 {
	text-transform: capitalize;
	font-size: 14px;
	margin: 10px 0 0 0;
}