/* CSS Document */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
  font-family:Verdana, Helvetica, Arial, sans-serif;
  background-color:#FFEA9B;
}

a img {
  border:0;
}

h1, h2 {
	margin:0;
	padding:0;
}

#pageBody {
  position:absolute;
	top:78px;
	left:50%;
	margin-left:-351px;
  width:688px;
	background:transparent url(i/bg/bottom.png) bottom right no-repeat;
  min-height:500px;
	height:expression(this.scrollHeight < 500? "500px" : "auto" );
}

#innerBody {
  background:transparent url(i/bg/top.png) top left no-repeat;
}

h1 {
  position:absolute;
	top:-64px;
	left:-11px;
}

h1 a {
  display:block;
	width:190px;
	height:125px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/logo.png');
}

h1 a img {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#sidebar {
  position:absolute;
	top:80px;
	left:0;
  width:150px;
}

#sidebar ul {
  list-style:none;
	margin:0;
	padding:0;
	font-size:15px;
}

#sidebar ul li {
  height:18px;
  margin-left:15px;
	margin-bottom:11px;
}

#sidebar ul li#homeBtn {
  background:#FFF url(i/menu_home.png) top left no-repeat;
}

#sidebar ul li#newsBtn {
  background:#FFF url(i/menu_news.png) top left no-repeat;
}

#sidebar ul li#productsBtn {
  background:#FFF url(i/menu_products.png) top left no-repeat;
}

#sidebar ul li#aboutUsBtn {
  background:#FFF url(i/menu_about_us.png) top left no-repeat;
}

#sidebar ul li#contactUsBtn {
  background:#FFF url(i/menu_contact_us.png) top left no-repeat;
}

#sidebar ul li#technologyUsBtn {
  background:#FFF url(i/menu_technology.png) top left no-repeat;
}

#sidebar ul li a {
  display:block;
	width:100%;
	height:100%;
  text-decoration:none;
	color:#000;
	font-weight:bold;
	padding-left:27px;
}

#content {
  background:#FBE7C4 url(i/home_header.jpg) top left no-repeat;
  margin:0 0 23px 180px;
  width:479px;
  min-height:460px;
	height:expression(this.scrollHeight < 460? "460px" : "auto" );
}

#content h2 {
  padding:155px 10px 0 10px;
  font-size:16px;
}

#content p {
  clear:both;
  margin:0;
  padding:10px;
  font-size:12px;
  background-color:#FBE7C4;
}

#content p img {
  margin-top:15px;
}

div.newsBlock {
  margin:5px 0 20px 0;
}

#content h3 {
  font-size:14px;
  margin:10px 10px 5px 10px;
	padding:0 0;
}

div.newsBlock h3 {
	border-bottom:1px solid #8B8B8B;
}

div.newsBlock div.newsInfo {
  font-size:11px;
}

div.newsBlock div.newsInfo span.date {
  float:right;
	height:15px;
  margin:0 10px;
}


#productsBody p {
  margin:5px 0;
}

#productsBody h3 {
  clear:both;
  font-size:16px;
}

#productsBody p.desc_lv3,
#productsBody div.productsGrid_lv3 {
  margin:10px 10px 5px 10px;
	padding:0 0;
}

#productsBody h4 {
  clear:both;
  font-size:14px;
  margin:10px 10px 5px 25px;
	padding:0 0;
}

#productsBody p.desc_lv4,
#productsBody div.productsGrid_lv4 {
  margin:10px 10px 5px 25px;
	padding:0 0;
}

#productsBody div.productsGrid_lv4 {
  margin-bottom:20px;
}

#productsBody h5 {
  clear:both;
  font-size:14px;
  margin:10px 10px 5px 50px;
	padding:0 0;
}

#productsBody p.desc_lv5,
#productsBody div.productsGrid_lv5 {
  margin:10px 10px 5px 50px;
	padding:0 0;
}

#productsBody div.productsGrid_lv5 {
  margin-bottom:20px;
}

#productsBody h6 {
  clear:both;
  font-size:14px;
  margin:10px 10px 5px 75px;
	padding:0 0;
}

#productsBody p.desc_lv6,
#productsBody div.productsGrid_lv6 {
  margin:10px 10px 5px 75px;
	padding:0 0 0 0;
}

#productsBody div.productsGrid_lv6 {
  margin-bottom:20px;
}

#productsBody div.productsGrid_lv1 div.productPic,
#productsBody div.productsGrid_lv2 div.productPic,
#productsBody div.productsGrid_lv3 div.productPic,
#productsBody div.productsGrid_lv4 div.productPic,
#productsBody div.productsGrid_lv5 div.productPic,
#productsBody div.productsGrid_lv6 div.productPic {
  float:left;
	width:104px;
	height:104px;
	margin:0 7px 7px 0;
	text-align:center;
}

#productsBody div.productsGrid_lv1 img,
#productsBody div.productsGrid_lv2 img,
#productsBody div.productsGrid_lv3 img,
#productsBody div.productsGrid_lv4 img,
#productsBody div.productsGrid_lv5 img,
#productsBody div.productsGrid_lv6 img {
  border:2px solid #AA4145;
}

#productsBody #productBox {
  padding-bottom:25px;
}

#productsBody #productBox .picture {
  text-align:center;
}


#productsBody #productBox h3 {
  clear:none;
}

#productsBody #productBox .code {
  font-size:10px;
	color:#999999;
}