/*--------------------------------------------------------------------------
 *Filename:			layout.css
 *Description:		Global CSS
 *Version:			1.0.0 (2010-02-16)
 *Author:			Freetimers Internet
 
 ====================== STRUCTURE ==========================================
 *Page Width:		980px
 *Columns:			3
------------------------------------------------------------------------- */


/* layout
------------------------------------------------------------------------- */
#wrapper {margin:0;width:100%;min-height:100%;position:absolute;top:0;left:0;}
#container {width:1020px;padding:0;position:relative;z-index:100;}
#contents {padding:0;}
#header {width:100%;position:fixed;left:0;margin:0;top:0;z-index:120;}
#columns {width:960px;position:absolute;left:50%;margin:200px 0 0 -480px;top:0;z-index:102;}
#footer-wrapper {margin:-40px 0 0 0;width:100%;min-height:100%;padding:45px 0 0 0;background:transparent url(../images/layout/footer_top.png) repeat-x top center;z-index:150;position:relative;}

/* top menu
------------------------------------------------------------------------- */
#menu-top {}

/* header
------------------------------------------------------------------------- */


/* main menu
------------------------------------------------------------------------- */
#menu-mainh {width:978px;}

/* footer
------------------------------------------------------------------------- */
#footer {width:100%;}

/* H1
------------------------------------------------------------------------- */
h1{font-size:11px;line-height:normal;width:950px;position:fixed;left:50%;margin:0 0 0 -475px;top:2px;z-index:125;color:#bababa;font-weight:normal;text-align:right;text-transform:uppercase;}