@charset "utf-8";
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
}
.product_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.product_titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.bodytexthome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
}
.bodytextproduct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
.bodytextproductsml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
.pageborder {
	border: 2px solid #DAAF9C;
}
.pageborder_xmas {
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DAAF9C;
	border-right-color: #DAAF9C;
	border-left-color: #DAAF9C;
}
.picborder {
	border: 1px solid #DAAF9C;
}
.basetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.thumbnailtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7E4730;
}
.border_product {
	border: 1px solid #000000;
}
.border_leftnav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.border_product_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C3A189;
}
.subtitle_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C3A189;
	font-weight: bold;
}
.subtitle_text_sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C3A189;
	font-weight: bold;
}

.productnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}
a.productnav:link {
	color: #000000;
	text-decoration: none;
}
a.productnav:visited {
	color: #000000;
	text-decoration: none;
}
a.productnav:hover {
	color: #C3A189;
	text-decoration: none;
}
a.productnav:active {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C3A189;
	font-weight: normal;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C3A189;
	font-weight: bold;
	margin-bottom: 4px;
}
h3 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C3A189;
	font-weight: bold;
	font-style: italic;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
}

/* javascript scroller */
.Container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 660px;
	height: 520px;
	background: no-repeat;
}
#Scroller-1 { 
  position: relative; 
  overflow: hidden;
  width: 660px;
  height: 520px;
}
#Scroller-1 p {
  margin: 0; padding: 0px 0px;
  text-indent: 0px;
}
.Scroller-Container {
  position: relative;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
	position: relative;
	width: 30px;
	height: 520px;
	top: 0px;
	left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: relative;
}
.Scrollbar-Track {
	width: 20px;
	height: 500px;
	position: relative;
	top: -64px;
	left: 4px;
	background-color: transparent;
	background-image: url(images/scrollbar_track_left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.Scrollbar-Handle {
  position: relative;
  width: 20px; height: 20px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: relative;
  top: 460px; left:0px;
}


