body {
	margin: 0;
  color: black;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  /*  background: white url(/images/bg.gif) 750px 0 repeat-y; */
}
  
  #wrap {
  	width: 750px;
	  margin: 0 auto;
	  position: relative;
  }
  
a {
  background-color: transparent;
  color: black;
}

a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:none;}
a:active {text-decoration:underline;}

h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#logo_print {
  display: none;
}

#logo_click {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 206px;
  cursor: pointer;
}

#sidebar {
  color: white;
  font-family: "Verdana", sans-serif;
  font-size: 10px;
  margin-left: 10px;
}

#header {
  width: 750px;
  height: 200px;
  background-image: url("images/header_bg.jpg");
  background-repeat: no-repeat;
}

#main {
  width: 750px;
  background: #370026 url(/images/vnav/vnav_bg.jpg) top left repeat-y;
}

#hnav {
  position: absolute;
  left: 147px;
  top: 41px;
  width: 600px;
}

#hnav ul, #hnav li {
  display: inline;
  margin: 0;
  padding: 0;
  float: left;
}

#hnav img {
  border-style: none;
}

#vnav {
  position: absolute;
  top: 210px;
  left: 0px;
  width: 152px;
  background-image: url("images/vnav/vnav_bg.jpg");
  background-repeat: repeat-y;
}

#vnav img {
  border-style: none;
}

#content {
  float: right;
  width: 598px;
  min-height: 520px;
  height: auto;
  background-image: url("images/content_bg_repeat.jpg");
  background-repeat: repeat-y;
}

#contenttext {
  padding: 10px;
  min-height: 520px;
  height: auto;
  background-image: url("images/content_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

/*\*/
* html #content {
  height: 520px;
}
/**/

/*\*/
* html #contenttext {
  height: 520px;
}
/**/

#footer {
  clear: both;
  width: 750px;
  background-image: url("images/footer_bg.jpg");
  background-repeat: no-repeat;
  padding-top: 17px;
  padding-bottom: 3px;
  height: 40px;
}

#footertext {
  width: 628px;
  background-color: transparent;
  color: white;
  font-size: 10px;
  line-height: 100%;
  text-align: right;
  margin-bottom: 3px;
}


#bottom_links {
  line-height: 100%;
  background-color: black;
  padding: 8px;
  text-align: center;
  margin: 0;
}

#bottom_links p, #bottom_links a, #bottom_links a:link, #bottom_links a:active, #bottom_links a:visited, #bottom_links a:hover {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: transparent;
  line-height: 100%;
  margin: 3px;
}

#footertext a {
  background-color: transparent;
  color: white;
}

#footertext a:link {text-decoration:underline;}
#footertext a:visited {text-decoration:underline;}
#footertext a:hover {text-decoration:none;}
#footertext a:active {text-decoration:underline;}

.store_cat_name{
  background-color: #4F0037;
  padding: 4px;
  color: white;
  font-family: "Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.store_text{
  font-family: "Verdana", sans-serif;
  font-size: 10px;
}
#cart th {
  text-align: left;
  background-color: #4F0037;
  padding: 4px;
  color: white;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
#cart td {
  font-family: "Verdana", sans-serif;
  font-size: 10px;
}
#cart_checkout th {
  text-align: left;
  background-color: #eeeeee;
  padding: 4px;
  color: black;
  font-family: "Verdana", sans-serif;
  font-size: 10px;
  font-weight: bold;
}
#cart_checkout td {
  font-family: "Verdana", sans-serif;
  font-size: 10px;
}
.store_links {
  font-family: "Verdana", sans-serif;
  font-size: 12px;
}
.store_links .active {
  font-weight: bold;
  color: #4F0037;
}
.entrytext {
  font-family: "Verdana", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  padding-right: 6px;
}
.fullwidth {width: 97%;}
p.three
{ 
  font-size:10px;
  font-family: verdana,arial,helvetica;
  background-color:#FFFFFF;
  color: #770054;
  font-weight: bold;
  border-style: solid;
  border-color: #ffffff #D1D1D1 #D1D1D1;
  border-left-width:1px;
  border-top-width:0px;
  border-right-width:1px;
  border-bottom-width:1px;
  margin: 0px;
  padding: 2px 7px;
}
p.four{
  font-size: 10px;
  font-family: verdana,arial,helvetica;
  background-color:#E8E8E8;
  color: #770054;
  font-weight: bold;
  border-style: solid;
  border-color: #ffffff #D1D1D1 #D1D1D1;
  border-left-width:1px;
  border-top-width:0px;
  border-right-width:1px;
  border-bottom-width:1px;
  margin: 0px;
  padding: 2px 7px;
}
.small {
  font-size: 10px;
}