/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/grid.css";
@import "lib/buttons.css";
/* End import/hide */


/* Compressed version: 
   [http://teenage.cz/acidofil/tools/cssformat.php]
   
   Comment out @import statements above, and add this 
   one when your site has launched (Ca 60% compressed):
   @import "lib/compressed.css"; */


/* Uncomment the line below to see the grid and baseline. 
   (Assuming you've wrapped your columns in a container).

  .container { background: url(lib/img/grid.png); }
  .container { background: url(lib/img/baseline.png); } */


body {
	background: #FFF url(../../i/big-s.gif) no-repeat fixed top left;
}
img#banner {margin-left: 50px;}
ul#nav {
	margin-top: 1.5em;
	background-color: #F4AA6B;
	color: #FFF;
	list-style: none;
}
ul#nav li {
	text-indent: 1em;
	line-height: 2em;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
ul#nav a {
	color: #FFF;
	display: block;
	width: 100%;
	background-color: #F6BB88;
	text-decoration: none;
}
#nav #first {
	background-image: url(../../i/ur-corner.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
ul#nav a:hover {
	background-color: #F4AA6B;
}
ul.thumbnails {
	list-style: none;
	margin-left: 0px;
/*	margin-top: 1.5em;*/
}
ul.thumbnails li {
	display: inline;
}
ul.thumbnails li img {
	margin-right: 16px;
}
/*table.prices { margin-right: 1em; }*/
