/*Minimal CSS reset*/
* { margin:0px; padding:0px; font-size:0.95em;}

body {
	background-color:#FFFFFF}

/*divContainer Styles*/
#divContainer {
	margin-right: auto;
	margin-left: auto;
	font-family:Arial, Helvetica, sans-serif;
	width:960px;
	height: 742px
}

#divHeader {
	background-repeat: no-repeat;
	height: 100px;
	position: relative;
}
#divHeader ul { position: absolute; width: 933px; left: 15px; list-style-type: none; top: 90px; text-align: center; }
#divHeader ul li {display:inline;}
#divHeader ul li a {
	color:#666666;
	margin-right:14px;
	font-size: 14px;
	text-decoration: none;
}
#divHeader ul li a:hover {
	color:#999999;
}
#legal {
	margin-top: 0px;
	clear: both;
	text-align: center;
	color: #666666;
	width: 960px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

#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;
	text-align:right;
	border:solid 1px #ccc;
	padding: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#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:#FFFFFF;
}
/*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:#666666;
}
/*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:#CCCCCC;
}		
/*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: center; }
#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: center; }
#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. */ 
