/*

CSS: site-furniture.css
Primary use: Site furniture pages (T & Cs, Privacy policy)
Depends on: insider.css
Extended by: Nothing

Contents:
1.0 Site furniture (T&Cs, privacy policy)
  1.1 Base styles
  1.2 Anchor links
  
Notes:
Use image folder image/insider

*/

/*****************************************************************
1.0 Site furniture (T&Cs, privacy policy etcetera)
*****************************************************************/
/* 1.1 Base styles */
#site-furniture{ background:#fff url('../image/insider/iN-bk.jpg') center 0 no-repeat; }
#site-furniture .iN-column-full-width{ padding:60px 0 40px; }
#site-furniture h1{ border-top:1px solid #f7931e; color:#f7931e; margin-bottom:45px; padding-top:10px; text-transform:uppercase; }
#site-furniture h2{ margin-bottom:10px; }
#site-furniture h2,
#site-furniture h3{ color:#f7931e; font-size:1em; }
#site-furniture h3{ border-top:1px solid #9d9d9d; clear:both; height:1%; margin:25px 0 10px; padding-top:25px; }

/* 1.2 Anchor links */
.anchor-links{ background:url('../image/insider/iN-divider-dots-top.gif') 0 0 no-repeat; margin:0 -35px 25px 0;/*IE*/ overflow:hidden; position:relative; width:680px;  }
.anchor-links li{ background:url('../image/insider/iN-divider-dots.gif') 0 bottom repeat-x; float:left;/*IE 6*/ margin-right:35px; padding:2px 10px 3px; width:285px; }
.anchor-links a{ background:url('../image/insider/iN-link.gif') 8px center no-repeat; font-weight:bold; padding-left:22px; }


