/*-------------------------------------------------
  DEFAULTS & GLOBALS
-------------------------------------------------*/
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #e2e5e1 url('http://www.patrickheritage.com/skins/Patrick/styleImages/body-bg.gif') repeat-x;
	text-align: center;
	color: #000000;
	font: 75% Arial;
}
a { text-decoration: none; color: #ee3a43; font-size: .9em; }
img { border:none }
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

/*-------------------------------------------------
  DEALERS
-------------------------------------------------*/
.overview {
	padding: 15px;
	text-align: left;
	float: left;
}
.float{
	float: left;
	width: 199px;
	margin-right: 30px;
	margin-bottom: 10px;
}
h3 {
	font-size: 2.4em;
	font-style: normal;
	padding: 5px 0 8px 0;
	clear: both;
	text-align: left;
}
.dealer {
	margin-bottom: 15px;
}
.country {
	width: 100%;
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
	color: #ee3a43;
	padding-bottom: 2px;
	margin-bottom: 15px;
	text-align: left;
}
#countries {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px dotted black;
}
.countries {
	margin-right: 10px;
}