@charset "utf-8";
/* CSS Document */

#logoHeader {
	padding: 15px 0px 15px 30px;
	height: 47px;
}

#mainContent {
	min-height: 560px;
	background-color: #FFF;
	background-image: url(../images/mainContentHalfBG.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.continentalSection{
 	padding-bottom: 20px;	
}

.countryDealer{
	text-align: left;
	padding-left: 50px;
}

.countryDealer table h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	padding: 20px 0px 0px 60px;
	margin-bottom: 20px;
}

#footer {
	background-color: #fff;
}

#map_america{
	float: left;
	width: 550px;
}

#search{
	float: right;
	width: 360px;
	padding-top: 40px;
}