/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
    background: url(../images/body1-bg1.gif) 0 0 repeat; 
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 10px; 
    line-height: 20px;
    color: white;
    min-width: 1000px;
	
}

body#page1 {background: url(../images/body1-bg1.gif) 0 0 repeat;}

html, body {height: 100%;}

p {padding-top: 10px;}

.top {padding-top: 0px;}
.top1 {padding-top: 10px;}
.top2 {padding-top: 0px;}
.top3 {padding-top: 0px;}
.top4 {padding-top: 0px;}
.top5 {padding-top: 0px;}

.bot {padding-bottom: 0px;}

.margin-top {margin-top: 10px;}

a {color: #000; outline: none;}
a:hover{text-decoration: none;}


blockquote {padding-bottom: 3px;}
/* Global Structure ============================================================= */
.main {
    margin: 0 auto;
    width: 980px;
}

    /* Header */
    header{
        height: 20px;
    }
    
    /* Content */
    section#content {
        
    }           
    /* Footer */
    footer{
        height: 50px;
    }
/* Left & Right alignment */

.fleft { float: left;}
.fright { float: right;}
.clear { clear: both;}

.col-1, .col-2, .col-3, .col-4, .col-5 {float: left;}

.alignright {text-align: right;}
.aligncenter {text-align: center;}

.wrapper { 
    width: 100%;
    overflow: hidden;
}
.container {
	width: 100%;
	position: relative;
	z-index:10;
	background-image: url(.../images/body1-bg1.gif) 0 0 repeat;
}
/*----- form defaults -----*/
input, select, textarea { 
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 10px;
    vertical-align: middle;
    font-weight: normal;
}

/*----- other -----*/
.img-indent {margin: 0 20px 0 0; float: left;}
.extra-wrap {overflow: hidden;}

/*=============================================================================== text =====*/
h1 {
    padding: 10px 0px 30px 0px;
    position: relative;
}
    h1 a {
        display: block;
        height: 55px;
        width: 200px;
        text-indent: -5000px;
        background: url(../images/logo_retangular.png) center top no-repeat;
    }
h2 {
    font-size: 14px;
    line-height: 20px;
    font-family: "Trebuchet MS";
	display: block;
    color: white;
    position: relative;
    padding: 30px 0px 10px 0px;
}
	
h3 {
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: white;
    letter-spacing: -1px;
    font-family: "Arial Unicode", Arial, Helvetica, sans-serif;
    padding: 20px 20px 20px 20px;
}

h5 {
    padding: 50px 0px 30px 0px;
    position: relative;
}
    h5 a {
        display: block;
        height: 55px;
        width: 200px;
        text-indent: -5000px;
 }      
/*=================================================================================================================== header =====*/
#page1 header {height: 750px;}
/*=============================================================================== menu =====*/
header .menu {
    float: right;
    width: 261px;
    overflow: hidden;
    padding: 10px 0 0;
}
    header .menu li {
        float: left;
        font-size: 12px;
        line-height: 19px;
        padding-left: 12px;
    }
        header .menu li a {
            text-decoration: none;
            color: #989797;
            
        }
            header .menu li a:hover {color: #fff;}
/*=============================================================================== nav =====*/
nav {width: 100%;}
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent {padding: 0px 0px 0px 0px}
.indent1 {padding: 0px 0px 0px 0px}
/*=============================================================================== col-indents =====*/
.col-indent {padding-right: 0px;}
.col-indent1 {padding-right: 0px;}
/*=============================================================================== boxes =====*/
.box_1 {
    background:none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(js/PIE.htc);
    position: relative;
}
    .box_1 .indent {padding:3px 30px 45px 30px;}
    .box_1 .indent1 {padding:24px 30px 27px 30px;}
    .box_1 .indent2 {padding:18px 30px 27px 30px;}
    .box_1 .indent3 {padding:24px 30px 40px 30px;}
    
    .box_1 .bottom-tail {
        background:url(../images/box-bottom-tail.gif) left bottom repeat-x;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        behavior: url(js/PIE.htc);
        position: relative;
    }
    .box_1 .top-tail {
        background:url(../images/box-top-tail.gif) left top repeat-x;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        behavior: url(js/PIE.htc);
        position: relative;
    }
    .box_1 .left-tail {
        background:url(../images/box-left-tail.gif) top left repeat-y;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        behavior: url(js/PIE.htc);
        position: relative;
    }
    .box_1 .right-tail {
        background:url(../images/box-right-tail.gif) top right repeat-y;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        behavior: url(js/PIE.htc);
        position: relative;
    }
    .box_1 .bottom-right {
        background:url(../images/box-bottom-right.gif) bottom right no-repeat;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        behavior: url(js/PIE.htc);
        position: relative;
    }
    .box_1 .bottom-left {
        background:url(../images/box-bottom-left.gif) bottom left no-repeat;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        behavior: url(js/PIE.htc);
        position: relative;
    }
    .box_1 .top-right {
        background:url(../images/box-top-right.gif) top right no-repeat;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        behavior: url(js/PIE.htc);
        position: relative;
    }
    .box_1 .top-left {
        background:url(../images/box-top-left.gif) top left no-repeat; width:100%;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        behavior: url(js/PIE.htc);
        position: relative;
    }
    
    .box_1 strong {color: #000;}
    .box_1 h3 {color: #000; letter-spacing: normal; padding-bottom: 20px;}




.box {
    background:none;
}
    .box .indent {padding:3px 30px 45px 30px;}
    .box .indent1 {padding:24px 30px 27px 30px;}
    .box .indent2 {padding:18px 30px 27px 30px;}
    .box .indent3 {padding:24px 30px 40px 30px;}
    
    .box .bottom-tail {
        background:url(../images/box-bottom-tail.gif) left bottom repeat-x;}
    .box .top-tail {
        background:url(../images/box-top-tail.gif) left top repeat-x;}
    .box .left-tail {
        background:url(../images/box-left-tail.gif) top left repeat-y;}
    .box .right-tail {
        background:url(../images/box-right-tail.gif) top right repeat-y;}
    .box .bottom-right {
        background:url(../images/box-bottom-right.gif) bottom right no-repeat;}
    .box .bottom-left {
        background:url(../images/box-bottom-left.gif) bottom left no-repeat;}
    .box .top-right {
        background:url(../images/box-top-right.gif) top right no-repeat;}
    .box .top-left {
        background:url(../images/box-top-left.gif) top left no-repeat; width:100%;}
    
    .box strong {color: #000;}
    .box h3 {color: #000; letter-spacing: normal; padding-bottom: 20px;}

.box1 {
	background: none;
	border-radius: 10px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	behavior: url(js/PIE.htc);
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/*=============================================================================== line-hor =====*/
.line-hor {background: url(../images/line-hor-bg.gif) 0 0 repeat-x; height: 1px; padding-top: 11px; margin-top: 10px;}

.border {
    border-bottom: 1px solid #e8e8e9;
    width: 100%;
    overflow: hidden;
    width: 532px;
    padding-bottom: 11px;
    margin-bottom: 12px;
}
    .border .fright {padding-right: 7px;}
/*=============================================================================== lists =====*/
.comment-list {margin-bottom: -7px;}
    .comment-list li {
        font-size: 13px;
        line-height: 19px;
    }
        .comment-list li a {
            text-decoration: none;
            display: block;
            height: 105px;
            width: 235px;
            padding: 15px 0 0 17px;
            color: #737373;
            
            background: url(../images/comment-list-a-bg.png) 0 0 no-repeat;
            
        }
            .comment-list li a:hover {background: url(../images/comment-list-a-bg-hover.png) 0 0 no-repeat;}
            .comment-list li a strong {display: block; padding-left: 1px; margin-top: -1px;}
            .comment-list li a em {display: block; padding-left: 1px; margin-top: -1px;}



.data-list {padding: 20px 0 0;}
    .data-list li {
        border-bottom: 1px solid #e8e8e9;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
        .data-list li a {
            font-size: 15px;
            line-height: 19px;
            color: #000;
            text-shadow: 1px 0 #868686;
            text-decoration: none;
            display: inline-block;
            margin-bottom: -2px;
        }
            .data-list li a:hover {text-decoration: underline;}
        .data-list li span {
            display: block;
            font-size: 10px;
            color: #7e7e7e;
        }
        .data-list li img {padding: 4px 0 5px;}
        .data-list li p {
            color: #878894;
            padding: 0;
            font-size: 13px;
        }
.pad {padding: 0;}
        

.list {
    padding: 27px 0 0;
    margin-bottom: -13px;
}
    .list li {
        font-size: 13px;
        line-height: 30px;
        background: #fff;
        padding: 1px 0 0;
        
        border-top: 1px solid #ededed;
        border-left: 1px solid #f4f4f4;
        height: 33px;
    }
        .list li a {
            color: #878894;
            text-decoration: none;
            padding-left: 20px;
            display:block;
        }
            .list li a:hover {color: #1a1a1a; background: url(../images/list-a-hover.gif) 0 8px no-repeat;}
/*=============================================================================== links =====*/
.data-links {
    width: 100%;
    overflow: hidden;
    padding: 4px 0 0 1px;
    margin-bottom: -9px;
}
    .data-links a {
        height: 15px;
        min-width: 76px;
        padding: 10px 23px 0;
        text-align: center;
        font-size: 14px;
        line-height: 19px;
        font-family: "Arial", Arial, Helvetica, sans-serif;
        color: #fff;
        text-transform: uppercase;
        background: #000;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        behavior: url(js/PIE.htc);
        position: relative;
        text-decoration: none;
    }
        .data-links a:hover {background: #e4e4e4;}
    .data-links .fleft {margin-right: 5px;}
    .data-links .fleft span {
        background: url(../images/data-links-fleft-span-bg.png) 0 5px no-repeat;
        padding-left: 10px;
    }
    .data-links .fright span {
        background: url(../images/data-links-fright-span-bg.png) right 5px no-repeat;
        padding-right: 10px;
    }

.link {
    color: #000;
    font-size: 15px;
    line-height: 19px;
    text-shadow: 1px 0 #777777;
}

.link_1 {
    background: #d8d8d8;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(js/PIE.htc);
    position: relative;
    padding: 11px 0px 12px;
    width: 122px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    color: #242424;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Bauhaus 93", Arial, Helvetica, sans-serif;
    display: inline-block;
    margin: 16px 0 0;
    text-shadow: 1px 0 #858585;
}
    .link_1:hover {
        background: #000;
        color: white;
    }

.link_2 {
    background: #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(js/PIE.htc);
    position: relative;
    padding: 11px 0px 12px;
    width: 122px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Bauhaus 93", Arial, Helvetica, sans-serif;
    display: inline-block;
    margin: 16px 0 0;
    text-shadow: 1px 0 #858585;
}
    .link_2:hover {
        background: #e4e4e4;
        text-shadow: none;
    }
/*=============================================================================== block =====*/
.block {
    width: 250px;
}
    .block img {padding: 3px 0 6px;}
    .block strong {
        display: block;
        font-size: 15px;
        line-height: 19px;
        color: #000;
        font-weight: normal;
        text-shadow: 1px 0 #878787;
    }
    .block span {
        display: block;
        font-size: 10px;
        line-height: 14px;
        color: #7e7e7e;
    }
    .block p {
        padding: 6px 0 0 0;
        font-size: 13px;
    }


.block_1 {
    background: url(../images/block_1-bg.png) 0 0 no-repeat;
    width: 252px;
    height: 216px;
    padding: 15px 0 0 19px;
    margin-bottom: -22px;
}
    .block_1 img {
        float: left;
        margin-right: 10px;
        padding-bottom: 6px;
    }
/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=================================================================================================================== footer =====*/
footer .menu {
    float: left;
    width: 261px;
    overflow: hidden;
    padding: 25px 0 0;
}
    footer .menu li {
        float: left;
        font-size: 12px;
        line-height: 19px;
        padding-right: 12px;
    }
        footer .menu li a {
            text-decoration: none;
            color: #989797;
        }
            footer .menu li a:hover {text-decoration: underline;}
    footer span {
        float: right;
        padding: 25px 0 0;
        color: #000;
    }
        footer span a {text-decoration: none;}
            footer span a:hover {text-decoration: underline;}
/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#newsletterForm {
    padding-top:0px;
}
    #newsletterForm label {
        height:45px; 
        display:block;
    }
    #newsletterForm .link_2 {
        margin:6px 0px 0px 0px;
    }
    #newsletterForm .input {
        width:234px; 
        background:url(../images/newsletterForm-label-bg.gif) 0 0 no-repeat; 
        border:none;
        padding:0px 10px;
        color:#9e9e9e;
        display:block;
    }
    #newsletterForm input {
        width:234px; 
        background:none; 
        border:none;
        padding:9px 0px 11px; 
        color:#737373;
        font-size: 13px;
        line-height: 13px;
    }

/*==========================================*/
#faded {
    position:relative; 
    overflow:hidden;
    width:950px; 
    height:444px;
}
    #faded img {
        width: 950px;
    }
a { outline:0; border:0; }

    ul.pagination {
        list-style:none;
        padding:0;
        margin:0;
        z-index:10;
        position:absolute;
        font-size:0; 
        line-height:0;
        bottom:0px;
        left: 15px;
        width: 500px;
    }
        ul.pagination li {
            float:left;
            padding:0 0px 0 0;
            font-size: 14px; 
            line-height: 19px;
        }           
            ul.pagination li a {
                display:block;
                width:33px;
                height:25px;
                color:#bbbbbb;
                text-align:center;
                text-decoration:none;
                background: #fff;
                font-family: "Arial", Arial, Helvetica, sans-serif;
                padding: 5px 0 0;
                background: url(../images/pagination-a-bg.png) 0 0 no-repeat;
                text-shadow: 1px 0 #cecece;
            }
                ul.pagination li a:hover {background: url(../images/pagination-a-bg-hover.png) 0 0 no-repeat;}
                ul.pagination li.current a {background: url(../images/pagination-a-bg-hover.png) 0 0 no-repeat;}   
 
/*--- scroll-pane ---*/
.scroll-wrap {width:100%;}
.scroll-wrap1 {width:100%;}
.scroll-pane {
	width:100%;
	height:480px;
	overflow:visible;
	position:relative;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.scroll-pane1 {
    width:880px;
    height:480px;
    overflow:auto;
    padding-right: 20px;
    position:relative;
    padding-bottom: 10px;
}
.scroll-pane2 {
    width:243px;
    height:569px;
    overflow:auto;
    padding-right: 7px;
    position:relative;
    padding-bottom: 10px;
}

.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 100%;
    background:url(../images/scroll.gif) repeat-x center top;
}
.jScrollPaneDrag {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    background:url(../images/drag.gif) no-repeat center left;
    height:23px;
    width:90px;
    margin:1px 0 0px 0;
    padding-bottom:0px;
	direction: ltr
	
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    width: 23px;
    height: 23px;
    background: url(../images/scrollright.gif) 0 0 no-repeat;
    
}
a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    width: 23px;
    height: 23px;
    background: url(../images/scrollleft.gif) 0 0 no-repeat;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
} 

.square {
position:relative;
font-size:14px;
background:none;
text-transform:none;
padding: 25px 0px 0px 0px;
line-height: 15px;

}
text-decoration:none;
font:"Trebuchet MS"
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
