@charset "utf-8";
/* CSS Document */

.welcome-h1{
	color:#2c395a;
	font-size:24px;
}
.tagline{
	color:#6877a0;
	font-size:14px;
	padding-bottom:10px;
	}
.content-title, .content-title2{
	color:#43527a;
	font-weight:bold;
	font-size:14px;	
}
.content-title2{
	font-size:16px ;	
}
.regular-p{
	color:#515151;
	font-size:14px;
	padding-bottom:20px;
}
.regular-pa{
	color:#000000;
	font-size:14px;
	padding-bottom:20px;
}
#right-panel ul {
list-style-type: circle;
	padding-left:15px;
}
#right-panel ul li {
	color:#515151;
	font-size:14px;
}
#right-panel ol {
list-style-type: decimal;
	padding-left:15px;
}
#right-panel ol li {
	color:#515151;
	font-size:14px;
}

#figure-image-box{
	padding-bottom:25px;
}

#figure-holder{
	float:left;
}
#guide-holder{
	float:right;
	width:247px;
	height:211px;
	background:#f9f9f9;
	border:1px solid #e4eff2; 
}
#guide-holder h1{
	background:url(../images/ebikekit-guide-icon.jpg) center center no-repeat;
	width:215px;
	height:68px;
	margin:0 auto;
	text-indent:-9999px;
	padding-top:27px;

	}
#guide-holder a{
	margin:0 auto;
	display:block;
}
#guide-holder a#download-guide{
	background:url(../images/download-guide-button.jpg) left top no-repeat;
	width:215px;
	height:0px;
	padding-top:43px;
	overflow:hidden;
}
#guide-holder a#watch-guide{
	background:url(../images/watch-guide-button.jpg) left top no-repeat;
	width:215px;
	height:0px;
	padding-top:49px;
	overflow:hidden;
}

/* feature box */
	#figure-image-box{
		padding-top:25px;
	}
	.feature-content-holder{
		border-bottom:#e8e8e8 1px solid;
		padding-bottom:20px;

	}
	.feature-thumbnail{
		background:url(../images/fea-thumbx.jpg) left top no-repeat;
		float:left;
		width:144px;
		height:127px; 
	}
	.the-features{
		float:right;
		width:501px;
	}
	
	.feature-thumbnail img{
	width:109px;
	height:108px;
	margin-top:6px;
	margin-left:5px;
	border:#6a7ba7 4px solid;
	}
	
/* feature box */


/* benefit-box */
	#benefit-box{
		background:#f5f9fa;
		border:#e4eff2 1px solid;
		padding:10px 10px 30px 10px;
		text-align:left;
	}
	.benefit-header{
		padding:4px 4px 3px 35px;
		font-size:15px;
		font-weight:bold;
		color:#2c395a;
	}
	.regular-p-benefits{
		font-size:12px;
		color:#515151;
		padding-top:20px;
	}
	.benefits-title{
		font-weight:bold;
		color:#3659b2;
	}
/* benefit-box */

    .quote {
	border:#e4eff2 1px solid;
	background:#f5f9fa url(../images/1quote-left.gif) no-repeat left top;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 0px;
	padding-left: 14%;
	color:#43527A;
	font-weight:normal;
	font-size:14px;
    }

    .quote div {background: transparent url(../images/1quote-right.gif) right bottom no-repeat;
     padding-right: 20px;
     padding-bottom: 10px;
    }
