body 
{
	margin:0;
	padding:0;
	font-family : Arial ;
	font-size :12px ;
	color : Blue;
	text-align : center;
	vertical-align :middle;
	
	background: #E9E6E2 url(../Images/bg_Body.png) repeat-x;
	line-height:150%;
}
.Main
{
	width :1000px;
	height :400px;
	
	font-family : Arial ;
	font-size :12px ;
	
	text-align : justify ;
	vertical-align :middle;

	color : #5b5858;
	line-height:150%;
}
.MainLeft
{
	width:16px;
	background-image:url(../Images/lineLeft.png);
}
.MainRight
{
	width:16px;
	background-image:url(../Images/lineRight.png);

}

.MainCenter
{
	width : 1000px;
	text-align : center;
	vertical-align:top ;
	
}

/*---Header---*/
.Header
{
	height :130px;

	
}

/*---Menu---*/
.BGMenu
{
	height:43px;
	text-align:center; 
	background-image:url('../Images/Menu/mn_Mid.png')
}


.ItemMenu a
{
	display:block;
	height:20px;
	padding:10px 35px;
	color:White;
	font-weight:bold;
	font-size:11px;
	text-decoration :none;
	text-align:center;
	vertical-align:middle ;
}

.ItemMenu a:hover
{
	color:#fcdb00;
	background:url('../Images/Menu/mn_Mid-Select.png')
}

.ItemMenuActivate a
{	
	display:block;
	
	height:20px;
	padding:10px 35px;
	color:White;
	font-weight:bold;
	font-size:11px;
	text-decoration :none;
	text-align:center;
	vertical-align:middle ;
	background:url('../Images/Menu/mn_Mid-Select.png')
}
.ArticleTitle
{
	color:Navy; 
	font-weight:bold; 
	font-size:15px;
	text-align:left;
	vertical-align:middle;
}
.ArticleContent
{
	color:#5b5858;
	font-size:12px;
	text-align:justify;
}
.ItemMenuSearch
{
	background-image:url('../Images/Menu/bg_search.png');
	width:182px;
	height:44px;
}
.MenuRight
{
	background:url('../Images/Menu/bg_mn_Right.png') no-repeat;
	width:7px;
	height:44px;	
	}
.MenuLeft
{
	background:url('../Images/Menu/bg_mn_Left.png') no-repeat;
	width:7px;
	height:44px;	
	}

/* 
*/

.MainTop_Center
{
	width:992px;
	height:4px; 
	background:url(../Images/line_top_Mid.png) repeat-x;
}

.Main_Center
{
	background:#fff;
	padding:5px;
}
.MainBottom_Center
{
	background:#fff;
	width:990px;
}
.Bottom_Center
{
	background:url(../Images/bg_footer.png) repeat-x;
width:990px;
	}
.CategoryLeft
{
	min-height:5px;
	width:4px;
	background:url('../Images/Menu/left_category_bg.png') repeat-y;
}
.CategoryRight
{
	min-height:5px;
	width:4px;
	background:url(../Images/Menu/Right_category_bg.png) repeat-y;
}
.CategoryCenter
{
	width:190px;
	text-align:center;
	padding-left:10px;
}
.CategoryBottom
{
	width:208px;
	height:9px;
	background:url(../Images/Menu/Category_menu_bottom.png) no-repeat;
}
.CategoryItem
{
	text-align:left;
	
}
.CategoryItem a
{
	color: #666;
	text-decoration: none;
	display:block;
	padding:5px 25px 5px 25px;
	border-bottom: dotted 1px #BBB9B4;
}
.CategoryItem a:hover
{
	background:#d7e1e5;
}
.main_content
{
	vertical-align:top;
	min-height:200px;
		
}
.content_left
{
	width:12px;
	height:105px;
	background:url(../Images/content_left.png) no-repeat;
}
.content_center
{
	background:url(../Images/content_top.png) repeat-x;
}
.content_right
{
	width:12px;
	height:105px;
	background:url(../Images/content_right.png) no-repeat;
}
.ProductName 
{
	padding:3px 10px;
}
.ProductContent
{
	padding:10px;
	
}
.ProductImage
{
	width:240px;
	height:240px;
	background:	url(../Images/bg_product.gif) no-repeat;
	text-align:center;
}
.ProductSumary
{
		
}
.ProductTittle
{
	padding:10px 25px;
	width:360px;
	height:20px;
	background:	url(../Images/bg_product_title.gif) no-repeat;
	font-size:13px;
	color:#336699;
	font-weight:bold;
}
.MailLink
{
	color:Blue;	
}