﻿body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #580000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: .8em;
}
a {
	color:#000058;
	text-decoration:none;
}
a:visited {
	color: #339;
}
a:hover {
	color:#00F;
	text-decoration: underline;
}
a.bookmark, a:visited.bookmmark, a:hover.bookmark {
	font-size: 1px;
	color: #FFF;
	text-decoration: none;
}
span.name {
	font-family: 'Lucida Handwriting', serif;
}
h1, h2 {
	font-size: 1.25em;
}
hr {
	color: #039;
	height: 1px;
}
img {
	border: 0;
}
div.picture {
	position: absolute;
	border: 1px solid #580000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	display: none;
	background-color: #FFF; 
	padding: 10px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #580000;
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}
input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #580000;
	background-color: #FFF;
	border: 1px solid #580000;
}
select { /* This is what makes the quantity fileds colorful */
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #580000;
	background-color: #FFF;
	border: 1px solid #580000;
}
textarea { /* This is what makes the quantity fileds colorful */
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #580000;
	background-color: #FFF;
	border: 1px solid #580000;
}
select.dropmenu {
	width: 470px;
	overflow: hidden;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #580000;
	border: 1px solid #039;
}
h3 {
	font-size: 1.25em;
	text-align: center;
}
.none {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #039;
}
#wrapper {
	width: 1020px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	color: #580000;
}
/* ************************ HEADER ************************ */
#header {
	width: 1020px;
	height: 189px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #FFF url('2008_header.jpg') top right no-repeat;
	color: #FFF;
}
#header_image {
	width: 170px;
	height: 189px;
	margin: 0;
	padding: 0;
	float: left;
}
#header_title {
	width: 400px;
	height: 169px;
	padding: 10px 0;
	font-family: 'Lucida Handwriting', serif;
	color: #580000;
	text-align: center;
	vertical-align: middle;
	float: left;
}
#header_title p {
	font-size: 2.5em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#header_title h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/* ************************ TOP NAVIGATION ************************ */
#topNav {
	width: 800px;
	margin: 5px 0 0 100px;
	padding: 0;
	font-size:14px;
}
#topNav ul {
	display: block; 
	list-style-type: none; 
	margin: 0px; 
	padding: 0 0 0 2px; 
	text-align:left;
}
#topNav li {
	position:relative; 
	margin: 0px; 
	display: block; 
	float:left; 
	padding:0 0 3px 0;
}
#topNav li a {
	width: 100px;
}
#topNav li ul {
	display: none; 
	position: absolute; 
	top: 14px; 
	left:0; 
	list-style-type: none;
}
#topNav li ul li {
	float: none; 
	display: block; 
	padding:0;
}
#topNav ul.child {	
	margin-left: -100px; 
	font-size:14px; 
	width:230px; 
	border:1px solid #580000;
	border-right-width: 5px;
	border-bottom-width: 5px;
	padding: 4px 10px 6px; z-index:10; text-align:left;
	background-color: #FFF;}
#topNav li.child_header {
	font-weight:bold; 
	border-bottom:1px dotted #580000; 
	margin:0 0 4px 0;
}
#topNav li ul li {
	padding:0 0 4px 12px;
}
#topNav li ul li a {
	color: #580000;
	display: block;
	width: 100%;
}
#topNav li ul li a:visited {
	color: #933;
}
#topNav li ul li a:hover {
	color: #00F;
}

/* ************************ LEFT-RIGHT-CENTER COLUMN CONTAINER ************************ */
#container {
	width: 1020px;
	height: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
/* ******************** LEFT COLUMN ******************** */
#left {
	width: 170px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}
/* ******************** NAVIHATION ******************** */
#left_menu {		
	width:170px;	/* Width of main menu */
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	/*font-weight: bold;*/
}
#left_menu	li {	/* Main menu li */
	list-style-type:none;	/* No bullets */
	margin:0;	/* No margin - needed for Opera */
	padding: 0;
}
#left_menu ul{	
	margin:0;	/* No ul air */
	padding:0;	/* No ul air */
}
#left_menu ul li ul {	/* Styling for those who doesn't have javascript enabled */
	padding-left:5px;
}
#left_menu	li a, #left_menu li a:visited {	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#580000;	/* Black text color */
	/* height:20px;	20 pixel height */
	line-height:18px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	/*border:1px solid #580000;	 Black border */
	background-color:#FFF;	/* Light blue background color */
	margin:0px;	/* A little bit of air */
	padding:2px;	/* Air between border and text inside */
	display:block;
}
#left_menu	li a:hover,#left_menu .activeMainMenuItem {
	color:#00f;
	background-color:#FFF;
}
.left_subMenu {
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #580000;
	border-right-width: 5px;
	border-bottom-width: 5px;
	background-color: #FFF;
	text-align:left;
}
.left_subMenu ul {
	margin:0px;
	padding:0px;	
}
.left_subMenu ul li {
	list-style-type:none;
	margin:0px;
	padding: 5px;	/* The "white" space you see on mouse over */
	/*border-bottom: 1px solid #580000;*/
}
.left_subMenu ul li a {	/* Sub menu items */
	margin-left: 5px;
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#580000;	/* Black text color */
	height:16px;	 /*16  pixels height */
	line-height: 16px;	/* 16 pixels height */
	padding:2px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
}
.left_subMenu ul li a:visited {
	color:#933;
	/*background-image: url('../images_TSG/menu_bg.png');
	background-repeat: repeat;*/
}
.left_subMenu ul li a:hover {	/* Sub menu items - mouse over effects */
	color:#00F;
	/*background-image: url('../images_TSG/menu_bg.png');
	background-repeat: repeat;*/
	text-decoration: underline;
}
			/* END LEFT MENUU CSS */
/* ******************** CENTER COLUMN ******************** */
#center {
	width: 490px;
	margin: 10px 5px 10px 5px;
	float: left;
}
#form_holder {
	text-align: center;
}
#contentCenter {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #039; /*580000;*/
	background-color: #FFF;
}
#thisPage h1 {
	font-size: 1em;
	font-weight: normal;
}
/* ******************** CSS FOR XML INCLUDES ******************** */
div.products {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #039;
}
.productsText {
	margin: 0;
	padding: 0;
	width: 225px;
	float: left;
}
.productsText  h2 {
	font-size: 1.5em;
	text-align: center;
}
.productsText p {
	margin-left: 10px;
	text-align: left;
}
.productsImage {
	margin: 0;
	padding: 10px 0 0 0;
	width: 250px;
	text-align: center;
	float: left;
}
.productsImage {
	text-align: center;
}
.channelcraft {
	background: #FFF url('../Channel_Craft/images/made_in_usa_bg.gif') no-repeat right top;
	padding-top: 45px;
}
.productImage img {
	border: none;
	border-width: 0px;
	margin: 0;
	padding: 0;
}
.price {
	font-weight: bold;
	font-size: 1.25em;
}
.retail {
	color: #333;
}
.usave {
	/*color: #333;*/
	font-weight: bold;
}
.buy  {
	margin: 15px 0;
	padding: 0;
	width: 480px;
	text-align: center;
	clear: both;
}
.button {
	width: 128px;
	height: 22px;
	background-image: url('2008_add_to_cart.gif');
	font-weight: bold;
}
#botNav  {
	margin: 0;
	padding: 5px 0;
	width: 480px;
	text-align: center;
}
/* ******************** RIGHT COLUMN ******************** */
#right {
	width: 336px;
	margin: 2px 0 2px 0;
	padding: 0;
	float: right;
}
#right .holder {
	width: 336px;
	text-align: center;
	margin: 2px 0 2px 0;
	padding: 0;
	clear: both;
}
.messages {
	width: 332px;
	margin: 0 auto 4px auto;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #580000;
	line-height: 20px;
}
.midHolderLeft {
	width: 166px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}
.midHolderRight {
	width: 166px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
}
/* ************************ FOOTER ************************ */
#footer {
	width: 1010px;
	margin: 0;
	padding: 5px;
	background: #FFF url('bj.gif') left bottom no-repeat;
	text-align: center;
	clear: both;
}
#footer p.top {
	margin-right: 10px;
	text-align: right;
}
/* ************************ SPECIAL STYLES ************************ */
.vendor {
	display: none;
	visibility: hidden;
}
.red {
	color: #F00;
}
.green {
	color: #0F0;
}
td.text {
	text-align: left;
	vertical-align: top;
}
td.buy {
	text-align: center;
}
.white {
	background-color: #FFF;
}
.topofpage {
	font-size: 10px;
	text-align: right;
}
.topofpage a, .topofpage a:visited {
	color: #000058;
	text-decoration: none;
}
