@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	background-color: #D7ECE0;
	background-repeat: repeat-x;
}
a    {
	text-decoration: none;
	color: #512C3F;
}


ul, li {
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #512C3F;
	font-size: large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.png);
	height: 220px;
	width: 960px;
}

#content {
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	width: 960px;
	display: inline-block;
	padding-bottom: 20px;
}

#left {
	float: left;
	height: 100%;
	width: 200px;
	margin-left: 20px;
	margin-top: 5px;
}
#mid {
	width: 460px;
	margin-left: 250px;
	margin-top: 5px;
}


#right {
	float: right;
	height: 100%;
	width: 200px;
	margin-right: 20px;
	margin-top: 5px;
}
ul.treatments {
	margin-left: 25px;
	font-size: medium;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	font-style: italic;
}

.footer {
	color: #FFFFFF;
	text-align: center;
	margin-top: 30px;
	font-size: x-small;
}
.footer a {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
}
#box-top {
	background-image: url(images/box-top.png);
	height: 30px;
	width: 200px;
}
#box-mid {
	background-image: url(images/box-bg.png);
	background-repeat: repeat-y;
	width: 200px;
	display: inline-block;
}
#box-btm {
	background-image: url(images/box-btm.png);
	height: 30px;
	width: 200px;
}
#silver-top {
	background-image: url(images/silver-top.png);
	height: 30px;
	width: 200px;
	margin-top: 20px;
}
.voucher {
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}
#silver-mid h2 {
	color: #512C3F;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

#silver-mid {
	background-image: url(images/silver-bg.png);
	background-repeat: repeat-y;
	width: 200px;
	display: inline-block;
}
#silver-btm {
	background-image: url(images/silver-btm.png);
	height: 30px;
	width: 200px;
}
#footer {
	background-image: url(images/footer.png);
	height: 86px;
	width: 960px;
	display: inline-block;
	clear: both;
}

ul.menu {
	margin-left: 30px;
	text-align: left;
	margin-right: 30px;
}
ul.menu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #075E2D;
	margin-top: 8px;
	padding-bottom: 8px;
}
ul.menu a {
	color: #333333;
	text-decoration: none;
}
ul.menu a:hover {
	color: #075E2D;
}
img.title {
	margin-top: 20px;
}
img.puppets {
	margin-top: 20px;
}
#specials {
	width: 460px;
}
#specials  ul  {
	margin-left: 30px;
}
#clear-both {
	clear: both;
}
ul.products {
	margin-left: 30px;
}
