body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000;
	background: #9daeaf url('../images-index/bgWeb.png') repeat-x;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#header {
  width: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: 24px;
  background: url('../images-index/bgHeader.png') bottom no-repeat;
  height: 110px;
}
#header h1 {
  width: 308px;
  height: 90px;
  position: relative;
  text-align: center;
  line-height: 250%;
  font-size: 26px;
  color: #000;
}
#header h1 span {
  width: 308px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images-index/logo.png') no-repeat;
}
ul {
  list-style: none;
  position: absolute;
  top: 60px;
  right: 5px;
}
ul li {
  float: left;
}
ul li a {
  display: block;
  color: #1e272c;
  padding: 6px 14px 6px;
  font-family: Myriad Pro, arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}
ul li a:hover {
  background: #228092 url('../images-index/bgNaviHover.png') repeat-x;
  color: #fff;
}
#header p {
  position: absolute;
  left: 0;
  top: 5px;
}
#header p a {
  color: #000;
  text-decoration: none;
  padding: 0 5px;
}
#content {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
#content #services{
  width: 381px;
  position: relative;
  float: right;
}
#services .enter {
  position: absolute;
  bottom: 180px;
  right: 10px;
  background: url('../images-index/enter-services.png') no-repeat;
  width: 174px;
  height: 27px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 0 10px;
}
#content #eshop{
  width: 381px;
  position: relative;
  float: left;
}
#eshop .enter {
  position: absolute;
  bottom: 180px;
  left: 10px;
  background: url('../images-index/enter-eshop.png') no-repeat;
  width: 174px;
  height: 27px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 0 10px;
}
#content #services h2, #content #eshop h2 {
  font-size: 30px;
  font-family: Myriad Pro, trebuchet ms, arial, sans-serif;
  padding: 0 8px 5px;
}
.boxDecoration-top {
  background: url('../images-index/bgBox-top.png') no-repeat;
  width: 381px;
  height: 9px;
  display: block;
}
.boxDecoration-bottom {
  background: url('../images-index/bgBox-bottom.png') no-repeat;
  width: 381px;
  height: 10px;
  display: block;
}
#content #services p, #content #eshop p {
  width: 351px;
  padding: 0 15px;
  background: #b0bfc0;
  color: #fff;
  font-size: 16px;
}
#footer {
  width: 800px;
  margin: 0 auto;
  position: relative;
  border-top: 2px #627172 solid;
  clear: both;
  padding: 15px 0 0;
}
#footer p {
  padding: 4px 0;
}
#footer p.info {
  text-align: right;
  height: 50px;
}
#footer p.info a {
  font-weight: bold;
}
#footer p a {
  color: #000;
  padding: 0 5px;
  text-decoration: none;
  
}