body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url( ../images/background.jpg );
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana Helvetica, sans-serif;
	font-size: 10pt;
}
td {
	text-align: left;
}
a:link
{
	color: #ffffff;
}

#map1
{
	float: right;
}

#botPic
{
	background-color: #ffdbe6;
	width: 746px;
	height: 37px;
	margin: 0px auto;
	text-align: center;
	color: #f48fac;
	font-size: 7pt;
}

#botPic a
{
	color: #f48fac;
	text-decoration: none;
	font-size: 9pt;
	margin-top: 5px;
}

#topPic
{
	width: 766px;
	height: 9px;
	margin: 0px auto;
}

#leftFoot
{
	float: left;
}

#leftFoot img
{
	vertical-align:middle;
}

#rightFoot
{
	text-align: right;
}

#rightFoot img
{
	vertical-align:middle;
}

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

#wrapper
{
	width: 766px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #ffb4ca;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	border: 3px solid #df5a81;
}

#contentContainer
{
	width: 766px;
	min-height: 431px;
	height: auto !important;
	height: 431px;
}

#navigation
{
	background-image: url( ../images/navBack.jpg );
	background-repeat: repeat-x;
	border-bottom: 3px solid #df5a81;
	height: 29px;
	margin: 3px auto 0px;
	padding: 0px 3px 3px 3px;
	width: 758px;
}


/* Root = Horizontal, Secondary = Vertical */
ul#menu {
  margin: 0px;
  border: 0px none;
  width: 758px; /*For KHTML*/
  list-style: none;
  height: 29px;
	padding-left: 0px;
}

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

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

ul#menu ul {
  margin: 0px;
  border: 1px solid #df5a81;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #FFFFFF;
	font-family: Arial;
}

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 {
  width: 160px;
  height: 22px;
  padding-top: 0px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border: none;
  text-align: center;
  color: #929594;
  background-image: none;
}

ul#menu li:hover
{
	background-color: #DF5A81;
}

/* Root Menu */
ul#menu a {
	padding: 7px 15px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
	color: #8f0049;
  font: 10.18pt Arial, Geneva, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  text-align: center;
}

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: #FFFFFF;
}


/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  text-decoration: none;
  color: #8f0049;
  text-align: left;
  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: #FFFFFF;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  text-decoration: none;
  color: #8f0049;
  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: #FFFFFF;
}

/* 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: #FFFFFF;
  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: #e29548;
}

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

/* 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;
}

#banner
{
	margin-left: 20px;
	margin-top: 3px;
}

#contentContainer h1
{
	margin-left: 49px;
}

#content
{
	height: auto !important;
	height: 201px;
	min-height: 201px;
	color: #400200;
	padding: 0px 49px;
	padding-bottom: 15px;
	text-align: left;
	margin-top: 25px;
	font-size: 10pt;
	margin-right: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #331806;
	text-align: justify;
}

body#home #content
{
	margin-right: 225px; 
}

#content a
{
	color: #000000;
}

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

.pageImage
{
	float: right;
	margin-left: 17px;
	margin-top: -120px;
}


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;
}

#footer #footerContainer
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#footer #valvano
{
	float: left;
}

#footer #valvano a img
{
	vertical-align: middle;
	border: 0px none;
}

#footer #symetric
{
	text-align: right;
}

#footer #symetric a img
{
	vertical-align: middle;
	border: none;
}

p.spacer
{
	height: 15px;
}

div.sizeButton
{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.sizeText
{
	line-height: 23px;
	margin-bottom: 5px;
}

#Header
{
	margin-left: 49px;
}

#rightColumn
{
	float: right;
	margin-right: 20px;
}

#featuredGuide
{
	margin-bottom: 35px;
}

#banner
{
	margin-bottom: 35px;
	margin-top: 10px;
}

#featuredGuideBox
{
	background-image: url( ../images/featuredGuide/title.jpg );
	background-repeat: no-repeat;
	background-color: #eaeae9;
	border: 1px solid #410000;
	width: 216px;
	padding-top: 60px;
	padding-bottom: 5px;
	text-align: center;
}

#featuredGuideBox #featuredGuideTitle
{
	color: #400200;
	font-style: italic;
}

#featuredGuideBox #featuredGuideImage img
{
	border: none;
}

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

div#shoppingCartLink
{
	text-align: right;
}

div#shoppingCartLink img
{
	border: none;
}

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

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

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

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

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

div.collectionCart img
{
	border: none;
}

#content table.shoppingCart
{
	width: 800px;
	width: 775px;
}

#content table.shoppingCart caption
{
	text-align: left;
	padding-bottom: 3px;
}

#content table.shoppingCart thead th
{
	height: 30px;
	vertical-align: bottom;
	padding-bottom: 5px;
	border-bottom: 1px solid #410000;
}

#content table.shoppingCart tbody td.delete
{
}

#content table.shoppingCart tbody td.name
{
}

#content table.shoppingCart tbody td.name img
{
	vertical-align: middle;
	padding-right: 10px;
}

#content table.shoppingCart tbody td.quantity input
{
	width: 30px;
}

#content table.shoppingCart tbody td.price
{
}

#content table.shoppingCart tfoot td
{
}

#content table.shoppingCart tfoot td.totalTitle
{
	text-align: right;
	padding-right: 15px;
	line-height: 45px;
	font-weight: bold;
}

#content table.shoppingCart tfoot td.totalPrice
{
	line-height: 45px;
}

#content table.shoppingCart td.delete img
{
	border: none;
}

/*h1.welcome
{
	background-image: url( ../images/titles/h1_welcome.jpg );
	background-repeat: no-repeat;
	background-position: 49px 60px;
	width: auto !important;
	width: 325px;
	min-width: 325px;
}

h1.welcome span
{
	display: none;
}*/