/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
}
#container {
	width: 792px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#logo {
	float: left;
	width: 141px;
	height: 141px;
	padding: 0px;
	background: #98CB00 url(Images/Backgrounds/logo.jpg) top left no-repeat;
}
#slide {
	float: left;
	width: 338px;
	height: 141px;
	padding: 0px;
	background: #B3DA43 url(Images/Backgrounds/slide1.jpg) top left no-repeat;
}
#slideimg {
	height: 141px;
}
#mission {
	float: left;
	width: 312px;
	height: 141px;
	padding: 0px;
	background: #D8ECA5 url(Images/Backgrounds/mission.jpg) top left no-repeat;
}
/*
#shortcuts {
	margin-top: 120px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
	font-size: .7em;
}
*/
#content {
	width: 791px;
	padding: 0px;
	margin: 0px;
	background: #FFFF99 url(Images/Backgrounds/content.gif) repeat-y;	
}
#sidebar {
	float: left;
	width: 141px;
	min-height: 350px;
	_height: 350px;
	text-align: left;
}
	#sidebar .menu {
		width: 141px;
		margin-left: 5px;
		margin-top: 10px;
	}
	#sidebar .menu ul {
		margin-left: 20px;
		margin-top: 0;
		padding: 0px;
		list-style-type: none;
		list-style-image: url(Images/Icons/menu-item.gif);
		font-family: Arial, verdana, Helvetica, sans-serif, serif;
	}
	#sidebar .menu li {
		font-size: .9em;
		/* font-weight: bold; */
		margin: 0px;
	}
	#sidebar .menu li:hover {
		list-style-image: url(Images/Icons/menu-item-over.gif);
	}
	#sidebar .menu a {
		/* display: block;*/
		padding: 0px;
		color: #9D5F00;
		text-decoration: none;
	}
	#sidebar .menu a:hover {
		/* background-color: #666666; */
		color: #FFFF99;
		list-style-image: url(Images/Icons/menu-item-over.gif);
	}
	#sidebar .notes {
		font-size: .8em;
		color: Gray;
		margin-left: 10px;
	}
	#sidebar hr {
		border: 0;
		width: 120px;
		margin-left: 10px;
		height: 1px;
		color: #FF9C04;
		background-color: #FF9C04;
		clear: both;
	}
	#sidebar img {
		width: 138px;
		float: right;
		margin-right: 1px;
	}
	#sidebar img.action {
		height: 15px;
		width: auto;
		float: left;
		margin-right: 5px;
	}
	#sidebar .list {
		font-size: 0.7em;
		margin-left:10px;
	}
	#sidebar .list a {
		color: #FF5256; /* #FF9C04;*/
	}
	#sidebar .list a:hover {
		color: #FF9C04;
	}
#loginview {

}
#loginview a:link, #loginview a:hover, #loginview a:visited {
	color: #FF5256; /*#FD3126;*/
}
#login {
	width: 100%;
	font-size: 0.7em;
}
	#login table {
		width: 130px;
		margin-left: 5px;
		display: inline;
	}
	#login td {
		display: inline;
	}
	#login label.username {
		/* width: 70px;*/
	}
	#login input.username {
		width: 115px;
		border: 1px solid #FF9C04;
	}
	#login label.password {
	}
	#login input.password {
		width: 115px;
		border: 1px solid #FF9C04;
	}
	#login input.submit {
		float: right;
		margin-right: 15px;
		margin-top: 5px;
	}
#welcome {
	font-size: 0.8em;
	margin-left:10px;
}
#cart {
	margin-left:5px;
}
	#cart a {
		color: #FF5256;
	}
	#cart img {
		height:auto;
		width: 9px;
		float: left;
		margin-right: 5px;
	}
	#cart ul {
		margin-left: 15px;
		margin-top: 0;
		padding: 0px;
		list-style-type: none;
		list-style-image: url(Images/Icons/cart-item.gif);
	}	
	#cart li {
		padding: 0px;
	}	
	.cart-title {
		font-size: 0.8em;
		color: #A64E00;
		margin-left:10px;
	}
	.cart-title a, .cart-title a:link, .cart-title a:visited {
		color: #A64E00;
		text-decoration: none;
	}
	.cart-content {
		font-size: 0.7em;
		line-height: 1.5em;
	}
#substance {
	margin-left: 170px;
	width: 590px;
	min-height: 580px;
	_height: 575px;
	padding: 10px 0px 45px 0px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#banner {
	display: none;	
}
	.kids {
		background-image: url(Images/Backgrounds/kids2.jpg);
		/*background-attachment: fixed;*/
		background-position: bottom;
		background-repeat: no-repeat; 
	}
	.shortcuts {
		width: 120px;
		float: right;
		padding-right: 10px;
		font-size: .9em;
	}
	.shortcuts a, .shortcuts a:link, .shortcuts a:visited {
		color: #A64E00;
		text-decoration: none;
	}
	#substance .crumbs {
		padding: 3px;
	}
	#substance .crumbs ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		border: none;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	} 
	#substance .crumbs ul li {
		margin-left: 0;
		padding-left: 2px;
		border: none;
		list-style: none;
		display: inline;
		font-size: 1em;
	}
	#substance .crumbs ul li.first {
		font-size: 1.1em;
		font-weight: bold;
	}
	#substance .crumbs a {
		text-decoration: none;
		color: #9D5F00; /* #444141; */
	}
	#substance .crumbs a:hover {
		text-decoration: underline;
		color: Orange; /* #9D5F00; #444141; */
	}
	#substance a {
		color: #FF9C04;
	}
	#substance a:hover {
		color: #FF9C04;
	}
	#substance h2, #substance h3, #substance h4 {
		color: #444444;
	}
	#substance h2 {
		font-size: 1.3em;	
	}
	#substance h2.heading {
		margin-top: 5px;
	}
	#substance h3 {
		font-size: 1.2em;	
	}
	#substance p {
		color: #333333;		
	}
	#substance p a, #substance p a:visited {	
		color: #FF9C04; /* Green */
		/* text-decoration: none; */
	}
	#substance p a:hover {	
		color: #B3DA43;
	}
	#substance ul a, #substance ul a:visited {
		color: #FF9C04;
	}
	#substance ol a, #substance ol a:visited {
		color: #FF9C04;
	}
	#substance hr{
		color: #FFD300; /* #FFBB55; */ 
		background-color: #FFD300; /* #FFBB55; */
		height: 1px;
		border:0;
		margin: 5px;
	}
	#substance .textbox {
	
	}
	#substance #contactform {
		width: 400px;
		float: left;
	}
	#substance #contactmsg {
		font-size: 0.9em;
		margin-left: 405px;
		padding: 5px 0 0 0;
	}
	#substance .contact {
		width: 95%;
		border: 1px solid #FFD300;
	}
	#substance div.contact {
		text-align: right;
		border: none;
	}
	#substance #articles {
		font-size: 0.9em;
		width: 400px;
		float: left;
		
	}
	#substance #articles a {
		color: #FF9C04;
	}
	#substance #articles a:hover {
		color: #B3DA43;
	}
	#substance #articlelist  {
		font-size: 0.7em;
		margin-left: 405px;
		padding: 0;
		min-height:600px
	}
	#substance #articlelist ul, #archives ul, .list ul {
		margin-left: 17px;
		margin-top: 0;
		padding: 0px;
		list-style-type: none;
		list-style-image: url(Images/Icons/list-arrow.gif);
	}
	#substance #articlelist li, #archives li, .list li {
		margin-top: 5px;
	}
	#substance #articlelist a, #archives a {
		color: #FF9C04;
	}
	#substance #articlelist a:hover, #archives a:hover {
		color: #B3DA43;
	}
	#articlelist h4, .list h4 {
		padding-left: 15px;
		margin: 0px;
		background: url(Images/Icons/list-head-arrow.gif) no-repeat 0 45%;
	}
	#substance ul.admin {
		margin-left: 30px;
		list-style-type: none;
		list-style-image: url(Images/Icons/admin-item.gif);
	}
	#substance div.admin-item {
		width: 50px;
		height: 50px;
		float: left;
		margin-right: 20px;
	}

	#substance .borderbottomsolid {
		border-bottom: solid 1px #FF9C04; /*#F5C44B;*/
	}
	#RateButton {
		
	}
	#RateMenu {
		width: 65px; 
		visibility: hidden;
		display: block;
		position: absolute;
		background-color: #FFFFFF;
		border: 1px #CBCBCB solid;
		text-align: center;
	}
	#RateMenu input {
		margin: 0px 5px 5px 5px;
	}
	#cartpreviewitem {
		font-size: 0.9em;
		width: 355px;
		float: left;
	}
	#cartpreviewcats {
		font-size: 0.8em;
		margin-left: 360px;
		padding: 0;
	}
#error {
	margin: 50px;
	color: #FF9C04;
	font-weight: bold;
}
#error a:link, #error a:visited {
	color: #FF0000;
}
#footer {
	clear: both;
	width: 791px;
	padding-top: 25px;
	background: url(Images/Backgrounds/footer.gif) top left no-repeat;	
	text-align: center;
	font-size: .7em;
	color: #FF9900;
}
	#footer ul {
		list-style: none;
		display: inline;
		margin: 0;
		padding: 0;
	}
	#footer ul li {
		display: inline;
		border-right: 1px solid #FF9900;
		padding-left: .7em;
		padding-right: .5em;
	}
	#footer ul li.first {
		border-left: 1px solid #FF9900;
	}	
	/*#footer a {
		font-size: .7em;
		font-weight: bold;
	}*/
	#footer a:link, #footer a:visited {
		color: #FF9900;
		text-decoration: none;
	}
	#footer a:hover {
		color:#FF0000;
		text-decoration: underline;
	}

/***********************************
	HTML TAGS
***********************************/
h1, h2, h3, h4 {
	line-height: 5px;
	_line-height: 10px;
	_padding: 0px;
	_margin-top: 5px;
}

/***********************************
	GENERAL CLASSES
***********************************/

.photo-border {
	border:1px solid #FF9C04;
	padding:4px;
	background:#FFBB55; /* #FFD18C */
	margin-bottom:5px;
	display:block;
}
.photo-float-left {
	float: left;
}
.photo-float-right {
	float: right;
}
.item-photo {
	width: 100px;
}
.product-photo {
	width: 150px;
	margin-right: 10px;
}
.department-photo {
	width: 100px;
	margin-right: 10px;
}
.item-info {
	padding-left: 10px;
	vertical-align: top;
}
.details-header {
	background-color: #FFA500;
	font-weight: bold;
	Color: #FFFFFF;
}
.item-rating {
	float: left;
	margin-top: 5px;
}
.admin-item-rating {
	float: left;
	margin-top: 20px;
}
.item-price-reduced {
	text-decoration: line-through;
}
.spacer-570-by-1 {
	width: 570px;
	height: 1px;
}
.spacer-5 {
	width: 90%;
	height: 5px;
	border: 1px solid red;
}
.border-solid {
	border: 1px solid gray;
} 
.border-dotted {
	border: 1px dotted gray;
} 
.border-right-dotted {
	border-right: 1px dotted gray;
} 
.border-top-dotted {
	border-top: 1px dotted gray;
} 
.border-bottom-dotted {
	border-bottom: 1px dotted gray;
} 
.background-dark {
	background-color:#FFFF75;
}
.padding-10 {
	padding: 10px;
}
.padding-5 {
	padding: 10px;
}
.hide {
	display: none;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}