/* Fall 2006 Style Sheet for index.html */

body {
	width: 100%;
	background: black;
	font: 16px verdana, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
/*	color: #c00;*/
	color: yellow;
	text-transform: uppercase;
}

#container {
	position: relative;
	background: url(shop.jpg);
	background-repeat: no-repeat;
	width: 762px;
	height: 510px;
	top: 50px;
	margin: 0 auto;	
    /*left: 100px;*/
	text-align: left;
	
}

#menu {
	position: absolute;
	top: 350px;
	left: 540px;
	width: 210px;
	color: white;
}

#shop_menu {
	position: absolute;
	top: 50px;
	left: 540px;
	width: 210px;
	color: white;
}

ul {
	list-style: none;
}

li {
	margin-left: -30px;
	margin-bottom: 2px;
	margin-bottom: 2px;
	padding: 2px 2px 2px 2px;
/*	border-right: 10px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;*/
}

li:hover {
	padding: 2px 2px 2px 2px;
/*	border-right: 5px solid #c00;*/
/*	border-left: 1px solid #c00;
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;*/	
}

#desc {
	position: absolute;
	color: white;
	padding: 10px 10px 10px 10px;
	top: 40px;
	left: 5px;
	width: 300px;
}