/**********************************************************
HOME PAGE STYLING
**********************************************************
.leftCol {
	width: 49%;
	float: left;
	margin: 0 0 10px 0;
}

.rightCol {
	width: 49%;
	float: right;
	margin: 0 0 10px 0;
}

.leftCol h1, .rightCol h1 {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 15px 0 0 0;
	padding: 0;
}

.col1 {
	width: 25%;
	float: left;
}

.col2 {
	width: 24%;
	float: left;
}

.col3 {
	width: 23%;
	float: left;
	padding: 0 4px;
}

.col4 {
	width: 26%;
	float: right;
}
.col1 div, .col2 div, .col3 div, .col4 div {
	padding: 1px;
	margin: 5px 0;
}

h6#systemsCat, h6#componentsCat, h6#memoryCat, h6#storageCat, h6#peripheralsCat, h6#networkingCat, h6#softwareCat, h6#brandsCat {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 15px 0 5px 40px;
}

h6#systemsCat {
	background: url(/velo/E-images/homepage/lbBGsystems.jpg) no-repeat left top;
}
h6#componentsCat {
	background: url(/velo/E-images/homepage/lbBGcomponents.jpg) no-repeat left top;
}
h6#memoryCat {
	background: url(/velo/E-images/homepage/lbBGmemory.jpg) no-repeat left top;
}
h6#storageCat {
	background: url(/velo/E-images/homepage/lbBGstorage.jpg) no-repeat left top;
}
h6#peripheralsCat {
	background: url(/velo/E-images/homepage/lbBGperipherals.jpg) no-repeat left top;
}
h6#networkingCat {
	background: url(/velo/E-images/homepage/lbBGnetworking.jpg) no-repeat left top;
}
h6#softwareCat {
	background: url(/velo/E-images/homepage/lbBGsoftware.jpg) no-repeat left top;
}
h6#brandsCat {
	background: url(/velo/E-images/homepage/lbBGbrands.gif) no-repeat left top;
}

#leftColumn0 h6 a {
	color: #0f243d;
}

#leftColumn0 ul.productCategory {
	margin: 0 5px;
}

#leftColumn0 ul.productCategory li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.lightBlue {
	background: #dcdfe3;
	border: 1px solid #0f243d;
	padding: 0 4px;
}

#featured img {
	margin: 8px 18px 0 18px;
	padding: 0;
}

#leftColumn0 h3 a {
	color: #0f243d;
}

*/

/* 	NEW HOMEPAGE STYLE */

a.black:link, a.black:visited {
				color: #000000;
				font-weight: normal;
				}
