﻿/* overall */

.cleardiv {clear: both;}
.floatleft {float: left;}
.floatright {float: right;}
.relative {position: relative;}
.absolute {position: absolute;}
.block {display: block;}
.inline {display: inline;}
.none {display: none;}

#wrapper {
	width: 972px;
	margin: 0 auto;
}

.cursorpoint { cursor:pointer }
/* header */

#header {
	margin: 0 0 4px 0;
	letter-spacing: 0;
}

#logo {
	padding: 10px 0 0 10px;
}

#logo h1 {
	margin: 0;
	overflow: hidden;
	float: left;
	padding-bottom: 10px;
}

#logo a {
	display: block;

	width: 570px;
	height: 47px;
	background: url(../img/logohd.jpg) no-repeat;
	text-indent: -3000px;
}

#utilities {
	text-align: right;
	font-size: 13px;
	line-height: 1;
	padding: 32px 12px 0 0;
	color: #666;
	margin: 0;
}

#utilities a {
	text-decoration: none;
	color: #666;
	margin: 0 10px;
}

#navbar {
	height: 29px;
	clear: both;
	background: url(../img/navbg.gif) repeat-x;
}

.navl {
	height: 29px;
	width: 11px;
	background: url(../img/navlbg.gif) no-repeat;
}

.navr {
	height: 29px;
	width: 11px;
	background: url(../img/navrbg.gif) no-repeat;
}

ul#navigation {
	list-style: none;	
	
	margin: 0;
}

ul#navigation li {
	float: left;
	padding: 0 12px 0 10px;
	margin: 0;
	background: url(../img/navlibg.gif) right no-repeat;
	height: 29px;
}

ul#navigation li a {
	color: #fff;
	text-decoration: none;
	line-height: 29px;
	font-size: 14px;
}

#searchform {
	padding: 0 0 0 12px;
	line-height: 29px;
}

#searchform p {
	margin: 0;
}

#searchform .searchtext {
	width: 100px;
	border: 1px solid #3c6f92;
}

#searchform .searchbutton{
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 50px;
	padding: 0;
}

#banner {
	width: 972px;
	height: 200px;
	background: url(../img/banner.jpg) no-repeat;
}


/* container */

#container {
	padding: 0 0 10px 0;
	overflow: hidden;
}

#sidebar {
	width: 217px;
	margin: 0 6px 0 0;
}

.sidelist {
	list-style: none;
	margin: 0;
}

.sidelist li {
	margin: 0 0 4px 0;
}

.sidelist h3 {
	width: 173px;
	background: url(../img/sideh3.gif) no-repeat;
	margin: 0;
	padding: 0 0 0 44px;
	line-height: 33px;
	color: #043269;
	font-size: 14px;
}

.sidelist h3 a {
	color: #043269;
	text-decoration: none;
}

.sidepara {
	border: 1px solid #dfe7eb;
	border-top: none;
	margin: 0;
	padding: 16px 16px 24px;
	letter-spacing: 0;
}

.sideparaul {
	margin: 0;
	list-style: none;
}

.sideparaul li {
	margin: 0;
	background: url(../img/sideparali.gif) no-repeat left center;
	text-indent: 12px;
}

.sideparaul li a {
	text-decoration: none;
}

.modlist {
	list-style: none;
	margin: 0;
}

.modlist2 {
	list-style: none;
	margin: 0;
	border: 1px solid #dfe7e9;
	border-top: none;
	padding: 10px 0 20px 0;
}

.modlist li {
	background: url(../img/sidelibg.gif) no-repeat;
	border-left: 1px solid #dfe7e9;
	border-right: 1px solid #dfe7e9;
	margin: 0;
	padding: 0 0 0 50px;
	line-height: 32px;
	color: #003567;
}

.modlist2 li {
	background: url(../img/sideli.gif) no-repeat 20px 10px;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 32px;
	color: #003567;
}

.modlist2 li.s {
	background: url(../img/sideli.gif) no-repeat 5px 10px;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 32px;
	color: #003567;
}

.modlist li a, .modlist2 li a {
	color: #003567;
	text-decoration: none;
}

.modlist2h {
	margin-left: 20px;
}

.final {
	padding: 0 16px 5px 24px;
	line-height: 18px;
	letter-spacing: 1px;
}


.final span:first-child {
	display: none;
}


#mainframe {
	width: 749px;
}

#singleframe {
	width: 972px;
}

#mainframe h3 {
	margin: 0;
	padding: 0 0 0 26px;
	line-height: 32px;
	height: 28px;
	color: #003567;
	font-size: 13px;
	overflow: hidden;
}

#singleframe h3 {
	margin: 0;
	padding: 0 0 0 36px;
	line-height: 32px;
	height: 28px;
	color: #003567;
	font-size: 12px;
	letter-spacing: 0;
}

.h3mainframe {
	background: #e4f0f6;
	border-bottom: 2px solid #a1c7dc;
}

.h3singleframe {
	background: #e4f0f6 url(../img/infolist.gif) no-repeat 16px center;
	border-bottom: 2px solid #a1c7dc;
}

.doch2 {
	font-size: 26px;
	line-height: 1.6;
	text-align: center;
	color: #000;
	margin: 10px 0 0 0;
}

.docmeta {
	font-size: 16px;
	text-align: center;
	margin: 0;
	color: #000;
}

#doccontent {
	letter-spacing: 0;
	padding: 10px 0;
}

#docabstract {
	border: 1px solid #ccc;
	margin: 6px 0 12px 0;
	padding: 10px 18px;
	color: #013786;
	letter-spacing: 0;
}

.dtabstract {
	padding: 0 12px;
	overflow: hidden;
}

.dtabstractimg {
	border: 1px solid #ccc;
	width: 160px;
	height: 160px;
	text-align: center;
	padding-top: 10px;
}

.dtabstracttext {
	border: 1px solid #ccc;
	padding: 12px 10px 0;
	height: 158px;
	width: 576px;
}

.dtabstractcontent {
	width: 530px;
	height: 130px;
	letter-spacing: 0;
	overflow: hidden;
}

.dtabstractmeta {
	border-top: 1px solid #808080;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.qq {
	background: url(../img/qq.gif) 25px center no-repeat;
}

.price {
	padding-left: 24px;
}

.price, .tel, .qq, .msg {
	margin: 0 16px;
	line-height: 28px;
}


.detail {
}

.detailh2 {
	font-size: 13px;
	padding: 0 0 0 24px;
	line-height: 28px;
	height: 24px;
	color: #fff;
	border-bottom: 3px solid #2a7bb4;
	background: url(../img/detailhd.gif) 3px bottom no-repeat;
	margin: 30px 0 30px;
}

.tags {
	font-size: 14px;
	padding: 0 0 0 20px;
	background: url(../img/tags.gif) left center no-repeat;
}

.content {
	overflow: hidden;
	padding: 20px 0 10px 10px;
	border-bottom: 1px dotted #dbdbdb;
}

.contenttable {
	overflow: hidden;
	padding: 20px 0 10px 10px;
	border-bottom: 1px dotted #dbdbdb;
}

.singlecontent {
	overflow: hidden;
	padding: 20px 80px 20px 100px;
}

.bottomblock {
	padding: 0 0 0 80px;
	width: 376px;
}

.bottomblock h6 {
	color: #666;
	font-size: 13px;
	padding: 0 0 0 15px;
	background: url(../img/infolist.gif) left center no-repeat;
}

.bottomblock ul {
	margin: 0 0 24px 0;
	padding: 0 0 0 8px;
	list-style: none;
	font-size: 13px;
}

.bottomblock ul li {
	margin: 0;
	font-size: 13px;
	padding-left: 20px;
	border-bottom: 1px dotted #959697;
	background: url(../img/bottomlist.gif) left center no-repeat;
}

.bottomblock ul li a {
	text-decoration: none;
}

.content-noimg {
	padding: 10px 30px 20px 80px;
}

.introtitle {
	margin: 18px 0 18px -54px;
	font-size: 12px;
}

.contentul {
	list-style: none;
}

.contentul li {
	clear: both;
	background: url(../img/infolist.gif) left center no-repeat;
	height: 20px;
	margin-left: -20px;
}

.contentul li a {
	text-decoration: none;
	width: 530px;
	float: left;
	padding-left: 20px;
}

.productimg {
	padding: 0 0 0 16px;
}

.img128 {
	border: 1px solid #e7e5e3;
}

.img128nobd, .img128 {
	width: 128px;
	height: 128px;
}

.producttext {
	width: 590px;
}

.producttitle {
	height: 20px;
}

.productname {
	font-size: 12px;
	padding: 0 0 0 40px;
	margin: 0;
	color: #003567;
}

.more {
	margin: 8px 18px 0 0;
	background: url(../img/btn-more.gif) no-repeat;
	width: 37px;
	height: 13px;
	text-decoration: none;
}

.date {
	margin: 0 18px 0 0;
}

.centerh3 {
	width: 600px;
}

.button {
	color: #fff;
	line-height: 16px;
	height: 15px;
	width: 32px;
	padding: 0 0 0 2px;
	margin: 0 20px 0 0;
	background: url(../img/btn.gif) no-repeat;
	display: block;
	text-decoration: none;
}

.productintro {
	padding: 0 54px 0 70px;
	letter-spacing: 0;
	color: #003567;
	height: 95px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.productcell1 {
	margin-top: 0;
}

.productcell2 {
	list-style: none;
	margin: 0;
}

.productcell1 td, .productcell2 li, .productcell3 {
	width: 180px;
	height: 160px;
	float: left;
	text-align: center;
}

.productcell1 h5, .productcell2 h5, .productcell3 h5 {
	font-size: 13px;
	margin: 4px 0 0 0;
	padding: 0;
	letter-spacing: 0;
}

.productcell1 h5 a, .productcell2 h5 a, .productcell3 h5 a {
	color: #41709d;
	text-decoration: none;
}

.gt4 {
	border-top: 1px dashed #ccc;
}

.mod4 {
	border-right: 1px dashed #ccc;
}

.contactdiv {
	padding-left: 20px;
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}

.contactlt {
	width: 160px;
}

.contacticon {
	padding: 10px 0 0 50px;
}

.qqicon {
	background: url(../img/qq.gif) 36px center no-repeat;
	line-height: 32px;
	padding-left:60px;
}

.msnicon {
	background: url(../img/msn.gif) 36px center no-repeat;
	line-height: 32px;
	padding-left:60px;
}

.contactrt {
	padding-top: 50px;
	font-size: 14px;
	width: 600px;
}

.contactmethod {
	font-size: 14px;
	letter-spacing: 0;
	padding-left: 30px;
	background: url(../img/contact.gif) left center no-repeat;
}

.leavemsg {
	border: 1px solid #9ca8b6;
	margin-top: 20px;
	padding: 10px 0 0 24px;
	font-size: 12px;
	width: 440px;
	background: url(../img/msgform.jpg) right repeat-y;
}

.msgmeta {
	width: 200px;
	font-size: 12px;
}

.msgtext {
	font-size: 12px;
	width: 340px;
	height: 120px;
}

.submitmsg {
	height: 38px;
	width: 155px;
	padding: 0;
	margin-left: 130px;
	background: url(../img/submitmsg.jpg) no-repeat;
	border: none;
	cursor: pointer;
}

#pagenavi {
	padding: 10px 0 0 0;
}

#pagenavi span {
	padding: 0 6px;
}

#pagenavi a {
	color: #b6aca3;
}

#topleft {
	width: 184px;
	float: left;
	height: 504px;
}

#topleft div {
	width: 178px;
	height: 84px;
	overflow: hidden;
}

#topleft img {
	border: 1px solid #d7d7d7;
	width: 174px;
	height: 78px;
	padding: 0;
	margin: 0;
}

#topcenter {
	float: left;
	width: 560px;
}

#slideshow {
	height: 267px;
}

.indexlist {
	width: 254px;
	border: 1px solid #ccc;
	height: 230px;
	overflow: hidden;
	padding-left: 20px;
	background: url(../img/indexlistbg.jpg) repeat-x;
}

.indexlist h4 {
	color: #7aa8b8;
	font-size: 14px;
}

.indexlist ul {
	list-style: none;
	line-height: 26px;
}

.indexlist ul li {
	background: url(../img/indexlist.jpg) no-repeat left 4px;
	padding-left: 20px;
}

.indexlist ul li a {
	text-decoration: none;
	color: #62a1ad;
}

#topright {
	width: 220px;
	float: right;
}

#topright div {
	width: 220px;
	height: 89px;
	overflow: hidden;
}

#topright img {
	border: 1px solid #d7d7d7;
	width: 218px;
	height: 80px;
	padding: 0;
	margin: 0;
}

#cases {
	border: 1px solid #d7d7d7;
	height: 180px;
	overflow: hidden;
	margin: 0;
	background: url(../img/casesbg.jpg) no-repeat top center;
	list-style: none;
	padding-top: 50px;
}

#cases li {
	background: url(../img/casesli.gif) no-repeat 10px 8px;
	padding: 0 12px 0 18px;
	letter-spacing: 0;
}

#cases li a {
	text-decoration: none;
}

#bottomcol {
	border-bottom: 1px solid #d8d8d8;
	width: 970px;
	overflow: hidden;
	padding: 0 1px;
	background: url(../img/bottomcolbd.jpg) repeat-y;
}

.invisible {
	height: 50px;
	clear: both;
	background: url(../img/bottomcolbg.jpg) repeat-x;
}

.bottomcell {
	width: 321px;
	float: left;
}

.bottomcellimg {
	width: 100px;
	overflow: hidden;
	float: left;
	padding-top: 20px;
}

.bottomcelltext {
	width: 216px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #59b1c9;
	letter-spacing: 0;
}

.bottomcelltext2 {
	clear: both;
	border-top: 2px solid #e1e1e3;
	padding: 6px 0 6px 12px;
	overflow: hidden;
}

.bottomcelltext1 {
	clear: both;
	background: #eff0f4;
	overflow: hidden;
	padding: 6px 0 6px 12px;
}

.bottomcelltexth {
	float: left;
	font-weight: bold;
	width: 50px;
}

.texth40
{
	height:40px;
	overflow:hidden;
	font-size:12px;
}

.casecontent
{
	padding:10px;
}

.bottomcelltextr {
	float: left;
	width: 144px;
}

.bottomcolrow {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}


/* footer */

#footer {
	height: 90px;
	border: 1px solid #ddd;
	margin: 0 0 10px 0;
}

.footer {
	background: #ededed;
}

#footerdiv {
	padding: 22px 0 0 0;
}

#footerdiv span {
	line-height: 24px;
	padding: 0 0 0 36px;
	font-size: 14px;
	color: #676767;
}

#footerlogo {
	padding: 10px 36px 0 0;
}

#footerlogo h2 {
	margin: 0;
}

#footerlogo a {
	display: block;
	width: 176px;
	height: 71px;
	background: url(../img/logoft.gif) no-repeat;
	text-indent: -3000px;
}
