ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0; padding: 0; }
img, a img,:link img,:visited img { border: none; }

a {
  text-decoration: none;
  outline: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Georgia, Arial;
  font-size: 11px;
  background-color: #fff;
}

h1, h2 {
  line-height: 2;
  margin: 0 10px;
}

	h2 {
	  margin-bottom: 15px;
	}

		h2 span {
		  font-weight: normal;
		  font-size: 90%;
		}

p {
  font-size: 14px;
  line-height: 1.6;
}

	#page p {
	  margin: 0 20px;
	}

body
{
  padding: 20px;
  background: #6bb5e4 url(/images/background.png) fixed top left no-repeat;
}

#logo {
  width: 850px;
  margin: 0 auto;
  display:block;
  position: relative;
  text-align: right;
  margin-top: -30px;
  padding-right 30px;
}

#content {
  display: block;
  position: relative;
  height: auto;
  width: 850px;
  background: white;
  margin: 0 auto; 
 text-align: left;
}

#menu {
  height: 30px;
  width: 850px;
  display: block;
  float: left;
  clear: both;
  margin-bottom: 15px;
  background: #d49fc7;
}

	#menu li {
	  float: left;
	  list-style-type: none;
	  height: 30px;
	  border-right: 1px solid #c072ac;
	  border-left: 1px solid #e0b9d6;
	}

		#menu li a {
		  float: left;
		  font-size: 12px;
		  padding: 8px 17px 5px 11px;
		  color: #fff;
		}

			#menu li a:hover,
			#menu li a.selected,
			#menu li a:active
			#menu li a:focus {
			  background: url(/images/undermenu.png) center 29px no-repeat;
			  height: 30px;
			}

#spacer {
  height: 30px;
  float: right;
  display:block;
}

#float {
  margin-bottom: 20px;
  float: left;
  height: 100%;
  background: white url(/images/BWLogosmall.png) bottom right no-repeat;
  padding: 10px 10px;
}

.item {
  margin: 0 10px;
  position: relative;
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid #D661A0;
  width: 830px;
}

	.item.last {
	  border-bottom: none;
	}
	
	.item p {
	  margin: 0 20px;
	}
	
	.item .price {
	  position: absolute;
	  top: 0;
	  right: 10px;
	  top: 5px;
	  font-weight: bold;
	  font-size: 16px;
	}

	.item img {
	  margin: 10px;
	  border: 1px solid pink;
	  padding: 5px;
	}
	
	.item .images {
	  float: left;
	  width: 500px !important;
	  display:block;
	}
	
	.item .buttons {
		width: auto;
		text-align: right;
	  float: none;
	  bottom: 10px;
	  right: 0;
	}

#footer {
  width: 850px;
  display: block;
  float: left;
  height: 30px;
  background: #D49FC7;
  margin-top: 10px;
}
