@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	margin: 5px;
	/*margin: 20px;*/
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*background-color: #CCCCCC;*/
	text-align: center;
}

/* ----- Header Start ----- */

	/* Layout */

	#pcHeader08 {
			width: 904px;
			height: 130px;
			background-color: #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-top: 10px;
			margin-bottom: 5px;
			border: none;
			position: relative;
		}
		
	#pcHeader08Left {
			position: absolute;
			top: 0px;
			left: 0px;
			padding-left: 22px;
		}
		
	/* Removed
	#pcHeader08Center {
			position: absolute;
			top: 30px;
			left: 320px;
			width: 210px
		}
	*/
		
	#pcHeader08Right {
	width: 650px;
	padding-right: 22px;
	text-align: left;
	float: right;
		}
		
	/* Elements */
	
	#pcHeader08StoreName {
			text-align: left;
			font-size: 60px;
		}
		
	#pcHeader08StoreDescription {
			text-align: left;
			font-size: 12px;
			margin-top: -5px;
		}
		
	/* Removed 				
	#pcHeader08Center form input {
			font-size: 18px;
			border: 1px solid #CCC;
			background-color: #E8E8FF;
			width: 175px;
			height: 25px;
		}
	*/
			
	#pcHeader08Center form input {
			font-size: 15px;
			border: 1px solid #CCC;
			background-color: #E8E8FF;
			width: 100px;
			height: 18px;
			
		}
		
	#pcHeader08Center a {
			text-decoration: none;
			color: #666;
		}
		
	#pcHeader08Center a:hover {
			color: #999;
		}
		
	#pcHeader08Right .tagLine {
			font-size: 40px;
		}
		
	#pcHeader08Right .tagLineSmall {
			font-size: 18px;
			margin-top: -5px;
		}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav08 {
	width: 860px;
	height: 28px;
	background-color: #7E7E88;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	border: none;
	font-size: 13px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
		}

	#pcTopNav08-CART {
			float: left;
			padding: 2px 0 0 10px;
			font-size: 9px;
		}

	#pcTopNav08-LINKS {
			float: right;
			margin: 0;
			padding: 4px 20px 0 0;
		}

	#pcTopNav08 a {
			text-decoration: none;
			color: #FFFFFF;
		}
		
	#pcTopNav08 a:hover {
			color: #000000;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Start ----- */

	#pcMainArea08 {
			width: 900px;
			background-color: #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			/*margin-bottom: 4px;*/
			border-left: 2px solid #727272;
			border-right: 2px solid #727272;
			/*border: none;*/
		}
	
	/* Remove original
	#pcMainArea08-PC {
			width: 660px;
			float: right;
			border: 1px solid #CCC;
			text-align: left;
			margin: 15px 10px 20px 0;
			/* IE 6 double margin fix */
			/*display: inline;
		}
	*/
		
	#pcMainArea08-PC {
			width: 700px;
			float: right;
			border: 1px solid #CCC;
			text-align: left;
			margin: 15px 20px 20px 0px;
			/*margin: 15px 10px 20px 0;
			padding-right: 15px;*/
			/* IE 6 double margin fix */
			display: inline;
		}
		
		#pcMainArea08-PC-Content {
				padding: 10px;
			}
		
	#pcMainArea08-LEFT {
			width: 150px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 15px 0px 20px 23px;
			/*padding-left: 15px;*/
			/* IE 6 double margin fix */
			display: inline;
		}

	#pcMainArea08-BROWSE {
			width: 200px;
			background-color: #FFFFFF;
			border: 1px solid #FFFFFF;
			margin-top: 10px;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea08-BROWSE table {
			margin: 0 0 10px 6px;
		}

#pcMainArea08-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea08-PRICE {
			width: 200px;
			background-color: #D2F0FF;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}

	#pcMainArea08-LINKS {
			width: 200px;
			background-color: #FFFFFF;
			border: 1px solid #FFFFFF;
			margin-bottom: 10px;
		}
		
	#pcMainArea08-LEFT h3 {
			font-size: 16px;
			color: #333;
			border-bottom: 1px solid #333;
			width: 180px;
			margin: 5px 0 10px 5px;
			font-weight: normal;
		}

	#pcMainArea08-LEFT ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
	}

	#pcMainArea08-LEFT li {
		margin: 4px 0 0 5px;
	}

	#pcMainArea08-LEFT a {
		text-decoration: none;
		color: #333;
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea08-SPACER {
			clear: both;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	/* #pcFooter08 {
			width: 904px;
			height: 25px;
			background-color: #7E7E88;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 20px;
			border: none;
			font-size: 12px;
			text-align: left;
			color: #000;
		}
		
	#pcFooter08 p {
			margin: 0;
			padding: 2px 0 0 10px;
		}

	#pcFooter08 a {
			text-decoration: none;
			color: #000;
		}
		

	#pcFooter08 a:hover {
			color: #CCC;
		}
	*/
/* ----- Footer Copyright Start ----- */
		
	#pcFooterCopyRight08 {
			width: 900px;
			height: 24px;
			/*background-color: #666;*/
			margin-left: auto;
			margin-right: auto;
			margin-top: 10px;
			margin-bottom: 20px;
			border: none;
			font-size: 10px;
			text-align: right;
			color: #7E7E88;
			padding-right: 38px;
			}
			
/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
      width: 200px;
			border: 1px solid #e1e1e1; 
			margin-bottom: 10px;
			font-size: 11px;
	}
	

/*-----------------------------------------------------------------------------------------
	RB Custom Styles
	----------------------------------------------------------------------------------------*/

	#pageCurveTop {
	height: 19px;
	width: 904px;
	background: url(catalog/PageCurveTop.jpg) 0% 0% repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	}
	
	#pageCurveBottom
	{
	height: 19px;
	width: 904px;
	background: url(catalog/PageCurveBottom.jpg) 0% 0% repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	}
	
	#manufactures
	{
	padding-top: 40px;
	}
	
	/* CSS Header Navigation Bar */
	
	/*body{
	padding: 25px;
	}*/
	
	/*^'^ Navigation Structure ^'^*/
	.nav-container-outer{
	background: #990000;
	margin-left: 20px;
	margin-right: 20px;
	/*padding: 0px;
	padding-left: 22px;
	padding-right: 22px;*/
	height: 31px;
	background: url(images/sity/nav-bg.jpg);
	}
	.float-left{
	float: left;
	}
	.float-right{
	float: right;
	}
	.nav-container .divider{
	display:block;
	font-size:1px;
	border-width:0px;
	border-style:solid;
	}
	.nav-container .divider-vert{
	float:left;
	width:0px;
	display: none;
	}
	.nav-container .item-secondary-title{
	display:block;
	cursor:default;
	white-space:nowrap;
	}
	.clear{
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none;
	}
	.nav-container{
	position:relative;
	zoom:1;
	margin: 0 auto;
	}
	.nav-container a, .nav-container li{
	float:left;
	display:block;
	white-space:nowrap;
	}
	.nav-container div a, .nav-container ul a, .nav-container ul li{
	float:none;
	}
	.nav-container ul{
	left:-10000px;
	position:absolute;
	}
	.nav-container, .nav-container ul{
	list-style:none;
	padding:0px;
	padding-left: 60px;
	margin:0px;
	}
	.nav-container li a{
	float:none
	}
	.nav-container li{
	position:relative;
	}
	.nav-container ul{
	z-index:10;
	}
	.nav-container ul ul{
	z-index:20;
	}
	.nav-container ul ul ul{
	z-index:30;
	}
	.nav-container ul ul ul ul{
	z-index:40;
	}
	.nav-container ul ul ul ul ul{
	z-index:50;
	}
	li:hover>ul{
	left:auto;
	}
	#nav-container ul {
	top:100%;
	}
	#nav-container ul li:hover>ul{
	top:0px;
	left:100%;
	}
	
	/*^'^ Primary Items ^'^*/	
	#nav-container a{	
	padding:7px 30px 7px 30px;
	
	/* padding:7px 17px 7px 18px;*/
	
	margin: 0px 0px 0px 0px;
	
	/* ORG
	margin: 10px 0px 0px 0px;
	*/
	
	color: #FFFFFF;
	/*font-family: Trebuchet MS, Arial, sans-serif, Helvetica;*/
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	background: url(images/item-primary-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
	#nav-container a:hover{
	color: #2E2E69;
	/*background: url(images/item-primary-bg.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	}
	
	/*^'^ Secondary Items Container ^'^*/	
	#nav-container div, #nav-container ul{	
	padding:10px 4px 10px 4px;
	margin:0px 0px 0px 0px;
	background: url(images/item-secondary-container-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FF9900;
	border-bottom: 1px solid #CA6500;
	}
	
	/*^'^ Secondary Items ^'^*/	
	#nav-container div a, #nav-container ul a{	
	padding:3px 10px 3px 6px;
	background-color: #FFFFFF;
	background: url(images/item-secondary-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 22px;
	font-size:11px;
	border-width:0px;
	border-style:none;
	margin: 0px 0px 0px 0px;
	width: 149px;
	}
	
	/*^'^ Secondary Items Hover State ^'^*/	
	#nav-container div a:hover, #nav-container ul a:hover{	
	background-color: #FFFFFF;
	background: url(images/item-secondary-bg.jpg);
	background-repeat: no-repeat;
	color:#CC0000;
	}
	
	/*^'^ Secondary Item Titles ^'^*/	
	#nav-container .item-secondary-title{	
	cursor:default;
	padding:4px 0px 3px 7px;
	color: #6C3600;
	font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size:11px;
	/* background: url(images/item-secondary-title-bg.jpg); */
	background-repeat: no-repeat;
	font-weight:bold;
	}
	
	/*^'^ Horizontal Dividers ^'^*/	
	#nav-container .divider-horiz{	
	border-top-width:1px;
	margin:5px 5px;
	border-color: #C16100;
	}
	
	/*^'^ Vertical Dividers ^'^*/	
	#nav-container .divider-vert{	
	border-left-width:1px;
	height:15px;
	margin:4px 2px 0px 2px;
	border-color:#AAAAAA;
	}
