.price {
	font-weight: bolder;
	font-size: 85%;
	color: #000099;	
}
strong {
	color: #000099;
}
h1,h2,h3,h4, #menu, #logo {
	color: #000099;
	font-family: "Trebuchet MS", Arial, sans-serif;	
}
h2 {
	margin: 0px;
}
h3 {
	margin-bottom: 0px;
	margin-top: 10px;
}
h5 {
	font-family: Palatino, "Book Antiqua", "Times New Roman", serif;
	color: #CC3333;
	font-style: italic;
	font-size: 140%;
	margin-top: 40px;
	line-height: 100%;
}
li {
	list-style-type: none;
}
#menu ul {
	display: block;
	margin:0;
}
#menu li {
	margin-left: 0px;
	color: #FF0000;
	float: left;
	list-style-type: none;
	border: 1px solid #000099;
	background-color: #DDDDFF;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}
#menu li a {
	display: block;
	text-decoration: none;
	padding: 4px;
	color: #000099;
}
#menu li a:hover {
	background-color: #EEEEFF;
}
#menu .current {
	background-color: #000099;
	color: #EEEEFF;	
}
#menu a:hover .current {
	background-color: #000099;
}
#logo {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	padding: 0 15px 0 5px;
	height: auto;
	font-weight: bolder;
	color: #000099;
	text-align: center;
}
#images {
	position:absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 120px;
	padding: 0;
	height: auto;
	text-align: center;
}
#content {
	display: block;
	margin: 0px 120px 0px 120px;
}
#images_old img {
	border: 1px solid #000099;
	background-color: #DDDDFF;
}
#images img {
	padding: 4px 0 4px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #000099;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E9E9FF;
	font-size: 80%;
}

#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:240px; 
  border:1px solid #888; 
  background:#fff url(images/beforeAfter.gif);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:240px;
  width:28px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {border:0;}
#gallery li a:hover {
  background:#eee; 
  width:320px;
  }
