/* - Main Background - */
.top-bg { background-color:#337ab7; }

/* - Header Button - */

.hd-button a { background:url("../../img/button1.png") no-repeat 90px 0px #337ab7; }
.hd-button a:hover { background:url("../../img/button1.png") no-repeat 90px 0px #2e6da4; box-shadow:0 0 0 1px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.1);}

/* - Header Button 2 - */
.hd-button2 a { background-color: #337ab7; box-shadow:0 0 0 1px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.1); border-radius: 3px; padding: 6px 10px; font-weight: bold; text-shadow:1px 1px #2e6da4 }
.hd-button2 a:hover { background-color: #2e6da4; box-shadow:0 0 0 1px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.1);}

/* - Header Button 3 - */
.hd-button3 a { width: 150px; background:url("../../img/button1.png") no-repeat 155px 0px #337ab7; }
.hd-button3 a:hover {  background:url("../../img/button1.png") no-repeat 155px 0px #2e6da4; box-shadow:0 0 0 1px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.1);}

/* - Product Span/Price - */
.product-data p.subtitle span  { background-color:#2e6da4; }

/* - Product List Check - */
.product-data ul li  { background:url("../../img/skins/check-blue-2.png") no-repeat ; color:#00477d;}

/* - Product Buttons - */
.buttons a.bt2 { background:url("../../img/bt2.png") no-repeat 92% 0px  #2e6da4; }
 

.buttons a.bt2:hover { background:url("../../img/bt2.png") no-repeat 92% 0px #337ab7; box-shadow:0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.34) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.1);  }

/* - Product Buttons Layout2 - */
.buttons2 a.bt { background:url("../../img/bt2.png") no-repeat 92% 0px ;  background-color:#337ab7; }

.buttons2 a.bt:hover { background:url("../../img/bt2.png") no-repeat 92% 0px ;  background-color:#2e6da4; }

/* - Product Buttons Layout3 - */
input.button-newsletter { background-color:#337ab7; }

/* - Title Span - */
.title h1 span { color:#337ab7; }

/* - Features Hover - */
.features .featu-hover { background-color:#337ab7; border:1px solid #2e6da4; }

/* - Tabbed Content Subtitle Span - */
.tabs-text p.subtitles span {  color:#337ab7;  }

/* - Tabbed Content Check icon - */
.tabs-text ul li {  background:url("../../img/skins/check-blue-22.png") no-repeat ; }

/* - Testimonials Span - */
.testi p.subtitle span { color:#337ab7; } 

/* - Pricing Table - */
.prics { background-color:#337ab7; border:1px solid #2e6da4; }

/* - Call to action Background - */
.cta { background-color:#337ab7; }
.cta-button { background-color:#337ab7; }
.cta-button:hover { background-color:#2e6da4; box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.1); }




