body {
	background: #FFF8F2 url('/templates/images/bg.gif') repeat-x;
	color: #444;
	font: 62.5% "Trebuchet MS", Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.alert {
	background: #fcf4ed url(/templates/images/icons/exclamation.gif) no-repeat 8px 8px;
	border: 1px solid #ebc0a9;
	clear: both;
	color: #444;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0;
	padding: 8px 12px 8px 30px;
	text-decoration: none;
}
div.alert span {
	color: #222;
	font-size: 10px;
	margin: 0 0 0 10px;
	padding: 0;
}
div.alert em,
	div.alert p {
	color: #444;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 4px 0 0 0;
}
div.alert a:link,
	.alert a:hover,
	.alert a:active,
	.alert a:visited {
	color: #006699;
}
div.success {
	background-color: #dcf2e4;
	background-image: url(/templates/images/icons/accept.gif);
	border: 1px solid #a3d580;
}
div.flash {
	background-color: #e3f6fe;
	background-image: url(/templates/images/icons/brick_error.gif);
	border: 1px solid #a1c2d4;
}
div.info {
	background-color: #fdf7e2;
	background-image: url(/templates/images/icons/asterisk_yellow.gif);
	border: 1px solid #d7cd90;
}

div.warning {
	background-color: #FFEAEA;
	border: #DEE1E4 2px solid;
	color: #990000;
	padding: 10px;
	text-align: center;
}
.banner_start {
	margin: 10px 0 0 0;
	background: transparent url(/templates/images/crystals.gif) no-repeat top;
	height: 200px;
}
.banner_top {
	margin: 15px 20px 0 20px;
}
.header {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 750px;
}
h1.site_logo {
	background: url('/templates/images/site_logo.gif') no-repeat;
	margin: 20px 0 15px 25px;
	padding: 0;
	width: 227px;
	height: 26px;
	float: left;
	display: block;
}
h1.site_logo span {
	display: none;
}
.page {
	background: url('/templates/images/site_bg.gif') repeat-y;
	margin: 0 auto 10px auto;
	text-align: left;
	width: 750px;
	clear: both;
}
.page_header {
	background: url('/templates/images/site_header.gif') no-repeat;
	height: 35px;
}
ul#nav {
	margin: 0;
	padding: 10px 16px 0px 16px;
}
ul#nav li {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav li a:link, ul#nav li a:visited {
	background: #ffffff url('/templates/images/tab-hover.gif') repeat-x;
	color: #330000;
	display: block;
	font-family: "Lucida Grande" Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 4px 0 0;
	padding: 0 8px 0 8px;
	text-align: center;
	text-decoration: none;
}
ul#nav li.selected a:link, ul#nav li.selected a:hover, ul#nav li.selected a:visited, ul#nav li.selected a:active {
	background: url('/templates/images/tab.gif') repeat-x #EEEEEE;
	color: #0066cc;
	text-decoration: none;
}
ul#nav li a:hover {
	text-decoration: underline;
}
ul#nav li.cart {
	float: right;
	margin: 0;
}
.cart_tab {
	background: url('/templates/images/cart_tab.gif') no-repeat center transparent;
	float: left;
	height: 25px;
	margin: 0 2px 0 0;
	width: 16px;
}
ul#submenu {
	margin: 10px 25px;
	padding: 0;
}
ul#submenu li {
	color: #aaa;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 3px;
}
ul#submenu li a {
	color: #444;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul#submenu li a:hover {
	color: #0066cc;
	text-decoration: none;
}
.page_grad {
	background: url('/templates/images/site_body_bg.gif') no-repeat 0 35px;
}
.page_btm {
	background: url('/templates/images/site_btm.gif') no-repeat;
	font: 1px/1px monospace;
	height: 15px;
}
.page_top {
	background: url('/templates/images/site_top.gif') no-repeat;
	font: 1px/1px monospace;
	height: 15px;
}
a:link, a:visited, a:active {
	color: #3F2309;
	outline: none;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: underline;
}
.more_link {
	float: right;
}
ul.entry_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.entry_list li {
	color: #222222;
	list-style: none;
	margin: 0;
	padding: 10px;
}
.entry_date {
	background: url('/templates/images/entry_date.gif') no-repeat;
	display: block;
	float: left;
	font-family: "Lucida Grande" Arial, Helvetica, sans-serif;
	height: 40px;
	margin: 0 8px 15px 0;
	text-align: center;
	width: 30px;
}
.date_m {
	color: #006699;
	display: block;
	font-size: .8em;
	font-weight: normal;
	line-height: 6px;
	margin: 16px 0 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.date_d {
	color: #996600;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}
.float_left {
	float: left;
	margin: 0 15px 0 0;
}
.float_right {
	float: right;
	margin: 0 0 0 15px;
}
.float_left_border {
	border: 3px solid #eeeeee;
	float: left;
	margin: 0 15px 0 0;
}
.float_right_border {
	border: 3px solid #eeeeee;
	float: right;
	margin: 0 15px 0 0;
}
p {
	color: #444;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0;
	line-height: 1.6em;
	margin: 0;
	padding: 4px 0 6px 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
}
p.small {
	font-size: 1.1em;
	line-height: 1.4em;
}
h1 {
	color: #999;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
}
h2 {
	color: #777;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
}
h3 {
	color: #444;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 4px 0 0 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
}
h4 {
	color: #666;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
	padding: 8px 0;
	margin: 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
}
h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.product_features {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0 0 0 10px;
}
li {
	color: #006699;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
}
li a {
	color: #006699;
	font-size: 1.2em;
}
li strong {
	color: #444;
	font-weight: bold;
}
.eq_tree{
float:left;
margin:15px 10px 0 20px;
width:74px;
text-align:center;
font-size:9px;
}
.tree{
float:left;
margin:0 0 5px 0;
width:74px;
height:178px;
}
.eq_bottle_lg{
float:left;
width:172px;
height:250px;
}
.eq_info{
float:left;
width:370px;
margin:30px 0 0 20px;
}
.more {
	border-bottom: 1px solid #ddd;
	color: #999;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
}
.more:hover {
	color: #0066cc;
	text-decoration: none;
}
.pink {
	color: #FF99FF;
}
.red {
	color: #FF0202;
}
.coral {
	color: #FFCCCC;
}
.orange {
	color: #FF9902;
}
.gold {
	color: #FFCC02;
}
.yellow {
	color: #FFFF02;
}
.olivegreen {
	color: #679902;
}
.green {
	color: #15AF04;
}
.turquoise {
	color: #3BE7C4;
}
.blue {
	color: #3467FF;
}
.royalblue {
	color: #0202FF;
}
.violet {
	color: #6702FF;
}
.magenta {
	color: #E01791;
}
.colorside {
	border-right-color: #eeeeee;
	border-right-style: solid;
	border-right-width: thin;
	padding-left: 3px;
	padding-right: 3px;
}
.rainbow {
	background: transparent url('/templates/images/icons/rainbow.gif') left no-repeat;
	line-height: 16px;
	padding: 0 0 0 20px;
}
.swatch {
	background: transparent url('/templates/images/icons/color_swatch.gif') left no-repeat;
	line-height: 16px;
	padding: 0 0 0 20px;
}
.wheel {
	background: transparent url('/templates/images/icons/color_wheel.gif') left no-repeat;
	line-height: 16px;
	padding: 0 0 0 20px;
}
.user_comment {
	background: transparent url('/templates/images/icons/user_comment.gif') left no-repeat;
	line-height: 16px;
	padding: 0 0 0 20px;
}
.pencil {
	background: transparent url('/templates/images/icons/pencil.gif') left no-repeat;
	line-height: 16px;
	padding: 0 0 0 20px;
}
.calendar {
	background: transparent url('/templates/images/icons/calendar.gif') left no-repeat;
	line-height: 16px;
	padding: 0 0 0 20px;
}
.email {
	background: transparent url('/templates/images/icons/email.gif') left no-repeat;
	line-height: 16px;
	padding: 0 0 0 20px;
}
.magnifier {
	background: transparent url('/templates/images/icons/magnifier.gif') left no-repeat;
	line-height: 16px;
	padding: 0 0 0 20px;
}
.col_lft {
	float: left;
	margin: 0 0 0 15px;
	width: 320px;
}
.col_rt {
	float: right;
	margin: 0 15px 0 0;
	width: 320px;
}
.col_shape {
	background: transparent url('/templates/images/col_shape_50.gif') repeat-y center;
	padding: 0 6px;
}
.col_shape_top {
	background: transparent url('/templates/images/col_shape_50_top.gif') no-repeat center top;
	font: 1px/1px monospace;
	height: 10px;
}
.col_shape_btm {
	background: transparent url('/templates/images/col_shape_50_btm.gif') no-repeat center bottom;
	font: 1px/1px monospace;
	height: 10px;
	margin: 0 0 6px 0;
}
.credits {
	color: #666;
	font-size: 10px;
	text-align: center;
}
.col_sidebar .area ul {
	margin-top: 0;
	padding: 0;
}
.col_sidebar .area ul li {
	margin: 3px;
	padding: 0;
}
.col_content {
	float: left;
	width: 490px;
}
.col_sidebar {
	float: right;
	width: 200px;
}
.col_content .area {
	background: transparent url('/templates/images/col_content.gif') no-repeat;
	padding: 16px 16px 25px 16px;
}
.col_sidebar .area {
	background: transparent url('/templates/images/col_sidebar.gif') no-repeat;
	padding: 16px 16px 40px 16px;
}
.block {
	margin: 0 25px 10px 25px;
}
img {
	border: none;
}
.clear {
	clear: both;
	font: 1px/1px monospace;
}
.footer {
	color: #bbb;
	font-weight: bold;
	height: 10px;
}
.footer a {
	color: #777;
	cursor: pointer;
	font-size: 1.0em;
	line-height: 16px;
	padding: 0 2px;
}
.footer a.rss {
	background: transparent url('/templates/images/icons/feed_standard.gif') left no-repeat;
	float: right;
	padding: 0 0 0 18px;
}
.section {
	background: transparent url('/templates/images/section_bg.gif') repeat-y;
	margin: 0 15px 10px 15px;
	padding: 0;
}
.section_top {
	background: transparent url('/templates/images/section_top.gif') no-repeat top;
	font: 1px/1px monospace;
	height: 10px;
	margin: 0;
	padding: 0;
}
.section_btm {
	background: transparent url('/templates/images/section_btm.gif') no-repeat bottom;
	font: 1px/1px monospace;
	height: 10px;
	margin: 0;
	padding: 0;
}
.section_color {
	background: transparent url('/templates/images/section_color.gif') no-repeat;
	margin: 0 15px;
	padding: 25px;
}
#lightbox {
	background-color: #fff;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}
#ajax_progress {
	color: #666666;
	display: none;
	font-size: 11px;
	left: 25%;
	position: absolute;
	text-align: center;
	top: 25%;
	z-index: 1002;
}
#ajax_progress img {
	display: block;
	margin: 0 0 3px 0;
}
.border_area {
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	margin: 10px 0 0 0;
	padding: 8px;
}

ul.products_v_list {
margin: 0;
padding: 0;
border-bottom: 1px solid #f0f0f0;
list-style-type: none;
list-style: none;
}
ul.products_v_list li{
margin: 0;
padding: 4px;
background: transparent url(/templates/images/entry_bubbles.gif) repeat-x; 
border: 1px solid #f0f0f0;
border-bottom: none;

}
ul.products_v_list p{
margin: 6px 0 0 0;
padding: 0;
font-size: 11px;
line-height: 13px;
}
ul.products_v_list li h3{
	margin: 6px 0 0 0;
}
ul.products_v_list li .img_eq{
	background-repeat: no-repeat;
	background-position: center;
display: block;
float: left;
margin: 0 10px 10px 5px;
padding: 0;
height: 80px;
width: 51px;
}

ul#bottles {
	margin: 0;
	padding: 0;
	width: 1000%;
}
ul#bottles li {
	display: inline;
	float: left;
	list-style: none;
	list-style-type: none;
	margin: 0 13px 0 0;
	padding: 0;
	text-align: center;
}
ul#bottles li span {
	color: #777;
	display: block;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
} 
.eq_bottle_btn {
	display: block;
	height: 80px;
	margin: 0;
	outline: none;
	padding: 0;
	width: 51px;
}
.tool-tip {
	color: #fff;
	width: 168px;
	z-index: 13000;
}
.tool-title {
	background: transparent url('/templates/images/tooltip_eq.gif') top right no-repeat;
	color: #0066cc;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 24px 18px 2px;
}
.tool-text {
	background: transparent url('/templates/images/tooltip_eq.gif') bottom left no-repeat;
	color: #222222;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 2px 18px 18px;
}
.comment p {
	margin: 0 0 4px 0;
	padding: 0;
}
.entry {
	background: url('/templates/images/entry_bubbles.gif') top repeat-x;
	border-bottom: #eeeeee 1px solid;
	border-top: #eeeeee 1px solid;
	margin: 6px 0 6px 0;
	padding: 10px;
}
.entry h2 {
	margin: 0;
	padding: 0;
}
.entry_stats {
	color: #999999;
	font-size: 9px;
}
.entry_stats a {
	color: #999999;
}
.entry ul {
	font-size: 10px;
	margin: 0 0 0 10px;
	padding: 0;
}
.entry li {
	color: #666666;
	list-style: none;
	margin: 4px 0 4px 0;
	padding: 0;
}
.entry li a {
	color: #666666;
}
.paginate {
	color: #CC6666;
	margin: 10px 0 20px 0;
}
#bottle_content {
	margin: 0 0 20px 30px;
}
#h_scroll_area {
	background: #fff;
	height: 120px;
	margin: 0 10px;
	overflow: auto;
	width: 700px;
}
.v_scroll {
}
.v_scroll_handle {
	background: url(/templates/images/scroller-v.gif) no-repeat;
	cursor: pointer;
	height: 100px;
	width: 20px;
}
#h_scroll {
	height: 10px;
	
}
#h_scroll_handle {
	background: url(/templates/images/scroller.png) no-repeat top;
	cursor: pointer;
	height: 20px;
	width: 100px;
	display: none;
}
#h_scroll_handle:hover,
			#h_scroll_handle:active {
	background: url(/templates/images/scroller.png) no-repeat bottom;
	cursor: pointer;
	height: 20px;
	width: 100px;
}
