/* Enter your CSS3 Styles Here */

#hdLogo { /* header-design logo (reduced size in mobile css) */
margin: 0px;
width:199px;
height:171px;
}

/* SPACE PRODUCTS FURTHER APART */	 
/* WAS: margin:0 7px 20px 7px; */	
#W3ShoppingCart_cpContainer .cpProductBox {	 
margin:0 22px 30px 22px; 
}

/*table that holds product images for shopping cart */
table.W3ShoppingCart_product_table_out {
width:980px;
margin:0 auto 0 auto;
}

#TopMenuDiv #topMenuTable tr td SPAN {  
	margin-left:8px;
	margin-right:8px;
}

.purplebox {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom right, #dee4f0 0%, #4f6eb1 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom right, #dee4f0 0%, #4f6eb1 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom right, #dee4f0 0%, #4f6eb1 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #dee4f0), color-stop(1, #4f6eb1));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom right, #dee4f0 0%, #4f6eb1 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top left, #dee4f0 0%, #4f6eb1 100%);
}

H1 { /* Used for Page Title - font size is Page Body Font Size + 6 pixels */
	font-weight:normal;   
	font-size:24px; 
	font-family: Cutive,sans-serif;  
        color: #4f6eb1;
    margin-top:0px;
	margin-bottom:15px;
	padding-top:15px; /* do with padding, not top margin, so it does not put space above the h1 tag on the site */ 
	text-align:center; 
}

H2.blogArticleTitle {
    font-size: 19px;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 20px;
    font-weight: normal;
}
