/* General Layout */
body {
	margin: 0;
	padding: 0;
	background: #BDDEEF url(/images/Background.gif) repeat;
	background-attachment:fixed;
	color: #333333;
	font-family: Georgia, Times New Roman, Nimbus Roman No9 L,serif;
	text-align: left;
	font-size: .8em;
}

form {
	display: inline;
}

a:hover, a:active, a:link, a:visited {
	color: #5587C4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.storycontent p img {
	max-width: 400px;
}
.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}
.alert {
	text-align:center;
	font-weight:bold;
	color:#AF6262;
	background:transparent;
	margin:1em 0;
}

#wrapper {
	position:relative;
	margin: 1.2em auto;
	padding: 0;
	width: 804px;
}

#header {
	margin: 0;
	padding: 0;
	color:inherit;
	height: 200px;
	width:800px;
	position: relative;
	z-index:0;
}

#header a:link, #header a:visited, #header a:active, #header a:hover{
	display:block;
	width:800px;
	height:200px;
	text-decoration: none;
	color: #000000;
}

#navmenu {
	background: url(images/navbar.jpg);
	background-repeat: repeat-x;
	margin: -15px 0px 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	height: 38px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#navmenu a:link, #navmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	padding-right: 13px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 7px;
}

#mainNav {
	background: #FFFBD5;
	list-style:none;
	display:block;
	width: 800px;
	height:34px;
	padding:0 0 0 0px;
	margin: 0 auto;

}

#mainNav li {
	float:left;
	padding-left:14px;
	padding-top:5px;
	margin-left:4px;
	font-size: 17px;
}

#mainNav li.first {
	margin-left:1px;
	padding-top:5px;
}
#mainNav li.current {
	background:transparent url(../images/leftArrow-yellow.gif) no-repeat 5px 10px;
}

#leftcolumn {
	float:left;
	width:175px;
	margin:0;
	padding:0;
}

#main {
	position:relative;
	margin:0 0 0 185px;
	padding:0;
	width:595px;
	height:auto;
}

#main.noLeft {
	margin:0;
	width:786px;
	border:2px solid #e0e0ff;
	background:white;
	padding:5px;
}

#main div.Registry {
	position:relative;
	margin:-10px -10px -20px -10px;
	width:796px;	
	height:396px;
	border:2px solid #e0e0ff;
	background:white url(../images/RegistryBack.jpg) no-repeat;
	padding:0px;
	overflow:hidden;
}

#main div.MailingList {
	position:relative;
	margin:-10px -10px -20px -10px;
	width:796px;	
	height:396px;
	border:2px solid #e0e0ff;
	background:white url(../images/mailingListBG.png) no-repeat;
	padding:0px;
	overflow:hidden;
}

#main ul {
	list-style:none;
	padding:0 0 0 20px;
	margin:0 0 10px;
	line-height:1em;
}
#main ul li {
	position:relative;
	background-image:url(../images/liStar.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:0;
	padding-left:30px;
	margin-top:5px;
	list-style-type:none;
	list-style-image:none;
}
#main ul.green li {
	position:relative;
	background-image:url(../images/greenLiStar.gif);
}
#main ul.inline {
	display:block;
	padding:0 0 5px;
	width:580px;
}
#main ul.inline li {
	display:inline;
	position:relative;
	padding:2px 4px 5px 15px;
	line-height:1.5em;
}
#main ul.inline li a{
	white-space:nowrap;
}
#main ul#themes li {
	background-image:none;
	padding-left:0;
}
#main.frame3 {
	border:2px solid #e0e0ff;
	background:white;

}

#navmenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #BC8C5C;
}
#navmenu a.current:link,
#navmenu a.current:visited,
#navmenu a.current:hover
 {
	text-decoration: underline;
}

#headerBottom {
	background: #BDDEEF url(/images/ColorBar.gif) repeat;
	margin: 0;
	height: 15px;
	width: 800px;
	height:18px;
	padding:0;
	margin: 0;
}

#headerBottomNoHome {
	margin: 0;
	padding: -1px 0px 0px 0;
	height: 10px;
	width: 800px;
}

#footer {
	clear:both;
	color:#333;
	text-align:center;
	width:100%;
	margin:10px 0;
	padding:1em 0;
	font-size:11px;
}

#accountInfo {
	position:absolute;
	left:20px;
	top:-1.2em;
}

#shoppingCart {
	position:absolute;
	right:15px;
	top:25px;
	font-size:17px;
	width:200px;	
}

div.sep {
	background:transparent url(/images/dot.png) no-repeat 2px 8px;
	display:inline;
	width:20px;
	height:20px;
	padding:2px 5px 0;
}

#footer div.sep {
	background:transparent url(/images/dot.png) no-repeat 2px 6px;
}

ul.shopNav {
	list-style:none;
	display:block;
	float:left;
	width:796px;
	clear:both;
	height:50px;
	padding:1px 1px 0 0;
	border:2px solid #e0e0ff;
	background:white;
	margin:0 0 5px;
}

ul.shopNav li {
	display:block;
	float:left;
	margin:0 0 1px 1px;
	padding:0;
	font-size: 15px;
	letter-spacing:1px;
	background:#e0e0ff;
	white-space:nowrap;
	height:24px;
}

ul.shopNav li.current {
	background:#ffe0e0;
}
ul.shopNav li a:link, ul.shopNav li a:active, ul.shopNav li a:hover, ul.shopNav li a:visited {
	display:block;
	padding:3px 9px;
	background:transparent;
}
ul.shopNav li a:link.wider, ul.shopNav li a:active.wider, ul.shopNav li a:hover.wider, ul.shopNav li a:visited.wider {
	padding:3px 13px;
}
ul.shopNav li a:link.skinny, ul.shopNav li a:active.skinny, ul.shopNav li a:hover.skinny, ul.shopNav li a:visited.skinny {
	padding:3px 7px;
}
ul.shopNav li a:hover {
	background:#ffe0e0;
}

div.leftNav {
	border:2px solid #e0e0ff;
	background: white;
	padding:1px;
	margin:0;
}

ul.leftNav {
	width:100%;
	border:2px solid #e0e0ff;
	background: white;
	list-style: none;
	padding:1px;
	margin:0;
}
ul.leftNav ul{
	margin:0;
	padding:0 0 0 0;
}
ul.leftNav ul ul{
	padding-left:10px;
}
ul.leftNav li {
	list-style:none;
	padding:0;
	margin:0;
}
ul.leftNav ul a:link, ul.leftNav ul a:visited {
/*	color:#5587C4; */
}
ul.leftNav li a,
ul.leftNav li a:active,
ul.leftNav li a:link,
ul.leftNav li a:visited,
ul.leftNav li a:hover {
	display:block;
	color:#444;
	padding:4px 4px 4px 18px;
}
ul.leftNav li li a{
	font-weight:600;
}
ul.leftNav li li li a{
	font-weight:500;
}
ul.leftNav ul a:hover{
	background:transparent url(../images/leftArrow-white.png) no-repeat 5px 7px;
}
ul.leftNav ul a.current {
	text-decoration:underline;
}
ul.leftNav li a:active {
	outline: none;
}
ul.leftNav li a:focus {
	-moz-outline-style: none;
}
ul.leftNav li a.header {
	background:#ffe0e0 !important;
	color:#666699;
	padding-left:5px;
}

ul.leftNav li.header a#currentPage {
	font-weight:700;
}
ul.leftNav li.header li a#currentPage {
	font-weight:500;
}



/* ----------------CONTENT------------  */
#content {
	width: 655px;
	margin: 0;
	text-align: left;
	padding: 10px 15px 15px;
	line-height: 150%;
	float: left;
	background-color: #ffffff;
}

#content ul {
	color: #555E55;
	line-height: 175%;
	list-style: circle;
}

#content ol {
	color: #555E55;
	line-height: 175%;
}

.credit {
	margin: 0 auto 0px;
	padding: 11px 3px 0px 15px;
	color: #FFFFFF;
	text-align: center;
	background: url(images/credit_bar.jpg) repeat-x;
	height: 20px;
	width: 667px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.credit a:link, .credit a:hover, .credit a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.post {
	padding-bottom: 50px;
}


h1, h2, h3 {
	margin: 0px;
	cursor:default;
}

h1 {
	display:block;
	text-align:center;
	margin-bottom:.5em;
	line-height:1em;
	font-size:22px !important;
	font-weight:normal;
}

h2 {
	margin: 0 0 10px;
	padding: 0;
	color: #333333;
	font-size:18px;
}

h3 {
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #2C355C;
	font-size: 14px;
	font-weight: bold;
}

.strikethrough {
	text-decoration: line-through;
}

a.featuredProduct:link, a.featuredProduct:active, a.featuredProduct:visited, a.featuredProduct:hover, 
a.featuredProduct2:link, a.featuredProduct2:active, a.featuredProduct2:visited, a.featuredProduct2:hover {
	width:175px;
	height:150px;
	padding:6px 0;
	color:#5587C4;
	display:block;
	text-decoration:none;
	text-align:center;
}

a.featuredProduct:link, a.featuredProduct:active, a.featuredProduct:visited, a.featuredProduct:hover {
	background:#F7DEE7;
}
a.featuredProduct2:link, a.featuredProduct2:active, a.featuredProduct2:visited, a.featuredProduct2:hover {
	background:#BDDEEF;
}
a.featuredProduct2:hover, a.featuredProduct:hover {
	text-decoration:underline;
}

a.featuredProduct2 img, a.featuredProduct img {
	display:block;
	margin:0 12px;
}

a.CatProduct:link, a.CatProduct:active, a.CatProduct:visited, a.CatProduct:hover {
	width:175px;
	height:225px; 
	margin:0px;
	padding:10px;
	background:white;
	color:#5587C4;
	display:block;
	text-decoration:none;
	float:left;
	text-align:center;
}

a.CatProduct:hover {
	text-decoration:underline;
}

a.CatProduct img {
	width:100%;
	display:block;
	margin:0 auto;
}

a.mailinglist:link, a.mailinglist:active, a.mailinglist:visited, a.mailinglist:hover {
	width:195px;
	height:179px; 
	margin-top:-5px;
	padding-top:0px;
	padding-left:0px;
	background:white;
	color:inherit;
	display:block;
	text-decoration:none;
	float:left;
}


#menu a:link {
	margin: 0;
	padding: 0;
	text-decoration: none;

}

#menu a:visited {
	color: #666666;
	margin: 0;
	padding: 0;
	text-decoration: none;

}

#menu a:hover, #menu a:active {
	color: #000000;
	text-decoration: none;

}

#menu p {
	font-size: 11px;
}

#menu {
	margin: 0;
	padding: 0 0 0 10px;
	width: 268px;
	float: right;
	font-family: "Verdana Geneva Arial Helvetica sans-serif";
	font-variant: normal;
	font-size: 11px;
	background-image: url(images/white_bar_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


#menu ul {
	margin: 20px 0 20px 10px;
	font-size: 11px;
	list-style-type: none;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 10px;

}
#menu li {
	font-weight: bold;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#menu ul ul {
	padding: 0;
	font-size: 11px;
	list-style-type: circle;
	margin-top: 0;
	margin-right: 0;
	margin-left: 15px;

}

#menu ul li ul li {
	margin-top: 2px;
	font-size: 11px;
	border: none;
	padding: 0px;
	font-weight: normal;

}
#menu a{
	font-weight: bold;

}


#menu form {
	margin: 0;
	padding-bottom: 12px;

}

#menu input[type="submit"] {
	background-color: #E3DDCB;
	border: 1px solid #AFA186;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: .9em;
	width: 50px;
}
#menu form #searchbox {
	width: 8em;
	padding: 2px;
	border: 1px solid #AFA186;
	background-color: #FCFBF7;	
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

input, textarea {
	padding: 1px;
	border: 1px solid #AFA186;
	background-color: #FCFBF7;	
}

label {
	display:block;
}
.login_label label {
	display:inline;
}
acronym, abbr {
	border-bottom: 1px dashed #aaa;
	cursor: help;
	letter-spacing: .07em;
}

.blockquote {
	float: right;
	width: 180px;
	font-weight: bold;
	font-size: 1.1em;
	line-height:1.4em;
	padding:1ex;
	margin:1ex 0 0 2ex;
	background:#E5DFCF;
	color: #333;
	border:1px dashed black;
}

div.listing {
	height:80px;
	width:370px;
	float:left;
	margin:0 0px 10px 0;
	padding:0;
	background:#ffffcc;
	text-align:left;
}
div.listing img {
	margin-right:10px;
	float:left;
	border:0;
}

a:hover .strikethrough, .strikethrough a:hover{
	text-decoration: line-through underline;
}

div.required label {
	font-weight:bold;
}

/* Shadow Stuff */
div.shadow {
	background: url(../images/midShadow.png) repeat-y top left;
	margin:0;
	padding:0 2px;
	width:804px;
	position:relative;
}

div.inner-shadow {
	width:800px;
	background:white;
	margin:0;
	padding:0 0 8px 0;
	position:relative;
}
div.bottomShadow { width: 804px; height: 4px; 
	background: url(../images/bottomShadow.png) no-repeat bottom left;
	position: absolute; bottom: 0px; left: 0px; }
div.topShadow { width: 804px; height: 2px; 
	background: url(../images/topShadow.png) no-repeat top left;
	position: absolute; top: 0px; left: 0px; }


select.rightSide {
	width:auto !important;
	max-width:140px;
	width:140px;
}
select.rightSide option {
	width:auto;
	max-width:auto;
}

p.whiteBox {
	margin:-293px 0 0 0;
	padding:5px;
	background-color:white;
	font-size:1.3em;
	color:black;
}

a.highlightit:link p.whiteBox, a.highlightit:visited p.whiteBox {
	visibility:hidden;
}

a.highlightit:hover p.whiteBox, a.highlightit:active p.whiteBox {
	text-decoration:none;
	visibility:visible;
}

div.category {
	text-align:center;
	float:left;
	width:85px;
	height:160px;
	position:relative;
	z-index:10;
}
div.category a img {
	border:0;
	width:75px;
	height:75px;
	margin-left5px;	
}

div.tellAFriend {
position:absolute;
height:24px;
padding:1px 7px;
width:110px;
top:0;
right:0;
background:transparent url(/images/lightLowerLeft.gif) bottom left no-repeat
}
div.tellAFriend a img {
	border:0;
	display:block;
	float:left;
	margin:0 6px 0 10px;
}

    #tabs{
        margin: 0;
        padding: 0;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
    }
    #tabs ul{
        font-weight:bold;
	font-size:11px;
        margin:0;
        padding:0;
        list-style:none;
    }
    #tabs ul li{
        display:inline;
        background: transparent;
        margin:0 2px 0 0;
        padding:0;
        text-transform:uppercase;
    }
    #tabs a{
        float:left;
        background:#F6DFE7;
	color:#EAA3B5;
        margin:0 2px 0 0;
        padding:0 0 1px 3px;
        text-decoration:none;
    }
    #tabs a span{
        float:left;
        display:block;
        padding:4px 9px 2px 6px;
    }
    #tabs a span{float:none;}
    #tabs a:hover
	{
	background-color: #7E94B9;color: white;}
    #tabs a:hover span{
	background-color: #7E94B9;}
    #tabHeaderActive span, #tabHeaderActive a,
    #tabs .currenttab span, #tabs .currenttab a { background-color: #42577B; color:#fff;}
    .tabContent {
        clear:both;
        border:2px solid #42577B;
        padding:0 0 2px 2px;
        background-color:#FFF;
    }

