/*
------------ FONT HEADER ------------
*/

	@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
	
	h1, h2, h3, h4, h5, h6, #cart .cart-total, #cart .cart-text, #cart .cart-count, .nav > ul > li, .rows .name, .product-info .price-default, .product-info .price-new, .product-info .price-old, .nav-phone div {
		font-family: 'PT Sans Narrow';	
	}
	
/*
------------ FONT TEXT ------------
*/

	body, .nav .sub-content {
		font-family: Arial;	
	}

/*
------------ BACKGROUND IMAGE ------------
*/

	body {
		background-image: url("https://crockercommerce.azureedge.net/0012-themeassets/bkg.gif");	
        padding: 0;
	}
	
/*
------------ BACKGROUND COLOR ------------
*/

	body, #cb-option-bgcolor {
		background-color: #024e84;	
	}
	
/*
------------ COLOR 1 ------------
*/

	footer h2, header a, .breadcrumb h1, .category .active, .typography a, .custom-footer .twitter .tweet_text a {
		color: #024e84;
	}
	.custom-footer .contacts, .theme-colors-1, header #cart .cart-total, header #cart .cart-list .remove div:hover, header #search .button-search:hover, .grid .button-icon:hover, .button-alt {
		background-color: #024e84;
	}
	@media only screen and (max-width: 780px) {
		footer h2 {
			color: #fff;
		}
		#menu .item .light:hover div, header #cart .cart-total, footer h2:hover {
			background-color: #024e84;
		}
	}
	
/*
------------ COLOR 2 ------------
*/

	a:hover, header #cart .cart-list a:hover, #copyright a:hover, .category .active:hover, .typography a:hover, .custom-footer .twitter .tweet_text a:hover, .custom-footer .twitter .tweet_time a:hover {
		color: #0362a2;
	}
	.theme-colors-2, .nav, .nav > ul > li, .rows .button-icon:hover .icon, .grid .button-icon:active, .product-info .button-icon:hover .icon {
		background-color: #0362a2;
	}
	@media only screen and (max-width: 780px) {
		.nav-phone div {
			background-color: #0362a2;
		}
	}

/*
------------ Price ------------
*/

.product-info .price-default, .price {
    color: #900;
}

/* icons */

a.datasheet {
background: url(https://crockercommerce.azureedge.net/0012-themeassets/acp-ds.jpg) no-repeat;
width: 35px;
height: 51px;
display: inline-block;
}

a.msds {
background: url(https://crockercommerce.azureedge.net/0012-themeassets/acp-msds.jpg) no-repeat;
width: 35px;
height: 51px;
display: inline-block;
}

ul.product-links li {
    display: inline-block;
}