/* CSS STYLES FOR THE PRODUCT OVERVIEW PAGE */
body {
	background: url(../img/global/bg-body-full.png) scroll repeat-x 0 0;
	}
#promo {
	width: 960px;
	height: 306px;
	overflow: hidden;
	float: left;
	background: transparent url(../img/backgrounds/bg-home-promo.jpg) no-repeat;
	margin: 0 0 15px 0px;
	position: relative;
	}

#promo h1 {
	display: block;
	width: 300px;
	font-size: 1.2em;
	font-weight:normal;
	}
.onecol p {
	font-size: 1.2em;
}

#promo .col1, #promo .col2 {
	float: left;
	}
#promo .col1 {
	width: 310px;
	margin: 50px 10px 0 25px;
	}
#promo .col1 .products {
	float: left;
	width: 310px;
	border-top: 1px solid #1c1c1c;
	margin: 15px 0 0 5px;
	padding: 0px 0 0 0;
	color:#FFFFFF;
	font-size: 1.35em;
	font-weight:bold;
}
#promo .col2 {
	width: 595px;
	margin: 10px 0 0;
	}
#promo .products p {
	
}
#promo h2 a {
	float: left;
	margin: 0 0 -5px 45px;
	display: block;
	text-indent: -9999px;
	}

	
#promo .col1 h2 a {
	width: 247px;
	height: 55px;
	background: url(../img/logo-cs.png) no-repeat 0 0;
	}
#promo .col2 h2 a {
	width: 336px;
	height: 56px;
	background: url(../img/logo-csc.png) no-repeat 0 0;
}
#promo p {
	font-size: 1.3em;
	line-height: 1.5em;
	float: left;
}
.threecol h3 {
	font-size: 1.7em;
	font-weight: normal;
	color: #666;
	margin: 0 0 8px 0;
	line-height: 1.6em;
}
.onecol h2 {
	font-size: 2em;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	color: #666;
	margin: 0 0 8px 0;
	line-height: 1.6em;
}
#content {
	background: none #fff;
}
#content h4 {
	font-size: 1.6em;
}
#promo .arrow-button {
	background: transparent url(../img/home-arrow-button.png) no-repeat 0 0;
	padding: 0 0 0 18px;
}
.gap {
	margin: 0 25px 0 0;
}

/* SIDEBAR BOXES */
.threecol .callout a {
	float: left;
	display: block;
	width: 280px;
	margin: 0 0 8px 0;
	padding: 10px;
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
	color: #848484;
}
.threecol .callout a:hover {
	text-decoration: none;
	color: #666666;
}
.threecol .callout .float-left {
	margin: 0 15px 0 0;
}
.threecol .callout strong {
	display: block;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.threecol .callout span {
	display: block;
	font-size: 1.1em;
}
.threecol .col1 p {
	font-size: 1.3em;
	margin: 0 0 20px 0;
}
.threecol .col1 span {
	display: block;
	clear: both;
	font-size: .9em;
	line-height: 1.1em;
	margin: 0;
}
.threecol .col1 a {
	line-height: 1.3em;
	}
.threecol .col1 {
	width: 28%;
	margin: 0 5% 0 0;
	}
.threecol .col2 {
	width: 30%;
	margin: 0 3% 0 0;
	}
.threecol .col3 {
	width: 33%;
	}
.threecol .col1 h4 {
	font-size: 1.3em;
}	