body, ul, li, h1, h2, h3, h4, p, form, fieldset {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
body {
	text-align: center;
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	height: 1px;
}

#page {
	width: 960px;
	text-align: left;
	margin: 0px auto;
}
#header {
	height: 116px;
	margin-bottom: 2px;
	background: url(../images/background-header.jpg) repeat-x left bottom;
}
#menu {
	margin-bottom: 1px;
	height: 34px;
}
#side_bar {
	float: left;
	width: 159px;
}
#contents {
	/* color: #444f53; */
	color: #868d94;
	margin-left: 176px;
	padding-top: 16px;
}
#footer {
	clear: both;
	background: url(../images/background-footer.jpg) repeat-x left 40px;
	color: #444f53;
}


/* header */
#header {
}
	#header img {
		margin-top: 12px;
		float: left;
		border: none;
	}
	#header .right {
		float: right;
		margin-top: 6px;
	}


/* menu */
#menu {
}
	#menu li {
		float: left;
		width: 159px;
		margin-right: 1px;
		text-align: center;
		color: #cbaf7c;
		text-transform: uppercase;
		background-color: #7f656d;
		height: 34px;
		font-weight: bold;
	}
		#menu .last {
			/* width correction */
			width: 160px;
			margin-right: 0px;
		}
	#menu a {
		display: block;
		color: #cbaf7c;
		background-color: #2e1523;
		border-bottom: 1px solid #FFFFFF;
		height: 21px;
		padding-top: 5px;
		text-decoration: none;
	}

/* side_bar */
#side_bar {
}
	#side_bar li {
		background-color: #dfdde2;
		text-transform: uppercase;
		margin-bottom: 1px;
		font-size: 1.1em;
		/* ie bugs */
		zoom: 1;
	}
	#side_bar a {
		color: #000000;
		display: block;
		padding: 14px 14px 14px 20px;
		text-decoration: none;
		/* ie bugs */
		zoom: 1;
	}

/* contents */
#contents {
}
	#contents a {
		text-decoration: none;
		color: #444f53;
		font-weight: bold;
	}
		#contents a:hover {
			text-decoration: underline;
		}
	#contents .right {
		float: right;
		width: 390px;
	}
	#contents .left {
		float: left;
		width: 377px;
	}
	#contents img {
		border: 1px solid #bac1c9;
	}
	#contents h1 {
		color: #9e9e9e;
		border-bottom: 1px solid #9e9e9e;
		font: 1.6em Georgia, "Times New Roman", Times, serif;
		padding-bottom: 6px;
		margin-bottom: 12px;
	}
	#contents h2 {
		color: #9e9e9e;
		font-size: 1.2em;
		margin: 16px 0px 8px;
	}
	#contents p {
		margin: 8px 0px 4px;
	}
	#contents li {
		list-style: square;
		margin: 4px 0px 4px 24px;
	}
	
	/* products */
	#contents .product {
		overflow: hidden;
		/*
		border-bottom: 1px solid #9e9e9e;
		*/
		border-bottom: 1px solid #e8eaee;
		padding-bottom: 20px;
		margin-bottom: 24px;
		font-size: 0.9em;
		/* ie bugs */
		zoom: 1;
	}
		#contents .product h1 {
			font-size: 1.7em;
		}
		#contents .product h3 {
			color: #9e9e9e;
			font: 1.5em Georgia, "Times New Roman", Times, serif;
			margin: 0px 0px 8px;
		}
			#contents .product p + h3 {
				margin-top: 16px;
			}
		#contents .product .right {
			clear: right;
			padding-bottom: 20px;
		}
		#contents .product .left {
			text-align: center;
		}
		#contents .product .image_first {
			height: 220px;
			overflow: hidden;
			margin-bottom: 24px;
		}
		#contents .product img {
			border: none;
			margin: 0px auto;
		}
		#contents .product .images {
			overflow: hidden;
			margin: 0px auto;
			width: 320px;
		}
			#contents .product .images a {
				border: 1px solid #bac1c9;
				display: block;
				float: left;
				width: 70px;
				height: 70px;
				overflow: hidden;
				margin: 4px;
				/* ie bugs */
				zoom: 1;
			}
				#contents .product .images a img {
					margin: 0px auto;
				}
			#contents .product .images a:hover {
				border: 1px solid #442a40;
			}
		#contents .product li {
			margin-left: 0;
			list-style: none;
			overflow: hidden;
			padding-bottom: 2px;
			background: url(../images/background_product_list_ite.png) no-repeat 155px bottom;
			margin: 1px 0px;
			/*
			padding-left: 156px;
			text-indent: -156px;
			*/
		}
		#contents .product label {
			width: 150px;
			text-align: left;
			font-weight: bold;
		}
		#contents .product .order_button {
			margin: 24px 0px 10px;
			font-size: 0.9em;
		}
			#contents .product .order_button a {
				color: #FFFFFF;
				background-color: #442a40;
				padding: 5px 10px;
				font-weight: normal;
				/* ie bugs */
				zoom: 1;
			}
			#contents .product .order_button a:hover {
				text-decoration: none;
				color: #868d94;
			}


/* slideshow */
#slideshow {
	width: 375px;
	height: 500px;
	position: relative;
	border: 1px solid #bac1c9;
}
	#slideshow img {
		position: absolute;
		top: 0;
		left: 0;
    z-index: 8;
		opacity: 0.0;
		border: none;
		/* ie bugs */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
		#slideshow img.active {
			z-index: 10;
			opacity: 1.0;
		}
		#slideshow img.last-active {
			z-index: 9;
		}

/* forms */
#contents form {
}
	#contents fieldset {
		border: none;
		padding: 8px 0px;
	}
	#contents fieldset li {
		overflow: hidden;
		margin: 4px 0px;
		list-style: none;
	}
	#contents label {
		float: left;
		display: block;
		margin-right: 6px;
		width: 150px;
		text-align: right;
	}
	#contents input,
	#contents textarea {
		width: 220px;
	}
	#contents .btn {
		width: auto;
	}

/* footer */
#footer {
}
	#footer .copyright {
		padding: 80px 0px 0px;
		text-align: center;
		font-size: 0.8em;
		/* ie bugs */
		zoom: 1;
	}
	#footer .jeronimodesign {
		padding: 20px 0px;
		text-align: center;
		font-size: 0.7em;
		color: #bbbbbb;
	}
		#footer .jeronimodesign a {
			color: #999999;
			text-decoration: none;
		}
		#footer .jeronimodesign a:hover {
			color: #777777;
			text-decoration: underline;
		}



/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
