/* CSS Document */

h2,
a:link,
a:visited,
li.active_menu li a:link,
li.active_menu li a:visited,
#nav li.active_menu a,
#nav li.active_menu a:hover {
  color: #BB2D12; 
}

a:hover,
li.active_menu li a:hover {
  color: #d7492d;
}


div#header div#red-bar {
  height: 16px;
  background: #D6482C url(../images/red/head_bar.png) 0 0 no-repeat;
}

div.modulebox-red {
  background: url(../images/red/box_br.png) 100% 100% no-repeat;
}

div.modulebox-red div.bx1 {
  background: url(../images/red/box_bl.png) 0 100% no-repeat;
}

div.modulebox-red div.bx2 {
  background: url(../images/red/box_tr.png) 100% 0 no-repeat;
}

div.modulebox-red div.bx3 {
  background: url(../images/red/box_tl.png) 0 0 no-repeat;
  padding: 0;
  margin: 0;
}

div.modulebox-red div.moduletable h3 {
	margin: 0 -9px;
	background: url(../images/red/box_h3_divider.png) 0 100% repeat-x;
	margin-bottom: 5px;
	color: #fff;
}

div.modulebox-red div.moduletable {
	color: #ddd;
}

div.modulebox-red a:link,
div.modulebox-red a:visited {
  color: #ddd;
}

div.modulebox-red a:hover {
  color: #fff;
}

#nav li.active_menu a,
#nav li.active_menu a:hover {
  background: url(../images/red/head_menu_hilite.png) 0 0 repeat-x;
}

#nav li a:hover {
  color: #fff;
}

