/* CSS Document */

/* Navigation  */


#subnav {
	list-style : none;
	overflow : hidden;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -50px;
	padding-left: 50px;
	}

#subnav li {
	display:inline;
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#subnav a {
	float: left;
	display:inline;
	padding: 17px 0 0 0;
	border:none;
	outline:none;
	overflow: hidden;
	height: 0px !important; 
	height /**/:17px; /* for IE5/Win only */
	}
	
#subnav a:hover, #subnav a.hover {
	background-position: 0 -17px;
	}

#subnav a:active, #subnav a.selected {
	background-position: 0 -34px;
	}
	
#ourcollection a  {
	width: 97px;
	background: url(../images/ourcollection.gif) top left no-repeat;
	}

#orderingsub a  {
	width: 139px;
	background: url(../images/orderingnav.gif) top left no-repeat;
	}

#pricing a  {
	width: 59px;
	background: url(../images/pricing.gif) top left no-repeat;
	}
	
#customization a  {
	width: 98px;
	background: url(../images/custom.gif) top left no-repeat;
	}	

#pieces a  {
	width: 53px;
	background: url(../images/pieces.gif) top left no-repeat;
	}
		
#ordersamples a  {
	width: 99px;
	background: url(../images/samples.gif) top left no-repeat;
	}
			
