@charset "utf-8";
/* CSS Document */
/* Reset CSS browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style: disc; 
}
img {
  border: 0;
}
select {
	background-color: #ffc;
}
/* End Reset CSS browser styles */
body {
	color: #002D4B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#maincontainer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
#banner {
	position: relative;
	background-color: #472c17;
	height: 50px;
	padding-left: 3px;
}
#logo {
	float: left;
	position: absolute;
	top: 5px;
}
#bannertitle {
	position: absolute;
	left: 270px;
	top: 12px;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
}
#bannerhome {
	padding-left: 6px;
	position: relative;
	background-color: #472c17;
	height: 84px;
}
#logohome {
	float: left;
	position: absolute;
	top: 5px;
}
#bannertitlehome {
	position: absolute;
	left: 475px;
	top: 24px;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
}

#cart {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
#carthome {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}
/* Set up the Nav Bar */
ul.navbar {
	margin-left: 0;
	list-style-type: none;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #613a1f;
	text-align: center;
}
ul.navbar li {
	display: inline;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
ul.navbar li.selected { /* Gold when selecte */
	color:#fc0;
	position: relative;
}
ul.navbar a.selected:link {
	color: #fc0;
	text-decoration: none;
}
ul.navbar a.selected:visited {
	color: #fc0;
	text-decoration: none;
}
ul.navbar a.selected:hover { 
	color: #fc0;
	text-decoration: overline underline;
}
ul.navbar a:link { /* Yellow when not selected */
	color: #fff;
	text-decoration: none;
}
ul.navbar a:visited {
	color: #fff;
	text-decoration: none;
}
ul.navbar a:hover {
	text-decoration: underline overline;
}
ul.navbar li.selected ul {
	margin-left: 0;
	list-style-type: none;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #613a1f;
	text-align: center;
}
ul.navbar li.selected ul li {
	display: inline;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
ul.navbar li.selected ul li.selected { /* Gold when selecte */
	color:#fc0;
	position: relative;
}
/* End of Nav Bar Setup */
/* Set up the Gift Nav Bar */
td.ul.navbar {
	margin-left: 0;
	list-style-type: none;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #613a1f;
	text-align: center;
}
td.ul.navbar li {
	display: inline;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
td.ul.navbar li.selected { /* Gold when selecte */
	color:#fc0;
	position: relative;
}
td.ul.navbar a.selected:link {
	color: #fc0;
	text-decoration: none;
}
td.ul.navbar a.selected:visited {
	color: #fc0;
	text-decoration: none;
}
td.ul.navbar a.selected:hover { 
	color: #fc0;
	text-decoration: overline underline;
}
td.ul.navbar a:link { /* Yellow when not selected */
	color: #fff;
	text-decoration: none;
}
td.ul.navbar a:visited {
	color: #fff;
	text-decoration: none;
}
td.ul.navbar a:hover {
	text-decoration: underline overline;
}
td.ul.navbar li.selected ul {
	margin-left: 0;
	list-style-type: none;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #613a1f;
	text-align: center;
}
td.ul.navbar li.selected ul li {
	display: inline;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
td.ul.navbar li.selected ul li.selected { /* Gold when selecte */
	color:#fc0;
	position: relative;
}
/* End of Nav Bar Setup */