@charset "UTF-8";
/*  
*
*		CSS framework
*		File type: CSS2/CSS3
*		Media type: screen
*		License : GPL
*		Supported browsers: IE9+, Opera11+, Firefox2+, Safari2+
*		
---------------------------------------- 
       Stylesheet structure
----------------------------------------
*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,latin-ext,cyrillic);
@import "reset.css";
@import "grid.css";
@import "basic.css";
@import "forms.css";
@import "bootstrap.css";
@import "structure.css";
@import "hoverex-all.css";
@font-face {
    font-family: 'TrebuchetMS';
    src: url('../fonts/trebuc.eot');
    src: url('../fonts/trebuc.eot?#iefix') format('embedded-opentype'),
        url('../fonts/trebuc.woff') format('woff'),
        url('../fonts/trebuc.ttf') format('truetype'),
        url('../fonts/trebuc.svg#trebuc') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TrebuchetMS-Bold';
    src: url('../fonts/trebucbd.eot');
    src: url('../fonts/trebucbd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/trebucbd.woff') format('woff'),
        url('../fonts/trebucbd.ttf') format('truetype'),
        url('../fonts/trebucbd.svg#trebucbd') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TrebuchetMS-Italic';
    src: url('../fonts/trebucit.eot');
    src: url('../fonts/trebucit.eot?#iefix') format('embedded-opentype'),
        url('../fonts/trebucit.woff') format('woff'),
        url('../fonts/trebucit.ttf') format('truetype'),
        url('../fonts/trebucit.svg#trebucit') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Trebuchet-BoldItalic';
    src: url('../fonts/trebucbi.eot');
    src: url('../fonts/trebucbi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/trebucbi.woff') format('woff'),
        url('../fonts/trebucbi.ttf') format('truetype'),
        url('../fonts/trebucbi.svg#trebucbi') format('svg');
    font-weight: normal;
    font-style: normal;
}