#main #paging {
	width: 1000px;
	text-align: center;
	height: 1500px;
}


#main #paging #number {
	display: block;
	padding: 15px 0 0 150px;
}

#main #paging > #number {
	position: relative;
	top: 10px;
	display: block;
	padding: 0px 0 0 150px;
}

#main #paging #number li {
	display: inline;
}

#main #paging #number a {
	font-size: 6pt;
	line-height: 9pt;
	background: url('images/image-07a.gif') no-repeat;
	text-align: center;
	height: 12px;
	width: 15px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0 2px 0 0;
}

#main #paging > #number a {
	line-height: 10pt;
}

#main #paging #number a:hover {
	background: url('images/image-07b.gif') no-repeat;
}

#main #paging #button {
	float: right;
	position: relative;
	top: -10px;
}

#main #paging > #button {
	
	position: relative;
	margin-top:-5px;
}

#main #paging #button li {
	clear: both;
	display: inline;
}

#main #paging #button a img {
	background: url('images/image-08a.gif') no-repeat;
	width: 31px;
	height: 31px;
}

#main #paging #button a:hover img {
	background: url('images/image-08b.gif') no-repeat;
}

#main #paging #button img {
	border: none;
}



	body {
		font-family: arial, helvetica, serif;
	}
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
		background-color: #333333;
		width: 130%;
	}
	#nav li ul li{ /* second-level lists */
		border-bottom:2px solid #000;
		width:100%;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
		margin-left: 230px;
		width:100%;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}
	#navLogin{
	 float:left; 
	 margin-left:-17px;
	}
	#logo{
	 margin-left:0px;
	}
	#shoppingCart{
	 margin-top:5px; 
	 margin-left:30px; 
	 
	 bottom:0px;
	}
	#Download{
	 margin-top:5px; 
	 margin-left:10px; 
	 
	 bottom:0px;
	}

	#menuSubTitle{
	 clear:both; 
	 margin-left:5px; 
	 width:475px; 
	 background-color:#544729; 
	 font-family:Georgia, "Times New Roman", Times, serif; 
	 font-size:24px; 
	 color:#FFF;
	}