/* CSS Document */

* html ul.shop li.shop
{
	float: left;
	height: 1%;
}

* html ul.shop li.shop a {height: 1%;}

a {text-decoration: none;}
a:hover {text-decoration: underline; color: #996600;}
a.shopNav {color: #066;}
a.shopNav:visited {color: #066;}
a:visited {color: #6600CC}

body {background-color: #f1f3e4;}

hr.breaker
{
	border: medium groove;
	margin: 20px 15%;
}

li:hover ul.shop {display: block;}
li.over ul.shop {display: block;}
li.shop ul.shop
{
	display: none;
	width: 200px;
	left: 105px;
	position: absolute;
	top: 0px;
	background: #FFF;
	border: 1px solid #000;
}

ul.leaf 
{
	list-style-image: url(images/leafbullet.gif);
}

ul.shop
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 110px;
	padding-top: 0px;
	list-style-type: none;
	font-weight: normal;
}

ul.shop li.shop 
{
	position: relative;
}

ul.shop li.shop a
{
	padding-right: 5px;
	display: block;
	padding-left: 5px;
	padding-bottom: 5px;
	/* color: #777; */
	padding-top: 5px;
	text-decoration: none;
}

ul.shop li.shop a:hover
{
	text-decoration: underline;
	color: #996600;
}

ul.shop li.shop a:hover.subMenu
{
	text-decoration: underline;
	color: #996600;
	background: #f1f3e4;
	border: solid 1px #CCC;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2em;
	text-align: center;
	font-size: x-small;
}

.copyrightDir
{
	margin-top: 2em;
	text-align: center;
}

.facebookBadge
{
	background-image: none;
	margin: 1em 0 0 .5em;
}

.guestComment {margin: 1.5em 3em;}
.guestAuthor
{
	font-style: italic;
	text-indent: 1.5em;
}

.menu 
{
	float: left;
	text-align: center;
	margin: .5em 1em 2em;
	width: 40%;
	padding: 0.75em;
}

.menuPrice 
{
	font-size: larger;
	font-weight: bold;
	vertical-align: -.5em;
}

.navigation
{
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

.navigationDir
{
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

.pageCopy 
{
	margin: 0px 15%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
}

.pdfFileSize {font-size: smaller;}
.productPic
{
	float: left;
	margin: 1em 3em 2em 0;
}

.regTrademark
{
	font-size: .80em;
	vertical-align: super;
}

.ringChar {display: inline;}
.ringLink
{
	display: inline;
	margin: 0 .75em;
}

.shoppingIconText {vertical-align: 5px;}

.storeAdd2Cart {margin-left: 1.5em;}
.storeCamIcon
{
	margin-right: .5em;
	vertical-align: -.4em;
}

.storeIndent {margin: .25em 0 0 1em;}
.storeProductContainer {margin: 0 0 2em 1em;}
.storeProductForm {display: inline;}
.storeProductTitle
{
	font-weight: bold;
}

.storeSeason {font-style: italic;}

.storeSection
{
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	margin: 2em 0 .5em 0;
}

.storeSubHeader
{
	font-size: xx-large;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

.subNav
{
	font-size: .80em;
	padding: 3px 15px;
}
