﻿
/*------------------------------------首页背景色-------------------------------------*/
.DefaultBgStyle
{
background-color:#0d0f0e;
}
/*-------------------------------------------网站背景颜色-------------------------------------------------*/
.DefaultBodyBG
{
	/*background-image:url(Images/main_bg.png);*/
	width:100%;
	height:623px;
	background-repeat:repeat-x;
	background-color:#0d0f0e;
}

/*-----------------------------------外网首页页面加载样式-----------------------------*/
.loadStyle   /*FF*/
{
background:url(Images/omt.png);
width:300px;
height:200px;
}
*html .loadStyle  /*IE6*/
{
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='App_Themes/Basic/Images/omt.png');
 width:300px;
 height:200px;
}
*+html .loadStyle  /*IE7*/
{
background:url(Images/omt.png);
width:300px;
height:200px;
}
.loadDivStyle
{
z-index: 1; 
position: absolute; 
top: 50%; 
left: 40%; 
width:300px; 
height:200px;
display:none;
}
/*----------------------网站背景图片------------------------*/
.bodyCenterStyle
{
background-image:url(Images/bodyCenter.gif);
background-repeat:no-repeat;
/*width:1000px;*/
}

/*--------------------------导航样式----------------------*/
.DaoHangLeft
{
width:715px;	
}
*html .DaoHangLeft
{
width:720px;	
}
*+html .DaoHangLeft
{
width:720px;	
}

.DaoHangRight
{
width:285px;	
}
*html .DaoHangRight
{
width:280px;	
}
*+html .DaoHangRight
{
width:280px;	
}