/* CSS Document */
@import url(_fonts.css); /* Import Font CSS Document */
@import url(_layout.css); /* Import Base Layout CSS Document */
@import url(_base.css); /* Import _base display items */

@import url(store.css); /* Import Base Layout CSS Document */
@import url(checkout.css); /* Import Base Layout CSS Document */

/* Page Content */		
#pageContentWrapper {
	z-index: 1;
	position: relative;
	margin: 0; padding: 35px;
	width: 890px; min-height: 250px;
	overflow: hidden;
	}
	
#pageContentWrapperLeftNav {
	z-index: 1;
	position: relative;
	margin: 0; padding: 20px;
	width: 910px; min-height: 250px;
	overflow: hidden;
	}
	
	
	
/* Left Navigation */
#pageLeftWrapper {
	float: left;
	width: 243px; min-height: 250px;
	}
	
#pageLeftNavWrapper {
	width: 220px; min-height: 250px;
	padding: 4px; margin: 0;
	overflow: hidden;
	background-image: url(../images/homepage/events-background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #dfea9f;
	}	
		
		#pageLeftNavInnerWrapper {
			width: 218px; min-height: 248px;
			padding: 0; margin: 0;
			border: 1px solid #b1b2ab;
			overflow: hidden;
			background-image: url(../images/homepage/events-inner-background.jpg);
			background-position: bottom middle;
			background-repeat: no-repeat;
			background-color: #fefefc;
			}
			
			#pageLeftNavHeader {
				width: 218px;
				padding: 7px 10px;
				font: 14px Arial, Helvetica, sans-serif;
				color: #333;
				background-color: #e0eaa2;
				}
				
			#pageLeftNav {
				width: 256px; min-height: 248px;
				margin: 0; padding: 0;
				background-image: url(../images/homepage/events-Text-background.jpg);
				background-position: bottom;
				background-repeat: no-repeat;
				background-color: #fefffd;
				}
				
				#pageLeftNav ul {
					display: block;
					margin: 0px; padding: 6px 6px 21px 16px;
					list-style: none;
					}
					
					#pageLeftNav li {
						list-style: none;
						padding: 0px; margin: 0px;
						line-height: 2em;
						}
					
					#pageLeftNav li a {
						color: #333;
						margin: 0px; padding: 0px;
						text-align: left;
						}
					
					#pageLeftNav li a:hover {
						color: #c60651;
						text-decoration: underline;
						}
						
						#pageLeftNav li ul {
							margin: 0px; padding: 0px 0px 6px 12px;
							}
						
						#pageLeftNav li li {
							list-style: none;
							margin: 0px; padding: 0px;
							line-height: 1.7em;
							}
						
						#pageLeftNav li li a {
							margin: 0px; padding: 0px;
							text-decoration: none;
							}
						
						#pageLeftNav li li a:hover {
							text-decoration: underline;
							color: #c60651;
							}
							
				.leftNavSelected {
					font-weight: normal;
					color: #daa741;
					}
					
			#pageLeftNavPod {
				width: 198px;
				margin: 0 0 0 4px; padding: 10px;
				border: 1px solid #ccc;
				}
				
				#pageLeftNavPod p{
				font-size: 0.9em;
				}
				
/* Page Content */	
#pageContent {
	float: left;
	margin: 0; padding: 0;
	width: 660px;
	}
			
#pageContentWide {
	margin: 0; padding: 0;
	width: 890px;
	}

						