.clear{
  width:0;
  height:0;
  font-size:0;
  margin:0;
  padding:0;
  line-height:0;
  clear:both;
}
.wrap{
  background:transparent url(../images/bg-header.gif) no-repeat scroll center 0;
  padding-top:10px;
  margin-top: 10px;
}

.page1{
  padding-top:0;
}

.header{
  height:95px;
  position:relative;
  margin-bottom:6px;
}

.header .logo{
  position:absolute;
  left:-10px;
  top:10px;
}

.header .globe{
  position:absolute;
  right:0;
  top:5px;
}

.header .header_menu{
  position:absolute;
  bottom:0;
  left:-8px;
}

.bread_intro{
  margin:10px 0;
}

.bread_intro a{
  display:block;
  float:left;
  color:#000;
  font-size:14px;
}

.bread_intro img{
  float: left;
  margin: 3px 7px 0 7px;
}

.col-l{
  float:left;
  width:600px;
}

.col-l .info_block{
  background:url('../images/intro/bg-info.gif') no-repeat;
  width:600px;
  height:140px;
  padding:0 10px 10px 10px;
}


.col-l .info_block h2{
  color:#fff;
  font-weight:bold;
  font-size:14px;
  padding-top:5px;
  margin:0;
}

.col-l .info_block .c_logo{
  border:5px solid #efefef;
  margin-top:12px;
  float:left;
}

.col-l .info_block  .info_detail{
  float:left;
  margin:12px 0 0 10px;
  line-height:2em;
}
.info_detail {
	width: 480px;
}

.col-l .detail_top{
  margin: 0;
  color:#777777;
  font-size:14px;
  font-weight:bold;
  background:url('../images/intro/bg-detail-top.gif') no-repeat;
  width:600px;
  height:21px;
  margin-top:20px;
  padding: 6px 0 0 5px;;
}


.col-r{
  float:right;
  width:215px;
  margin:0 10px 0 0;
}
.col-r ul li{
  list-style:none;
  margin:0;
  padding:0;
}
.col-r .nav{
  margin:0 0 0 0;
  padding:0;
}

.col-r .nav li{
  margin:0 0 3px 0;
  line-height:1em;
}

.col-r h2{
  margin:15px 0 0 0;
  padding:0;
}

.col-r .nav_locations{
  background-color:#fafafa;
}

.col-r .nav_locations li{
  border-bottom: 1px solid #ededed;
  background:url('../images/intro/icon-arrow.gif') no-repeat 7px 7px; 
  padding:5px 0 5px 30px
}

.col-r .nav_locations li a{
  text-decoration:none;
  font-size:14px;
  color:#000;
}

.col-r .nav_locations li a:hover{
  text-decoration:underline;
}

.pro_block{
  width: 290px;
  height:120px;
  border: 1px solid #e6e6e6;
  margin:0 10px 10px 0;
  position:relative;
  float:left;
}
table.pro_table td {
	border: 1px solid #e6e6e6;
	padding: 5px;
	width: 290px;
}
table.pro_table td div.info {
  float:right;
  width:165px;
  margin:0 0 0 0;
}
table.pro_table td div.info h2{
  background: url('../images/intro/bg-pro-line.gif') no-repeat 0 bottom;
  margin:0 0 5px 0;
  padding: 0 0 5px 0;
	font-size: 150%;
}
table.pro_table td  img.thumb{
  border:6px solid #e6e6e6;
  width:85px;
	margin: 5px auto 0;
}

.pro_block .pro_title{
  position:absolute;
  left:10px;
  top:10px;
}

.pro_block .thumb{
  position:absolute;
  left:10px;
  top:40px;
  width:85px;
  height:55px;
  border:6px solid #e6e6e6;
}

.pro_block h2{
  background: url('../images/intro/bg-pro-line.gif') no-repeat 0 bottom;
  margin:10px 0 5px 0;
  padding: 0 0 5px 0;
}

.pro_block  .info{
  float:right;
  width:165px;
  margin:0 5px 0 0;
}

.cut_right{
  margin-right:0;
}
#detail_h2 {
	background:url('../images/intro/detail_h2.gif') no-repeat;
	width: 600px;
	height:32px;
	font-size:17px;
	font-weight:bold;
	padding:5px 0 0 15px;
}
.detail {
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	padding:0 3px;
}
	.detail th, .detail td {
		border-bottom:1px dotted #eeeeee;
		padding: 3px 10px;
	}
	.detail th {
		width:130px;
	}
.form_error{
  color:#ff0000;
}