/* top level
+-----------------------------------------------------+
|T CSS Designed and written by Fox Valley Web Design.|
|A http://www.foxvalleywebdesign.com/ |
|G |
+-----------------------------------------------------+
*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
   font-weight: normal;
}


h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
margin: 1em 0;
padding: 0;
line-height: 1.5em;
}

h1 {
	font-size: 1em;
	color: #7F2A2A;
	text-align: center;
}
h2 {
	font-size: 1em;
	color: #7F2A2A;
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	color:#666666;
}
h4 { font-size: 1.3em; 
	 background-color: #FFF;
	 color: #000;
	 padding: 3px;
	 margin: 0px;
	 text-align: center;
}
h5 { font-size: 1em;
	  color:#FF9900;
}
h6 { font-size: .8em; }

li, dd, blockquote { margin-left: 1em; }
dl { margin: 0px; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
td, th { vertical-align: top; }
.clearboth {clear:both; height:0px; font-size:0em;}

/*************************************************************/

body {
	text-align: center;
	background-color: #000000;
	}
#main {
	width: 970px;
	margin: 0px auto;
	text-align: left;
}
#header {
  background-image: url(../images/header_home.jpg);
  background-repeat: no-repeat;
  height: 237px;
}
#menu {
  background-image: url(../images/navbar.jpg);
  background-repeat: no-repeat;
  height: 44px;
  padding-top:5px;
 }
 #menu dt {
  float: left;
  clear:none;
  padding:0 2px;
  position:relative;
 } 
 #menu dl {
  font-size:12px;
  margin:0 auto;
  width:708px;
 }
 #menu a {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  float: left;
  clear:none;
  padding:5px 6px;
  font-weight: bold;
 }
 #menu a:hover, #menu .open a {
  color: #FF9900; 
  background:#fff;
 }
 #menu dt ul {
	position:absolute;
	top:28px;
	left:2px;
	background:#fff;
	color:#000;
	margin:0;
	padding:5px 0;
	width:170px;
 }
 #menu dt.closed ul {
	display:none;
 }
 #menu dt.open ul {
	display:block;
 }
 #menu dt ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:.9em;
	width:170px;
	clear:both;
 }
 #menu dt ul li a {
	display:block !important;
	float:none !important;
	color:#000 !important;
	padding:3px 10px;
 }
 #menu dt ul li a:hover {
	color:#fff !important;
	background:#7D2E27;
 }
 #menuimages {
   background-image: url(../images/cherry_grapes.jpg);
   background-repeat: no-repeat;
   height: 37px;
 }
 #middle {
   background-image: url(../images/middlebg.jpg);
   background-repeat:repeat-y;
   padding:1px 0;
   padding: 0 30px 1px;
   clear:both;
 }
 #middle_miva {
   background-image: url(../images/middlebg.jpg);
   background-repeat:repeat-y;
   padding:1px 0;
   padding: 0 30px 20px;
   clear:both;
 }
 #leftcontent {
   width: 180px;
   float: left;
}  
#middlecontent {
  margin: 0px 203px 0px 190px;
  padding-top: 1px;
}
#rightcontent {
  width: 191px;
  float: right;
  padding: 0 0 1px;
  border: 1px solid #7f2a2a;
  font-size: 12px;
  color: #7f2a2a;
}  
#rightcontent H2 {
  background-image: url(../images/right_header.jpg);
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align: center;
  letter-spacing: .1em;
} 
#rightcontent a {
  color: #666633;
  text-decoration: none;
} 
#rightcontent H3 {
  background-image: url(../images/2cherry_icon.jpg);
  background-repeat: no-repeat;
  padding-left: 42px;
  height: 55px;
  color: #7f2a2a; 
}
#rightdiv {
 width: 150px;
 height: 6px;
 background-image: url(../images/right_divider.jpg);
 background-repeat: no-repeat;
 margin: 0 20px;
} 
 #footer {
   background-image: url(../images/footer.jpg);
   background-repeat: no-repeat;
   height: 46px;
   clear: both;
 }
 #copyright {
   font-size:10px;
   color: #FFFFFF;
}
 #copyright a {
   color: #CCCCCC;
   text-decoration: none;
}
#copyright a:hover {
  color: #993333;
}         
.border1px {
	border: 1px solid #7F2A2A;
	padding: 0px;
	margin: 5px;
}
.padding5 {
	padding: 5px;
}
.center {
	text-align: center;
}
#mivabar {
	background:#862D2F;
	padding:3px 5px;
	margin-bottom:20px;
}
#mivabar dt {
	display:inline;
}
#mivabar dt#checkoutbutton {
	float:right !important;
}
#mivabar a {
	color:#fff;
	text-decoration:none;
	padding:2px 5px;
}
#mivabar a:hover {
	background:#fff;
	color:#000;
	text-decoration:none;
}

#sidelinktree li {
	list-style-type:none;
	margin:0;
	padding:2px 0;
	font-size:11pt;
	white-space:normal !important;
}
#sidelinktree li a {
	color:#993B39;
	text-decoration:none;
	font-weight:bold;
}
#sidelinktree li ul {
	margin:0 0 0 15px;
}
#sidelinktree li li {
	font-size:.9em !important;
}

#product_category_list td {
	width:33%;
}
#product_category_list td td {
	width:auto !important;
}
#product_display table {
	width:100%;
}

#backtocategory {
	font-weight:bold;
	text-decoration:none;
	color:#862D2F;
	letter-spacing:-.05em;
}
#backtocategory:hover {
	color:#000;
}