/* SUCKERFISH COLOR SECTION*/
#suckerfish{
background:#a41100;
}
#suckerfish li ul a:hover,
#suckerfish li ul a:active,
#suckerfish li ul a:focus,
/*#suckerfish ul li:hover,
#suckerfish ul li.sfhover,*/
#suckerfish ul li.havesubchildsfhover,
#suckerfish ul li.havesubchild-activesfhover,
#suckerfish ul ul li:hover,
#suckerfish ul ul li.sfhover,
#suckerfish ul ul li.havesubchildsfhover,
#suckerfish ul ul li.havesubchild-activesfhover {
   background: #a41100;
	color: #fff !important;
}

/* Normal link */
a {
	color: #666;
	text-decoration: underline;
}


/* JOOMLA STYLE COLOR SECTION */
h2.contentheading, .contentheading, h3 {
  color:#a41100;
}
/* MODULE RIGHT
--------------------------------------------------------- */
#right div.module_menu h3,
#right div.module_text h3,
#right div.module h3{
  color:#a41100;
}
#right div.module_menu,
#right div.module_text,
#right div.module{
	color:#666;

}
/* MODULE RIGHT WITH SLIDER
--------------------------------------------------------- */
#right div.module_slider h3{
  color:#616161;
}
#right div.module_slider h3:hover{
background:#eeefea;
}

#right div.module_slider{
	color:#666;

}
/* MODULE 1 2 3
--------------------------------------------------------- */
.user_module div.module_menu h3,
.user_module div.module_text h3,
.user_module div.module h3{
  color:#a41100;
}
.user_module div.module_menu,
.user_module div.module_text,
.user_module div.module{
	color:#333;
	border-left:2px solid #ccc;

}
#user_module td{
/*border-left:2px solid #616161;*/
}


.imgborder{
display:block;
padding:6px;
border:1px solid #ccc;
background:#f9f9f9;
margin:4px;
}
