 body { 
  1background-color: rgb(188,177,130);
  background: url('images/small_v.gif') repeat;
  font-family: 	Arial, Verdana, Helvetica, sans-serif;
  margin:         10px 0px 0px 0px;
  border:		0px;
}
 
img {
	border: 0px;
}

table {
 border-collapse: collapse;
}

#wrapper {
  background-color: white;
  width: 900px;
  padding: 0px 0px 0px 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}

td.v {
	background: url('images/background_v.gif') repeat no-repeat;
	padding: 0px 40px;
}

#top {
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0px;
padding-right: 4px;
border: 1px solid rgb(188,177,130);
}

#MenuBar1 {
  margin-top: -2px;
  padding-top: 0px;
  }

#mail_list {
float: right;
height: 20px;
}

#mail_list form {
padding: 0px;
margin: 0px;
}


h1{
	color: rgb(128,0,0);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}


h2{
	color: rgb(128,0,0);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

h3{
	color: rgb(128,0,0);
	font-size: 12px;
	font-weight: bold;
}

p {
	color: #333333;
	font-size: 13px;
	line-height: 1.4em;
	padding: 0px 20px 0px 0px;
}

.gifts p {
   font-size: 11px;
   }

.gifts {
  text-align: center;
  }

  table.gifts  {
    border: 1px solid rgb(188,177,130);
	}

#pageForm table {
  margin-left: 20px;
  text-align: left;
  font-size: 12px; 
}
#pageForm img {
  float: right;
  margin: 0px;
}
#pageForm em {
  font-weight: bold;
  font-style: normal;
}

#pageForm {
 color: #333333;
}
#searchv {
  margin: 0px;
  padding: 0px;
  }
#searchv form {
  margin-top: 0px;
  }
#searchv input { 
	font-size: 10px;
	color: rgb(128,0,0);
	}
div.proddescription, div.proddescription p, div.detaildescription, div.detaildescription p{
 font-size: 12px;
 	color: #333333;
  }
div.prodprice, div.detailprice {
  font-size: 12px;
  }
SPAN.prodoption, div.prodoptions, div.detailoptions, select.prodoption, .detailoption  {
  font-size: 9px;
  font-weight: normal;
  }
div.prodname, div.detailname {
  font-size: 13px;
  }
table.cobtbl{
  font-size: 11px;
  margin-top: 0px;
  background-color: #a68646;
  }
td.cobhl {
  background-color: #e4ddaf;
}

table.cpd{
  font-size: 11px;
  }

a {
  color: rgb(128,0,0);
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
}

a:hover, a.on {
  color: rgb(100,100,100);
}

#copyright {
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
padding-bottom: 20px;
color: rgb(128,0,0);
font-size: 9px;
}

#topnav a {
   color: rgb(100,100,100);
  text-decoration:  none;
  font-size: 11px;
  font-weight: bold;
 }

 #topnav a:hover, #topnav a.on {
   color: rgb(128,0,0);
   }


#copyright a {
  color: rgb(100,100,100);
  text-decoration:  none;
  font-size: 10px;
  font-weight: bold;
 }


#copyright a:hover {
  text-decoration: underline;
  color: rgb(128,0,0);
}
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	cursor: default;
	width: 900px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 2px 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	border: 1px solid rgb(188,177,130);
	width: 148px;
	border-collapse: collapse;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizonal ul.MenuBarSubmenuVisible
{
	left: 0;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, .rollover a
{
	display: block;
	cursor: pointer;
	background-color: rgb(128,0,0);
	padding: 4px 0px;
	margin: 0px;
	color: rgb(240,235,215);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a grey background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.on, ul.MenuBarHorizontal .rolloverHover a, .rolloverHover
{
	background-color: rgb(240,235,215);
	color: rgb(128,0,0);
}





/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
