@charset "utf-8";
*{
font-family:Arial, Helvetica, sans-serif;
}
body{
margin:0px;
padding:0px;
background-color:#d4d4d4;
}
.header-wrapper{
height:30px;width:100%;background:url(../images/header-bar.jpg) repeat-x;
}
.header-container{
width:1000px;margin:0 auto;height:30px;
}
.address-bar{
width:300px;padding-top:5px;color:#a3a3a3;float:left;font-size:12px;
}
/*.contact-bar{
width:700px;padding-top:5px;color:#d61d1d;float:left;font-size:12px;text-align:right;
}*/
.logo-wrapper{
height:110px; width:1000px; margin:auto; background-color:#fff;
}
.logo-container{
width:1000px;margin:0 auto;height:110px;
}
.logo-main-wrapper{
width:720px;height:110px;float:left;
}
.logo-main-wrapper img{
margin-top:15px;
}
.logo-main-icon-wrapper{
width:280px;
height:110px;
float:left;
}
.top-btn{
display:block;
width:100px;
height:20px;
background:#999999;
text-decoration:none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:5px;
padding-left:20px;
padding-top:15px;
margin-top:30px;
font-size:12px;
float:left;
font-weight:bolder;
padding:10px;
}
.top-btn1{
background-color:#ffa101;
color:#F7F7F7;
margin-right:20px;
text-align:center;
}
.top-btn1:hover{
background-color:#eda222;
color:#fff;
}
.top-btn2{
background-color:#E8E8E8;
color:#2D2D2D;
text-align:center;
}
.top-btn2:hover{
background-color:#c2c2c2;
color:#F7F7F7;
}
.menu-wrapper{
height:40px;width:1000px; margin:auto;background-color:#fff;
}
.menu-container{
width:985px;
padding-left:15px;
margin:0 auto;
height:40px;
background:url(../images/menu-panel.jpg) repeat-x;
border-top-left-radius:10px;border-top-right-radius:10px;
}
.menu-bar{
list-style:none;margin:0px;padding:0px;
}
.menu-bar li a{
float:left;
display:block;
padding-left:15px;
padding-right:15px;
padding-top:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;
border-right:1px solid #e99f68;
height:28px;
min-width:50px;
text-align:center;
text-decoration:none;
}
.menu-bar li a.firstmenuitem{
border-left:1px solid #d05c0e;
}
.menu-bar li a.menu-selected{
background:url(../images/menu-button-selected.jpg) repeat-x;
}
.menu-bar li a.menuitem:hover{
background:url(../images/menu-button-hover.jpg) repeat-x;
}
.menu-divider{
height:2px;width:100%;background-color:#000000;
}
.slider-wrapper{
height:300px;width:100%;
}
.special-wrapper{
background:url(../images/white-bg.jpg) repeat-x;
}
.slider-container{
width:1000px;margin:0 auto;height:500px;
}
.body-wrapper{
min-height:300px;width:100%; 
}
.inner-body-wrapper{
min-height:500px;width:100%;background:url(../images/content-back.jpg) repeat-x;padding-top:10px;
}
.body-container{
width:1000px;margin:0 auto;min-height:300px;
}
.footer-wrapper{
width:100%;
}
.footer-container{
padding-top:15px;
padding-bottom:10px;
width:1000px;margin:0 auto;
}
.small-line{
height:1px;background-color:#CCC;width:100%;margin-top:20px;	
}
.footer-data{
margin-top:5px;
padding:10px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-bottom:5px;
font-size:10px;
color:#000;
background-color:#c1c1bd;
}
.msgboxback{
height:100%;
width:100%;
background-color:#000;
position:fixed;
left:0px;
top:0%;
z-index:9999;
opacity:.8;
display:none;
}
.trackbox{
width:550px;
height:300px;
background-color:#FFFFFF;
position:fixed;
left:30%;
top:25%;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border:5px solid #666;
border-radius:10px;
z-index:99999999;
display:none;
}
.msgbox-wrapper{
width:550px;
height:300px;
background-color:#FFFFFF;
position:fixed;
left:30%;
top:25%;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border:5px solid #666;
border-radius:10px;
z-index:99999999;
display:none;
}
.msgbox-body{
width:350px;
margin:0 auto;
margin-top:30px;
font-size:12px;
}
.input-box{
width:300px;
margin-bottom:10px;
}
select.input-box{
width:315px;
padding:2px;
font-size:10px;
color:#515151
}
.input-box1{
width:310px;
margin-bottom:10px;
color:#515151
}
.red-button{
background-color: #F20C0C;
}
.green-button{
background-color: #30AC04;
}
.blue-button{
background-color: #0F9BF2;
}
.stylish-red-button{
background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
background-image: no-repeat;
border: 1px solid rgba(0, 0, 0, 0.2);
color:#fff;
font-size:11px;
font-weight:bold;
cursor:pointer;
min-width:100px;
height:25px;
}
.stylish-red-button:hover{
background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: -o-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
background-image: -ms-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
background-image: no-repeat;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.indeximg{
border-radius:5px;
margin-bottom:10px;
}



