body
{
	margin: 0px;
	padding: 0px;
	background-color: #40130D;
	text-align: center;
	background-image: url( ../images/background.jpg );
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial Helvetica, sans-serif;
	font-size: 10pt;
}

#logo
{
	margin-left: 19px;
	margin-right: 19px;
	height: 202px;
}

#botPic
{
	background-color: #120403;
	width: 718px;
	height: 37px;
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 7pt;
}

#botPic a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 7pt;
}

#topPic
{
	width: 761px;
	height: 26px;
	margin: 0px auto;
	padding-right: 7px;
}

#leftFoot
{
	float: left;
}

#leftFoot img
{
	vertical-align: middle;
	padding-top: 1px;
}

#rightFoot
{
	text-align: right;
}

#rightFoot img
{
	vertical-align: middle;
	padding-top: 1px;
}

#container
{
	margin: 0px auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrapper
{
	width: 761px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #D3D3D3;
	background-image: url( ../images/content-bg.jpg );
	background-repeat: no-repeat;
	height: auto !important;
	height: 638px;
	min-height: 638px;
	padding-top: 0px;
}

#contentContainer
{
	width: 761px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#navigation
{
	width: 761px;
	height: 49px;
	margin: 0px auto;
}


/* Root = Horizontal, Secondary = Vertical */
ul#menu {
  margin: 0px;
  border: 0px none;
  /*width: 700px;*/
  list-style: none;
  height: 49px;
  padding-left: 15px;
}

ul#menu li {
  margin: 0px;
  padding: 0px;
  float: left; /*For Gecko*/
  display: block;
  list-style: none;
  position: relative;
  padding-top: 0px;
	padding-left: 0px;
}

ul#menu li.first
{
	background-image: none;
}

ul#menu ul {
  margin: 0px;
  border: 1px solid #5E2F00;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
  background-color: #F6F6F6;
	font-family: Arial;
	width: 192px;
	margin-left: 5px;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu ul li {
  padding-top: 0px;
  float: none; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border: none;
  text-align: left;
  color: #929594;
  background-image: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}

/* Root Menu */
ul#menu a {
	padding: 17px 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #320801;
  font: 10.18pt Arial, Geneva, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/

}

ul#menu ul a
{
	letter-spacing: normal;
	text-transform: none;
}


/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #D51F1E;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  text-decoration: none;
  color: #320801;
  /*text-align: center;*/
  padding: 0px 5px;
  line-height: 22px;
  
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
  color: #D51F1E;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  text-decoration: none;
  color: #320801;
  text-align: left;
  padding: 0px 5px;
  line-height: 22px;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  color: #D51F1E;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  text-decoration: none;
  color: #320801;
  text-align: left;
  padding: 0px 5px;
  line-height: 22px;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  color: #D51F1E;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 187px;
	width: 205px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

#content
{
	height: auto !important;
	height: 201px;
	min-height: 201px;
	color: #583737;
	padding-bottom: 15px;
	text-align: left;
	margin-top: 25px;
	margin-left: 55px;
	font-size: 8pt;
	margin-right: 375px;
	font-family: arial;
	color: #331806;
}

#contentInner
{
	height: auto !important;
	height: 201px;
	min-height: 201px;
	color: #583737;
	margin-left: 55px;
	margin-right: 55px;
	padding-bottom: 15px;
	text-align: left;
	margin-top: 25px;
	font-size: 9pt;
	font-family: arial;
}

#content a
{
	color: #000000;
}

div#homeImage
{
	float: right;
	margin-left: 30px;
}


p.cssBugFix
{
	height: 1px;
	clear: both;
}

#footer
{
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url( ../images/footerBg.jpg );
	background-repeat: repeat-x;
	height: 49px;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #2d2e31;
	overflow: hidden;
}

#rightColumn
{
	float: right;
	margin-right: 21px;
	width: 165px;
}

.rightTable
{
	text-align: center;
}

.rightTable img
{
	border: 1px solid #000000;
}

.rightTable h2
{
	margin-bottom: 0px;
	color: #616161;
}

#wrapper h1
{
	margin-left: 65px;
	font-family: verdana;
	font-size: 32.84pt;
	color: #616161;
}

.cssBugFix
{
	height: 1px;
	clear: both;
	margin: 0px;
}

div.collectionItem
{
	margin-bottom: 20px;
	clear: left;
}

div.collectionImage
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.collectionTitle
{
	color: #862D29;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}

div.collectionDescription
{
	margin-bottom: 5px;
	text-align: justify;
}

div.collectionPrice
{
	margin-bottom: 15px;
}

div.collectionImage img
{
	border: 1px solid #9B9192;
}

div.collectionMSRP,
div.collectionRating,
div.collectionWarranty
{
	font-weight: bold;
	padding-left: 5px;
}

div.collectionMSRP span,
div.collectionRating span,
div.collectionWarranty span
{
	font-weight: normal;
}

div.collectionMSRP span
{
	text-decoration: line-through;
	color: red;
	/*font-weight: bold;*/
	font-size: 12pt;
	font-family: verdana;
}

img, div 
{ 
	behavior: url(../scripts/iepngfix.htc); 
}
