a:link, a:visited {
	color: #B84F30; 
}

a:hover {
	color: #e7633c;	
}

a.mainlevel:link, a.mainlevel:visited, a.sublevel:link, a.sublevel:visited {
	color: #73311E;
}

a.mainlevel:hover, a.sublevel:hover {
	color: #B84F30;
}

h1, div.componentheading, td.componentheading {
  color: #B84F30; 
}

#logo {
	background: url(../images/dm_logo_red.gif) 15px 50% no-repeat;
}

#search input {
	border: 1px solid #73311E;
	background: #F7ECEA;
}

div#header1 {
	background: #b84f30 url(../images/dm_header_tr_red.png) no-repeat top right;
	border: 0px solid #cccccc;
}

div#header2 {
	background: transparent url(../images/dm_header_tl_red.png) no-repeat top left;
}

div#header3 {
	background: transparent url(../images/dm_header_br_red.png) no-repeat bottom right;
}

div#header4 {
	background: transparent url(../images/dm_header_bl_red.png) no-repeat bottom left;
}

div.module-color, div.module-menu {
  background: #F7ECEA url(../images/dm_box_bl_red.png) no-repeat bottom left;
}

div.module-color div, div.module-menu div {
  background: transparent url(../images/dm_box_br_red.png) no-repeat bottom right;
}

div.module-color div div, div.module-menu div div {
  background: transparent url(../images/dm_box_tl_red.png) no-repeat top left;
}

div.module-color div div div, div.module-menu div div div {
	background: transparent url(../images/dm_box_tr_red.png) no-repeat top right;
}

div.module-menu table {
	background: url(../images/dm_menu_underline_red.png) top left repeat-x;
}

div.module-menu a.mainlevel {
	background: url(../images/dm_menu_bg_red.png) top left repeat-x;
}

/* Suckerfish Tabs */

#nav li {
  background:url(../images/dm_tab_normal_l_red.png) no-repeat top left;
}

#nav a {
  background:url(../images/dm_tab_normal_r_red.png) no-repeat top right;
  color:#eee;
}

div#nav li.active {
  background:url(../images/dm_tab_over_l_red.png) no-repeat top left;
	color: #333
}
div#nav li.active a {
  background:url(../images/dm_tab_over_r_red.png) no-repeat top right;
	color: #333;
}
