* {
	margin:0;
	padding:0;
	}
@media only screen and (max-width: 1200px) {
   #content {      width: 100%;   }
.minPrice { text-shadow: 0px 1px 2px #393939; }
.saleTag { text-shadow: 0 -1px 1px #6e2222; }
}
@media only screen and (max-width: 1025px) {
   #content {     width: 100%;   }
.minPrice { text-shadow: 0px 1px 2px #393939; }
.saleTag { text-shadow: 0 -1px 1px #6e2222; }
}
@media only screen and (min-width: 768px) {
	#content  { max-width: 768px; }
.minPrice { text-shadow: 0px 1px 2px #393939; }
.saleTag { text-shadow: 0 -1px 1px #6e2222; }
}
body {
background:#eee;
margin:0px;
	}
a {
	color:#141213;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#main {
	width:738px;
	margin:0 auto;
	background:#fdfffe;
}
#header{
	width:738px;
	height:250px;
	margin:0 auto;
	background:#fdfffe url(images/header.jpg);
}
#menu{
	width:738px;
	height:20px;
	margin:0 auto;
	background:#141213;
}
#menu ul, #menu ul li{
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul{
	padding: 3px 0 0 50px;
}
#menu ul li{
	display: inline;
	line-height: 12px;
	}
#menu ul li a{
	padding: 0 20px 5px 20px;
	font-weight:bold;
	text-decoration: none;
	color: #fdfffe;
}
#menu ul li a:hover{
	background:#fdfffe;
	color: #141213;
}
#content{
	border:5px solid #141213;
	padding:10px;
}
#content p{
	line-height:1.6em;
	margin-top: 0;
	margin-bottom: 0.5em;
	color:#141213;
}
#footer{
	width:738px;
	height:0px;
	margin:0 auto;

}
.image_box {
  float:left;
  background: #dadada no-repeat bottom right !important;
  margin: 10px 0 0 5px !important;
  }
.image_box img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -2px 5px 5px -2px;
  padding:6px;
  }