@charset "UTF-8";
*{
    zoom:1;
}
body, button, input, select, textarea {
    font: 15px/1.125 /*"Hiragino Sans GB","Helvetica Neue",微软雅黑,Tohoma*/"Microsoft Yahei",Arial,Helvetica,sans-serif;
}
div {
	position:relative;
}
body{
    /* font-family: Arial, Verdana, sans-serif; */
    margin: 0;
    padding: 0;
    color:#3A3744;
    background-color:#F2F2F2;
}
.header-bar {
	position:relative;
	margin:0;
	background:url("../img/header-bg.png") repeat-x scroll 0 0 #3180D5;
	height:45px;
}
.header-img {
	position:relative;
	margin:0;
	width:100%;
	background: url("../img/bg-repeat.jpg") repeat-x scroll left top #Fff;
	height:324px;
	min-width: 1024px;
}

h3 {
	margin:50px 0 10px;
	color:#f90;
}
p {
	font-weight:normal;
    line-height: 2em;
	margin-bottom: 1em;
}
#main_content{
    margin: 20px auto 0;
    width:1024px;
    overflow:hidden;
    
    background-color: #FFFFFF;
    border: 1px solid #D6D5D5;
}
.rightPanel {
	float: left;
    margin-top: 50px;
    width: 640px;
}
#header{
	background-image: url("../img/bg_head.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 130px;
    position: relative;
    /*the following is just for now.*/
    margin: 0 auto;
    width: 1024px;
}
#footer {
    /* background-color: #58595B; */
    background-color: #2f2f2f;
    color: #FFFFFF;
    padding: 20px 0;
    position: relative;
    width: 100%;
    margin-top:40px;
    text-align: center;
    min-width: 1024px;
}
#logo{
    margin: 0 auto;
    position: relative;
    top: 0px;
    width: 1024px;
}

#barcode {
	left: 75px;
    position: absolute;
    top: 269px;
}
img {
	border: 0;/*added for IE */
}
a:hover{

    color:#000;
	outline: #fff 0 none;
}
a:active
{
border:none;
outline: #fff 0 none;
}

a:focus
{
-moz-outline-style: none;
outline: #fff 0 none;
}


/*
@media screen and (min-width: 100px) and (max-width: 199px){
       .button{
          width: 25px;
       }
}

    @media screen and (min-width: 200px) and (max-width: 299px){
       .button{
          width: 50px;
       }
    }
*/
    