html, body{
	height:100%;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -143px;
}
#push, .footer {
	clear: both;
	height: 143px;
	margin-top: 233px;
}
body{
	background: white;
}
p {
	text-align:justify;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #DDD;
	border-bottom-color: #DDD; 
}
.navbar-default{
	background-color: #6C98BE;
	background-image: linear-gradient(to bottom, #0650E8, #6C98BE);
}
.navbar-default .navbar-nav li a {
    background-color: transparent;
	border-right: 1px solid #DDD;
	color: #DDD;
}
.navbar-default .navbar-nav li a:hover {
    background-color: #658199;
	color: #DDD;
}
.navbar-default .navbar-nav .dropdown .dropdown-toggle {
    background-color: transparent;
	color: #DDD;
}
.navbar-default .navbar-nav .dropdown .dropdown-toggle:hover {
    background-color: #658199;
	color: #DDD;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu li a:hover {
    background-color: #658199;
	color: #DDD;
}
.navbar-default .navbar-nav .open .dropdown-menu{
	padding:0;
}
.navbar-default .navbar-nav .open .dropdown-menu li a {
	border-right: 0;
	border-top: 1px solid #DDD;
	color: #DDD;
}
.dropdown-menu {
	background-color: #6C98BE;
	color: #DDD;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #6C98BE;
}

.productList a{
	color:black;
}
.filtration {
	background:#DDD;
	border-radius:10px;
	padding:8px;
}
.filtration li {
	list-style:none;
	text-indent:.5em;
	font-size:.9em;
	
}
.productDetail li {
	list-style:none;
	text-indent:.5em;
	font-size:.9em;

}
.footer { 
	background-color:#CCC;
	color: #555;
	margin: 0;
	padding: 5px 15px;
}
.footer a:hover {
	color: black;
	text-decoration:none;
}