@charset "utf-8";
/* CSS Document */
BODY {   background-image: url(images/bg.png); background-repeat:repeat-x; padding:0; margin:0;
       color: #000; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;}


#main {
    height: auto;
	margin:0 auto;
	width:890px;
	background-image:url(images/main_bg.png);
	background-repeat: repeat-x;
	background-color:#FFF;
}


a:link {
	text-decoration: none;
	color:#fff;
	
}
a:visited {
	text-decoration: none;
	color:#fff;
	
}
a:hover {
	text-decoration: none;
	color: #bae3f9;
	
}
a:active {
	text-decoration: none;
	color:#fff;
}


.left_box p{
	width:420px;
	padding-left:10px;
	padding-right:10px;
	line-height:15px;
}

.right_box1 p{
	width:320px;
	padding-left:20px;
	text-transform: uppercase;
	line-height:25px;
	
	color:#3187ba;
	font-weight:bold;
	font-size:17px;
}


.right_box2 p{
	width:320px;
	padding-left:20px;
	line-height:20px;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
}


.header{
	height:auto;
}

.logo{
	width:479px
}

.menu{
	background-image:url(images/menu_bg.png);
	background-repeat:no-repeat;
	width:552px; height:20px;
	padding:15px;
	list-style:none;
	word-spacing:70px;
	padding-left:35px;

	
}

.image{
	background-image:url(images/index_img.png);
	background-repeat:no-repeat;
	background-position:left;
	width:250px; height:404px;
	float:right;
	margin-top:-120px;
	
}

.header_txt{
	font-weight:bold;
	font-size:13px;
	color:#276081;
	padding-left:50px;
	height:30px;
	

	
	
}

.txtmenu
{
	margin-top:1px;
	margin-left:-37px;
	color:#0c203d;
	padding-top:20px;
	
	

}


.image_2{
	background-image:url(images/small_img.png);
	background-repeat: no-repeat;
	width:250px; height:190px;
}

.bottom{
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	background-position: bottom;
	height:370px; width:890px;


	
}

.left_box{
	background-image:url(images/left_box.png);
	background-repeat:no-repeat;
	width:494px; height:354px;
	float:left;
}

.right_box1{
	background-image:url(images/right_box.png);
	background-repeat:no-repeat;
	width:366px;
	height:161px;
	float:left;
}

.right_box2{
	background-image:url(images/right_box.png);
	background-repeat:no-repeat;
	width:366px;
	height:161px;
	float:left;
}

.click{
	height:22px;
	background-color:#66c2f5;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	padding:20px;
	text-shadow:#0C9;
	padding-left:90px
	
}


.arrow{
	padding-left:5px;
	padding-top:5px;
	
}

.click img{
	margin-top:-20px;
	margin-right:50px;
	
}