/* CSS Document */
@import url(_fonts.css); /* Import Font CSS Document */
@import url(_layout.css); /* Import Base Layout CSS Document */

@import url(store.css); /* Import Store Layout CSS */

/* Header */	
#pageHeader {
	position: relative;
	padding: 0px; margin: 0px;
	width: 970px; height: 141px;
	background-image: url(../images/pages/pageHeader-background.jpg);
	background-repeat: no-repeat;
	}
	
	#pageHeaderImage {
		position: absolute;
		top: 37px; left: 15px;
		width: 940px; height: 87px;
		}

#pageTitle {
	padding: 20px 0px 0px 245px;
	width: 725px; height: 48px;
	border-top: 1px solid #FFFFFF;
	background-image: url(../images/pages/pageTitle-Background.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	}
	
/* Left Navigation */		
#pageLeftNav {
	float: left;
	width: 222px;
	margin: 0px; padding: 0px 0px 20px 13px;
	overflow: hidden;
	}
	
	.pageLeftNavPod {
		width: 220px; min-height: 121px;
		background-image: url(../images/pages/page-LeftSideBackground.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		}
		
		.pageLeftNavPodTopGraphic {
			width: 220px; height: 6px;
			line-height: 0px; font-size: 0px;
			}
			
		.pageLeftNavPodText {
			width: 180px;
			padding: 12px 20px 40px 20px;
			}
			
	#pageLeftNav ul {
		margin: 0px; padding: 0px;
		list-style: none;
		}
		
		#pageLeftNav li {
			list-style: none;
			padding: 8px 0px 0px 10px;
			font-weight: bold;
			}
		
		#pageLeftNav li a {
			display: block;
			margin: 0px; padding: 0px;
			text-align: left;
			color: #000000;
			text-decoration: none;
			}
		
		#pageLeftNav li a:hover {
			color: #CC3300;
			text-decoration: underline;
			}
			
			#pageLeftNav li ul {
				margin: 0px; padding: 0px 0px 0px 12px;
				}
			
			#pageLeftNav li li {
				list-style: none;
				margin: 0px; padding: 0px 0px 3px 0px;
				font-weight: normal;
				}
			
			#pageLeftNav li li a {
				display: block;
				text-decoration: none;
				}
			
			#pageLeftNav li li a:hover {
				text-decoration: underline;
				}	
				
/* Page Content */		
#pageContent {
	float: left;
	margin: 0px; padding: 25px 20px;
	width: 680px;
	line-height: normal;
	}
	