/* General Layout */
body {
	margin: 0;
	padding: 0;
	background:white url(../images/bg-repeat.png) repeat-y;
	color:#101010;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	min-height:100%;
	height:auto !important;
	height:100%;
}

form {
	display: inline;
}

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

#wrapper {
	z-index:3;
	position:relative;
	background:transparent url(../images/bg-norepeat.jpg) no-repeat;
	color:inherit;
	padding: 205px 30px 0 270px;
	margin: 0;
	width: 500px;
	min-height:880px;
}

#header {
	margin: 0;
	padding: 0;
	color:inherit;
	width:417px;
	height: 160px;
	position: absolute;
	left:28px;
	top:48px;
	z-index:2;
}

#mainNav {
	font-family: Helvetica,Verdana,sans;
	background: transparent;
	z-index:4;
	list-style:none;
	display:block;
	position:absolute;
	width: 540px;
	top:140px;
	left:250px;
	clear:both;
	height:34px;
	padding:0;
	margin: 0;
}

#mainNav li {
	float:left;
	padding-left:17Px;
	padding-top:5px;
	margin-left:10px;
	font-size: 16px;
	font-weight:bold;
	color: "#FFFFFF";
}
#mainNav li.first {
	margin-left:5x;
	padding-top:5px;
}
#mainNav li.current {
/*	background:transparent url(../images/leftArrow-yellow.gif) no-repeat 0 10px; */
}
#mainNav li a:visited,
#mainNav li a:link,
#mainNav li a:active,
#mainNav li a:hover {
	color:#9cbae1;
	background:trasparent;
}

#mainNav li.current a:visited,
#mainNav li.current a:link,
#mainNav li.current a:active,
#mainNav li.current a:hover {
	color:#fff;
	background:trasparent;
}

#leftcolumn {
	float:left;
	width:181px;
	margin-right:2x;
}

#copyright {
	position:absolute;
	left: 10px;
	top:500px;
	z-index:1;
	width:160px;
	height:60px;
	color:#333;
	font-size:9px;
	font-weight:bold;
}

#quote {
	font-style:italic;
	position:absolute;
	left: 20px;
	top:225px;
	z-index:2;
	width:175px;
	color:#333;
	font-size:12px;
}

#quote .author {
	text-align:right;
	font-style:normal;
}

#footer {
	position:relative;
	z-index:3;
	color:#333;
	text-align:center;
	width:100%;
	margin:10px 0;
	padding:1em 0;
	font-size:11px;
}

#accountInfo {
	position:absolute;
	left:0;
	top:0;
}

#shoppingCart {
	position:absolute;
	right:15px;
	top:25px;
	font-size:18px;
	font-family: "Times New Roman","Lucida Sans",Helvetica,Verdana,sans;
	color:#333;
	
}

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 {
	z-index:3;
	list-style:none;
	display:block;
	float:left;
	width:100%;
	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: 13px;
	background:#e0e0ff;
	white-space:nowrap;
}
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:5px 9px;
	background:transparent;
}
ul.shopNav li a:hover {
	background:#ffe0e0;
}

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

ul.leftNav {
	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:#444;
}
ul.leftNav li a{
	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;
}

h1, h2, h3 {
	margin: 0;
}

h1 {
	width:100%;
	display:block;
	text-align:center;
	margin-bottom:.5em;
	line-height:1em;
}

h2 {
	margin: 0 0 10px;
	padding: 0;
	color: #333333;
}

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 {
	width:205px;
	height:180px; 
	margin:0px;
	padding:10px;
	background:white;
	color:inherit;
	display:block;
	text-decoration:none;
	float:left;
}


a.featuredProduct:hover {
	background:white url(/images/productBG.png) no-repeat;
	color:inherit;
}
a.featuredProduct span {
	display:block;
	text-align:center;
}
a.featuredProduct:hover span{
	text-decoration:underline;
}
a.featuredProduct img {
	display:block;
	margin:0 12px;
}

a.mailinglist:link, a.mailinglist:active, a.mailinglist:visited, a.mailinglist:hover {
	width:215px;
	height:218px; 
	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 {
	position:relative;
	margin-bottom:3px;
	background:#ffffcc;
}

div.listing div.buyBox {
	position:absolute;
	top:0;
	right:0;
}
a:hover .strikethrough, .strikethrough a:hover{
	text-decoration: line-through underline;
}
