@charset "UTF-8";
/* CSS Document */

/* FONT EMBED */
@font-face {
	font-family: 'TitilliumMaps26L1wt';
	src: url('fonts/TitilliumMaps001.eot');
}

@font-face {
	font-family: 'TitilliumMaps26L1wt';
	src: url('fonts/TitilliumMaps001.woff') format('woff'), url('fonts/TitilliumMaps001.otf') format('opentype'), url('fonts/TitilliumMaps001.svg#TitilliumMaps26L-1wt') format('svg');
}

@font-face {
	font-family: 'TitilliumMaps26L250wt';
	src: url('fonts/TitilliumMaps250.eot');
}

@font-face {
	font-family: 'TitilliumMaps26L250wt';
	src: url('fonts/TitilliumMaps250.woff') format('woff'), url('fonts/TitilliumMaps250.otf') format('opentype'), url('fonts/TitilliumMaps250.svg#TitilliumMaps26L-250wt') format('svg');
}

@font-face {
	font-family: 'TitilliumMaps26L500wt';
	src: url('fonts/TitilliumMaps500.eot');
}

@font-face {
	font-family: 'TitilliumMaps26L500wt';
	src: url('fonts/TitilliumMaps500.woff') format('woff'), url('fonts/TitilliumMaps500.otf') format('opentype'), url('fonts/TitilliumMaps500.svg#TitilliumMaps26L-500wt') format('svg');
}

@font-face {
	font-family: 'TitilliumMaps26L750wt';
	src: url('fonts/TitilliumMaps750.eot');
}

@font-face {
	font-family: 'TitilliumMaps26L750wt';
	src: url('fonts/TitilliumMaps750.woff') format('woff'), url('fonts/TitilliumMaps750.otf') format('opentype'), url('fonts/TitilliumMaps750.svg#TitilliumMaps26L-750wt') format('svg');
}

@font-face {
	font-family: 'TitilliumMaps26L999wt';
	src: url('fonts/TitilliumMaps999.eot');
}

@font-face {
	font-family: 'TitilliumMaps26L999wt';
	src: url('fonts/TitilliumMaps999.woff') format('woff'), url('fonts/TitilliumMaps999.otf') format('opentype'), url('fonts/TitilliumMaps999.svg#TitilliumMaps26L-999wt') format('svg');
}



/* ALL PAGES */

body {
	background-color: #999999;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
}

#container-master {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	margin-top: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}

#container-body {
	margin-left: 30px;
	margin-right: 30px;
}


#rbs_header tr td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.header-img {
	display: block;	
}

/* SIDEBAR */

#sidebar {
	float: right;
	right: 30px;
	top: 20px;
	background-image: url(../images/sidebar/sidebar-bg.jpg);
	background-repeat: repeat-y;
}
.sb-separator{
	padding-top:15px;
	padding-bottom: 15px;
}


/* NEW HEADER */


.nav-link{
	display: block;
}


.nav-link span {
  display: none;
}

#nav-home {
  width: 67px;
  height: 25px;
  background: url("../images/nav/home.jpg") no-repeat 0 0;
}

#nav-about {
  width: 71px;
  height: 25px;
  background: url("../images/nav/about.jpg") no-repeat 0 0;
}

#nav-gallery {
  width: 130px;
  height: 25px;
  background: url("../images/nav/gallery.jpg") no-repeat 0 0;
}


#nav-testimonials {
  width: 116px;
  height: 25px;
  background: url("../images/nav/testimonials.jpg") no-repeat 0 0;
}

#nav-contact {
  width: 79px;
  height: 25px;
  background: url("../images/nav/contact.jpg") no-repeat 0 0;
}


#nav-mobile {
  width: 142px;
  height: 30px;
  background: url("../images/nav/mobile.jpg") no-repeat 0 0;
}

#nav-shelving {
  width: 105px;
  height: 30px;
  background: url("../images/nav/shelving.jpg") no-repeat 0 0;
}

#nav-cabinets {
  width: 108px;
  height: 30px;
  background: url("../images/nav/cabinets.jpg") no-repeat 0 0;
}

#nav-carts {
  width: 85px;
  height: 30px;
  background: url("../images/nav/carts.jpg") no-repeat 0 0;
}

#nav-supplies {
  width: 101px;
  height: 30px;
  background: url("../images/nav/supplies.jpg") no-repeat 0 0;
}

#nav-search {
  width: 268px;
  height: 30px;
  background: url("../images/nav/search-bg.jpg") no-repeat 0 0;
}

#nav-home:hover{ background-position: 0 -25px;}
#nav-about:hover{ background-position: 0 -25px;}
#nav-gallery:hover{ background-position: 0 -25px;}
#nav-testimonials:hover{ background-position: 0 -25px;}
#nav-contact:hover{ background-position: 0 -25px;}

#nav-mobile:hover{ background-position: 0 -30px;}
#nav-shelving:hover{ background-position: 0 -30px;}
#nav-cabinets:hover{ background-position: 0 -30px;}
#nav-carts:hover{ background-position: 0 -30px;}
#nav-supplies:hover{ background-position: 0 -30px;}




