light-background-button { 
color: #E60000
}
main-colour-navigation-etc {
color: #3B5B99
}

a:hover {
	color: #3B5B99;
}


.dropdown-menu li > a:hover {
	background-image: linear-gradient(to bottom, #3B5B99, #3B5B99);
}

#top #currency .currency-select:hover {
	background-image: linear-gradient(to bottom, #3B5B99, #3B5B99);
}

#menu {
	background-image: linear-gradient(to bottom, #3B5B99, #3B5B99);
	border-color: #3B5B99 #3B5B99 #3B5B99;
}

#menu .see-all:hover, #menu .see-all:focus {
	background-image: linear-gradient(to bottom, #3B5B99, #3B5B99);
}

#menu .btn-navbar {
	background-image: linear-gradient(to bottom, #3B5B99, #3B5B99);
	border-color: #3B5B99 #3B5B99 #3B5B99;
}


.btn-primary {
	background-color: #E60000;
	background-image: linear-gradient(to bottom, #E60000, #E60000);
	border-color: #E60000 #E60000 #E60000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #3B5B99;
}

.btn-link {
	color: #3B5B99;
}

.product-thumb .button-group button {
	background-color: #E60000;
}

h3.category-title {
border-bottom: 2px solid #3B5B99;
}

h3.module-title {
border-bottom: 2px solid #3B5B99;
}

#full_container{
	max-width: 1170px;
	margin: 10px auto;
	padding-top: 3px;
	text-align: left;
	box-shadow: 0 0 10px #000;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}

@media (min-width: 768px) {
	div.category_nav {
	display: none;
	}
	#header-currency {
	float:right;
	}
	
#sliderCont { background: #c6c6c6; border-radius: 5px 0 0 5px; position: fixed; right: 0; top: 20px; width: 22px; z-index: 999; }
.button { overflow: hidden;  }

	
}


@media (max-width: 1200px) {

	#header-currency {
	float:right;
	padding-right: 100px;
	}
	
#sliderCont { display: none; }
.button { overflow: hidden;  }
.owl-item {padding-right: 10px;}			
}

@media (max-width: 768px) {
	div.full_nav {
	display: none;
	}
}

#menu .nav > li > a {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
	.slideers {
		display: block;
	}
}