#frontintro{
    height: 230px;
    background-color: #000000;
    background-image: url('images/worldbanner.png');
    background-position: right;
    background-repeat: no-repeat;
    padding: 10px;
}
#frontintro h1{
    margin: 0px;
    padding: 0px;
    font-size: 26px;
    font-weight: normal;
    color:  #ea0678;
    line-height: 34px;
}
#frontintro h2{
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: normal;
    color:  #eeeeee;
    line-height: 24px;
    width: 550px;
}

#frontintro p{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    color:  #aaaaaa;
    line-height: 18px;
    width: 470px;
    padding-top: 20px;
}

#searchform{
		margin: 10px;
		width: 280px;
		float: left;
}
#searchform h2{
		margin: 0px;
		padding: 0px;
		color: #888888;
}
#searchform p{
		color: #666666;
		line-height: 19px;
		margin: 0px;
		padding: 0px;
}
#sectionlinks{
		width: 655px;
		float: left;
}
#sectionlinks a{
		display: block;
		padding: 5px;
		float: left;
}
#sectionlinks a img{
		border: 0px;
}
#countylistcol a{
		display: block;
		float: left;
		width: 180px;
		padding: 3px;
		font-size: 12px;
}
#ukpage{
		padding: 5px;
}
#ukpage h3{
				clear: left;
				margin: 0px;
				padding: 0px;
				font-size: 20px;
				color: #888888;
}
#counties{
					width: 200px;
					float: left;
}

#counties a{ 
		display: block;
		float: left;
		width: 180px;
		padding: 3px;
		font-size: 12px;
}

#countycombo a, #dealerlists a, #distlist a{
		display: block;
		float: left;
		width: 180px;
		padding: 3px;
		font-size: 12px;
}

#countycombo{
		height: 550px;
		overflow: scroll;
		margin-right: 10px;
}
#dealers{
				width: 750px;
				float: left;
}

.dealer{
		background-color: #eeeeee;
		border: 1px solid #dddddd;
		float: left;
		width: 340px;
		height: 150px;
		margin: 5px;
		padding: 5px;
		position: relative;
}
.field{
		font-weight: bold;
}
#searchmessage{
		font-size: 18px;
		color: #666666;
}

#pagebar{
    float: right;
    border-right: 1px solid #cccccc;
		clear: left;
}
#pagebar a{
    width: 20px;
    text-align: center;
    display: block;
    float: left;
    color: #444444;
    text-decoration: none;
    border-left: 1px solid #888888;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    font-size: 12px;
    font-weight: bold;
}
#pagebar a.selected{
    background-color: #44444;
}
#pagebar a:hover{
    background-color: #ed0677;
}
#pagebar a:hover.selected{
    background-color: #ffffff;
}

.listbrands {
	position: absolute;
	top: 190px;
	width: 344px;
	left: -1px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 3px;
	height: 35px;
}

.listbrands h4{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.listbrands ul{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
.listbrands li{
	line-height: 13px;
	display: inline;
	font-size: 11px;
	color: #333333;
	white-space: nowrap;
}
.int{
		 height: 210px;
		 margin-bottom: 20px;
}



