/* -------------------------------------------------------------- 
  
   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-color:#202020;
}
.container {
	background:#fff;
}


.header{
height:120px;
margin:0;
padding:0;
}


#tabnav {
	height: 30px;
	margin: 0;
}
#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	text-decoration: none;
	color: #9c9b8c;
}
#tabnav a.active {
	float: left;
	background:#d7d7ce;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	text-decoration: none;
	color: #fff;
}
#tabnav a:hover {
	color:#ed1a3a;
}
.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);
}
#navmenu ul {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navmenu {
	width: 230px;
	border-style: solid solid none solid;
	border-color: #D76100;
}
#navmenu li a {
	height: 32px;
	height: 24px;
	text-decoration: none;
}
#navmenu li a:link, #navmenu li a:visited {
	color: #fff;
	display: block;
	background: url(../i/menu.gif);
	padding: 8px 0 0 30px;
}
#navmenu li a:hover {
	color: #fff;
	background: url(../i/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
}
#navmenu li a:active {
	color: #fff;
	background: url(../i/menu.gif) 0 -64px;
	padding: 8px 0 0 30px;
}
