#zone1 {
  position: absolute;
  width : 300px;
  height: 140px;
  left: 0px;
  top: 0px;
  border: 0;
  z-index: 110;
}

.subnav {
  /*background: #F9F9EE url(./images/left_feat_bottom2.gif) no-repeat bottom left;*/
  /*background: #E6E7E8 url(../images/left_feat_bottom2.gif) no-repeat bottom left;*/
  background-color: #fff;
  width: 156px;
  padding: 0;
}
.subnav dt {
  background-color: #fff; /*url(../images/left_feat_top2.gif) no-repeat;*/
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.subnav dd {
  color: #1B220F;
  line-height: 1.2;
  margin: 0;
  font-size: 16px;
  background-color: #fff; /*#DA9055;*/
}
.subnav dd p{
  padding: 0;
}
.subnav dd ul{
  /*padding-left: 2px;*/
  /*color: #FF1212;*/
  /*list-style: none url('../images/subnavi_bullet.gif') inside;*/
  list-style-type: none;
  padding: 0;
  margin: 0;
  
}

.subnav dd ul li {
  border-bottom: 1px solid #CECECE;
  margin-left: 0px;
  background-image: url(../images/subnavi_bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding-left: 1em;
  padding-bottom: 2px;  
}

.subnav dd ul li ul li {
  /*border-bottom: 1px solid #CECECE;*/
  border-bottom: 0;
  margin-left: 0px;
  background-image: url(../images/subnavi_bullet_small.gif);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding-left: 1em;
}

.subnav dd ul li a {
  display: block;
}
.subnav dd ul li a:link, .subnav dd ul li a:visited {
	color: #56585A;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

.subnav dd ul li a:hover {
	color: #D78E5C;
	/*text-decoration: underline;*/
}


.feature {
 /* background: #E6E7E8 url(../images/feat_bottom.gif) no-repeat bottom left;*/
  margin: 0 auto;
  margin-bottom: 20px; 
  width: 180px;
  padding: 0 0 20px;
  border: 1px solid #000;
}

.feature dt {
 /* background: url(../images/feat_top.gif) no-repeat;*/
  padding: 10px 10px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.feature dd {
  padding: 0 10px;
  color: #1B220F;
  line-height: 1.2;
  margin: 0;
  /*font-size: 10px;*/
  background-color: #E6E7E8;
}

.feature dd p{
  padding: 2px;
}

.feature dd p span {
	display: block;
}

.feature dd a {
  color: #000;
}

#lft-feature {
  background-color: #fff;
  margin: 0 auto;
  width: 232px;
  padding: 0 0 20px;
}
#lft-feature dt {
  background-color: #fff;
  padding: 10px 10px;
  margin: 0;
  font-size: 14px;
  /*font-weight: bold;*/
}
#lft-feature dd {
  padding: 0 10px;
  color: #1B220F;
  line-height: 1.2;
  margin: 0;
  /*font-size: 10px;*/
  background-color: #fff;
}

#lft-feature dd p{
  padding: 2px;
}

/******************************************************/
#staff {
  width: 100%;
  text-align: center;
}

#staff h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#staff table {
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;
  text-align:left"; 
  border: none;
  width: 80%;
}

#staff table thead tr {
}

#staff table tr {
  border: 1px solid #cdcddf;
}

#staff table td {
  padding: 1px;
}

#staff table tr.spacer {
  border: none;
  margin-bottom: 6px;
  height: 6px;
}

#staff table td.photo {
  width: 104px;
}

#staff table td.info {
  /*background-color: #efefef;*/
  background: url(../images/corner_ice.jpg) no-repeat top left;
  
  padding-top: 30px;
  padding-left: 10px;
}

#staff table td.info span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}


.entry {
  text-align: left;
}

.entry h2 a {
  color: #000;
  font-size: 14px;
}

.entry h3.date {

  font-size: 12px;
}

/******************************************************************************/
form.csform {
	width: 540px;
	font-size: 1.1em;
	color: #333;
	text-align: left;
}
	
form.csform legend { padding-left: 0; }
	
form.csform legend,
form.csform label { color: #333; }

form.csform fieldset {
	border: none;
	border-top: 1px solid #F8BE71;
	background: url(../images/csform-fieldset.gif) left bottom repeat-x;
	}
	
form.csform fieldset fieldset { background: none; }
	
form.csform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/csform-divider.gif) left bottom repeat-x;
}

form.csform fieldset { margin-bottom: 10px; }
	
form.csform legend {
	padding: 0 2px;
	font-weight: bold;
	margin: 0 -7px; /* IE Win */
	}
	
form.csform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.csform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.csform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.csform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.csform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.csform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.csform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.csform label { width: 160px; } /* Width of labels */
form.csform fieldset fieldset label { margin-left: 143px; } /* Width plus 3 (html space) */

/*\*//*/ form.csform legend { display: inline-block; } /* IE Mac legend fix */

#prod_info_container {
	width: 707px;
	height: auto;
}

.prod_header {
	width: 697px;
	height: 30px;
	padding-left: 10px;
	font-size: 17px;
	font-weight: bold;
	background: url('../images/prod_info_header_bg.jpg');
}

#prod_info_content_container {
	width: 707px;
	height: auto;
	background: #feffe8 url('../images/prod_info_content_bg.jpg') repeat-x;
}

#prod_image {
	float: left;
	width: 234px;
	height: auto;
}

#prod_image img {
	border: 1px solid #a4a4a4;
}

#prod_info {
	float: right;
	width: 463px;
	margin-left: 10px;
	padding-top: 3px;
}

.prod_price {
	font-weight: bold;
	font-size: 14px;
	color: #ef4512;
}

.clear {
	clear: both;
}
		