/* Home page */
div.featured_prod {
 *:margin-top:40px;
    float: left;
    margin-bottom: 20px;
    width:550px;
 
   
}

.slide {
	clear: both;
	width: 548px;
	background: #fff;
	height:300px;
}
.product-image {
	float: left;
	width: 548px;
	height:300px;
	background: #fff;
}
#nav-slider {
	position: absolute;
	z-index: 2000;
	right:0;
	top:50px;
}
#nav-slider a {
	margin-right: 10px;
	height: 25px;
	width: 35px;
	z-index: 1000;
	float: left;
	cursor: pointer;
	border: 1px solid #69800b;
	background:  #9bbe10;
	color:#fff;
	text-align:center;
	font-weight:bold;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	font-size:14px;
	text-shadow:1px 1px 1px #525d24;
}
#nav-slider a:hover {
	border: 1px solid #69800b;
	background:  #69800b;
}
#nav-slider a.activeSlide {
	border: 1px solid #93383b;
	background:  #da5357;
}
.clogos > a > img{
    width:130px;
}
.premier_nbc h1 
{
    color:#0e3b61;
    text-transform: uppercase;
     font-weight: lighter;
     padding:28px;
}
.clogos {
    padding: 19px;
}
/* CSS Document */

