html {
	background-color: #8277b9;
	background-image: url(images/bg.jpg);
	background-position: 0 80px;
	background-repeat: repeat-x;
	}
	
body {
	text-align: center;
	font-family: Arial, Verdana;
	}
	
#container {
	width: 990px;
	background-color: #ffffff;
	border-width: 14px 2px 6px 2px;
	border-color: #f48047;
	border-style: solid;
	margin: 20px auto;
	text-align: left;
	}
	
	#header {
		border-bottom: 3px solid #626262;			
		padding-bottom: 12px;
		width: 970px;
		height: 75px;
		position: relative;
		left: 10px;
		}
	
		#header h1 {
			float: left;
			width: 300px;
			height: 75px;
			background-image: url(images/logo.jpg);
			background-repeat: no-repeat;
			position: relative;
			top: 10px;
			text-indent: -1500px;
			}
	
		#header form {
			float: left;
			position: relative;
			left: 363px;
			*left: 365px;
			top: 40px;
			text-align: right;
			}
			
			#header form fieldset {
				position: relative;
				left: 148px;
				*left: 0px;
				}
			
			#header form .text {
				border: 1px solid #9d6ea4;
				color: #777;
				display: block;
				float: left;
				padding: 2px;
				margin-top: 1px;
				font-size: 95%;
				height: 17px;
				}
			
			#header form .submit {
				background-color: #9d6ea4;
				border: 1px solid white;
				color: white;
				float: left;
				padding: 1px 7px 4px 7px;
				height: 25px;
				*height: 25px;
				display: block;
				}
	
			
		#flash {
      z-index: 0px;
			float: right;
			width: 654px;
			height: 265px;
			}
			
	#middle {
		margin-top: 15px;
		width: 990px;
		}
		
		#middle h2 {
			color: #f48047;
			font-size: 140%;
			margin-top: 10px;
			margin-left: 10px;
			}
		
		#content {
			float: left;
			width: 680px;
			padding: 10px;
			font-size: 12px;
			font-family: verdana;
			background-color: #ffffff;
			}
			
			#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
				color: #f48047;
				margin: 1px 0 1px 0;
				}
				
				#content h1 {
					font-size: 130%;
					}

				#content h2 {
					font-size: 125%;
					}

				#content h3 {
					font-size: 120%;
					}

				#content h4 {
					font-size: 115%;
					}
					
				#content h5 {
					font-size: 110%;
					}
					
				#content h6 {
					font-size: 105%;
					}	
					
			#content p {
				margin-bottom: 10px;
				line-height: 21px;
				}		
				
			#content strong {
				font-weight: bold;
				}
				
					#top {
		clear: both;
		border-bottom: 3px solid #7d2f69;		
		height: 270px;
		position: relative;
		top: 5px;
		left: 10px;
		width: 970px;
		}																							
			
		#sidebar {
			float: left;
			xwidth: 275px;
			font-size: 12px;
			color: #696969;
			}
			
			#sidebar h3 {
				background-image: url(images/bg_sidebar.jpg);
				background-repeat: repeat-x;
				border: 1px solid #aaa;
				color: white;
				display: block;
				padding: 5px 5px;
				width: 268px;
				}
				
				#sidebar .block {
					border-width: 0 1px 1px 1px;
					border-style: solid;
					border-color: #aaa;
					margin-bottom: 10px;
					width: 278px;
					}
					
					#sidebar .login, #sidebar .block_store_search {
						padding: 5px;
						width: 268px !important;
						}
					
					#sidebar .block label {
						display: block;
						padding-bottom: 2px;
						}
					
					
					#sidebar .block #username, #sidebar .block #password, #sidebar .block #search, #sidebar .block #product_search {
						border: 1px solid #f48047;
						padding: 2px;
						margin-bottom: 0px;
						width: 262px;
						}
					
					#sidebar .block .submit {
						background-color: white;
						border: 1px solid #f48047;
						color: #f48047;
						cursor: pointer;
						padding: 2px;
						margin-top: 3px;
						margin-bottom: 8px;
						width: 268px;						
						}
						
						#sidebar .block .submit:hover {
							background-color: #f48047;
							color: white;
							}
			
				#sidebar .block p {
					padding: 5px 5px;
					}
					
					#sidebar .block p a {
						color: #f48047;
						text-decoration: none;
						}


#sidebar .block_meinders {
	}
	
	#sidebar .block_meinders li a {
		background-image: url(images/block_arrow.gif);
		background-repeat: no-repeat;
		color: #333;
		display: block;
		margin: 5px 0 5px 5px;
		padding-left: 15px;
		}
		
		#sidebar .block_meinders li a:hover {
			color: #000;
			}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px dotted #626262;
	width: 310px;
	position: relative;
	float: left;
	z-index: 1000;	
}

#nav {
	padding-left: 6px;	
}

#nav ul {
	
	list-style-position: outside;
}

#nav li > a,
#nav li > ul > li a {
	background-image: url(images/pijl.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-bottom: 1px dotted #626262;
	color: #626262;
	display: block;
	font-size: 13px;
	padding-left: 30px;
	text-decoration: none;				
	width: 280px;
}

#nav li {
	float: left;
	width: 310px;
}

#nav li a:hover {
	background-image: url(images/pijl_hover.png);
	color: #000000;
	text-decoration: underline;
}

#nav li.current > a,
#nav li > ul > li.current a {
	background-color: #9d6ea4;
	background-image: url(images/pijl.png);
	background-position: 276px;
	background-repeat: no-repeat;
	color: white;
	font-size: 13px;
	padding-left: 30px;
	width: 280px;
}
#nav li > ul {
	display: none;
	position: absolute;
	left: -999em;
	float: left;
}

#nav li:hover ul {
	left: 316px;	
}


.missingpassword {
	padding: 7px;
}

.missingpassword a {
	color: #626262;
	text-decoration: none;
}
.missingpassword a:hover {
	color: #000;
	text-decoration: underline;
}
