

/* Main Color Scheme */

.slider-navigation li.active a{
	background-color: #C9C9C9;
}
.header-topmenu li,
.header-topmenu,
.main-menu {
	background-color: Transparent;
}
.main-menu {
	color: #000000;
}


/* Panel & Widget Title Color */
#sidebar .widget > .w-title h3,
.content .panel > .p-title h2 {
	background-color: #FFE000;
    font-weight: bold;
    color: #37363A;
}
.tab-a {
	box-shadow: inset 0 -3px 0 #FFE000;
}

/* Background Color/Texture/Image */
body {
		
     
        background-image: url();background-size: 100%; background-attachment: fixed;
		

}

