body
{
  color:#383838;
}

a
{
  color:#0d87bc;
}

a:hover
{
  color:#333333;
}

h1
{
  color:#0d87bc;
}

h2
{
  color:#0d87bc;
}

h3
{
  color:#0d87bc;
}

h4
{
  color:#0d87bc;
}

h5
{
  color:#393838;
}

h6
{
  color:#393838;
}

td
{
	border:0;
	color:#4d4d4d;
}

th
{
	background:#0d87bc;
	color:#FFFFFF;
	border:0;
}

td.alt,
tr:nth-child(even) td
{
	background:#E8EDFF;
}


#menu ul ul li a
{
  color:#0d87bc;
}

#menu ul ul li a:hover
{
  color:#44c6d5;
}

#menu
{
  background: url(images/menu_background.png) no-repeat left top;
}

#menu ul li
{
  background: url(images/menu_separator.png) no-repeat right top;
}

#menu>ul>li.current_page_item>a,
#menu ul li a:hover
{
  background:url(images/menu_hover.png) repeat-x left top;
 
}

#menu ul li.home a:hover
{
  background: url(images/menu_hover_home.png) repeat-x left top;
  

}

#menu ul li.services a:hover
{
  background: url(images/menu_hover_services.png) repeat-x left top;
}

#menu ul li.portfolio a:hover
{
  background: url(images/menu_hover_portfolio.png) repeat-x left top;
}

#menu ul li.blog a:hover
{
  background: url(images/menu_hover_blog.png) repeat-x left top;
}

