/* * * * * * * * * * * * * * display none * * * * * * * * * * * * * * * */

#language, #leftcontent, #topmenu, .AdminStatusBar .Pager, img a, #searchfield, #textbanner, #homepage-logos, #footer-text, #privacy, #breadcrumbs, #toplinks {
	display: none;
}

/* * * * * * * * * * * * * * general css * * * * * * * * * * * * * * * */

body {
	background: none;
	font : normal normal 80% arial, verdana;
	color: #666;
	padding: 50px 0 0 0;
}

p {
	font-size: 9pt;
	line-height: 1.5em;
}

h1 {
	font-size: 13pt;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
}

h3 {
	font-size: 11pt;
	font-weight: normal;
}

img {
	margin: 10px 10px 10px 0;
	border: 0;
}
a:link, a:active, a:visited {
	background: transparent;
	text-decoration: underline;
	color: #000000;
}
a:link:after, a:visited:after {
	display: none;
}

/* * * * * * * * * * * * * * footer * * * * * * * * * * * * * * * */

#footer p{
	clear: both;
	font-size: 9pt;
	border-top: 1px solid #000;
	margin-top: 15px;
	padding-top: 5px;
}

#logo {
	position: absolute;
	top: 0;
	right: 5px;
}

.product-item {
	float: left;
	margin:0 35px 35px 0;
	text-align:center;
	width:120px;
}

#rightcontent {
	clear: both;
}

/* * * * * * * * * * * * Google Maps * * * * * * * * * * * * * */

#map{
	color: #333333;
	border: 1px solid #999; 
}

/* * * * * * * * * * * * DEALERS * * * * * * * * * * * * * */

.dealers-items {
	margin: 10px 0 20px 0;
}

.dealers-items a:link,
.dealers-items a:active,
.dealers-items a:visited {
	color: #666;
	text-decoration: none;
}

.dealers-items a:hover {
	color: #333;
}

ul.dealers-items li{
	list-style-type: none;
}

.dealers-item {
	width: 207px;
	height: 100px;
	float: left;
}

#dealers-map{
	border: 1px solid #ddd;
}
