@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
 
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?iefix') format('eot'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular.svg#webfontIogLd7Pw') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?iefix') format('eot'),
         url('../fonts/OpenSans-Bold.woff') format('woff'),
         url('../fonts/OpenSans-Bold.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold.svg#webfontIogLd7Pw') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?iefix') format('eot'),
         url('../fonts/OpenSans-Semibold.woff') format('woff'),
         url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold.svg#webfontIogLd7Pw') format('svg');
    font-weight: bold;
    font-style: normal;
}
body { background:url(../images/main/bg.png); font-size:14px; font-family: 'OpenSans-Regular'; color:#3d3b3b; line-height:20px; }

a { color:#3d3b3b; text-decoration:none; }
a:hover { color:#3d3b3b; text-decoration:underline; }

.f-right { float:right; }
.f-left { float:left; }
.clr { clear:both; }
.a-cen { text-align:center; margin:auto; display:block;  }
.a-left { text-align:left;   display:block;  }
.ptnr { margin:25px auto }
.dline { margin:25px auto }
.mt20 { margin-top:20px;}
.pt30 { padding-top:30px;}
.mr20 { margin-right:20px;}
.mb30 { margin-bottom:30px;}
.mb90 { margin-bottom:90px;}

.logo { background:url(../images/main/logo.png); display:block; float:left; margin:10px 20px;     height: 96px;     width: 191px; }

.header { background:url(../images/main/hf-bg.jpg); position:relative; z-index:2; overflow: hidden; }
.header-area { width:949px; margin:auto;  }


.ph {font-family: 'OpenSans-Semibold'; font-size:22px; float:right; width:300px; padding: 10px 0;  line-height: 22px;  }
.ph strong{ font-size:35px; line-height: 35px;  }
.ph img{ float:left; margin-right:12px;  }


.nav { float:right; clear: right;}
.nav li { list-style:none; float:left; margin-left:16px; }
.nav li a {font-family: 'OpenSans-Semibold'; font-size:16px; display:block; line-height: 30px; height: 32px;  width: 115px; text-align:center; color:#FFF; text-decoration:none; padding-right:8px;   background:url(../images/main/b-btn.png); } 
.nav li.active a, .nav li a:hover {  background:url(../images/main/y-btn.png); } 

.main {   box-shadow: 0px 0px 32px rgba(14,14,14,0.3); -moz-box-shadow: 0px 0px 32px rgba(14,14,14,0.3); -webkit-box-shadow: 0px 0px 32px rgba(14,14,14,0.3); background:#fff; width:949px; margin:0 auto -45px; position:relative; z-index:1;  padding-top: 1px;    }

h1, h2  { font-family: 'OpenSans-Semibold'; font-size:22px; margin-bottom:15px;  }

p { margin-bottom:25px; }
.banner   { height: 313px;} 
.banner > img { position:relative; z-index:0;}  
.banner .txt, .flexslider .txt { position:absolute; right: 10px; top: 25px; } 
.wc  { margin-top:16px;    }
.wc li { font-family: 'OpenSans-Semibold'; background:url(../images/main/bullet-wc.png) no-repeat left center; list-style:none; padding-left:30px; font-size:16px; margin-bottom:14px; color:#fff;  }
 
.bc li { background:url(../images/main/bullet-bc.png) no-repeat left center; list-style:none; padding-left:30px; font-size:16px; margin-bottom:22px;  }

.content-area { padding:30px;    }

.footer { background:url(../images/main/hf-bg.jpg); text-align:center; padding:80px 0 40px;  }
.footer strong { font-family: 'OpenSans-Semibold'; }
.footer div { font-family: 'OpenSans-Bold'; }
.footer a { color:#3d3b3b; text-decoration:none; }
.footer a:hover {  text-decoration:underline; }

 
 