/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';
/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css';
   
/* See the grid:
   Uncomment the line below to see the grid and baseline. 
   .container { background: url(lib/grid.png)*/
   

   
body {
	background:url(http://samuelinteractive.com/luxury/i/b.jpg) repeat-x #bec7c6 fixed;
}
.container {
	background:#fff;
}
.header {
	background:#1e1e1e;
	border-bottom:#4d4d4d 2px solid;
}
.footer {
	background:#1e1e1e;
	border-bottom:#4d4d4d 2px solid;
	color:#999999;
	padding-top:20px;
}
.footer dt {
	color:#ccc;
}
.footer dd {
	padding:0;
	margin:0;
	font-size: .9em;
}
   
/* LEFT MENU */
   
.leftmenu {
padding-top:20px;
}

.leftmenu h5{

}
.leftmenu ul { margin-right:0;}

.leftmenu ul li a{	
	display:block;
	background:url(../i/b_arrow.png) no-repeat 0px 3px;
	padding-left:15px
}

.leftmenu ul li a:hover {	color:#00a8ff;
}
/* LEFT MENU */
.pagination {
margin-top:0;
padding:5px 0 5px 10px;
font-size:11px;
font-weight:bold; 
}

#tabnav {
	height: 30px;
	margin:0;
	padding:0;
}
#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited {
	height:20px;
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 20px 2px 20px;
	margin: 0;
	text-decoration: none;
	color: #848f8c;
}
#tabnav a.selected {
	height:20px;
	float: left;
	background: url(http://samuelinteractive.com/luxury/i/g.jpg) repeat-x #525252;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 10px 2px 10px;
	margin-right: 4px;
	text-decoration: none;
	color: #aeaeae;
}
#tabnav a:hover {
	color:#fff;
}
.right-menu ul {
	color:#8a896f;
	margin:0px;
	list-style:none;
}
.right-menu h5 {
	color:#362f2d;
}
.nav-menu {
	font-size: 11px;
}
.products ul {
	list-style:none;
	margin-left:0;
}
.product_list {
	list-style:url(../cssimg/b_a.png);
}
.store_cat {
	list-style:none;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.8;
}
.store_cat_sub {
	list-style:none;
	margin:0px 0px 0px 10px;
	text-transform:capitalize;
	line-height:1.2;
}
.store_cat a {
	text-decoration:none;
	color:#8a896f;/* background:url(../cssimg/b_b.gif) right no-repeat; */
	display:block;
}
.store_cat a:hover {
	color:#ed1a3a;
}
'
