@charset "utf-8";
/* CSS Document */

#promo {
	float: left;
	width: 520px;
	height: 243px;
	background-image: url(../img/promo_intro/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 38px;
	}
	
h1{
	background: #464646;
	color: #fff;
	height: 30px;
	padding: 6px 0 4px 20px;
	font-weight: bold;
	line-height: normal;
	}
	
#promo ul{
	list-style-type: none;
	margin: 50px 0 28px 264px;
	}	
	
#promo ul span {
	color: #ed1c24;
	}
	
#promo #start {
	margin: 0 16px 0 264px;
	}
	
#vid {
	float: left;
	width: 319px;
	height: 242px;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	text-align: center;
	}
	
#vid span {
	background: #274f77;
	color: #cce6ff;
	font-size: 1.4em;
	font-weight: bold;
	height: 30px;
	padding: 10px 0 0 20px;
	margin-bottom: 20px;
	display: block;
	text-align: left;
	}
	
#vid img{
	padding: 20px 0 0 20px;
	}
	
#about {
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 30px 20px 20px;
	float: left;
	background-image: url(/res/shared/img/promos/call.gif);
	background-repeat: no-repeat;
	background-position: 340px 40px;
	background-color: #f1f1f1;
	height: 180px;
	width: 478px;	
	}
	
#about span, #customers span {
	font-size: 1.5em;
	/* font-weight: bold; */
	color: #464646;
	display: block;
	margin-bottom: 1em;
	}
	
#about ul {
	list-style-type: none;
	padding: 0 0 1em;
	margin-left: 0;
	font-size: 1.2em;
	border-bottom: 1px solid #d4d4d4;
	}
	
#about ul li {
	background-image: url(/res/shared/img/check_red.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: .15em;	
	}
	
#about img {
	padding-right: 20px;
	}
	
#customers {
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 30px 20px 20px;
	float: left;
	height: 180px;
	width: 279px;
	
	}
	
#content {
	padding: 30px 0 0;
	color: #666;
	float: left;
	width: 840px;
	}
	
#content h3 {
	margin-bottom: 1em;
	}
	
#content h4 {
	background: #274f77;
	padding:.75em;
	color: #fff;
	margin-bottom: 0;
	}
