body{
	margin: 0px 0px 20px 0px;
	background: #f0f0f0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #2a2a2a;
}
/* image borders */
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img, img { color: inherit;/* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }                           /* code from W3C - www.w3.org */
}

/* links */
A, A:link, A:visited {
    color: #e74a34; /* link_color */
    text-decoration: none;
}
A:hover {
    color: #e74a34;
    text-decoration: underline;
}


select, form input, form select, 
form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 4px;
	margin: 0px;
	border: 1px solid #ccc;
	background: #f5f5ff;
}
INPUT.checkbox{
	border: none;
	padding: 4px;
	margin: 0px;
	background: none;
}
INPUT.nobackground{
	background: none;
}
INPUT.noBorder{
	border: none;
}
INPUT.submitButton{
	padding: 2px;
	background: #8b8989;
	color: #ffffff;
	font-size: 10px;
}

.button, .checkoutTableButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 4px;
	margin: 0px;
	border: 1px solid #ccc;
	background: #f5f5ff;
}

table {
	border: 0;
}

#main{
	width: 769px;
	margin: 0px auto;
	padding-top: 5px;
	text-align: left;
	position: relative;
	background-color: #ffffff;
}

/* Header DIV */

#headerDiv{
	width:100%;
	position: relative;
	top: 0px;
	left: 0px;
	height: 80px;
	float: left;
	background-color: #ffffff;
}
	#headerImage{
		position: relative;
		float: left;
		top: 0px;
		left: 0px;
	}
	#headerMenu{
		position: absolute;
		right: 0px;
		top: 0px;
	}
	#headerMenu a{
		font-size: 10px;
		color: #2a2a2a;
		text-decoration: none;
	}
	#headerMenu a:hover{
		font-size: 10px;
		color: #2a2a2a;
		text-decoration: underline;
	}


/* Banner DIV */

#bannerDiv{
	width:100%;
	position: relative;
	float: left;
	height: 109px;
	top: 0px;
	left: 0px;
}
	/* Cart Header DIV */

	#cartHeaderDiv{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 248px;
		height: 51px;
		background-color: #f5f4f3;
		border:1px solid #cfcecd;
	}
		#cartHeaderText{
			padding: 4px;
		}
		#cartHeaderText a{
			font-size: 11px;
			color: #2a2a2a;
			font-weight: bold;
			text-decoration: none;		
		}
		#cartHeaderText a:hover{
			font-size: 11px;
			color: #2a2a2a;
			font-weight: bold;
			text-decoration: underline;		
		}
		#cartBasketDiv{
			position: absolute;
			top: 10px;
			right: 10px;
		}
	
	/* Subscribe DIV */

	#subscribeHeaderDiv{
		position: absolute;
		top: 54px;
		right: 0px;
		width: 248px;
		height: 51px;
		background-color: #fff9ef;
		border:1px solid #c4c3c2;
	}
		TABLE.subscribeTable{
			font-weight: bold;
			color: #8d8d8c;
		}

		TABLE.subscribeTable TR TD{
			padding-left: 4px;
			padding-top: 2px;
		}

/* Search DIV */
#searchDiv{
	width:100%;
	position: relative;
	top: -1px;
	float: left;
	height: 29px;
	background-color: #6d6c6c;
	color: #ffffff;
	font-weight: bold;
}
	#searchTableDiv{
		position: absolute;
		top: -1px;
		right: 34px;
	}
	TABLE.searchTable form input {
		color: #333333;
		padding: 0px;
		margin: 0px;
		border: 1px solid #ccc;
		background: #ffffff;
	}

/* Body DIV */

#bodyDiv{
	width:100%;
	position: relative;
	float: left;
	top: 1px;
	background: #ffffff;
}

	/* Categories DIV */

	#categoriesDiv{
		position: relative;
		float: left;
		top: 0px;
		left: 2px;
		width: 164px;
	}
		#categoriesDiv .categoryMenuItem{
			position: relative;
			width: 162px;
			height: 22px;
			background-color: #ebeaea;
			border-top:1px solid #4e4d4d;
			border-left:1px solid #7a7979;
			border-right:1px solid #7a7979;
		}
			#categoriesDiv .categoryMenuItemImage{
				position: absolute;
				top: 4px;
				left: 10px;
			}
			#categoriesDiv .categoryMenuItemText{
				position: absolute;
				top: 2px;
				left: 22px;
				color: #262626;
			}
			#categoriesDiv .categoryMenuItemText a{
				color: #262626;
				text-decoration: none;
			}
			#categoriesDiv .categoryMenuItemText a:hover{
				color: #262626;
				text-decoration: underline;
			}
	
	/* Main Menu DIV */
	
	#mainMenuDiv{
		position: relative;
		top: 0px;
		left: 10px;
		float: left;
		width: 576px;
		height: 35px;
		background: url(/webimages/template_images/menu_background.gif) repeat-x;
		color: #ffffff;
		font-weight: bold;
	}
		#mainMenuLeftImage{
			position: absolute;
			top: 0px; left: 0px;
		}
		#mainMenuRightImage{
			position: absolute;
			top: 0px; right: 0px;
		}
		#mainMenuContents{
			position: absolute;
			top: 10px; left: 27px;
		}
		#mainMenuContents a{
			color: #ffffff;
			font-weight: bold;
			text-decoration:none;
		}
		#mainMenuContents a:hover{
			color: #ffffff;
			font-weight: bold;
			text-decoration: underline;
		}
	
	/* Main Body Contents */
	#mainBodyDiv{
		position: relative;
		top: 5px;
		float: left;
		left: 12px;
		width: 437px;
	}

	#rightSectionDiv{
		position: relative;
		top: 5px;
		right: 2px;
		float: right;
		width: 141px;
	}
		TABLE.advertisement_table{
			border: 1px solid #6c6c6c;
		}
		TABLE.advertisement_table TD.specialTD{
			color: #ffffff;
			font-weight: bold;
			background-color: #505152;
			height: 20px;
			padding-left: 7px;
		}
		 
#footerDiv{
	position: relative;
	width: 100%;
	top: 0px;
	bottom: 10px;
	height: 42px;
	background-color: #dfdfdf;
	border-top: 1px solid #606161;
	text-align: right;
	font-size:9px;
	padding: 0px;
	float: left;
}
	#footerMenus{
		font-size:9px;
		padding: 4px 4px 0px 0px;
		color: #2a2a2a;
	}
	#footerMenus a{
		color: #2a2a2a;
		text-decoration: none;
	}
	#footerMenus a:hover{
		color: #2a2a2a;
		text-decoration: underline;
	}
	#footerCopyright a{
		color: #2a2a2a;
		text-decoration: none;
	}
	#footerCopyright a:hover{
		color: #2a2a2a;
		text-decoration: underline;
	}


/* Fonts */
.orange{
	color: #fd9301;
}
.orangeBold{
	color: #fd9301;
	font-weight: bold;
}
.redHeading{
	color: #e74a34;
}
.cartTableHeading, .heading, h1, .redHeadingBold{
	color: #e74a34;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

TABLE.formTable{
   border: 1px solid #6c6c6c; 
   border-collapse: collapse;
   margin: 1px;
}

TABLE.formTable TD.head{
   background-color: #6c6c6c;
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
}

TABLE.formTable TD.label {
    font-weight: bold;
    text-align: right;
    background: white;
   border: 1px solid #e4e0e0;
}


/* CART SPECIALS */

/*Cart Table*/
TABLE.cartTable{
   border: 1px solid #6c6c6c; 
   border-collapse: collapse;
   margin: 1px;
}

TABLE.cartTable TR.cartTableHeaderRow TD.cartTableHeaderRowItem{
   background-color: #6c6c6c;
   line-height: 20px;
   color: #FFFFFF;
}

/*Shipping Table*/
TABLE.shippingTable{
   border: 1px solid #6c6c6c; 
   border-collapse: collapse;
   margin: 1px;
}

TABLE.shippingTable TD.shippingTableHeaderRow{
   background-color: #6c6c6c;
   line-height: 20px;
   color: #FFFFFF;
}

TABLE.shippingMethodsTable TD.shippingMethodsTableHeaderRow{
   background-color: #6c6c6c;
   line-height: 20px;
   color: #FFFFFF;
}

/*****/
/*Checkout Table*/
/*****/

/*Supplier*/
TABLE.checkoutSupplierTable TR.checkoutSupplierTableHeaderRow TD{
   background-color: #6c6c6c;
   line-height: 20px;
   color: #FFFFFF;
}

/*Ship To*/
TABLE.checkoutShipToTable TR.checkoutShipToTableHeaderRow TD{
   background-color: #6c6c6c;
   line-height: 20px;
   color: #FFFFFF;
}
TABLE.checkoutShipToTable TR.checkoutShipToTableHeaderRow A{
	color: #FFFFFF;
}
TABLE.checkoutShipToTable TR.checkoutShipToTableHeaderRow A:link{
	color: #FFFFFF;
}
TABLE.checkoutShipToTable TR.checkoutShipToTableHeaderRow A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
TABLE.checkoutShipToTable TR.checkoutShipToTableHeaderRow A:active{
	color: #FFFFFF;
}

/*Items Summary*/
TABLE.checkoutTable TR.checkoutTableItemsSummaryRow TD{
   background-color: #6c6c6c;
   line-height: 20px;
   color: #FFFFFF;
}
TABLE.checkoutTable TR.checkoutTableItemsSummaryRow A{
	color: #FFFFFF;
}
TABLE.checkoutTable TR.checkoutTableItemsSummaryRow A:link{
	color: #FFFFFF;
}
TABLE.checkoutTable TR.checkoutTableItemsSummaryRow A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
TABLE.checkoutTable TR.checkoutTableItemsSummaryRow A:active{
	color: #FFFFFF;
}

/*Shipping Summary*/
TABLE.checkoutTable TR.checkoutTableShippingSummaryRow TD{
   background-color: #6c6c6c;
   line-height: 20px;
   color: #FFFFFF;
}
TABLE.checkoutTable TR.checkoutTableShippingSummaryRow A{
	color: #FFFFFF;
}
TABLE.checkoutTable TR.checkoutTableShippingSummaryRow A:link{
	color: #FFFFFF;
}
TABLE.checkoutTable TR.checkoutTableShippingSummaryRow A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
TABLE.checkoutTable TR.checkoutTableShippingSummaryRow A:active{
	color: #FFFFFF;
}

/*Payment Table*/
TABLE.checkoutTable TR.checkoutTablePaymentTableHeaderRow TD{
   background-color: #6c6c6c;
   line-height: 20px;
   color: #FFFFFF;
}
