/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */


//html{background: white url(img/gridbg.gif) repeat top center; }

a{color: #ec0000;}
a:hover {text-decoration: underline;}
#content h1 a:hover{color: #ec0000;}
#navigation li a:hover{background: #ec0000;}

/*.contact_btn{background: transparent url(img/contact_btn_red.png) no-repeat top center; height: 38px; width: 105px; display: block;}
.contact_btn {background: transparent url(../../img/contact-sprite.png) no-repeat 0 -109px; height: 107px; width: 40px; display: block;}
.contact_btn:hover {background: transparent url(../../img/contact-sprite.png) no-repeat 0 -2px; }*/


#content h1 span, #navigation li a{
	font-size: 14px; 
	padding: 0 !important;
	color: #fff; 
	text-transform: none;
	margin: 0 !important;
}
#navigation li a span {
	background: black; 
	padding: 2px 6px 5px !important;
	margin: 0 !important;
}
#content h1 span {
  text-transform: uppercase;
}
#navigation li a span:hover {
  background: #EC0000;
}
