/* CSS Document */
.bannerleft{ width:450px; float:left; padding-top:25px; padding-left:30px;}
.img{ padding-top:30px;}
.columns {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
	color:#FFFFFF;
	margin:20px 0 20px 20px;
}
.columns ul{ list-style-type:none; text-decoration:none;}
.columns ul li{ list-style-type:none; text-decoration:none;}
#leftcontent{ width:400px; height:300px; float:left; background:url(../images/contentbg.png) repeat; padding-left:15px; padding-top:20px; padding-right:18px;}
#rightcontent{ width:520px; height:300px; float:right;padding-left:15px; padding-top:20px; background:url(../images/fproductbg.png) repeat; }
h8{ font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-style:italic; color:#4f4f4f;}
p{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#4f4f4f; padding-bottom:10px;}
.thumbnail {
width: 160px;
float: left;
margin: 0 0px 10px 5px;
background-color: #F7F7F7;
text-align: center;
border: 1px solid #C1C1C1;
border-image: initial;
list-style-type:none;
text-decoration:none;
}
.thumbnail img {
width: 150px;
margin: 4px;
border: 1px solid #DEE6D7;
}
.thumbnail:hover{
background-color:#dee6d7;
border:1px solid #aaa;
}
.p {
font-size: 11px;
line-height: 14px;
margin: 3px 0 8px 0;
text-decoration: none;
color: black;
}
h6 {
font-size: 14px;
font-weight: bold;
text-decoration: none;
border-bottom: 0;
color: #809C69;
}
.bx-pager{ padding-left:910px; padding-top:10px; padding-bottom:5px}
.bx-pager a{ padding-left:13px; text-decoration:none; background:url(../images/circle.gif) no-repeat; color:#303030; text-indent:-2000px;}
.bx-pager .pager-active, .bx-pager a:hover {
	background:url(../images/circle_b.gif) no-repeat;
    text-decoration: none;
	color:#303030;
}