body
{
  background:url(../images/body_bg_grey.png) repeat-x top left;
}

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

#top_menu
{
  /*background-color:#b7b7b7;*/
  background-color: rgb(192,38,38);
  margin-bottom: 7px;
}

#big_right
{
  width: 570px;
  float: left;
  /*padding-left: 5px;*/
}

#small_left
{
  background:url(../images/bar_bg_top_fiat.png) repeat-x top left;
  width: 230px;
  /*background: rgb(192,38,38);*/
}

.submenu li
{
  background:#cecece url(../images/indent_red.gif) no-repeat scroll left center;
}

.submenu li.first
{
  background:rgb(192,38,38) none repeat scroll 0 0;
  color: rgb(234,234,232);
}

.submenu li.selected
{
  background:#b1b1b1 url(../images/indent_selected.gif) no-repeat scroll left center;
  font-weight:bold;
}

a.orange:hover, submenu li.selected a:hover
{
  color:black;
}

a:hover, .orange, a.orange:link, a.orange:visited
{
  color:#7d7c7c;
}

.title_bar
{
  background:rgb(192,38,38);
  color: rgb(234,234,232);
}
.title_bar.top
{
  background: rgb(192,38,38);
}
h1.header_title
{
  padding: 130px 0 0 538px;
  color: rgb(234,234,232);
}
