* { 
	margin: 0; 
	padding: 0;
	border: 0;
}
body {
	background: rgb(0,0,0) url(./pic/layout-bg.jpg) center top no-repeat;
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: rgb(0,0,0);	
	text-align: center;		
	margin: 10px 0 10px 0;
}
table { 
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: rgb(0,0,0);
}
.layout-container { 
	background: rgb(255,255,255);
	width: 1000px;
	padding: 0px;
	margin: 0px auto;	
		/*border: 1px solid red;*/
}
.layout-header { 
	background: rgb(0,0,0) url(./pic/layout-header1.jpg);
	width: 1000px;
	height: 70px;
	text-align: left;
}
.layout-header table {
	font-size: 11px; 
}
.layout-header .foxshop {
	text-align: left;
	float: left;
	width: 105px;
	height: 22px;
	cursor: pointer;		
}
a.layout-link1:link, a.layout-link1:visited {
	color: #fff; 
	font-size: 11px; 
	text-decoration: none; 
	font-weight: normal; 
}
a.layout-link1:hover, a.layout-link1:active {
	color: #fff; 
	font-size: 11px; 
	text-decoration: underline; 
	font-weight: normal;
}
.layout-header .text-box {
	background: rgb(29,29,27);	
	margin: 4px 0 0 0; 
	padding: 0;
	width: 135px; 
	font-family: Verdana, Tahoma; 
	font-size: 11px; 
	color: rgb(255,255,0);	
	vertical-align: top; 
	border: none; 	
}
.layout-menu-home { 
	background: rgb(0,0,0) url(./pic/layout-header2.jpg);
	width: 1000px;
	height: 340px;	
	text-align: left;
}
.layout-menu { 
	background: rgb(0,0,0) url(./pic/layout-header2.jpg);
	width: 1000px;
	height: 60px;	
	text-align: left;
}
.layout-oznam {
	margin: -75px 17px 0 0;
	padding: 8px; 
	float: right;
	clear: both;	
	background: rgb(255,255,0); 
	color: rgb(0,0,0);
	font-weight: bold;
	font-size: 10px;
}
.layout-navipro {
	margin: 120px 40px 0 0;
	float: right;
	width: 200px;
		/*border: 1px solid yellow;*/
}
.layout-middle {
	background: rgb(255,255,255) url(./pic/layout-bg-middle-y.jpg) repeat-y;	
	width: 1000px; 
	margin: 0px auto;
	min-height: 500px;	
		/*border: 1px solid yellow;*/
}
.layout-middle-home {
	background: rgb(0,0,0) url(./pic/layout-bg-home1.jpg) no-repeat;	
	width: 1000px; 
	margin: 0px auto;
	min-height: 500px;
}
div.layout-middle {
	height: auto!important; 
	height: 500px;
		/*height: 568px;*/	
}
div.layout-middle-home {
	height: auto!important; 
	height: 500px;
		/*height: 568px;*/	
}
.layout-middle-left {
	float: left;
	text-align: center;	
	width: 185px;
	margin: 10px auto; 		
		/*border: 1px solid red;*/
}
.layout-middle-left h2 { 
	background: rgb(43,41,46);
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
	padding: 3px;
	text-align: center;
}
.layout-middle-right {
	background: url(./pic/layout-bg-middle-right.jpg) no-repeat;	
	float: right;
	width: 813px;	
	margin: 0px auto 20px auto;	
		/*border: 1px solid red;*/
}
.layout-middle-right-home {
	float: right;
	width: 813px;	
	margin: 0px auto 20px auto;
}
.layout-content {
	width: 735px;
	text-align: justify;
	margin: 10px auto 10px auto;
	line-height: 21px;
		/*border: 1px solid red;*/
}
.layout-content-home {
	width: 735px;
	width: 800px;	
	text-align: justify;
	margin: 0px auto;
		/*border: 1px solid blue;*/
}
.layout-footer { 
	background: rgb(0,0,0);
	color: white; 
	width: 1000px;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	line-height: 18px;
	margin: 0px auto;
	padding-top: 8px;
	padding-bottom: 8px;	
}
.layout-fix {
	clear: both;
}
.ajax_loading {
	width: 16px;
	height: 16px;
	position: absolute;
	margin-left: 160px;
	background: url('./pic/loading.gif') no-repeat;
}
