#logo
{
    height:55px;
    width:260px;
    background:url('../img/bcal-logo.png') no-repeat;
    text-indent:-9999px;
    margin-top: 20px;
}

.benefits-ul {
	margin: 20px 10px 20px 15px;
}
.benefits-ul li{
	line-height: 2em;
	font-size: 1.2em;
    margin-left: 20px;
}
.header_text{
	margin-bottom: 30px;
}

h2{
    font-size: 40px;
    font-weight: 200;
    line-height: 1.25;
    margin-bottom: 15px;

}

.btn-huge {
  padding: 12px 45px;
  font-size: 24px;
  line-height: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-weight: 700;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-center{
	text-align:center;
}
.btn-div{
    margin: 50px 0;
    text-align: center;
    width: inherit;
    display: inline-block;
}


#testimonial
{
    width:686px;
    margin-left:auto;
    margin-right:auto;
}

#testibubble
{
    height:96px;
    width:686px;
    background: url('../img/testimonial_callout.png') no-repeat;
    margin-top: 18px; 
    margin-left:-10px;
    font-size: 13px;
}

#testibubble_text
{
    padding:25px 25px 0px 25px;
    height:40px;
}

#testibubble_attr
{
    margin-left: 350px;
	margin-bottom: 5px;
}

#profilewheel
{
    height:100px;
    width: 700px;
    background-position: 0px 0px;
    background: url("../img/testimonial_profiles.jpg") repeat-x;
}

.profileframe
{
    border:1px solid black;
    width:100px;
    height:100px;
    margin:0px 10px 10px 10px;
    background: white;
    float:left;
}


.product_intro
{
    padding: 90px 0 80px;
    margin-bottom: 0;
    color: #333;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-image: url('../img/home_background.jpg');

}

.product_intro h1 {

    font-size: 120px;
    line-height: 1.1;
    color: #FFF;
    
}
.product_intro h2{
    font-size: 40px;
    font-weight: 200;
    line-height: 1.25;
    margin-bottom: 30px;
    color: #fff;
}
.product_intro p{
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    background-color: rgba(255,255,255,0.6);
    padding: 30px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    
}

.divider
{
    width: 679px;
    height:4px;
    margin-left:auto !important;
    margin-right:auto;
    margin-top:25px;
    margin-bottom:25px;
    background: url('../img/divider.png') no-repeat;
}
.feature_row{
    margin-bottom: 15px;
}
/** download **/

.instruction_section.span9{	
    background: rgba(255, 255, 255, 0.4);  
    margin-left: 0;
    padding-left: 20px;
    padding-top: 20px;
}

.instruction_step {
	font-size: 60px;
	height: 80px;
	color: #666;
}
.instruction_text h4{
	font-size: 18px;
	color: #666;
}
.instruction_row{
	margin-top:25px;
}

.register_body.span9{
    background: rgba(255, 255, 255, 0.4);  
    margin-left: 10px;
    padding: 0 10px;   
}

.container-fluid.semitransparent{
    background: rgba(255, 255, 255, 0.6);  
    padding: 0 20px;
    margin: 0 20px;
}

.uses_section{
    background: whiteSmoke;
    padding: 40px 0 80px 0;
    background-image: -webkit-radial-gradient(center center, circle contain, rgba(255, 255, 255, 0.8) 100%, whiteSmoke 100%);
    background-color: white;
    background-image: -moz-linear-gradient(#EEE, white);
    background-image: -o-linear-gradient(#EEE, white);
    background-image: -ms-linear-gradient(#EEE, white);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(1, white));
    background-image: -webkit-linear-gradient(#EEE, white);
}
.benefit_header h2, .uses_section h2{
    text-align: center;
    padding: 20px;
 }
.how_it_works{
    font-size: 24px;
    line-height: 1.5;
    list-style: none;
    margin-bottom: 40px;
}
.how_it_works li{
    line-height: 36px;
}
.how_it_works .big_num{
    font-size: 36px;
    margin: -4px -40px 0 0;
}
.uses_box{
    border: 1px solid #DDD;
    border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 30px 70px;
    background: white;
    margin-bottom: 30px;
}
.special_container{
    width: 100%;
}
.uses_box p{
    font-size: 16px;
    line-height: 1.5;
}

.row-fluid > .span5.sc_col{
	min-width: 390px;
}
.feature_section{
	background-color: #EEEFF1;
	padding: 15px;
	min-width: 820px;
}
.screenshot{
	text-align: center;
}

.indent{
	padding-left:20px;
	font-weight: 700;
	font-size: 13px;
}

.sub_indent{
	padding-left: 40px;
	font-size: 13px;
}

#faqList li { list-style: none; }
#faqList p {
  
  }
 
#faqList .question {
  padding-left: 18px;
  font-weight: 900; 
  background: transparent url('../img/faqimages/plus.png') left center no-repeat; 
}

#faqList li.simpleFAQShowing .question {
  background: transparent url('../img/faqimages/minus.png') left center no-repeat;
}


#faqList .answer {
  margin-left: 1em;
  padding-left: 22px;
}

#faqList .g {
	color: #008000;
	}

#faqList .y {
	color: #CE8302;
}

#faqList .r {
	color: #F00;
}

.tags { font-size: 0.7em; color: #999; }
