@charset "iso-8859-1";

/* utilityNavigation
---------------------------------------------*/
#utilityNavigation {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 60px;
	/*font-size: 90%;*/
	/*line-height: 1.2;*/
}
/* company
---------------------------------------------*/
#company {
	position: absolute;
	right: 15px;
	top: 45px;
	width: 400px;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	text-align:right;
}
/* company2
---------------------------------------------*/
#company2 {
	/*position: absolute;
	right: 15px;
	top: 45px;*/
	width: 720px;
	background: #666;
	padding:1;
	font-size: 10px;
	color: #FFF;
	letter-spacing : 1px ; 
	text-align:right;
}

/* globalNavigation
---------------------------------------------*/
#globalNavigation {
	position: relative;
	width: 720px;
	height: 26px;
	background: #172135;
	/*border-top: 1px #777AA5 solid;*/
	/*border-bottom: 1px #777AA5 solid;*/

}
#globalNavigation li {
	float: left;
	height: 26px;
	width: 142px;
	padding-right: 2px;
	background: url(../images/back_gnline.gif) right top repeat-y;
}
#globalNavigation li a {
	display: block;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
	background: #3F4C65;
}
/* pulldown menu
---------------------------------------------*/
            
#dd {
  margin-left: 25%;
  padding: 0 0 20px 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #5970B2;
  padding: 4px 10px;
  margin: 0 1px 0 0;
  color: #FFF;
  width: 60px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #49A3FF;
}

.submenu {
  background: #EFEFEF;
  border: 1px solid #5F626A;
  visibility: hidden;
  position: absolute;
  z-index: 3;
	filter: alpha(style=0, opacity=85);
}

.submenu a {
  font-size: 11px;
  display: block;
	width:142px;
  text-align: left;
  text-decoration: none;
  padding: 4px;
  color: #5F626A;
  border-bottom: 1px solid #ccc;
}

.submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}

/* Product,link
---------------------------------------------*/
#h1_area {
	/*position: relative;*/
	clear:both;
	width: 720px;
	height: 62px;*/
	/*background: #c00;*/
	/*border: 1px #3E405B solid;*/
}

h1{
	width: 705px;
	color: #FFFFFF;
	padding: 5px 0 5px 15px;
	margin-bottom: 20px;
	font-size: 1.3em;
	border-bottom: 2px #3E405B solid;
	background: #585B86;
}

#products_name {
	/*position: absolute;*/
	position: relative;
	font-size:0.9em;
	/*margin-right: 15px;*/
	margin-top: -42px;
	margin-bottom: 25px;
	width: 705px;
	text-align:right;
	color:#CCC;
}

#products_name a:link{
	color:#CCC;
	text-decoration: none; 
}

#products_name a:visited{
	color:#CCC;
	text-decoration: none; 
}

#products_name a:hover{
	color:#CCC;
	text-decoration: underline;
}



/* Product Categry
---------------------------------------------*/
#pro_cate_area {
	clear: both;
	width: 720px;
	height: 29px;
	background: #172135;
}

#pro_cate {
	width: 720px;
	height: 29px;
	font-size: 10px;
}
#pro_cate li {
	float: left;
	padding:2px 10px;
	font-color:#ccc;
	background: #172135;
	text-align:center;
	height: 25px;
	line-height:1.2;
}

.oneline {
	line-height:2.5;
}


#pro_cate li.on {
	background: #585B86;
}
#pro_cate a:link,
#pro_cate a:visited {
	color:#ccc;
	text-decoration:none;
}

#pro_cate a:hover {
	color:#ccc;
	text-decoration:underline;
}




