/* ----------------------------------------------------------------------------------------------------------

	ELITE Web 2010 - main_f
        
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h1, h2, h3 {font-weight:bold;}
h4, h5 {font-size:100%;}



#main_f {width:960px; margin:0 auto; text-align:left;}

    #header_f {position:relative; width:960px; height:200px; background:url("../design/header.jpg") 0 0 no-repeat; overflow:hidden;}
    
        #logo_f {position:absolute; top:0; right:20px; margin:0; font-size:250%; font-weight:normal; letter-spacing:-1px; text-transform:uppercase;}        
        #logo_f a {display:block; padding:5px 10px 0 10px; text-decoration:none;}
        #logo_f span {font-weight:bold;}

    #nav_f {padding:0 20px; height:40px; background:url("../design/bg3.gif") 0 100% repeat-x; overflow:hidden;}
    #nav_f ul {margin:0; padding:0; list-style:none;}
    #nav_f ul li {display:inline; margin:0; padding:0;}
    #nav_f ul li a {display:block; float:left; padding:10px 14px 10px 15px; text-decoration:none; font-size:12px;}
    #nav_f ul li#nav-active a {border:0; font-weight:bold; text-decoration:none;}
    #nav_f ul li a:hover {text-decoration:none;}