*{ margin:0; padding:0;}
body 
{
	background:url(../images/navyug%20bg.jpg) no-repeat fixed;
	font-family:Arial, Helvetica, sans-serif;
}
.cantainer
{
	width:1000px;
	background:rgba(255,255,255,0.8);
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.cantainer i
{
	width:100%; text-align:center; float:left; font-size:10px; color:#333;
}
.header
{
	width:100%;
	height:auto;
	float:left;
	background:#FFF;
	padding-bottom:10px;
	border-bottom:1px solid #EEE;
}
.navigation
{
	width:100%;
	height:80px;
	background:#FFF;
	float:left;
}
.navigation ul
{
	list-style:none;
	margin-left:250px;
	margin-top:25px;
}
.navigation li
{
	float:left;
	margin-left:10px;
}
.navigation li a{ color:#FFFFFF;}
.navigation a
{
	text-decoration:none;
	font-family:14px;
	color:fff;
	padding:15px;
	background:url(../images/navbg.jpg);
	box-shadow:0 0 2px #F00;
	border-radius:10px;
}
.navigation a:hover
{
	color:#FFF;
	font-weight:bold;
	background:#e6b800;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999;
}

.logo
{
	width:500px;
	height:80px;
	margin-left:250px;
	background:#C00;
	float:left;
	margin-top:10px;
}
.banner
{
	width:950px;
	height:300px;
	float:left;
	margin-left:25px;
	margin-top:10px;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999;
}

.main_box
{
	width:100%;
	height:450px;
	float:left;
	background:#FFF;
	margin-top:15px;
}

.box
{
	width:300px;
	height:450px;
	float:left;
	background:url(../images/more.jpg);
	margin-left:25px;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999;
}
.box strong
{
	color:#f2cd65;
	font-size:20px;
}
.box span
{
	color:#704a3f;
	font-size:20px;
}
.box p
{
	font-size:12px;
	line-height:22px;
	color:#333;
	text-align:justify;
}

.box a
{
	text-decoration:none;
	font-size:12px;
	padding:7px 12px;
	font-weight:bold;
	border-radius:5px 0 5px 0;
	background:#704a3f;
	color:#FFF;
}
.box a:hover
{
	background:#333;
	color:#FFF;
}

.main_area
{
	width:100%;
	height:auto;
	float:left;
	/*background:#ccc;*/
	margin-top:15px;
}

.left
{
	width:350px;
	height:auto;
	float:left;
	/*background:#888;*/
}
.left_field
{
	width:300px;
	height:auto;
	margin:25px;
	margin-top:10px;
	float:left;
	/*background:#CCC;*/
}
.left_field strong
{
	float:left;
	color:#704a3f;
	font-size:20px;
}
.left_field span
{
	color:#FF3300;
	font-size:20px;
}
.left_field ul
{
	list-style:circle;
	margin-left:20px;
	margin-top:10px;
	float:left;
}
.left_field li
{
	margin:10px;
}
.left_field a
{
	text-decoration:none;
	font-size:14px;
	color:#333;
}
.left_field a:hover
{
	color:#FF3300;
}

.right
{
	width:650px;
	height:auto;
	float:left;
	/*background:#EEE;*/
}
.right_table
{
	color:#000;
	font-size:12px;
	margin-left:15px; margin-bottom:10px; border:1px solid #000;
	-webkit-box-shadow:0 0px 5px #CCC;
	-moz-box-shadow:0 0px 5px #CCC;
	box-shadow:0 0px 5px #CCC;
}

.right strong
{
	float:left;
	width:630px;
	margin:10px;
	color:#704a3f;
	font-size:20px;
}
.right span
{
	color:#FF3300;
	font-size:20px;
}

.right p
{
	float:left;
	text-align:justify;
	line-height:22px;
	color:#333;
	font-size:12px;
}
.right table
{
	text-align:justify;
	line-height:22px;
	color:#333;
	font-size:12px;
}

.right a
{
	text-decoration:none;
	font-size:12px;
	padding:7px 12px;
	font-weight:bold;
	border-radius:5px 0 5px 0;
	background:#704a3f;
	float:right;
	color:#FFF;
}
.right a:hover
{
	background:#333;
	color:#000;
}
.field
{
	width:220px;
	border:1px solid #EEE;
	padding:5px;
}
.query
{
	width:220px;
	height:50px;
	border:1px solid #EEE;
	padding:5px;
}
.btn
{
	padding:5px 10px;
	cursor:pointer;
	border:none;
	border-radius:5px;
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	background:#704a3f;
}
.btn:hover
{
	background:#333;
	color:#CCC;
}

.footer
{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/footerbg.jpg);
	color:#000;
	font-size:12px;
}
.footer a
{
	color:#333;
	text-decoration:none;
	font-size:12px;
}
.footer a:hover
{
	color:#000;
}
.right_table01
{


	
	font-size:12px;
}
.right_table01 td
{
	background:#EEE;
	
	padding:5px;
	color:#C00;
}
.right_table01 a
{
	
	color:#C00;
	font-weight:bold;
	text-align:left;
	float:none;
	background:none;
}
.right_table01 a:hover
{
	background:none;
}



.contact_table
{
	color:#333;
	font-size:12px;
}
.btn01
{
	padding:10px 15px;
	cursor:pointer;
	border:none;
	border-radius:5px;
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	background:#704a3f;
	margin-right:10px;
}
.btn01:hover
{
	background:#333;
	color:#CCC;
}




















	#image-rotate {
		width: 950px;
		height: 300px;
		overflow: hidden;
		position: relative;
	}
	#main-image {
		width: 950px;
		float: left;
		position: relative;
		height: 300px;
		background: #FFF;
	}
	#side-images {
		float: left;
		height: 300px;
		position: relative;
	}
	
	#side-images div[id^=image] {
		height: 100px;
		width: 250px;
		overflow: hidden;
		position: relative;
		padding: 0;
		z-index: 3000;
	}
	
	#main-image div { display: none; position: absolute; }
	#main-image img { display: block; }
	#main-image span img { display: none; }
	
	
	#up-arrow { top: 0; padding: 4px 0 0 0; }
	#down-arrow { bottom: 0; padding: 6px 0 0 0; }
	#side-images img { display: none; }
	#side-images span img { display: block; }
	#up-arrow img, #down-arrow img { display: inline; }
	
	#up-arrow:active, #down-arrow:active {
 		box-shadow: 0px 0px 5px rgba(255,255,255,1), inset 0px 0px 15px rgba(0,0,0,1);	
	}

.popup_table
{
	text-align:justify;
	line-height:22px;
	color:#333;
	font-size:12px;
}

.popup_table a
{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	background:none;
	padding:0px;
	border-radius:5px;
	float:none;
		color:#704a3f;
}
.popup_table a:hover
{
	background:none;
	padding:0px;
	color:#333;
}
.popup_table img
{
	border:1px solid #CCC;
}
.popup_table img:hover
{
	border:1px solid #704a3f;
}


.network
{
	width:100%;
	height:auto;
	float:left;
	border-top:1px solid #EEE;
	bbackground:#FFF;
}
.network td
{
	padding:5px;
	font-size:12px;
}
.network td:hover
{
	padding:5px;
	background:#EEE;
}

.network strong
{
	float:left;
	width:630px;
	color:#704a3f;
	margin:25px;
	font-size:20px;
}
.network span
{
	color:#f2cd65;
	font-size:20px;
}
.network{
width:100%;
padding:0%;
height:auto;
float:left;
bbackground:#C9DBDB;
margin-top:20px;
padding-bottom:0px;
margin-bottom:5px;
border-top:1px dotted #000000;
}
.network ul{
margin:0px;
padding:0px;}
.network li{
float:left;
list-style:none;
width:10%;
height:15px;
text-align:center;}
.network li a{
text-decoration:none;
font-size:13px;
color:#000000;
line-height:10px;}
.network li a:hover{
color:#EE0000;}
.network strong{
text-align:center;
font-size:13px;
margin-left:20%;
color:#000000;
margin-right:20%;
}