#top-header-wrapper1 {
    border-bottom: 1px solid #054d96;
}
#top-header-wrapper1, #analys #quote-submit{
    background: #054d96;
}
#logo {
    margin: 5px 0;
    float: left;
    max-width: 300px;
}
.accordion .title {
    background-color: #054d96;
}
.rate-form-carousel label.radio,
		.btn {
		    padding: 4px 12px;
		    margin-bottom: 0;
		    line-height: 1.5;
		    color: #333333;
		    text-align: center;
		    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		    vertical-align: middle;
		    cursor: pointer;
			color: #ffffff;
		    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		    background-color: #006dcc;
		    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
		    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
		    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
		    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
		    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
		    background-repeat: repeat-x;
		    border-color: #0044cc #0044cc #002a80;
		    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		    border-radius: 4px;
		    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		    padding: 11px 19px;
		    font-size: 26px;
		    -webkit-border-radius: 6px;
		    -moz-border-radius: 6px;
		    border-radius: 6px;		    
		}
.rate-form-carousel label.radio:hover,
		.rate-form-carousel label.radio:focus,
		.btn:hover, .btn:focus {
			color: #ffffff !important;
    		background-color: #0044cc;
		    text-decoration: none;
		    background-position: 0 -14px;
		    transition: background-position 0.1s linear;		
		}
.footer-wrapper {
    background: #054d96;
    border-top: 10px solid #076ed7;
}
.copyright-container {
	background: #076ed7;}

.btn-medium.blue, .btn-big.blue {
    background: #054d96;
}