/* Green Color */


body, html{
	background: #dce5f7    ; /* Old browsers */
	background: -moz-linear-gradient(top,  #dce5f7     0%, #f4f6f7 73%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dce5f7    ), color-stop(73%,#f4f6f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dce5f7     0%,#f4f6f7 73%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dce5f7     0%,#f4f6f7 73%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dce5f7     0%,#f4f6f7 73%); /* IE10+ */
	background: linear-gradient(to bottom,  #dce5f7     0%,#f4f6f7 73%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce5f7    ', endColorstr='#f4f6f7',GradientType=0 ); /* IE6-9 */

}


a, a:visited{
	color: #6173ce;
}
/*
a:hover{
	color: #df6d73;
}*/

.color{
	color: #df6d73;
}


.button a, .button a:visited{
background:#df6d73;
}

.button a:hover{
background:#6173ce;
}

.insurance .button-title {
background: rgba(13,31,52,0.8)!important;

}
.insurance .get-quote {
background: rgba(13,31,52,0.8)!important;
}


.insurance a:hover{text-decoration:none !important;}
.insurance a:active{text-decoration:none !important;}

/* Header */

header .hlinks > span{
background: #df6d73;
border: 1px solid #6173ce;
}

/* Navigation */

.navbar-inner{

	border-top: 1px solid #6173ce;
	border-bottom: 1px solid #6173ce;
	background: #6173ce; /* Old browsers */
	background: -moz-linear-gradient(top,  #6173ce 0%, #586cd0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6173ce), color-stop(100%,#586cd0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6173ce 0%,#586cd0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6173ce 0%,#586cd0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6173ce 0%,#586cd0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6173ce 0%,#586cd0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6173ce', endColorstr='#586cd0',GradientType=0 ); /* IE6-9 */
	max-width: 1142px;
margin-left: auto;
margin-right: auto;
}

.navbar .btn{
	background: #6173ce;
}

.navbar .btn:hover{
	background: #df6d73;
}

.navbar .nav{
  border-left: 1px solid #6173ce;	
}

.navbar .nav > li > a{
   border-right: 1px solid #6173ce;
}
.navbar .nav > li > a:hover{
	background: #5365be !important;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
	background: #5365be !important;
}

.dropdown-toggle{
	background: #4859b2 !important;	
}

.nav-collapse .nav > li > a{
	background: #7787d9 !important;	
}

/* Sidebar nav */

#nav > li > a { 
 border-left: 3px solid #df6d73;
}

/* Sidebar page navigation */

#navi > li > a { 
 border-left: 3px solid #df6d73;
}


/* Title */

.title i{
	color: #df6d73;
}


/* QUOTE AND BUY OVERRIDES */

#qab h1 {
	color:#666;
}


/*Affiliate Name*/
.affname{
	color:#23439A;
}


/* Quote table overrrides */

#qab .table-quote td {
	background-color: #f1f1f1;
	background-image: none;	
}

#qab .table-quote th.limitheader, #qab .table-quote th.limitfooter{
	color:#fff;
	background-color: #586cd0;		
}
#qab .table-quote td.limitcell, #qab .table-quote td.coverOptions {
	color:#fff;
	background-color: #586cd0;
}

#qab .table-quote td.selected {
	background: #e5f5e5;
	background-image: none;
}

/* Cart table overrrides */

#qab .cart-limit-cell {
	color:#fff;
	background-color: #586cd0;	
}

#qab .cart-subtotal-cell {
	color:#fff;
	background-color: #586cd0;	
}

#qab .cart-total-cell {
	color:#fff;
	background-color: #586cd0;
}

/* Sidebar */

.sidebar .widget{
	border-top: 1px solid #df6d73;
}

/* Back to top */

.totop a, .totop a:visited{
	background: #6173ce;
}

.totop a:hover{
	background: #6173ce;
}

/* Footer */

footer{
	border-top: 4px solid #6173ce;
}