/*--------------------------------------------------------------------------
 *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;overflow:hidden;z-index:100;}
#container,#container-cs {margin:560px auto 0 auto;width:950px;padding:0;position:relative;}
#header {width:950px;position:absolute;left:50%;margin:0 0 0 -475px;top:0;height:535px;z-index:120;}
#columns {width:950px;position:absolute;left:50%;margin:200px 0 0 -475px;top:0;z-index:102;}
#col-left,#col-right{width:250px;padding:25px;position:relative;top:0;}
#col-left{float:left;left:-550px;}
#col-right{float:right;}
#col-centre{width:625px;padding:5px 0;float:left;position:relative;top:0;left:0;margin:0 25px 0 0;}

#container-cs #col-centre{width:950px;padding:5px 0;float:left;position:relative;top:0;left:0;margin:0;}

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

/* header
------------------------------------------------------------------------- */
#banner {width:980px;height:140px;}


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

/* footer
------------------------------------------------------------------------- */
#footer {width:950px;margin:40px auto 0 auto;}

/* generic
------------------------------------------------------------------------- */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.spacer{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:5px}
.hr{clear:both;display:block;overflow:hidden;width:100%;height:1px;border-top:#e6e6e6 1px solid;margin:20px 0;}
.right{float:right;}
.left{float:left;}

h1{font-size:.9em; line-height:normal;width:475px;position:absolute;left:50%;margin:0 0 0 -475px;top:8px;;z-index:125;color:#fff;font-weight:normal;text-transform:capitalize;}