@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: "Lucida Grande";
}
#top {
	height: 270px;
	background-color: #FFFFFF;
	text-align: center;
}
#logo {
	width: 295px;
	float: left;
	padding-top: 40px;
	padding-left: 120px;
}
#bottom {
	text-align: center;
	padding-top: 20px;
	}

.item {
	padding: 10px;
	height: 150px;
	width: 220px;
	background-image: url(../images/item_bg.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: center center;
}

li:hover{
	padding: 10px;
	height: 150px;
	width: 220px;
	background-image: url(../images/item_bgOver.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: center center;
}
.empty {
	padding: 10px;
	height: 150px;
	width: 220px;
	float: left;

}
#itemContainer {
	
	width: 980px;
		margin-left:auto;
	margin-right:auto;
}
.item img {
margin-top: 17px;
border: none;
}#nav {
	width: 230px;
	float: right;
}
#topContainer {
	width: 550px;
	margin-left:auto;
	margin-right:auto;
}
#about {
	width: 490px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	font-family: "Lucida Grande";
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(../images/text_Bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	height: 500px;
}
.pad {
	color: #000000;
	margin-right: 40px;
	margin-left: 40px;
}

#about h1{
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-style: italic;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px;
}
#topContainer2 {
	width: 850px;
	margin-left:auto;
	margin-right:auto;
}
#logo2 {
	width: 295px;
	float: left;
	padding-top: 40px;
	padding-left: 260px;
}
#orders {
	width: 490px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	font-family: "Lucida Grande";
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(../images/orders.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	height: 500px;
}
.pad a {
	color: #000000;
}

