body {
	background: 
	#000 
	url(../images/indexback.jpg) 
	center 
	repeat-y;
	position: relative;
	margin-top: 0px auto;
	font-family: Verdana, Geneva, sans-serif;
}

#header {
	position: relative;
	margin: 0 auto 10px;
	background: 
	url(../images/logo_white.jpg)
	no-repeat
	center;	
	height: 140px;
	width: 750px;
}

#header .back {
	position: absolute;
	width: 96px;
	height: 31px;
	top: 70px;
	background: 
	url(../images/back1.jpg) 
	no-repeat;
	left: 100px;
}

#header .back:hover {
	position: absolute;
	width: 96px;
	height: 31px;
	top: 70px;
	background: 
	url(../images/back2.jpg)
	no-repeat;
	left: 100px;
}

#header .home {
	position: absolute;
	top: 70px;
	right: 100px;
	width: 96px;
	height: 31px;
	background: 
	url(../images/home1.jpg)
	no-repeat;
	
}

#header .home:hover {
	position: absolute;
	top: 70px;
	right: 100px;
	width: 96px;
	height: 31px;
	background: 
	url(../images/home2.jpg)
	no-repeat;
	
}

.break  {
	background: 
	url(../images/break.gif)
	repeat-x;
	height: 15px;
	width: 700px;
	margin: 5px auto;
}

.break .brL  {
	width: 8px;
	height: 17px;
	position: relative;
	left: 0px;
	top: 0px;
}

.break .brR  {
	position: relative;
	right: -678px;
	top: 0px;
}

.sub  {
	color: #A00;
	font-variant: small-caps;
}
#ProductLogo {
	width: 259px;
	height: 278px;
	padding: 0.5em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

.PriceTitle  {
	height: 50px;
	width: 550px;
	margin: 30px auto 5px auto;
	background: 
	#666
	url(../images/price_back.gif)
	repeat-x;
	color: #CCC;
	border-width: medium;
	border-style: groove;
}

.PriceTitle h1  {
	color: #FFC;
	font-size: 1.2em;
	text-align: center;
	margin: 5px 0;
}

.PriceTitle h2  {
	font-size: 0.7em;
	text-align: center;
	margin: 5px 0;
	color: #000;
}

.PriceList  {
	width: 550px;
	border: medium groove #333;
	background-color: #C0DCC0;
	margin: 0 auto;
}

.PriceList ul {
	background: 
	#D4DFFF
	url(../images/pl_item.gif)
	repeat-x;
	display: table-row;
}

.PriceList ul li {
	list-style: none;
	font-size: 0.8em;
	text-align: left;
	height: 20px;
	padding: 3px 0 3px 5px;
	display: table-cell;
}

.PriceList ul li:hover {
	display: table-row;
	background: 
	#D4DFFF
	url(../images/pl_item_hover.gif)
	repeat-x;
	font-weight: bold;
}

.qty    {
	width: 70px;
	float: left;
}

.description {
	width: 320px;
	float: left;
}

.descriptionSm {
	width: 200px;
	float: left;
}

.price {
	width: 70px;
	float: left;
}

.reorder {
	width: 70px;
	float: left;
}

.ink {
	width: 62px;
	float: left;
}

.specialty {
	width: 350px;
	float: left;
}

.add {
	width: 190px;
	float: left;
}

table  {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

table tr:hover {
	background-color: #FFC;
}

body a {
	text-decoration: none;
}

