@charset "utf-8";

 @font-face {
 font-family: 'Conv_trebuc_0';
 src: url('../font/trebuc_0.eot');
 src: url('../font/trebuc_0.eot?#iefix') format('embedded-opentype'), url('../font/trebuc_0.woff') format('woff'), url('../font/trebuc_0.ttf') format('truetype'), url('../font/trebuc_0.svg#Conv_trebuc_0') format('svg');
 font-weight: normal;
 font-style: normal;
}


 @font-face {
    font-family:'myriad_web_proregular';
 src: url('../font/myriad-web-pro-webfont.eot');
 src: url('../font/myriad-web-pro-webfont.eot?#iefix') format('embedded-opentype'), url('../font/myriad-web-pro-webfont.woff') format('woff'), url('../font/myriad-web-pro-webfont.ttf') format('truetype'), url('../font/myriad-web-pro-webfont.svg#myriad_web_proregular') format('svg');
 font-weight: normal;
 font-style: normal;
}


/*  @font-face {
    font-family:'myriad_web_proregular';
 src: url('../fonts/myriad-web-pro.eot');
 src: url('../fonts/myriad-web-pro.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad-web-pro.woff') format('woff'), url('../fonts/myriad-web-pro.ttf') format('truetype'), url('../fonts/myriad-web-pro.svg#Conv_myriad-web-pro') format('svg');
 font-weight: normal;
 font-style: normal;
} */


body{
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
font-size:13px;
background:#000 url(../images/bg.jpg) no-repeat center top;
}

h1,h2,h3,h4,h5,h6,p,ul,li,a,img,table,tr,td,th,input,textarea,select{
margin:0;
padding:0;
border:0;
list-style:none;
text-decoration:none;
}

.text16
{
font:Arial, Helvetica, sans-serif;
font-size:20px;
line-height:20px;
}

.clear{
clear:both;
}

.main_container{
width:100%;
}
.container{
width:1000px;
margin:15px auto;
}


.logo{
margin:30px 0 0 0;
float:left;
}

.right_head{
text-align:right;
text-transform:uppercase;
float:right;
color:#fff;
font-weight:bold;
line-height:25px;
}

.right_head img{
float:right;
margin:0 0 0 5px;
}


.nav_top{
clear:both;
background:#192d53;
border:2px solid #101c34;
margin:10px 0 0 0;
padding:10px;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
border-radius: 10px;
*behavior: url(border-radius.htc);
}
.nav_top ul li{
margin:0 5px;
display:inline;
}
.nav_top ul li a{
color:#fff;
}
.nav_top ul li a:hover{
color:#CCCCCC;
}

/* Content part CSS */

.content{
	font-family: 'Conv_trebuc_0';
	line-height:15px;
text-align:center;
color:#fff;
font-size:12px;
width:100%;
margin:385px auto 0 auto;
}

.content h1{
line-height:26px;
font-weight:normal;
font-size:24px;
}


.client{
padding:2px 0;
background:url(../images/client-bg.png) no-repeat top center;
width:100%;
text-align:center;
}

.client img{
margin:0 5px;
}

.footer{
    font-family:'myriad_web_proregular';
padding:22px 0;
text-align:center;
width:100%;
color:#fff;
background:url(../images/footer.png) no-repeat top center;
}
.footer ul li{
font-size:16px;
text-transform:uppercase;
margin:0 5px;
display:inline;
}
.footer ul li a{
color:#fff;
}
.footer ul li a:hover{
color:#CCCCCC;
}

.copyright{
background-color:#111212;
/*background:#111212;*/
padding:6px;
}

.copyright_main{
width:1000px;
margin:0 auto;
color:#606060;
}
.copyright a{
font-weight:bold;
font-size:12px;
float:left;
color:#606060;
}

.copyright a.right{
font-weight:normal;
float:right;
}

.copyright a:hover{
color:#999999;
}