@charset "utf-8";

html { min-height: 100%; margin-bottom: 1px; }


body {
	background-color: #f9f7ea;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
}
#container {
	width: 700px;
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
}
#container #menubar {
	position: absolute;
	list-style-type: none;
	top: 150px;
	z-index: 25;
	width: 127px;
	left: -100px;
}

#container #menubar li{
	background-image: url(images/button.gif);
	height: 32px;
	padding: 0px;
	background-position: right;
	width: 127px;
}

#container #menubar li:hover {
	background-image: url(images/button_over.gif);
}
#container #menubar #menushop {
	list-style-type: none;
	position: absolute;
	right: -75px;
	width: 76px;
	float: right;
	top: 35px;
}

#container  #menubar #menushop li {
	background-image: url(images/button_mini.gif);
	width: 76px;
	height: 29px;
	margin-top: 1px;
	}
#container  #menubar #menushop li:hover {
	background-image: url(images/button_mini_over.gif);
}
#container #menubar a {
	display: block;
	height: 30px;
}

#container #menubar #siteswitch {
	background-image: none;
	margin:0px;
	padding:0px;
	height: 82px;
	right: -5px;
	position: relative;
}
#container #menubar img {
	position: absolute;
	border: none;
	right: 5px;
	margin-top: 3px;
}

#container #menubar p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EADFC3;
	border: thin solid #944D5E;
}

#container #sheephead {
	position: absolute;
	top: 110px;
	right: 225px;
}
#container #s {
	position: absolute;
	top: 115px;
	right: 245px;
	display: block;
	width: 10px;
	height: 10px;
}
#container #subhead {
	position: absolute;
	right: 50px;
	top: 125px;
	width: 100px;
	height: 25px;
	text-align: center;
}
#container #content {
	right: 0px;
	width: 575px;
	padding: 5px;
	margin-left: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 20px;
}

#container #content img {
	padding: 5px;
}
#container #content a {
	color: #6C273B;
	font-weight: bold;
}
#container #content a:hover {
	color: #C57A95;
}

#container #content #faq {
	position: relative;
	right: -10px;
	top:10px;
	float: right;
	width: 150px;
	border: 1px solid #84354B;
	background-color: #EADFC3;
	margin:5px;
	padding:0px;

}	
#container #content #faq li {
	font-weight: bold;
	color: #84354B;
	margin:0px;
}
#container #content #faq ul {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 10px;
	padding: 2px;
	margin:0px;
}

#container #content #faq h2 {
	margin:5px;
	color: #84354B;
}
#container #footer {
	background-image: url(images/bottom_bg.jpg);
	height: 290px;
	text-align: center;
}
#container #footer td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

#container #footer td img {
	padding-top: 165px;
}
#container #footer #untwist img {
	position: absolute;
	bottom: 5px;
	right: -90px;
}

.img-shadow {
	float:left;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 2px 5px 0px 5px;
  }

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #471a28;
	padding: 2px;
	margin-top: -6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: -6px;
  }
