html,body
{
  margin:0px;
  padding:0px;
  height:100%;
  background: #fff url(fur_bg_white.jpg);
}

@font-face
{
 font-family:TitleFont;
 src: url(Helvetica.ttf) /* TTF file for CSS3 browsers */
}
img
{
 border:0px;
}

.frame
{
 border:6px solid #aaa;
}

.fade
{
 opacity:0.9;
 filter:alpha(opacity=90);
}

.fade:hover
{
 opacity:1;
 filter:alpha(opacity=100);
}

#top
{
  width:100%;
  height:160px;
  background: #f6f5f5 url(fur_bg.jpg);
  border-bottom:3px solid #f7660a;
}

#logo
{
  position:relative;
  top:0px;
}

#middle
{
}

.fullwidth_center
{
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}

.row_container
{
  margin-left:6px;
  border-bottom:3px solid #aaa;
  padding:10px 0px 10px 0px;
  width:974px;
}

.row_col
{
  float:left;
  padding:0px 18px 10px 0px;
}

.row_header a
{
  text-decoration:none;
  color:#363636;
  font-weight:bold;
}
.row_text a
{
  text-decoration:none;
  color:#363636;
}

.mtop50
{
   margin-top:10px;
}

.mbottom50
{
   margin-bottom:60px;
}

#footer
{
  width:100%;
  height:220px;
  background: #f6f5f5 url(fur_bg_bottom.jpg);
  border-top:3px solid #f7660a;
}

#footer_text
{
   padding:40px 0px 0px 0px;
   text-align:center;
   line-height:28px;
}

#footer_transparent
{
  text-align:center;
  margin-left:0;
  margin-right:auto;
  width:970px;
  padding:10px;
  opacity:0.8;
  filter:alpha(opacity=80);
  background-color:#fff;
}
#footer_transparent:hover
{
  opacity:0.9;
  filter:alpha(opacity=90);
}

.bottom_made a
{
   text-decoration:none;
   color:#f7660a;
}

.bottom_made
{
   color:#f7660a;
   padding:10px;
   /*background-color:#fff;
   margin:10px; */
   font-weight:bold;
}

.bottom_contact a
{
   text-decoration:none;
   color:#f7660a;
}
.bottom_contact
{
   color:#f7660a;
   /*padding:10px;
   background-color:#fff; */
   font-weight:bold;
}
.novisible
{
  display:none;
}

#page_bottom_menu
{
  height:80px;
  margin-top:10px;
  background: #fff url(fur_bg.jpg);
}

#page_bottom_menu ul
{
  list-style:none;

}

#page_bottom_menu li
{
  list-style:none;
  float:left;
  padding:10px;
  border:3px solid #e37f42;
  margin-right:5px;
  margin-top:14px;
  background: #fff url(fur_bg_white.jpg);


}
#page_bottom_menu a
{
  color:black;
  font-weight:bold;
  font-size:20px;
}
#page_bottom_menu a:hover
{
  color:#e37f42;
  font-weight:bold;
  font-size:20px;
}
