@charset "utf-8";
.ie6 .rounded-corners, .ie7 .rounded-corners, .ie8 .rounded-corners, .ie9 .rounded-corners {
  behavior: url(border-radius.htc);
  border-radius: 15px;
}
.all1 {
	text-align: center;
	width: 100%;
	height:175px;
	min-width:960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F4E4C5;
	background-image: url(images/bkgd_top.jpg);
	background-repeat:repeat-x;	
}
.all2 {
	text-align: center;
	width: 100%;
	min-width:960px;
	min-height:600px;
	margin-top:30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	overflow: hidden;
}
.ind3_all2 {
	background-color:#382b18;
	text-align: center;
	width: 100%;
	min-width:960px;
	height:200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.ind3_all3 {
	text-align: center;
	width: 100%;
	min-width:960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.ban1 {
	width: 100%;
	height:175px;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	/* overflow: hidden;	 */
}
.logo {
	float: left;
	margin-top:4px;
	
}
.cont1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.ind3_cont1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top:1px;
}
.ind3_cont2 {
	width: 960px;
	background-color:white;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:80px;
	/* box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit; */
	box-shadow: 1px 2px 2px 2px #888888;
border-top-left-radius:0em;
border-top-right-radius:0em;
border-bottom-right-radius:1em;
border-bottom-left-radius:1em;
}
.cont1_inner {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 660px;
	margin-right: auto;
	float: right;
	padding: 10px;
	border: 1px solid #B2B2B2;
	background-color:#FFFFFF;
	text-align: left;
}
.ind1_cont1_inner {
	width: 500px;
	margin-right: auto;
	float: right;
	text-align: center;
}
.ind3_cont1_inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
}
.menu_d {
	float: left;
	text-align: center;
	margin-left: 26px;
	margin-top: 60px;
	width: 750px;
}
.but_d {
	text-align: center;
	float: left;
	height: 92px;
	width: 75px;
}
.but_img {
	margin-top:2px;	
	margin-bottom:-4px;
}
.txt_menu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #090856;
	text-decoration: none;
}
.txt_L {
	font-family: Tahoma;
	text-align: left;
	font-size: 16px;
	color: #360368;
	text-decoration: none;
	line-height: 20px;
}
.txt_C {
	font-family: Tahoma;
	text-align: center;
	font-size: 13px;
	color: #360368;
	text-decoration: none;
}
.footer_all {
	width: 100%;
	clear: both;
	height: 60px;
	position: fixed;
	bottom: 0px;
	background-color: #350067;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
.foot_inner {
	width: 960px;
	height: 80px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top:5px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}

/* Retina display 
@media screen and (min-width: 1024px){
    .all2 {
        background-image: url('images/bkgd_sm.jpg');
    }
}*/

/* Desktop
@media screen and (min-width: 980px) and (max-width: 1024px){
    .all2 {
        background-image: url('images/bkgd_sm.jpg');
    }
}*/

/* Tablet
@media screen and (min-width: 760px) and (max-width: 980px){
    .all2 {
        background-image: url('images/bkgd_sm.jpg');
    }
}*/

/* Mobile HD
@media screen and (min-width: 350px) and (max-width: 760px){
    .all2 {
        background-image: url('images/bkgd_sm.jpg');
    }
}*/

/* Mobile LD
@media screen and (max-width: 350px){
    .all2 {
        background-image: url('images/bkgd_sm.jpg');
    }
} */