﻿html, body,
h1, h2, h3, h4, h5, h6,
ul, li,
dl, dt, dd {
	margin: 0;
	padding: 0;
}
img,
map,
area {
	border: none;
}
img {
	vertical-align: top;
}
a {
	text-decoration: none;
}
body {
	font: 75% Arial, Helvetica, sans-serif, '宋体';
	background: #000 url(../images/bg-body.gif) left 110px repeat-x;
	color: #999;
}
	#rap {
		width: 1008px;
		margin: 0 auto;
		background: url(../images/bg-wrap.gif) left 111px no-repeat;
	}
	.clear-after {
		min-height: 1px;
	}
	#header {
		border-bottom: 1px solid #333;
		height: 110px;
		background: url(../images/bg-header.gif) 40px top no-repeat;
	}
	#global-nav {
		position: relative;
	}
	#wako-logo img {
		padding: 20px 20px 10px;
	}
	#lang-menu {
		position: absolute;
		top: 10px;
		right: 20px;
		color: #908E8A;
	}
		#lang-menu a {
			text-decoration: none;
			color: #908E8A;
			padding: 0 5px;
		}
		#lang-menu a:hover {
			color: #fff;
		}
		#lang-menu a em {
			font-weight: bold;
			font-style: normal;
			color: #fff;
			padding-left: 20px;
			background: url(../images/ico-cart.gif) left center no-repeat;
		}
	#site-menu {
	}
	#main-navigation {
		
	}
		#main-navigation li {
			float: left;
			list-style: none;
			padding: 8px 20px 0;
		}
			#main-navigation a {
				color: #ccc;
				text-decoration: none;
				font-weight: bold;
				text-indent: -999em;
			}
			#main-navigation a:hover {
				color: #087cc1;
			}

	#splash {
		text-align: center;
		padding: 20px;
		background: url(../images/splash.gif) 14px 8px no-repeat;
	}
	#updated {
	}
		#updated dt {
			float: left;
			padding: 8px 12px 0 40px;
			font-weight: bold;
		}
		#updated-news {
			padding-top: 9px;
			overflow: hidden;
		}
		#updated-news a {
			color: #ccc;
			padding-right: 2em;
		}
		#updated-news a:hover {
			color: #fff;
		}
		#botton-more {
			background: url(../images/icon-plus.gif) left center no-repeat;
			padding-left: 12px;
			margin-left: 10px;
			color: #0c7dc2;
			text-decoration: none;
			font-weight: bold;
		}
		#hilight-products {
			width: 960px;
			padding-top: 20px;
			margin: 0 auto;
		}
	#body {
		margin: 10px 14px;
	}
	#body2 {
		margin: 10px 14px;
		background: url(../images/bg-content.gif) left top no-repeat;
	}
	.clearbox {
		font-size: 0;
		line-height: 0;
		height: 0;
		clear: both;
	}
	#header-products {
		padding: 28px 0 30px 25px;
	}
	#breadthumbs {
		float: right;
		margin: -80px 10px 0 0;
		_margin-right: 5px;
		color: #666;
	}
		#breadthumbs a {
			color: #666;
			font-weight: bold;
			padding: 0 5px;
		}
		#breadthumbs a.em {
			color: #e97c00;
		}
	#content {
		clear: right;
		float: right;
		width: 700px;
		padding: 0 20px 10px 0;
	}
		#content .categories {
			height: 60px;
			border: 1px solid #615856;
			margin-right: 12px;
			background-color: #453f3d;
		}
		#content .details {
		}
		#content .details p {
			padding: 5px 10px;
			line-height: 2em;
			color: #e97c00;
		}
		#product {
			list-style: none;
			padding: 80px 0 0 30px;
		}
			#product em {
				color: #E97C00;
				font-style: normal;
				padding-right: 10px;
			}
			#product li {
				padding-left: 60px;
				line-height: 50px;
			}
			#product li.weight {
				background: url(../images/icon-weight.gif) left center no-repeat;
			}
			#product li.payload {
				background: url(../images/icon-payload.gif) left center no-repeat;
			}
			#product li.max {
				background: url(../images/icon-maxheight.gif) left center no-repeat;
			}
			#product li.min {
				background: url(../images/icon-minheight.gif) left center no-repeat;
			}
			#product li.tilt-range {
				background: url(../images/icon-tilt.gif) left center no-repeat;
			}
			#product li.pan-range {
				background: url(../images/icon-pan.gif) left center no-repeat;
			}
		.product-image {
			float: right;
		}
		.product-image2 {
			margin: 40px 0 0 40px;
		}
		#product-desc {
			clear: both;
			padding-top: 10px;
		}
		#product-desc p {
			padding: 5px 100px 5px 30px;
			line-height: 2em;
		}
		#product-desc ul {
			list-style:none;
			padding-left: 30px;
			line-height: 2em;
		}
		#product-desc .title {
			color: #E97C00;
			font-weight: bold;
			font-style: normal;
		}
		#news-list {
			list-style: none;
			line-height: 2em;
			color: #666;
		}
			#news-list a {
				padding-right: 3em;
				color: #e97c00;
			}
		#order-form th {
			text-align: left;
			padding: 5px 0;
			vertical-align: top;
			color: #e97000;
		}
		#order-form th label {
			display: block;
			padding: 2px 5px;
			background-color: #222;
		}
		#order-form td {
			padding: 5px 10px;
		}
		#order-form input,
		#order-form textarea,
		#order-form select {
			border: 1px solid #999;
			background-color: #ccc;
		}
		#order-form input,
		#order-form textarea,
		#order-form select,
		#order-form option {
			font-size: 12px;
		}
		#order-form textarea {
			overflow: auto;
			width: 300px;
			height: 150px;
		}
		#services-details {
			line-height: 2em;
			padding-left: 2em;
		}
			#services-details li {
				list-style: none;
			}
			#services-details li ul {
				padding: .5em 1.3em;
			}
			#services-details li li {
				text-indent: -1.3em;
			}
			#services-details strong {
				display: block;
				color: #e97c00;
				font-size: 14px;
				margin-left: -1.5em;
				padding: 10px 0;
			}
		.spec-title {
			display: block;
			padding: 20px 0 0 5px;
			font-weight: bold;
			font-style: normal;
			color: #e97c00;
			font-size: 14px;
		}
		.spec-list {
			border-collapse: collapse;
			width: 640px;
			margin-left: 20px;
		}
		.spec-list th {
			text-align: left;
			color: #e97c00;
			font-weight: bold;
			border-bottom: 1px solid #999;
			white-space: nowrap;
		}
		.spec-list th,
		.spec-list td {
			padding: 10px;
			vertical-align: top;
		}
		.spec-list td {
			color: #999;
			line-height: 1.6em;
			border-bottom: 1px solid #111;
		}
		.parts-hd {
			font-size: 14px;
			color: #E97C00;
			margin: 50px 0 0 60px;
		}
		.parts {
			list-style: square inside;
			margin: 20px 0 0 60px;
			line-height: 2em;
		}
		.parts a {
			color: #666;
		}
		.parts a:hover {
			color: #fff;
		}
	.coming-soon {
		padding: 30px;
		line-height: 50px;
		font-weight: bold;
	}
	#job-list table {
		width: 400px;
		border-collapse: collapse;
	}
	#job-list th,
	#job-list td {
		text-align: left;
		padding: 10px;
	}
	#job-list th {
		border-bottom: 1px solid #666;
	}
	#company-intro {
		padding-right: 50px;
		min-height: 500px;
		_height: 500px;
	}
	#news-details {
		padding-right: 50px;
	}
	#news-details h3 {
		font-size: 16px;
		padding-left: 6px;
	}
		#content #meta {
			color: #666;
			padding-left: 0;
		}
		#news-details table {
			text-align: left;
			margin-left: 24px;
		}
		#news-details th,
		#news-details td {
			padding: 5px 10px;
		}
	#sidebar {
		float: left;
		margin-left: 10px;
		_margin-left: 5px;
		width: 220px;
		background: url(../images/bg-sidebar.gif) left top no-repeat;
	}
		#sidebar dl {
			padding: 10px;
			min-height: 240px;
			_height: 240px;
			background: url(../images/bg-sidebar-btm.gif) left bottom no-repeat;
		}
		#sidebar dt {
			padding: 10px;
		}
		#sidebar dt.sep {
			background: url(../images/line-sep.gif) left top no-repeat;
		}
		#sidebar dd {
			padding: 0px 5px 10px;
		}
		
		#sidebar dt,
		#sidebar dt a {
			color: #e97c00;
		}
		#sidebar ul {
			list-style: none;
		}
			#sidebar li a {
				color: #908e8a;
				_height: 1%;
				display: block;
				padding-left: 5px;
				width: 189px;
				height: 18px;
				height: 17px;
				background-repeat: repeat;
			}
			#sidebar li a:hover {
				color: #222;
				background-image: url(../images/product-hover.gif);
			}
			#sidebar li {
				border-bottom: #7c7472;
			}
	#copyright {
		clear: both;
		border-top: 1px solid #333;
		color: #666;
		width: 890px;
		padding: 20px 35px 10px;
		margin: 10px auto 3px;
		list-style: none;
		text-align: right;
		line-height: 1.6em;
		background: url(../images/logo-wako-small.gif) 40px 15px no-repeat;
	}
		#copyright a {
			text-decoration: none;
			color: #999;
		}
		#copyright a:hover {
			color: #fff;
		}