/*styles specific to dealers page */


#banner {
	background: url(../images/backgrounds/dealers-banner.jpg) no-repeat left top;
}


/*#logo.black {
	background: url(../images/backgrounds/logo-white.png) no-repeat left top;
}*/


/*
MAIN INDEX PAGE
========================================*/

#region-buttons {}

#copy #region-buttons h2 {
	background: #333;
	border-bottom: 0;
	font-size: 11px;
	float: left;
	font-weight: normal;
	margin: 0 22px 10px 0;
	padding: 0;
	width: 165px; height: 195px;
}

#region-buttons h2 a {
	float: left;
	padding: 10px;
	text-decoration: none;
	width: 145px; height: 175px;
}

#usa a {background: url(../images/backgrounds/usa-button.gif);}
#canada a {background: url(../images/backgrounds/canada-button.gif);}
#europe a {background: url(../images/backgrounds/europe_button.gif);}
#russia a {background: url(../images/backgrounds/russia-button.gif);}
#asia a {background: url(../images/backgrounds/asia-button.gif);}

#region-buttons h2 a:hover {background-position: 0 -195px;}

/*
USA INDEX PAGE
========================================*/

#usa-buttons {}

#copy #usa-buttons h2 {
	background: #333;
	border-bottom: 0;
	font-size: 1.2em;
	float: left;
	font-weight: normal;
	margin: 0 18px 10px 0;
	padding: 0;
	width: 130px; height: 195px;
}

#usa-buttons h2 a {
	float: left;
	padding: 10px;
	text-decoration: none;
	width: 110px; height: 175px;
}

#usa-buttons h2#west-coast a { background: url(../images/backgrounds/west-coast-button.gif);}
#usa-buttons h2#rockies a { background: url(../images/backgrounds/rockies-button.gif);}
#usa-buttons h2#mid a { background: url(../images/backgrounds/middle-button.gif);}
#usa-buttons h2#east a { background: url(../images/backgrounds/east-button.gif);}

#usa-buttons h2 a:hover { background-position: 0 -195px !important;}

/*
INTERNATIONAL LISTINGS
========================================*/

#copy h2.dealer-area {
	background: #333;
	border-bottom: 0;
	font-size: 1.4em;
	padding: 5px 7px;
}

.dealer-listing {
	border-bottom: 1px solid #262626;
	margin: 0 0 20px 0;
	padding: 10px 0;
}

#copy .dealer-listing h3 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

#copy .dealer-listing p {
	padding: 0 0 10px 0;
}

#copy .dealer-listing ul {
	padding: 0 0 15px 15px;
}

#copy .dealer-listing a {text-decoration: none;}

/*
USA LISTINGS
========================================*/

#copy #dealers-list h2 {
	float: left;
	font-size: 1.4em;
	border-bottom: 10px solid #191919;
	margin: 0;
	padding: 0;
	width: 575px;
}

#copy #dealers-list h2 a {
	background: url(../images/backgrounds/dealer-arrow.gif) #333 no-repeat 530px 0;
	float: left;
	padding: 5px 7px;
	width: 561px;
	text-decoration: none;
}

#copy #dealers-list h2 a:hover {
	background-position: 530px -43px;
}

#copy #dealers-list h3 {
	background: #262626;
	float: left;
	font-size: 1.2em;
	padding: 3px;
	width: 575px;
}

#copy #dealers-list h4 {
	font-size: 1.1em;
}

.dealer-wrapper {
	background: url(../images/backgrounds/dealer-wrapper.gif) repeat-y 277px 0;
	border-top: 1px solid #262626;
	float: left;
	margin: 20px 0;
	width: 575px;
}

#copy #dealers-list .dealer-listing {
	float: left;
	margin: 0;
	padding: 20px;
	width: 245px; height: 110px;
}

#copy #dealers-list .dealer-listing p, 
#copy #dealers-list .dealer-listing ul {
}


/*
TOGGLE CONTENT
========================================*/

.element {
	float: left;
	padding: 10px 0;
	width: 575px;
}

.element ul {}

.element li ul {}

.element ul li {}
 
.element p {}