/*-------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
/*-------------------------------------------------------------------------------------------*/

body,html{height:100%;}
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{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
body{line-height:1;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/* Floating & Alignment  */
.fl{float:left;}
.fr{float:right;}
.ac{text-align:center;}
.ar{text-align:right;}

/* Clear Floats  */
.col-full:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{clear:both;height:1px;overflow:hidden;margin:-1px 0 0;}
html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;overflow:hidden;visibility:hidden;width:0;height:0;margin:0;padding:0;}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}


/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 14px Arial,Helvetica,Sans-serif;
    color: #000;
    background: #fff url('../images/bg.gif') top repeat-x;
    text-shadow: white 0px 1px 0px;
    line-height: 18px;}
    
h1, h2, h3, h4, h5, h6  { margin: 0;
    font-family:Georgia, serif;
    color: #222;
    font-weight:normal; }
    
h1  {font-size: 1.4em; line-height: 30px; }
h2  {font-size: 1.8em; margin-bottom: 15px;}
h2.testimonials  { color: #b05d00; }
h3  {font-size: 1.4em; line-height: 30px;}
h4  {font-size: 1.2em; line-height: 36px;}
h5  {font-size: 1em;}
h6  {font-size: 0.8em;}

p {margin: 20px 0; }

.clear { clear: both; }  

hr { background-color: #e6e6e6;
    border:0; height: 1px;
    margin-bottom: 20px; }

input, textarea { padding: 7px 0 7px 7px;
    border-color: #EFEFEF #ccc #CCCCCC #efefef;
    border-width:1px;
    border-style:solid; }

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #225F97; text-decoration:none;}
a:hover { color: #C03D1D; text-decoration:underline;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}

ul.list { margin: 25px 0 50px 25px; }

ul.list li { margin: 5px 0; }

img.gallery { border: 5px solid #ccc; padding: 5px; margin: 10px 20px; }

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/


#container { width: 968px;
        margin: 0 auto; }
        
#main { width: 630px;
    float: left; }

#sidebar { width: 330px;
    float: right;}
    
#footer { background: #759c27; }

#footer_container { width: 968px;
        margin: 0 auto; } 
        
        
h1.home { text-align: center; }

p.home  { font-size: 22px; text-align: center; line-height: 30px; color: #333; font-family: Times new roman; }

.faq { background: url('../images/faq_bg.gif') no-repeat 20px 0; color: #fff; text-shadow: none; height: 160px; width: 960px; }

p.faq  { padding:  8px 40px; font-size: 20px; line-height: 28px; font-family: times new roman; }

/*-----------------------------HEADER-------------------------------------------*/

#header { height: 135px; clear: both; }

    #logo { height: 66px;
        margin-top: 35px; }
    
    #menu { background: url('../images/menu_bg.gif') no-repeat;
        margin-top: 10px;
        height: 45px; }
    
    #menu ul { list-style: none;
        padding: 0 0 0 4px; margin: 0; }
        
    #menu ul li { float: left; }
        
    #menu ul li a { float: left;
        text-decoration: none;
        padding: 14px 17px;
        font-weight: bold;
        color: #677c99;
        font-size: 12px;}
        
    #menu ul li a:hover { }
    
    #menu ul.lang_menu { float: right;
        text-shadow: black 0px 1px 0px;
        margin: 0 10px 0 0; }
        
    #menu ul.lang_menu li a { float: right;
        color: #fff;
        text-shadow: black 0px 1px 0px;
        margin: 0;
        padding: 13px 10px; }
        
    #menu { background: url('../images/menu_bg.gif') no-repeat;
        margin-top: 10px;
        height: 45px; }
        
    #menu_afr { background: url('../images/menu_bg.gif') no-repeat;
        margin-top: 10px;
        height: 45px; }
    
    #menu_afr ul { list-style: none;
        padding: 0 0 0 4px; margin: 0; }
        
    #menu_afr ul li { float: left; }
        
    #menu_afr ul li a { float: left;
        text-decoration: none;
        padding: 14px 12px;
        font-weight: bold;
        color: #677c99;
        font-size: 12px;}
        
    #menu_afr ul li a:hover { }
    
    #menu_afr ul.lang_menu { float: right;
        text-shadow: black 0px 1px 0px;
        margin: 0 10px 0 0; }
        
    #menu_afr ul.lang_menu li a { float: right;
        color: #fff;
        text-shadow: black 0px 1px 0px;
        margin: 0;
        padding: 13px 10px; }
        
#footer p { padding: 25px 0;
    margin: 0;
    color: #fff;
    text-shadow: #336600 0px 1px 0px;
    text-align: center;}

#footer p a { color: #fff;
    text-shadow: #336600 0px 1px 0px;}
