@import url('reset.css');
body{
    background: #fff;
    font:12px/1.4 Verdana, sans-serif;
	/*overflow: hidden;*/
	border-top:3px solid #FF3300;
}

a:link, a:visited{
	text-decoration:none; color:#416CE5;
		}

.clr{
    clear: both;
}
#wrap{
    width: 1506px;
	margin:0 auto;
	text-align:center;
	}
/* Header Style */
.header{
    top: 3px;
    left: 0px;
    width: 100%;
    height: 45px;
    z-index: 20;
	text-align:left;
}
.header h1{
    padding: 0 10px;
}

/* Top Bar */
.ib-main-wrapper{
    width: 100%;
    overflow: hidden;
    outline: none;
    /*height dynamic*/
}
.ib-main{
    position: relative;
    width: 1506px;
}
.ib-main img{
    float: left;
    width: 210px;
    height: 210px;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 2px 2px;
    background-size: 110% 110%;
}
.ib-main a.ib-loading img,
.ib-main a.ib-loading:hover img{
    opacity: 0.5;
}
/*.ib-main > a.ib-loading > span,
.ib-main a.ib-loading > span{
    display: none;
}*/
.ib-main img{
    /*opacity: 0.95;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ib-main a:hover > span{
    bottom: 0px;
}
.ib-main a:hover img{
    opacity: 0.8;
}
.ib-main a:hover{
    background-size: 100% 100%;
}
.footer{
	background:url(../img/foot_back.gif) left top repeat-x;
	height:30px;
	}
.footer address{
	padding:12px 0 0 10px;
	color:#858484;
	font-size:11px;
	background-color:#FFFFFF;
	width:330px;
	}
	

h2{
	font-size:15px; margin:15px 0 10px 0;
	padding:3px 10px;
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	}
	
ul li{
	margin-left:20px;
	}
ul li{
	padding-left:0px;
	}
table{
	margin:10px auto;
	text-align:center;
	}
	
table th{
	padding:5px 5px;
	text-align:left;
	color:#FF3300;
	vertical-align:top;
	border-bottom:1px solid #CCCCCC;
	}
table td{
	padding:5px 5px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #CCCCCC;
	}