html{background:#000;}
body{
	margin:0;
	color:#333;
	font:12px Helvetica, Arial sans-serif;
	background:url(../images/bg-header.jpg);
	min-width:960px;
}
img{border-style:none;}
a{text-decoration:none; color:#000;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
.header-holder{
	width:960px;
	margin: 0 auto;
}
img.alignnone {
	display: block;
	margin: 0 auto 20px;
}
img.aligncenter {
	display: inline;
	margin: 0 auto 20px;
}
img.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
	float: left;
}
img.alignright {
	display: inline;
	margin: 0 0 20px 20px;
	float: right;
}
/*header start*/
#header{
	width:960px;
	height:120px;
	overflow:hidden;
}
.logo{
	float:left;
	width:220px;
	height:29px;
	margin:40px 0 0 10px;
	display:inline;
}
.logo a{
	display:block;
	height:29px;
	background:url(../images/logo.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
/*menu start*/
.menu{
	float:left;
	overflow:hidden;
	width:710px;
	margin:35px 0 0 20px;
	display:inline;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform: uppercase;
	
}
.menu li{
	width:233px;
	float:left;
	padding:0 0 1px;
}
.menu li a{
	float:left;
	height:20px;
	width: 202px;
	padding:0 25px 0 5px;
	background:#000;
	color:#fff;
}
.menu li.active a,
.menu li a:hover{
	text-decoration:none;
	background:#cc0000;
}
/*content start*/
#content{
	width:960px;
	margin: 0 auto 55px;
	overflow:hidden;
	background:url(../images/bg-content.gif) repeat-y 240px 0;
	position:relative;
}
/*sidebar start*/
.sidebar{
	float:left;
	width:240px;
	padding:0 0 60px;
}
.sidebar ul{
	width:200px;
	overflow:hidden;
	padding:14px 20px 12px;
	background:#fff;
}
.sidebar ul li{
	width:190px;
	padding:17px 5px;
	float:left;
	border-top:1px solid #efefef;
}
.sidebar ul li:first-child{
	border:0;
}
.sidebar ul a{
	font:18px/18px Helvetica, Arial sans-serif;
	letter-spacing: -1px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
.sidebar ul a:hover{
	color:#cc0000;
	text-decoration:none;
	position:relative;
}
.sidebar ul small{
	font:11px/11px Georgia, "Times New Roman", Times, serif;
	color: #aaa;
}
.top-link{
	width:91px;
	height:59px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/top-link.gif) no-repeat;
	position:absolute;
	bottom:0;
	left:69px;
}
/*column start*/
.column{
	width:700px;
	padding:0 10px 10px;
	float:right;
	overflow:hidden;
}
/*quote start*/
.quote{
	padding: 30px;
	overflow:hidden;
}

.quote p{
	font:30px/36px Georgia, "Times New Roman", Times, serif;
	color: white;
}
/*promo start*/
.promo{
	width:100%;
	margin:10px 0 0;
	overflow:hidden;
	position:relative;
}
.promo ul img{
	display:block;
}
/*newest-post start*/
.newest-post{
	width:100%;
	background:url(../images/bg-newest.gif);
	margin:10px 0 0;
	height: 250px;
}
.newest-post .title{
	width:100%;
	height: 23px;
	position: absolute;
	z-index: 100;
}
.newest-post h2{
	background:#000;
	color:#fff;
	line-height:23px;
	font-size:18px;
	padding:0 30px 0 4px;
	float:left;
	text-transform: uppercase;
}
.newest-post .inside{
	width:100%;
	padding: 0;
	position: absolute;
	z-index: 0;
}
.newest-post .inside .image{
	float:left;
	display:inline;
	width:380px;
}
.newest-post .inside .image img{
	display:block;
}
.newest-post .inside .text{
	float:right;
	width:280px;
	display:inline;
	margin:20px 0 0 30px;
	position: absolute;
	z-index: 0;
}
.newest-post .inside .text h3{
	font:30px/36px Georgia, "Times New Roman", Times, serif;
	margin:0 0 12px;
	letter-spacing:-1px;
}
.newest-post .inside .text p{
	margin:0 0 12px;
	line-height:18px;
}
.newest-post .inside .text .by{
	margin:0;
}
.newest-post .inside .text .by p{
	margin:0;
	font-size:10px;
	color:#797767;
	line-height:10px;
}
.newest-post .inside .text .by p a{
	color:#c00;
	text-decoration:underline;
}
.newest-post .inside .text .by p a:hover{
	text-decoration:none;
}
.newest-post .inside .text .links{
	width:100%;
	overflow:hidden;
}
/*bottom start*/
.bottom-holder{
	width:100%;
	background:url(../images/bg-btm.gif);
	border-top: 10px solid black;
}
.bottom{
	width:960px;
	margin: 0 auto;
	overflow:hidden;
	color:#717171;
	padding:33px 0 35px;
}
.bottom a{
	color:#fff;
	text-decoration: none;
}
.bottom a:hover{
	text-decoration: underline;
}
/*doc start*/
.doc{
	float:left;
	width:230px;
	display:inline;
	margin:0 0 0 10px;
	font-size:10px;
}
.doc .logo2{
	width:100px;
	height:14px;
	display:block;
	margin:0 0 20px;
}
.doc .logo2 a{
	display:block;
	height:14px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo2.gif) no-repeat;
}
.doc address{
	font-style:normal;
	line-height:10px;
}
.doc address span{
	display:block;
}
.doc .contact-list{
	width:100%;
	overflow:hidden;
	line-height:10px;
}
.doc .contact-list dt{
	float:left;
	width:72px;
	color:#fff;
}
.doc .contact-list dd{
	margin:0;
}
.doc .work-time{
	margin:18px 0 0;
	width:100%;
	overflow:hidden;
	line-height:10px;
}
.doc .work-time dt{
	float:left;
	width:72px;
}
.doc .work-time dd{
	margin:0;
}
.bottom h3{
	font-size:14px;
	line-height:16px;
	margin:0;
	text-transform:uppercase;
	color:#fff;
}
/*recent start*/
.recent{
	float:left;
	width:380px;
	margin:0 0 0 10px;
	display:inline;
}
.recent ul{
	width:100%;
	overflow:hidden;
	font-size:10px;
	line-height:10px;
}
.recent ul li{
	width:100%;
	overflow:hidden;
	margin:18px 0 0;
}
.recent ul img{
	float:left;
}
.recent ul h4{
	font-size:12px;
	color:#ffcc00;
	min-height:16px;
}
* html .recent ul h4{height:20px;}
.recent ul h4 a{
	color:#ffcc00;;
	text-decoration: none;
}
.recent ul .text{
	float:left;
	width:230px;
	margin:0 0 0 10px;
	display:inline;
}
/*find start*/
.bottom .find{
	float:left;
	display:inline;
	margin:0;
	width:320px;
}
.find .search-form{
	width:320px;
	overflow:hidden;
	margin:16px 0 18px;
}
.find .search-form .btn-search{
	float:right;
	margin:2px 0 0;
}
.find .search-form .txt{
	float:left;
	width:200px;
	padding:2px 6px;
	font:10px Arial, Helvetica, sans-serif;
}
.site-map{
	width:100%;
	overflow:hidden;
	padding:0 0 18px;
}
.site-map .col{
	float:left;
	width:120px;
}
.site-map h4{
	color:#fc0;
	margin:0 0 6px;
	font-size:12px;
}
.site-map ul{
	font-size:10px;
	line-height:10px;
}
.find .links{
	width:100%;
	overflow:hidden;
}
.find .links li{
	float:left;
	margin:0 25px 0 0;
	width:95px;
}
.find .links li img{
	vertical-align:top;
}
/*footer start*/
.footer-holder{
	width:100%;
	background:#000;
}
#footer{
	width:942px;
	margin: 0 auto;
	padding:11px 8px 10px 10px;
	overflow:hidden;
	font-size:10px;
	line-height:10px;
	color:#616161;
}
#footer ul{
	float:right;
	line-height:14px;
}
#footer ul li{
	display:inline;
	padding:0 4px 0 8px;
	background:url(../images/footer-split.gif) no-repeat left;
}
#footer ul li:first-child{
	background:none;
}
#footer ul a{
	color:#616161;
}
#footer p{
	margin:0;
}
/*blog-post start*/
.blog-post{
	width:100%;
	background:url(../images/bg-btm.gif);
	margin:10px 0 0;
	height: 250px;
}
.blog-post .title{
	width:100%;
	height: 23px;
	position: absolute;
	z-index: 100;
}
.blog-post h2{
	background:#fff;
	color:#000;
	line-height:23px;
	font-size:18px;
	padding:0 30px 0 4px;
	float:left;
	text-transform: uppercase;
}
.blog-post .inside{
	width:100%;
	padding: 0;
	position: absolute;
	z-index: 0;
}
.blog-post .inside .image{
	float:left;
	display:inline;
	width:380px;
}
.blog-post .inside .image img{
	display:block;
}
.blog-post .inside .text{
	float:right;
	width:280px;
	display:inline;
	margin:20px 0 0 30px;
	position: absolute;
	z-index: 0;
	color:#fff;
}
.blog-post .inside .text h3{
	font:30px/36px Georgia, "Times New Roman", Times, serif;
	margin:-7px 0 19px;
	color:#fff;
	letter-spacing:-1px;
}
.blog-post .inside .text h3 a{
	color:#fff;
}
.blog-post .inside .text p{
	color:#fff;
	margin:0 0 12px;
	line-height:18px;
}
.blog-post .inside .text .by{
	margin: 0;
}
.blog-post .inside .text .by p{
	margin:0;
	font-size:10px;
	color:#797767;
	line-height:10px;
}
.blog-post .inside .text .by p a{
	color:#fc0;
	text-decoration:underline;
}
.blog-post .inside .text .by p a:hover{
	text-decoration:none;
}
.blog-post .inside .text .tools{
	width:100%;
	overflow:hidden;
}
.blog-post .inside .text .links{
	width:180px;
	overflow:hidden;
	float:left;
}
.blog-post .inside .text .links a{
	float:left;
	height:25px;
	line-height:25px;
	color:#fff;
	padding:0 7px 0 22px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:0 10px 0 0;
}
.blog-post .inside .text .links a.read{
	background:#000 url(../images/bg-read-link.gif) no-repeat;
}
.blog-post .inside .text .links a.send{
	background:#000 url(../images/bg-send-link.gif) no-repeat;
}
/*blog-nav start*/
.blog-nav{
	width:100%;
	overflow:hidden;
	background:#fff;
	margin:10px 0 0;
}
.blog-nav .links{
	width:100%;
	overflow:hidden;
	line-height:23px;
}
.blog-nav .links a{
	float:left;
	background:#797767;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	height:23px;
	float:left;
	padding:0 20px 0 4px;
}
.blog-nav .links a:hover{
	text-decoration:none;
}
.blog-nav .links strong{
	background:#000;
	height:23px;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	float:left;
	padding:0 20px 0 4px;
}
.blog-nav ul{
	font-size:14px;
	font-weight:bold;
	padding:17px 0 18px 20px;
}
.blog-nav ul li{
	display:inline;
	padding:0 9px 0 0;
}
.blog-nav ul a{
	color:#000;
}
.blog-nav ul a:hover,
.blog-nav ul .active a{
	color:#da4444;
	text-decoration:none;
}
/*main-blog-post start*/
.main-blog-post{
	width:100%;
	background:url(../images/bg-btm.gif);
	margin:10px 0 0;
}
.main-blog-post .title{
	width:100%;
	overflow:hidden;
}
.main-blog-post h2{
	background:#fff;
	color:#000;
	line-height:23px;
	margin:0;
	font-size:18px;
	padding:0 30px 0 4px;
	float:left;
}
.main-blog-post .inside{
	width:660px;
	overflow:hidden;
	padding:20px;
}
.main-blog-post .inside .image{
	float:left;
	margin:0 20px 20px 0;
	display:inline;
}
.main-blog-post .inside .image img{
	display:block;
}
.main-blog-post .inside .text{
	color:#fff;
}
.main-blog-post .inside .text h3{
	font:30px/36px Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px;
	position: relative;
	top: -7px;
	color:#fff;
	letter-spacing:-1px;
}
.main-blog-post .inside .text p{
	margin:0 0 18px;
	line-height:18px;
}
.main-blog-post .inside .text ol, .main-blog-post .inside .text ul{
	margin:0 40px 18px;
	line-height:18px;
}
.main-blog-post .inside .text ul{
	list-style: circle;
}
.main-blog-post .inside .text ol{
	list-style: decimal; 
}
.main-blog-post .inside .text .by{
	width:100%;
	overflow: hidden;
	margin: 0 0 18px;
}
.main-blog-post .inside .text .by p{
	margin:0;
	font-size:10px;
	color:#797767;
	line-height:10px;
}
.main-blog-post .inside .text .by p a{
	color:#fc0;
	text-decoration:underline;
}
.main-blog-post .inside .text .by p a:hover{
	text-decoration:none;
}
.main-blog-post .inside .text .links{
	width:146px;
	overflow:hidden;
	float:left;
}
.main-blog-post .inside .text .links a{
	float:left;
	height:25px;
	line-height:25px;
	color:#fff;
	padding:0 7px 0 22px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:0 10px 0 0;
}
.main-blog-post .inside .text .links a.read{
	background:#000 url(../images/bg-read-link.gif) no-repeat;
}
.main-blog-post .inside .text .links a.send{
	background:#000 url(../images/bg-send-link.gif) no-repeat;
}
/*comment-box start*/
.comment-box{
	width:100%;
	background:#fff;
	margin:10px 0 0;
}
.comment-box .title{
	width:100%;
	overflow:hidden;
}
.comment-box h2{
	background:#000;
	color:#fff;
	line-height:23px;
	margin:0;
	font-size:18px;
	padding:0 30px 0 4px;
	float:left;
}
.comment-box .comments{
	width:670px;
	margin:0 auto;
	overflow:hidden;
}
.comment-box .comments .item{
	margin:-1px 0 1px;
	border-top:1px solid #dbdbdb;
	width:100%;
	overflow:hidden;
	padding:24px 0 22px;
}
.comment-box .comments .item .author{
	width:150px;
	float:left;
	display:inline;
	margin:0 0 0 5px;
}
.comment-box .comments .item .author strong{
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#797767;
}
.comment-box .comments .item .author strong span, .comment-box .comments .item .author strong span a, .comment-box .comments .item .author strong spana:link, .comment-box .comments .item .author strong span a:visited{
	color:#c00;
}
.comment-box .comments .item .author .date{
	display:block;
	padding:10px 0 0;
	font-size:10px;
	color:#b1afa2;
	font-style:normal;
}
.comment-box .comments .item .text{
	line-height:18px;
	width:504px;
	float:right;
}
.comment-box .comments .item .text p{
	margin:0;
}
/*add-comment start*/
.add-comment{
	background:#f5f5f5;
	width:660px;
	padding:0 20px 20px;
}
.add-comment label{
	display:block;
	font-size:12px;
	line-height:16px;
	color:#797767;
	margin:16px 0 1px;
}
.add-comment .form-item{
	width:100%;
	overflow:hidden;
}
.add-comment .txt{
	width:199px;
	padding:5px 4px;
	border:1px solid #d6d5d1;
	font:12px Arial, Helvetica, sans-serif;
	color:#797767;
}
.add-comment .area{
	float:left;
	width:520px;
}
.add-comment .area textarea{
	font:12px Arial, Helvetica, sans-serif;
	color:#797767;
	border:1px solid #d6d5d1;
	width:490px;
	height:86px;
	overflow:auto;
	padding:5px 4px;
}
.add-comment .submit-holder{
	width:140px;
	overflow:hidden;
	float:right;
	padding:34px 0 0;
}
.add-comment .submit-holder .note{
	height:72px;
	font-size:9px;
	line-height:12px;
	color:#797767;
}
.add-comment .submit-holder .note p{
	margin:0;
}
/*about-box start*/
.about-box{
	width:100%;
	background:url(../images/bg-btm.gif);
	margin:10px 0 0;
}
.about-box .title{
	width:100%;
	overflow:hidden;
}
.about-box h2{
	background:#fff;
	color:#000;
	line-height:23px;
	margin:0;
	font-size:18px;
	padding:0 30px 0 4px;
	float:left;
}
.about-box .inside{
	width:660px;
	overflow:hidden;
	padding:15px 20px 0;
	color:#fff;
	line-height:18px;
}
.about-box .inside p{
	margin:0 0 19px;
}
/*contact-box start*/
.contact-box{
	width:100%;
	background:url(../images/bg-btm.gif);
	margin:10px 0 0;
}
.contact-box .title{
	width:100%;
	overflow:hidden;
}
.contact-box h2{
	background:#fff;
	color:#000;
	line-height:23px;
	margin:0;
	font-size:18px;
	padding:0 30px 0 4px;
	float:left;
}
.contact-box .inside{
	width:660px;
	overflow:hidden;
	padding:15px 20px 0;
	color:#fff;
	line-height:18px;
}
.contact-box .inside form {
	width: 420px;
	margin: 0 30px 0 0;
	float: left;
}
.contact-box .inside form h3 {
	display: block;
	width: 420px;
	background: #000;
	padding: 5px;
	float: left;
}
.contact-box .inside form input {
	border: none;
	width: 410px;
	padding: 10px;
}
.contact-box .inside form textarea {
	border: none;
	width: 420px;
	padding: 5px;
}
.contact-box .inside form .contactSubmit {
	padding:8px 0 10px 0px;
	color:#000;
	border:none;
	width:85px;
	height:30px;
	text-align:center;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	background-repeat:no-repeat;
	background-color: #797767;
}
.contact-box .inside p{
	margin:0 0 19px;
}
.contact-box .inside a{
	color: #ffcc00;
	text-decoration: none;
}
.contact-box .inside a:hover{
	text-decoration: underline;
}
/*team-box start*/
.team-box{
	width:100%;
	background:#fff;
	margin:10px 0 0;
}
.team-box .title{
	width:100%;
	overflow:hidden;
}
.team-box h2{
	background:#000;
	color:#fff;
	line-height:23px;
	margin:0;
	font-size:18px;
	padding:0 30px 0 4px;
	float:left;
}
.team-box .team{
	width:660px;
	margin:0 auto;
	overflow:hidden;
}
.team-box .item{
	width:100%;
	padding:20px 0 0;
	border-top:1px solid #dbdbdb;
	margin:-1px 0 1px;
}
.team-box .item .image{
	float:left;
	width:260px;
	margin:0 20px 0 0;
}
.team-box .item .image img{
	display:block;
}
.team-box .item .text{
	line-height:18px;
	color:#808080;
}
.team-box .item .text h3{
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	margin:0 0 19px;
	color:#c00;
}
.team-box .item .text h4{
	font-size:12px;
	color:#000;
	margin:0;
}
.team-box .item .text p{
	margin:0 0 19px;
}
.team-box .item .text blockquote{
	margin:0 0 19px;
}
.team-box .item .text blockquote cite{
	display:block;
	font-style:normal;
}
/*product-box start*/
.product-box{
	width:100%;
	background:url(../images/bg-newest.gif);
	margin:10px 0 0;
}
.product-box .title{
	width:100%;
	overflow:hidden;
}
.product-box h2{
	background:#000;
	color:#fff;
	line-height:23px;
	margin:0;
	font-size:18px;
	padding:0 30px 0 4px;
	float:left;
}
.product-box .products{
	width:670px;
	margin:0 auto;
	overflow:hidden;
}
.product-box .item{
	width:660px;
	padding:20px 5px 24px;
	border-top:1px solid #dbdbdb;
	margin:-1px 0 1px;
	overflow:hidden;
}
.product-box .item .logotype{
	float:left;
	width:140px;
}
.product-box .item .logotype img{
	display:block;
}
.product-box .item .text{
	float:left;
	width:285px;
	margin:0 0 0 20px;
}
.product-box .item .text h3{
	color:#797767;
	font:18px Georgia, "Times New Roman", Times, serif;
	margin:-4px 0 0;
}
.product-box .item .text p{
	margin:0;
	line-height:18px;
	color:#000;
}
.product-box .item .info{
	float:right;
	width:200px;
	font-size:10px;
	line-height:18px;
	color:#797767;
}
.product-box .item .info p{
	margin:0;
}
.product-box .item .info p a{
	color:#c00;
	text-decoration:underline;
}
.product-box .item .info p a:hover{
	text-decoration:none;
}
/*main-service-box start*/
.main-service-box{
	width:100%;
	background:url(../images/bg-btm.gif);
	margin:10px 0 0;
}
.main-service-box .title{
	width:100%;
	overflow:hidden;
}
.main-service-box h2{
	background:#fff;
	color:#000;
	line-height:23px;
	margin:0;
	font-size:18px;
	padding:0 30px 0 4px;
	float:left;
}
.main-service-box .inside{
	width:660px;
	overflow:hidden;
	padding:15px 20px 0;
	color:#fff;
	line-height:18px;
}
.main-service-box .inside p{
	margin:0 0 19px;
}
.inside h3,.inside h4{
	color:#797767;
	margin:0;
	font:14px Georgia, "Times New Roman", Times, serif;
}
/*service-box start*/
.service-box{
	width:100%;
	background:#fff;
	margin:10px 0 0;
}
.service-box .title{
	width:100%;
	overflow:hidden;
}
.service-box h2{
	background:#000;
	color:#fff;
	line-height:23px;
	margin:0;
	font-size:18px;
	padding:0 30px 0 4px;
	float:left;
}
.service-box .inside{
	width:660px;
	overflow:hidden;
	padding:15px 20px 0;
	line-height:18px;
}
.service-box .inside p{
	margin:0 0 19px;
}