@font-face {
  font-family: 'AvenirNextRounded-Reg';
  src: url('https://s3.amazonaws.com/will-media/webfonts/AvenirNextRoundedW01-Reg.eot?#iefix') format('embedded-opentype'),
	  	url('https://s3.amazonaws.com/will-media/webfonts/AvenirNextRoundedW01-Reg.woff') format('woff'), 
  		url('https://s3.amazonaws.com/will-media/webfonts/AvenirNextRoundedW01-Reg.ttf')  format('truetype'),
  		url('https://s3.amazonaws.com/will-media/webfonts/AvenirNextRoundedW01-Reg.svg#AvenirNextRoundedW01-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNextRounded-Demi';
  src: url('https://s3.amazonaws.com/will-media/webfonts/AvenirNextRoundedW01-Demi.eot?#iefix') format('embedded-opentype'),
	  	url('https://s3.amazonaws.com/will-media/webfonts/AvenirNextRoundedW01-Demi.woff') format('woff'), 
  		url('https://s3.amazonaws.com/will-media/webfonts/AvenirNextRoundedW01-Demi.ttf')  format('truetype'),
  		url('https://s3.amazonaws.com/will-media/webfonts/AvenirNextRoundedW01-Demi.svg#AvenirNextRoundedW01-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
}
div.contentAlign{
	text-align: center;
}

.align-right { text-align: right; }
.align-center { text-align: center; }
.align-left { text-align: left; }

#custom_brochureContent{
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 5px solid #fff;
width: 870px;
height: 381px;
background:url('https://images.ebizautos.com/sites/6713/images/verticalMenu_bg.jpg') no-repeat top center;
position: relative;
text-align: left;
margin: 0 auto;
}
#custom_menuContainer_border{
width: 210px;
background-color: #d3d3d3; /* Background 3 */
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 5px;
position: absolute;
top: 10px;
left: 15px;	
}
#custom_menuContainer{
width: 210px;
background-color: #EEEEEE; /*Background 2 */
padding-bottom: 4px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
div.custom_menuTitle{
font: bold 16px Arial, Helvetica, sans-serif;
color: #007CC2;
width: 200px;
height: 34px;
line-height: 34px;
text-align: left;
border-bottom: 1px solid #d3d3d3; /* Background 3 */
margin-bottom: 10px;
margin-left: 5px;
}
#custom_verticalMenuWrapper{
margin-left: 5px;
}
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background-color: #fff;
font: bold 12px Arial, Helvetica, sans-serif;
color: #575757;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #EEEEEE; /*Background 2 */
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
border-left: 1px solid #EEEEEE; /*Background 2 */
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 200px;
/* for IE */
filter:alpha(opacity=85);
/* CSS3 standard */
opacity:0.85;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #575757;
}

.glossymenu li a:hover{
color: #0065c9;
background-color: #d3d3d3; /* Background 3 */
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */


.specialColumnContent.dark {
	background-color: #007AC5;
	color: #fff;
}
.specialColumnContent.light {
	background-color: #f1f1f1;
	color: #002745;
}
.specialColumnContent {
	min-height: 250px;
}
.specialColumnContent.noPriceSpecial {
	padding-top: 30px;
}
/* -------------- FONTS --------- */
.specialColumnContent,
.specialColumnContent small,
.title_1 {
	color: inherit;
	font-family: "AvenirNextRounded-Reg", arial, sans-serif;
}
p strong,
.title_2,
.yellow_call_to_action {
	color: inherit;
	font-family: "AvenirNextRounded-Demi", arial, sans-serif;
}
/* -------------- TYPOGRAPHY --------- */
.title_1 {
	font-size: 30px;
	line-height: 50px;
	margin-top: 20px;
}
.title_2 {
	font-size: 60px;
	line-height: 80px;
	margin-top: 20px;
}

p.special_details {
	font-size: 10px;
	line-height: 10px;
	padding: 0;
	margin: 0;
}

.yellow_call_to_action a{
	background-color: #FFF400;
	color: #000;
	display: block;
	font-size: 20px;
	line-height: 60px;
	text-align: center;	
	text-decoration: none;
}
.yellow_call_to_action a:hover{
	background-color: #999999;
	color: #fff;
}