/* TEMPLATE */
body {
	margin: 0px;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #505050;
	background: url(http://images.ecommetrix.com/commerce/40/homeBg.jpg) repeat-x #b53237;
}
/* HOME PAGE */
#wrapperDynamic {
	width: 768px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background: #fff;
}
/* SEGMENT 1 */
#bannerDynamic {
	width:740px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0px 6px 0px;
	border-bottom: 4px solid #0c4da1;
	margin-bottom: 10px;
	color: #0c4da1;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}
#specialDynamic {
	height: 360px;
	width: 768px;
	position: relative;
}
	#hardware {
		width: 340px;
		height: 340px;
		padding: 10px;
		position: absolute;
		left: 14px;
		background: url(http://images.ecommetrix.com/commerce/40/segAbg.jpg);
	}
		#specialDynamicHeading {
			position: absolute;
			left: 22px;
			top: 22px;
			padding: 0px;
			border-bottom: 4px solid #52bc18;
			font-family: Trebuchet MS;
			font-weight: bold;
			font-size: 28px;
			color: #52bc18;
		}
		#bulletBgA {
			position: absolute;
			left: 15px;
			bottom: 15px;
			width: 260px;
			height: 160px;
			background: url(http://images.ecommetrix.com/commerce/40/bulletTextBg.png);
			font-family: Trebuchet MS;
			font-weight: bold;
			font-size: 16px;
			color: #fff;
		}
		#bulletTextA {
			margin: 11px 7px 11px 7px;
		}
	#consumables {
		width: 340px;
		height: 340px;
		padding: 10px;
		position: absolute;
		left: 394px;
		background: url(http://images.ecommetrix.com/commerce/40/segAbg.jpg);
	}
		#bulletBgB {
			position: absolute;
			right: 15px;
			bottom: 15px;
			width: 260px;
			height: 160px;
			background: url(http://images.ecommetrix.com/commerce/40/bulletTextBg.png);
			font-family: Trebuchet MS;
			font-weight: bold;
			font-size: 16px;
			color: #fff;
		}
		#bulletTextB {
			margin: 1px 7px 1px 7px;
			
		}
		
/* SEGMENT 2 */

#segB {	
	margin-top: 35px;
	margin-bottom: 10px;
	border: 2px solid #7d7d7d;
	padding: 95px 92px 95px 92px;
	width: 580px;
	height: 240px;
	background: url(http://images.ecommetrix.com/commerce/40/tonerSpecial.jpg) no-repeat;
	position: relative;
}
	#segBtextA {
		margin: 0px;
		padding: 50px 55px 50px 55px;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.7;
		background: #fff;
		width: 470px;
		height: 140px;
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 22px;
		text-align: center;
		color: #ff2630;
	}
		#segBtextA a {
			font-family: Trebuchet MS;
			font-weight: bold;
			font-size: 22px;
			color: #ff2630;
			text-decoration: none;
		}
		#segBtextA a:visited {
			color: #ff2630;
			text-decoration: none;
		}
		#segBtextA a:hover {
			color: #fff;
			background: #ff2630;
			text-decoration: none;
		}
