@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
}
a.nav1:link {
	color: #8c8787;
	text-decoration:none;
}
a.nav1:visited {
	color: #8c8787;
	text-decoration:none;
}
a.nav1:hover {
	color: #8c8787;
	text-decoration:underline;
}
a.nav1:active {
	color: #8c8787;
	text-decoration:none;
}
a.nav2:link {
	color: #EF2830;
	text-decoration:none;
}
a.nav2:visited {
	color: #EF2830;
	text-decoration:none;
}
a.nav2:hover {
	color: #EF2830;
	text-decoration:underline;
}
a.nav2:active {
	color: #EF2830;
	text-decoration:none;
}
a:link {
	color: #383838;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #383838;
}
a:hover {
	text-decoration: none;
	color: #383838;
}
a:active {
	text-decoration: underline;
	color: #383838;
}
a.active {
	color: #59851C;
	text-decoration: none;
}
	a.active:hover {
		text-decoration: underline;
	}
	a.active:active {
		text-decoration: none;
	}
.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ababab;
}
.smalltxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.navtxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8c8787;
}
.navtxt2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #59851C;
}
.bgmain {
	background-image: url(images/bg.gif);
	background-position: left top;
	background-repeat: repeat;
	background-color: #DBDFDA;
}
.artwork {
	background-image: url(images/artwork.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	color: #3f3737;
}
.from_txt_small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
	color: #3f3737;
}
.small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 7px;
	background-color:#FFF;
	background-repeat:repeat-y;
	color: #EEEFFF;
}
.zymes {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFF;
	background-repeat:repeat-y;
	color: #CCC;
}
.antr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin:0px;
	padding-top:7px;
	color: #3f3737;
}
.form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 92%;
}
.input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 200px;
}
.cart {
	border: 1px dotted #CCCCCC;
}

.h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height:12px;
}
.h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #F9F9F9;
}



.shipping {
	padding: 0 0 10px 50px;
	text-align: left;
	vertical-align: middle;
}
	.homepage {
		padding: 0;
		margin: 7px 0 0 0;
		font-size: 12px;
	}
		.homepage a {
			text-decoration: none !important;
			color: #666 !important;
		}
			.homepage a:hover {
				text-decoration: underline !important;
			}
.slogan {
	padding: 0 50px 10px 0;
	text-align: right;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: 1px;
}
	.slogan a {
		text-decoration: none !important;
		color: #E00 !important;
		font-weight: bold;
	}
#cart .actions {
	margin-top: 10px;
}
#cart .continue {
	font-size: 12px;
	padding-top: 3px;
}
#cart .empty {
	margin: 5px 0 0 0;
}
#cart .info {
	margin: 10px 0 0 0;
}
.quick-add-to-cart {
	margin: 5px 0 0 0;
}
	.quick-add-to-cart img {
		vertical-align: text-bottom;
		padding-left: 5px;
	}
.errors {
	background-color: #FEE;
}
.more-photos {
	margin: 0; padding: 0;
	font-size: 12px;
}
.gele-desc {
	overflow: auto;
	height: 316px;
	padding: 0;
	margin: 10px 0;
}
.image {
	position: relative;
}
	.image .label {
		position: absolute;
		top: 0; left: 0;
	}
.help {
	padding: 0;
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #333;
}
	.help strong {
		color: #769E34;
	}