#container {
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	border-left: 2px solid #cfcfcf;
	border-right: 2px solid #cfcfcf;
	background: #fff;
	clear: both;
}

#topNav {
	background: #fff;
	clear: both;
	float: left;
	border-top: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	width: 760px;
}

#container2 {
	clear: both;
	border-bottom: 1px solid #cfcfcf;
	width: 760px;
}

#catSearch {
	background-color: #d8d8d8;
	float: left;
	width: 100%;
}

#search { float: left }

#breadcrumbs {
	float: left;
	padding: 8px 0 0 10px;
}

#main {
	width: 565px;
	position: relative;
}

#main.full {
	float: none;
	width: 738px;
	padding: 0;
	border: 1px solid #cfcfcf;
	margin: 10px;
}

#main.search { border: none }

#sidebar {
	width: 189px;
	float: left;
}

#badaFooter {
	background-color: #fff;
	overflow: hidden;
	width: 760px;
	margin-top: 3px;
	padding-bottom: 2px;
	
}

#badaFooter #webAddress {
	float: left;
}

#badaFooter #details {
	float: left;
	width: 546px;
	height: 32px;
	margin-left: 2px;
	border: 1px solid #cfcfcf;
	background-color: #f5f5f5;
}

/* category search styles */
.colA, .colB {
	width: 49%;
	float: left;
}

.colB { float: right }

.colA .eleContainer, .colB .eleContainer {
	border-top: 1px solid #cfcfcf;
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 100%;
}

.contactDetails .eleContainer { float: left }
