body {
	background: #969696 url(images/bg.gif) repeat-x;
	font: 11px "helvetica", Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

	#wrapper {
		width: 920px;
		background: #fff;
		border: 1px solid #ccc;
		margin: 25px auto 20px auto;
		position: relative;
		border-bottom: 4px solid #aaa;
	}
	
		.languages { position: absolute; z-index: 15; right: 0; top: -23px;}
		.languages img { margin: 0 5px; } 
	
		#to-basket { position: absolute; top: 300px; left: 290px; z-index: 15}
		
		#bar {
			background: url(images/menu-bar.png) no-repeat;
			width: 270px;
			height: 445px;
			position: absolute;
			top: -60px;
			left: 20px;
			z-index: 10;
			
		}
		
			#bar .inner { padding: 30px 20px 0 20px; }
			
			#logo a {
				background: url(images/logo.png) no-repeat;
				display: block;
				width: 117px;
				height: 149px;
				text-indent: -9000px;
				margin: 0 auto;
			}
			
		 	#menu {
				font-size: 12px;
				margin: 0 10px 0 48px;
			}
					
#menu ul.foldoutmenu {
	margin: 0;
	padding: 0;
	width: 167px;
	white-space: nowrap;
	list-style: none;
}

#menu ul.foldoutmenu li {
	position: relative;
	white-space: nowrap;
	display: block;
	width: 167px;
	margin-bottom: 5px;
	z-index: 1000000;
}

#menu ul.foldoutmenu li a {
	color: #000;
	width: 167px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	padding-left: 25px;
}

#menu ul.foldoutmenu li.parent li { margin-bottom: 0; font-size: 11px;}

#menu ul.foldoutmenu li a:hover, #menu ul.foldoutmenu li.current a {
	background: url(images/small-flame.png) left center no-repeat; color: #f93; 
}

#menu ul.foldoutmenu li.parent li a {
	color: #000;
	width: 150px;
	padding: 3px 3px 3px 10px;
	white-space: nowrap;
}

#menu ul.foldoutmenu li.parent li a:hover, #menu ul.foldoutmenu li.parent li.parent a:hover {
	color: #f93; 
}

#menu ul.foldoutmenu li.parent li li a, #menu ul.foldoutmenu li.parent li li  a, #menu ul.foldoutmenu li.parent li li a:hover {
	background-image: none;
}

#menu ul.foldoutmenu li.parent li a {
	background: #fff url(images/bullet_orange.gif) left center no-repeat;
	padding-left: 25px;
	width: 135px;
	border-right: 4px solid #d8771e;
	z-index: 100;
}

	#menu ul.foldoutmenu li.parent li a:hover {
		border-right: 4px solid #ffb871;
	}

#menu ul.foldoutmenu li.parent li li a, #menu ul.foldoutmenu li.parent li li a:hover {
	background-image: none;
	padding-left: 10px;
}

#menu ul.foldoutmenu li ul {
	position: absolute;
	left: 184px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 167px;
	white-space: nowrap;
	list-style: none;
	display: none;
}
#menu ul.foldoutmenu li ul ul {
	position: absolute;
	left: 167px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 167px;
	white-space: nowrap;
	list-style: none;
	display: none;
}


					
		#page-curl {
			position: absolute;
			z-index: 8;
			background: url(images/page-curl.png) no-repeat;
			width: 920px;
			height: 100px;
			top: 245px;
		}
		
		#container {  z-index: 20; background: #fff; padding: 30px 40px 10px 40px; }
		
		#footer {
			border-top: 1px solid #ccc;
			text-align: center;
			font-size: 12px;
			color: #ccc;
			padding: 10px 0;
			font-weight: bold;
			margin-top: 10px;
		}
			#footer ul li { display: inline; margin: 0 15px; }
			
	ul.strip { margin: 0; padding: 0; list-style: none; }

	ul.slider li { margin: 0 10px; }
	ul.slider li a { display: block; }
	
	ul.slider li a img { padding: 3px; border: 1px solid #ccc; margin-bottom: 5px; }
	
	ul.slider li a.title { font-weight: bold; color: #aaa; text-decoration: none; text-align: center;}
	ul.slider li a.title:hover { color: #f93; }

	
	a:link, a:visited {
		color: #f93;
	}
	
		a:hover { text-decoration: none; }
		
	img.icon { vertical-align: middle; margin-right: 5px; }
	
	h1 {
		color: #000;
		font-size: 21px;
		margin: 0;
		padding: 5px 0;
	}
	
	img.slimbox, img.gallery-item {
			background-image:url(images/ombra.jpg);
			background-repeat:no-repeat;
			background-position:right bottom;
			margin:10px 0 0;
			padding:11px 20px 20px 10px;
		}
		img { border: 0 }
	
	h2 {
		color: #000;
		font-size: 16px;
		font-weight: bold;
		padding: 5px 0;
		margin: 5px 0;
		border-bottom: 1px solid #ccc;
	}
	
	h3 {
		font-size: 14px;
		color: #000;
		margin: 0;
		padding: 0;
	}
	
	.form div {
		background: #eee;
		border-bottom: 2px solid #ccc;
		border-right: 2px solid #ccc;
		padding: 15px;
	}
	
		.form div label {
			display: block;
			width: 70px;
			float: left;
			font-weight: bold; 
			margin: 5px 0;
		}
		
		.form div .field {
			border: 1px solid #ccc;
			padding: 2px;
			margin: 5px 0;
		}
		
		.form div br { clear: left; }
		
		
	img.frame { padding: 3px; border: 1px solid #ccc; margin-bottom: 5px; }
	
	.product-details {
		
	}
	
		.product-details .product-overview {
			float: left;
			width: 230px;
			margin-right: 30px;
		}
		
			.product-details .orange-bar {
				background: #f93 url(images/orange-bar-right.jpg) right center no-repeat;
				height: 20px;
				margin-left: -40px;
				padding-left: 113px;
				font-size: 12px;
				font-weight: bold;
				color: #fff;
				padding-top: 4px;
				margin-top: 10px;
				margin-bottom: 10px; 
			}
			
			.product-details .to-basket {
				text-align: right;
				font-weight: bold;
				margin: 15px 0;
				
			}
			
			.product-details .product-image {
				text-align: right;
			}
			
				img.product-image {
					cursor: pointer;
					padding: 3px;
					border: 1px solid #ccc;
				}
				
			
	
		.product-details .product-description {
			font-size: 11px;
			line-height: 16px;
			color: #999;
			width: 370px;
			float: left;
			margin-right: 20px;
			margin-top: 5px;
		}
		
		.each-product .product-description h3 a { color: #000; }

		.product-details .product-tools {
			float: right;
			width: 150px;
			border-left: 1px solid #ccc;
			margin-top: 40px;
			padding-left: 30px;
		}
		
			.product-details .product-tools  ul li{
				margin: 10px 0;
				font-weight: bold;
			}

			.product-details .product-tools  ul li img { vertical-align: middle; margin-right: 7px; }