@charset "utf-8";
/* CSS Document */


/* left navigation */
.nav {
	position: absolute;
	width: 150px;
	height: auto;
	left: -100px;
	z-index: 1;
}

.nav li {
	display: inline;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #FFF;
	float: right;
	width: 100px;
	margin-bottom: 5px;
	background-color: #CCCCCC;
	padding: 5px 10px 5px 10px;
	border: thin solid #666666;
}

.nav li a {
	text-decoration: none;
	color: #000000;
	display: block;
	width: 100px;
}

.nav li:hover {
	background-color: #999999;
}
.nav li:active {
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
}

/* right navigation */

.prod {
	position: absolute;
	width: 150px;
	height: auto;
	right: -11%;
	z-index: 1;
}

.prod img {
	padding-top: 15px;
}
