/*Minimal CSS reset*/
* { margin:0px; padding:0px; font-size:0.95em;}

body { background-color:#000000; background-image: url(../i/shapes.jpg); background-repeat; 
 }

/*divContainer Styles*/
#divContainer  { margin-right: auto; margin-left: auto; font-family:Arial, sans-serif; font-size:15px; color:#FFF;  width:975px; background-image: url(../i/bg2.jpg); height: 1000px; background-repeat: no-repeat; }
#divContainer p {color:#ffffff;}
#divContainer h2 {color:#ff9933;}

#divHeader {background-repeat: no-repeat; height: 142px; position: relative; }
#divHeader ul { position: absolute; width: 933px; left: 15px; list-style-type: none; top: 90px; text-align: left; }
#divHeader ul li {display:inline;}
#divHeader ul li a { color:#ff9933; margin-right:14px; font-size: 10px; text-decoration: none; }
#divHeader ul li a:hover {color:#fff;}

#grid { margin-left:18px; margin-top:10px; height: 548px; }

/***** In the tutorial ****/

#menu { width:226px; float:left; display:inline; margin:0px; padding-top: 0px; padding-right: 7px; padding-bottom: 0px; padding-left: 0px; }
#anim { float:left; width:706px; }
#menu li, #anim li {display:block; margin-right:7px; margin-bottom:7px; overflow:hidden; position:relative;float: left;}
/*Position relativly so we can easily position the text later on*/

#menu li { width:224px; height:125px; background:#000 url(../i/menu_li_bg.jpg) repeat-x; text-align:right; border:solid 1px #ccc; padding: 0px;  margin-right: 0px;}
#anim li {width:226px; height:127px; background-color:#666;}
#menu li a, #anim li a {cursor:pointer;display:block; height:127px; overflow:hidden; text-decoration:none; color:#FFF;}
/*Overflow hidden hides the text inside of the block.*/

#divContainer li.last {margin-right:0px!important;}

#anim ul li a span.hover {background:transparent url(../i/gif_trans.gif) repeat;display:block;float:left;height:100%;position:relative;width:100%;}
/*transparent gif makes .hover clickable in the troublesome IE6*/

#menu li a span.trans {width:226px; display:block; position:absolute; bottom:0px; right:0px; padding:8px; background-color:transparent;}
#anim li a span.trans {width:459px; display:block; position:absolute; bottom:0px; left:0px; padding:8px; background-color:#000;}
/*The width for the #anim span.trans is the maximum width of the expanded <li> / block - the .trans span is absolutely positioned to the bottom of the .hover span*/
#anim li a span.heading, #menu li a span.heading {font-size:1.8em!important; color:#FFF; margin-bottom:3px;}
/*You can tweak font sizes and colours*/
#anim li a span.trans span.summary, #menu li a span.trans span.summary {display:block; clear:both; font-size:0.9em; color:#ff9933;}		
/*You can tweak font sizes and colours*/


#anim li.a {background-image:url(../i/grid/a.jpg); background-position: center; }
#anim li.b {background-image:url(../i/grid/b.jpg); background-position: center; }
#anim li.c {background-image:url(../i/grid/c.jpg); background-position: center; }
#anim li.d {background-image:url(../i/grid/d.jpg); background-position: left; }
#anim li.e {background-image:url(../i/grid/e.jpg); background-position: center; }
#anim li.f {background-image:url(../i/grid/f.jpg); background-position: center; }
#anim li.g {background-image:url(../i/grid/g.jpg); background-position: left; }
#anim li.h {background-image:url(../i/grid/h.jpg); background-position: center; }
#anim li.i {background-image:url(../i/grid/i.jpg); background-position: center; }
#anim li.j {background-image:url(../i/grid/j.jpg); background-position: center; }
#anim li.k {background-image:url(../i/grid/k.jpg); background-position: center; }
#anim li.l {background-image:url(../i/grid/l.jpg); background-position: center; }
/* Change the background position to either left, right or center to achieve the desired effect. */ 


#content {width:800px; height:auto; margin-top: 10px; margin-right: 50px; margin-left: 7px; font-family:Arial, font-size: 13px; sans-serif; color:#ffffff; width:470px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px;  }
#content a { color:#ff9933; margin-right:14px; font-size: 12px; text-decoration: none; }
#content a:hover {color:#ff9933;text-decoration:underline;}
#content p {color:#ffffff;}
#content h2 {color:#ff9933;}