@charset "UTF-8";
/* CSS Document */

#brandshead {
	width: 980px;
	height: 41px;
	margin: 0 auto;
}

#brandsbg {
	width: 100%;
	border: 0px solid #111;
	float: left;
	background-image: url(cherrybg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#brandswrap {
	display: inline;
	width: 980px;
	margin:0 auto;
}

.brandtable {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.brandshl {
	font-size: 32px;
	font-weight: bold;
	color: #bebebe;
	text-align:left;
	margin-top: 32px;
	margin-bottom: 0px;
}

.brandsintrotext {
	text-align:left;
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
}

.brandscontent {
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 20px;
}

.brandsh3 {
	font-size:15px;
	font-weight:bold;
}

.brandsproducts {
	margin-top: 10px;
}

.brandsproductname {
	font-size: 26px;
	margin-bottom: 20px;
}

.brandsproductdescr {
	font-size: 13px;
	line-height:20px;
}

.brandsproductouter {
    width: 100%;
    padding: 5px 10px 0px 10px;
    float: left;
}
.brandsproductinner {
    width: 64%;
    min-height: 300px;
    margin: 0 0 5px 15px;
    border: solid 0px #333;
    float: right;
}
.brandsproductbox {
	width: 33%;
	padding: 10px 5px 0px 0px;
	float: left;
	min-width: 300px;
}
