body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
/*
background-image: url(/images/water-light.jpg); 
background-repeat: repeat;
*/

/*
	background-image: url(/images/silverback.jpg);
	background-repeat: repeat-x;
*/

	text-align: center;
}

#container {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  }

h1 {
	color: #1D3966;
	text-decoration:none;
	font-size:25px;
	margin-left: 10px;
}

h1 A:link {text-decoration: underline; color: #59B4E9;}
h1 A:visited {text-decoration: underline; color: #59B4E9;}
h1 A:active {text-decoration: underline; color: #59B4E9;}
h1 A:hover {text-decoration: underline; color: #59B4E9;}

.pheading {
	text-decoration: none;
	color: #3273B2;
	font-size:small;
	}

.yellow {
	background-color: yellow;
}	
	
a.blue:hover  {
background-color:yellow;
padding: 0px;
color:#0000FF;
} 
	
h2 {
color: #191970;
margin-left: 10px;
font-weight: normal;
}

h3 {
color: #1A7612;
font-size: 16px;
margin-left: 10px;
}

li {
font-size: 110%;
letter-spacing: .5px;
}

p {
margin-left: 5px;
}

#main {
	float:left;
}
#sidebar {
	float:left;
	margin-left: 40px;
	padding-top: 0px;
}

.hlite {
	background-color: #FDF4BF;
	width: 100%;
	}

/*cart section */

  .product-image { border:solid 1px #ccc; }
  .product-title, .product-shipping { font-weight:normal; }
  .product-price {color: green; font-weight:bold;}
  .data-cell { padding:0px 50px 0px 10px;border:solid 2px #fff;vertical-align:top; background-color:#fff}
  .align-cart { padding-left:680px }

