@charset "UTF-8";

/* banner image location */
.banner { background-image: url(left_s1.jpg); background-repeat: repeat-x; position: relative; }
.banner-right { position: absolute; height: 97px; top: 0; right: 0; width: 50%; background: url(right_s1.jpg) repeat-x; }



/* Primary Header & Footer Colour */
#header, .header {
	background: #033364 !important;
}
h1,h2,h3,h4,h5,h6 {
    color: #033364;
    text-decoration: none;
}

hr {
color: #CCCCCC;
background-color: #CCCCCC;
height: 2px;
}

a {
    color: #033364;
    text-decoration: none;
}
a:hover {
    color: #0691f9;
    text-decoration: none;
}
.sa-icon a {
    color: #033364;
    text-decoration: none;
}
.sa-icon a:hover {
    color: #01213a;
    text-decoration: none;
}
.sa-footer {
	background: transparent !important;
}
.sa-footer a {
    color: #000000;
    text-decoration: none;
}
.sa-footer a:hover {
    color: #0691f9;
    text-decoration: none;
}
.mm-ismenu {
    background: none repeat scroll 0 0 #022447 !important;
}
.sa-icon {
	background: #FFFFFF; /* Old browsers */
	border: #DBDBDB solid 1px;
	color: #033364;
}
a.sa-icon-bg:hover {
	background: #cccccc; /* Old browsers */
    opacity: 0.8;
	color: #01213a !important;
}
.btn-default {
	background-color: #033364;
    border-color: #022644;
    color: #FFFFFF;
}
.mm-list a,
.mm-list a:hover {
    text-decoration: none;
	color: #FFFFFF;
	}

/*style for active menu item */
.active_menu_item{
    border-bottom: 5px solid #033364 !important;
}

/* --SITEALIVECRM-COLOURS-START-- */

h1,h2,h3,h4,h5,h6{color:#2986cc !important;}
.btn.info,.btn.btn-info{background-color:#2e2222 !important;}
.btn.light,.btn.btn-light{background-color:#c92f2f !important;}
.btn.dark,.btn.btn-dark{background-color:#d94d4d !important;}
.btn.link,.btn.btn-link{background-color:#6a329f !important;}
.btn.accordion,.accordion{background-color:#38761d !important;}
.btn.accordion,.accordion{color:white !important;}

/* --SITEALIVECRM-COLOURS-END-- */
