/* LOGO
---------------------------------------------------------------------------------------------- */
h1 a {background: url(logo.png) no-repeat;}

/* PRIMARY COLORS
---------------------------------------------------------------------------------------------- */
a:link , a:visited,
ul.column-list li.itemActive a, 
ul.column-list li.itemActive a:visited, 
ul.column-list li ul.column-list li.itemActive a, 
ul.column-list li ul.column-list li.itemActive a:visited, 

h4.itemActive a, 
h4.itemActive a:visited, 

.checkoutStepEnd-on, 
.checkoutStep-on
	{
	color: #81D3E4;
	}
	
.buttonPrimaryLg, 
a.buttonPrimaryMed, 
.buttonPrimarySm, 
.btn-deleteProduct
	{
	background-color: #900;
	}

/*-----PRIMARY HOVERS-----
.buttonPrimaryLg:hover, 
.buttonPrimaryMed:hover, 
.buttonPrimarySm:hover, 
.btn-deleteProduct
	{
	background-color: #600;
	}*/

/* SECONDARY COLORS
---------------------------------------------------------------------------------------------- */
h2, 
h3, 
ul#menu-main li a:hover, 
ul#menu-main li#active a, 
.cart-total, 
#pagination a:link, 
#pagination a:visited, 
.text-highlight, 
#cartActive a, 
#cartActive a:visited
	{
	color: #006;
	}
	
.container-rounded, 
.container-rounded-first, 
.column h3, 
ul#menu-main li#active a, 
ul#menu-main li a:hover, 
.view-as .grid, 
.view-as .list, 
.buttonSecondaryLg, 
.buttonSecondaryMed, 
.buttonSecondarySm, 
.table-jaded th, 
.submitSecondarySm, 
.submitSecondaryLg, 
#container, 
.rtop *, 
.rbottom *, 
ul#menu-main li#cart a:hover, 
.btn-addToCart, 
.btn-customize, 
.btn-loading, 
.btn-addToCartSm, 
.btn-customizeSm, 
.btn-editProduct, 
.priceBreakdown th,
.auditTrail th
	{
	background-color: #81D3E4;
	}
	
.submitSecondarySm
	{
	border-color: #006;
	}
	
/*-----SECONDARY HOVERS-----
.buttonSecondaryLg:hover, 
.buttonSecondaryMed:hover, 
.buttonSecondarySm:hover, 
.submitSecondarySm:hover, 
.submitSecondaryLg:hover, 
.btn-addToCart:hover, 
.btn-customize:hover
	{
	background-color: #003;
	}*/

/*-----HEADING TEXT COLOR-----*/
h1,
.column h3, 
.column h3 a:link, 
.column h3 a:visited, 
.container-rounded, 
.container-rounded-first, 
a.sortDown,
a.sortUp, 
a:visited.sortDown, 
a:visited.sortUp, 

.btn-loading, 
.btn-loading a, 
.btn-loading a:visited, 
.btn-loading a:hover, 

.btn-addToCart, 
.btn-addToCart a, 
.btn-addToCart a:visited, 
.btn-addToCart a:hover, 
.btn-addToCartSm, 
a.btn-addToCartSm, 
a:visited.btn-addToCartSm, 
a:hover.btn-addToCartSm, 
a:active.btn-addToCartSm, 

.btn-customize, 
.btn-customize a, 
.btn-customize a:visited, 
.btn-customize a:hover, 

.btn-addToCartSm a, 
.btn-addToCartSm a:visited, 
.btn-addToCartSm a:hover, 

.btn-customizeSm a, 
.btn-customizeSm a:visited, 
.btn-customizeSm a:hover, 

.priceBreakdown th, 
.auditTrail th, 

.btn-editProduct, 
.btn-editProduct a, 
.btn-editProduct a:visited, 
.btn-editProduct a:hover, 

.btn-deleteProduct, 
.btn-deleteProduct a, 
.btn-deleteProduct a:visited, 
.btn-deleteProduct a:hover, 

.submitSecondarySm, 
.submitSecondaryLg, 

/*PRIMARY*/
.buttonPrimaryLg, 
a.buttonPrimaryLg, 
a:visited.buttonPrimaryLg, 
.buttonPrimaryMed, 
a.buttonPrimaryMed, 
a:visited.buttonPrimaryMed, 
.buttonPrimarySm, 
a.buttonPrimarySm, 
a:visited.buttonPrimarySm,

/*SECONDARY*/
.buttonSecondaryLg, 
a.buttonSecondaryLg, 
a:visited.buttonSecondaryLg, 
.buttonSecondaryMed, 
a.buttonSecondaryMed, 
a:visited.buttonSecondaryMed, 
.buttonSecondarySm, 
a.buttonSecondarySm, 
a:visited.buttonSecondarySm
	{
	color: #fff;
	}
	
/*----- DEV Add ----*/
h4.itemInactive a
{
	color: #999;
}

h2,h3, .cart-total
{
color: #000000;
}

.text-highlight
{
	color:#000000;
}

ul#menu-main li#cart a:hover,ul#menu-main li#cartActive a:hover
{
   background-color:transparent !important;
   background-image:none;
}

ul#menu-main li a:hover
{
	background-color:transparent !important;
	background-position:center bottom;
}

ul#menu-main li#active a {
background-image:url(../images/backgrounds/menuMainActive.gif);
background-position:center center;
background-repeat:no-repeat;
color:#000000;
background-color:transparent !important;
}

#cartActive, #cartActive a, #cartActive a:visited {
color:#000000 !important;
}

.tr-highlight {
background-color:#DCFFFF;
}

.visibile
{
	visibility:hidden;
}

.orderFlowLink
{
	color:#81D3E4;
}
.colorGrey {color: #999;}
.colorRed {color: #f00;}
.colorGreen {color: #0c3;}
.colorFuschia {color: #f09;}
