/* fonts.css */


body{
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  color:#fff;
}

#subheader{
  font-size:12pt;
}
 
#content a:link { 
  color : #bc0808;
  text-decoration:underline;
  font-weight:bold;
  font-size:13pt; 
} 

#content a:visited { 
  color : #e00808; 
  text-decoration:underline;
  font-weight:bold;
  font-size:13pt;
} 

#content a:hover { 
  color : #e00808;
  text-decoration:underline;
  font-weight:bold;
  font-size:13pt; 
}

#googlemap a:link { 
  color : #bc0808;
  text-decoration:none;
  font-weight:bold;
  font-size:13pt; 
} 

#googlemap a:visited { 
  color : #e00808; 
  text-decoration:none;
  font-weight:bold;
  font-size:13pt;
} 

#googlemap a:hover { 
  color : #e00808;
  text-decoration:none;
  font-weight:bold;
  font-size:13pt; 
}

#navlist{ 
  line-height:35px;
  font-weight:bold;
  color:#bc0808;
}

#navlist a:link{
  color:#fff; 
}  

#navlist a:visited{
  color:#bc0808 
} 

#navlist a:hover{
  color:#fff; 
}  

#content p{
  font-weight:bold;
  font-size:13pt;
  line-height:23px;
  text-indent:35px;
}

#content2 p{
  font-weight:bold;
  font-size:13pt;
  line-height:23px;
  text-align: center;
}

#map p{
  font-weight:bold;
  font-size:13pt;
  line-height:23px;
}

#promo p{
 color : #ffffff;
  text-decoration:none;
  font-size:13pt;
}

#promo a:link { 
  color : #bc0808;
  text-decoration:none;
  font-weight:bold;
  font-size:14pt;
} 

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

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

#brands p{
  font-weight:bold;
  font-size:11pt;
}

#brands h2{
  color:#bc0808;
  font-weight:bold;
  font-size:15pt;
}

#footer p{
  font-weight:bold;
  font-size:11pt;
  line-height:19px;
  letter-spacing:.9px;
  text-align: center;
}

#content h1{
  text-align: center;
  font-size:20pt;
  color:#cccccc; 
  font-weight:normal;
  font-style:normal;
  font-variant:small-caps;
  letter-spacing:1.28px;
  line-height:30px;
}

#wrapper h1{
text-align: center;
  font-size:20pt;
  color:#cccccc; 
  font-weight:normal;
  font-style:normal;
  font-variant:small-caps;
  letter-spacing:1.28px;
  line-height:30px;
}

#content h2{
  color:#bc0808;
  text-align: center;
  font-size:14pt; 
  font-weight:bold;
}

#content2 h2{
  color:#bc0808;
  text-align: center;
  font-size:14pt; 
  font-weight:bold;
}

#content h3{
  text-align: center;
  font-size:13pt; 
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  line-height:38px;
}

#specials p { 
  color : #e00808;
  text-decoration:none;
  font-size:15pt; 
}

#specials a:link { 
  color : #bc0808;
  text-decoration:none;
  font-weight:bold;
  font-size:14pt; 
} 

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

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

#footer a:link { 
  color : #bc0808;
  text-decoration:none;
  font-weight:bold;
  font-size:11pt; 
} 

#footer a:visited { 
  color : #e00808; 
  text-decoration:none;
  font-weight:bold;
  font-size:11pt;
} 

#footer a:hover { 
  color : #e00808;
  text-decoration:none;
  font-weight:bold;
  font-size:11pt;
}


