* {
	font-family: verdana, arial, sans-serif;
	}
	
body {
	background-color: #fff;
	
	
	background-image: url('images/bg_spring.jpg');
	background-repeat: repeat-y;
	background-position: center;
	
	
	/*
	background-image: url('images/bg_winter.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	*/
	
	background-attachment: fixed;
	
	color: #000;
	text-align: center;
	}
	
	
#align {
	margin: 0 auto;
	text-align: left;
	width: 970px;
	}

.eye {
	display: block;
	text-indent: -300px;
	overflow: hidden;
	position: relative;
	top: -85px;
	background-image: url('images/eyecatcher.jpg');
	float: right;
	width: 220px;
	height: 80px;
}
	
	
#header {
	background-image: url('images/header.jpg');
	height: 262px;
	margin: 0 auto;
	width: 946px;
	padding: 19px 0 0 24px;
	}
	
	#header h1 {
		height: 70px;
		left: 0px;
		position: relative; 
		top: -9px;
		width: 291px;
		}
		
		#header h1 a {
			background-image: url('images/logo.jpg');
			background-repeat: no-repeat;
			display: block;
			height: 70px;
			text-indent: -9000px;
			width: 291px;
			}
			
	#header #top-images {
		background-image: url('images/top-images.jpg');
		background-repeat: no-repeat;
		float: left;
		height: 193px;
		width: 454px;
		}
		
	#recent_news {
		padding: 6px 0 0 479px;
		}
		
		#recent_news p {
			color: #3c8ac5;
			font-family: arial;
			font-size: 14px;
			margin-bottom: 2px;
			}
			
		#recent_news li a {
			background-image: url(images/news_arrow.gif);
			background-position: 210px 3px;
			background-repeat: no-repeat;
			color: #333;
			display: block;
			padding: 1px 0;
			text-decoration: none;
			width: 225px;
			}
			
			#recent_news li a:hover, #recent_news li a:focus, #recent_news li a:active {
				text-decoration: underline;
				}
				
			#recent_news a.archive {
				color: #000;
				display: block;
				margin-top: 10px;
				width: 100px;
				}
				

#menu {
	clear: both;
	float: left;
	font-family: Verdana;
	margin-top: 63px;
	overflow: hidden;
	width: 200px;
	}
	
	#menu li {
		}
		
		#menu li a {
			color: #fff;
			display: block;
			font-size: 90%;
			font-weight: normal;
			height: 20px;
			margin-bottom: 2px;
			padding-top: 5px;				
			text-decoration: none;
			text-indent: 32px;				
			width: 185px;				
			_clear: both;
			_float: left;
			}
			
			#menu li.current a, #menu li a:hover {
				background-color: #003366;
				background-image: url('images/menu-right.jpg');
				background-position: top right;
				background-repeat: no-repeat;
				}
				
				
		#menu li li {
			padding-left: 20px;
			text-indent: 5px;
			}
			
			#menu li.open li a {
				background-image: none !important;
				background-color: #3c8ac5 !important;
				color: #000 !important;
				font-size: 90% !important;
				font-weight: normal !important;
				padding: 6px 0 6px 0	px !important;
				}
				
				#menu li li.open a {
					color: #000 !important;
					background-color: none;
					}
					
				#menu li li.current a {
					text-decoration: underline;
					}
					
					#menu li li.current li a {
						text-decoration: none;
						}
						

#content {
	float: left;
	left: 0px;
	padding: 0 20px 20px 20px;
	position: relative;
	top: 20px;
	width: 500px;
	}
	
	#content span.breadcrumb {
		color: #003366;
		font-family: verdana, sans-serif;
		font-size: 80%;
		}
		
		#content span.breadcrumb a {
			color: #003366;
			text-decoration: underline;
			}
			
	#content h2 {
		color: white;
		font-size: 12pt;
		font-weight: bold;
		padding: 3px 0 10px 0;
		}
		
	#content h3 {
		color: white;
		font-size: 9pt;
		font-weight: bold;
		}
		
	#content .content {
		color: white;
		line-height: 19px;
		font-size: 85%;
		}
		
		#content .content strong {
			font-weight: bold;
			}
			
		#content .content em {
			font-style: italic;
			}
			
		#content .content u {
			text-decoration: underline;
			}
			
		#content .content a {
			color: #FAA800;
			}
			
		#content .content * {
			line-height: 19px;
			}
			
	#content .post {
		padding-bottom: 20px;
		}
		
		#content .post p {
			font-size: 100%;
			margin-bottom: 0.5em !important;
			}
			
			#content .post p.date {
				font-size: 95%;
				}
				
			#content .post p.more {
				margin-bottom: 2em !important;
				}
		#content .post .more {
			color: white;
			}
			
	#content ul {
		margin-left: 20px;
		}
		
		#content ul li {
			list-style-type: disc;
			}
		

#sidebar {
	float: left;
	padding-top: 10px;
	width: 214px;
	}
	
	#sidebar .header {
		background-color: #003366;
		background-image: url('images/bg-block.jpg');
		background-repeat: no-repeat;
		color: #ffa800;
		font-size: 90%;
		font-weight: bold;
		height: 18px;
		padding-left: 7px;
		padding-top: 15px;
		width: 207px;
		}
		
	#sidebar .block_content {
		background-color: #003366;
		background-image: url('images/bg-block-bottom.jpg');
		background-position: bottom left;
		background-repeat: no-repeat;
		color: white;
		font-size: 85%;
		min-height: 50px;
		padding: 0 7px 20px 7px;
		width: 200px;
		}
		
		#sidebar .block_content ul {
			list-style-type: disc;
			list-style-position: inside;
			}
			
		#sidebar .block_content p.more_news {
			margin-top: 8px;
			text-align: right;
			width: 200px;
			}
			
			#sidebar .block_content p.more_news a {
				color: #ffa800;
				padding-right: 4px;
				text-align: right;
				text-decoration: none;
				}
				
		#sidebar .block_content a {
			color: white;
			text-decoration: none;
			}
			
			#sidebar .block_content a:hover {
				text-decoration: underline;
				}
				

#flower {
	background-image: url('images/flower-bottom.jpg');
	bottom: 0px;
	clear: both;
	position: fixed;
	height: 83px;
	width: 185px;
	z-index: -1;
	
	*position: relative;
	_position: fixed;
	}



.basket_items {
	padding-top: 7px;
	}
	
	.basket_items li {
		float: left;
		height: 30px;
		list-style-type: none;
		}
		
	.basket_items .count {
		display: block;
		float: left;
		font-weight: bold;
		}
		
	.basket_items .update {
		float: left;
		display: block;
		margin: -2px 4px 0 5px;
		width: 10px;
		}
		
		.basket_items .update a {
			background-image: url(images/plus.gif);
			display: block;
			height: 9px;
			overflow: hidden;
			text-indent: 20px;
			width: 9px;
			}
			
			.basket_items .update a:hover {
				background-image: url(images/plus_hover.gif);
				}
				
			.basket_items .update a.remove {
				margin-top: 1px;
				background-image: url(images/minus.gif);
				}
				
				.basket_items .update a.remove:hover {
					background-image: url(images/minus_hover.gif);
					}
					
	.basket_items .name {
		width: 160px;
		float: left;
		}
		
		
	.basket_actions {
		background-color: #fff;
		border: 1px solid #000;
		clear: both;
		color: #000;
		margin: 3px 5px;
		padding: 5px;
		}
		
		.basket_actions a {
			color: #3b8ac5 !important;
			}
			
			.basket_actions a.more {
				margin-left: 20px;
				}
			
		.basket_actions .subtotal {
			margin-bottom: 8px;
			}
			
			.basket_actions .subtotal .price {
				xfloat: right;
				font-weight: bold;
				margin-left: 65px;
				}


.basket_update {
	width: 100%;
	}
	
	.basket_update legend {
		display: none;
		}
	
	.basket_update table {
		width: 100%;
		}
	
	.basket_update input {
		width: 35px;
		}
	
	.basket_update td {
		padding: 2px;
		}
	
.basket_update .submit {

	margin: 15px 0 15px 5px;
	padding: 5px 15px;
	width: 100px;
	background-color: #006699;
	border: 1px solid white;
	color: white;
	}