/* professional.css */

html
{
  background-color: #D8D0C7;
}

#aw_body
{
}

/* --- Header --- */

#aw_header
{
}

#aw_site_title
{
  color: #346AB0;
}

#aw_site_tagline
{
  color: #B28C62;
}

#aw_site_logo
{
  background: url("/graphics/templates/sample_2/professional_header.jpg") no-repeat scroll 0 0 transparent;
}

/* --- Navigation --- */

#aw_menu_wrap
{
  background: none repeat scroll 0 0 #ffffff;
  border-color: #bababa;
}

#aw_menu a, #aw_menu a:visited
{
	color: #9f784d;
}

#aw_menu a:hover
{
  background-color: #f4f4f4;
	color: #000000;
}

/* --- Content --- */

#aw_content
{
  background: none repeat scroll 0 0 #ffffff;
  border-color: #bababa;
  color: #666666;
}

#aw_content_block h1,h2,h3,h4
{
  color: #346AB0;
}

/* --- Footer --- */

#aw_footer
{
  color: #999999;
}
