@charset "UTF-8";
/* CSS Document */



a,p,h1,h2,h3,h4,h5,h6,h7,ul,li{
	font-family: 'Michroma', sans-serif;
	font-weight: lighter;
	padding:0px;
	/*margin:0px;*/
	
}

p,ul,li{
	font-weight:400;
	font-size:11px;
	color:#444444;
	text-align:justify;
}

.accordionContent p{
	font-weight:400;
	font-size:12px;
	color:#444444;
	text-justify:auto;
}

li{
	margin:8px 0px;
	list-style-position:inside;
}

h1{
	/*margin-top:20px;*/
	font-weight:400;
	font-size:32px;
	color:#564A32;
}

h2{
	font-weight:600;
	font-size:30px;
	color:#ff8811;
}

h3{
	font-weight:600;
	font-size:14px;
	color:#444444;
}

.accordionButton h3{
	font-weight:lighter;
	font-size:11px;
	color:#444444;
	
}

h4{
	font-weight:400;
	font-size:11px;
	color:#444444;
}

h5{
	font-weight:500;
	font-size:15px;
	color:#FF8811;
}

.accordionContent h5{
	font-weight:500;
	font-size:15px;
	color:#FF8811;
	padding-bottom:3px;
	border-bottom:thin solid #cccccc;
}


a:link{
	color:#ff8811;
	text-decoration: none;
}

a:visited {
	color:#ff8811;
	text-decoration: none;
}

a:hover {
	color: #ff8811;
	text-decoration: none;
}

a:active {
	color:#ff8811;
	text-decoration: none;
}

.dealer a:link{
	color:#ff8811;
	text-decoration: none;
}

.dealer a:visited {
	color:#ff8811;
	text-decoration: none;
}

.dealer a:hover {
	color: #ff8811;
	text-decoration: underline;
}

.dealer a:active {
	color:#ff8811;
	text-decoration: none;
}

.dealername{
	font-weight:400;
	font-size:14px;
	color:#ff8811;
}
