/**
 * This stylesheet is for all layout styles
 * version ** - date
 * copyright info.nl Amsterdam
 *
 * index:
 * Grid
 * Child elements
 * 
 */

/* Grid
------------------------------------------------------------------------ */
#page { width:960px; margin:0 auto; padding-left:20px;  }
#text-header { position:relative; width:943px; height:90px; }
#header { width:940px; }
#content-wrapper { width:100%; overflow:hidden; }

#sidenav { float:left; width:180px; margin-right:20px; padding-top:30px; /* DEV */ min-height:1px; }
#main { float:left; width:500px; margin-right:20px; padding:23px 0 30px; min-height:1px; overflow:hidden; }
.home #main { width:700px; }
#aside { float:left; width:220px; margin-right:20px; padding-top:23px; /* DEV */ min-height:1px; }

#homepage_main { float:left; width:720px; }
	#homepage_main .wrapper { float:left; width:100%; overflow:hidden; }
	#homepage_main .display, #homepage_main .testimonial { float:left; width:340px; margin-right:20px; } 

#footer { clear:both; width:940px; }


/* Child elements
------------------------------------------------------------------------ */
/* default header */
#header-visual { position:relative; width:940px; height:195px; overflow:hidden; }
#titlebar { width:940px; height:30px; background-color:#f00; }

/* header on homepage */
#showcase { position:relative; width:940px; height:350px; overflow:hidden; }
#tickertape { position:relative; width:940px; height:40px; }
