body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

p { margin: 0 0 15px 0; }

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
}


form {
	display: inline;
}



.container{
	width: 100%;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

/**********************************
Search Field
**********************************/
#search-fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
#search-fields input, #search-fields select {
	font-size: 11px;
}
#search-fields .label {
	padding-bottom: 2px;
}
#search-fields .field {
	padding-bottom: 10px;
}


/**********************************
Categories
**********************************/
.categories {
	height: 30px;
	width: 33%;
	float: left;
}
.categories a {
	font-weight: bold;
	background-image: url(../images/core/arrow-cat.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
}

/**********************************
Ads
**********************************/
.advert {
	width: 180px;
	padding: 10px;
	border: 1px solid #00416F;
	text-align: center;
	margin-bottom: 10px;
}
.ad-pic img {
	margin-bottom: 10px;
}
.ad-hdr {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.ad-text {
	line-height: 18px;
}

/**********************************
Ads
**********************************/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/**********************************
News
**********************************/
.news-item {
	padding: 0px 0;
}
.news-pic {
	float: right;
	margin-left: 10px;
}
.news-hdr {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.news-date {
	font-weight: bold;
	color: #000000;
}
.news-text p {
}
.news-sep {
	background-image: url(../images/core/sep-dotted-h.gif);
	background-position: left center;
	background-repeat: repeat-x;
	clear: both;
	height: 30px;
}

/**********************************
Lisitings
**********************************/
.category-hdr h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.listing-sep {
	background-image: url(../images/core/sep-dotted-h.gif);
	background-position: left center;
	background-repeat: repeat-x;
	clear: both;
	height: 30px;
}
.listing-item {
}
.listing-logo {
	margin-right: 10px;
}
.listing-logo img {
	margin-left: 15px;
}
.listing-hdr {
	font-size: 14px;
	font-weight: bold;
}
.listing-info {
	font-weight: bold;
	color: #000000;
}
.listing-contact {

}

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 15px;
}

/**********************************
Details
**********************************/
.detail-hdr h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.detail-slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.detail-contact {
	margin-bottom: 4px;
}
.detail-info {
	padding-top: 15px;
	color: #000000;
}
.detail-info p {
	color: #000000;
}
.detail-logo {}
.detail-banner {}
.detail-image {
	float: left;
}
.detail-image img {
	margin-right: 15px;
	margin-top: 15px;
}