
a:hover
{
	text-decoration: underline;
}
#foot
{
	background: url(../img/theme/default/bg_foot.png) no-repeat 50% 100%;
}
#foot-links
{
	border-top: 1px solid #ccc;
}

/* Navigation
-------------------------------------------------------------- */

#nav-first
{
	background: transparent url(../img/theme/default/bg_nav_1_sub.png) repeat-x 0 100%;
}
#nav-first ul
{
	background: transparent url(../img/theme/default/bg_nav_1.png) repeat-x 0 0.2em;
}


#nav-first li ul li.li-first
{
	border-left: none;
}

#nav-first li ul a:hover
{
	text-decoration: underline;
}
#nav-second
{
	background: #E2E2E2 url(../img/theme/default/bg_nav_2.png) repeat-x 0 100%;
}
h1
{
	width: 273px;
	height: 51px;
	background: transparent url(../img/theme/default/logo.png) no-repeat 0 0;
	text-indent: -99em;
	position: absolute;
	left: 18px;
	top: 35px;
}
/* Panels
-------------------------------------------------------------- */

.sidebar .panel-content
{
	border: 2px solid #A8A8A8;
}



/* Added --------------------------------------------------------------------*/

.black {
	color: #000;
}
.darkGrayBack{
	background: #D6D6D6;
}
.red {
	color: #D91500;
}
.alt
{
	background-color: #EAEAEA;
}
