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

body {
	background-image: url(../i/body_bg.jpg);
	background-repeat: repeat;
}

/*divContainer Styles*/
#divContainer {
	margin-right: auto;
	margin-left: auto;
	font-family:Arial, sans-serif;
	width:975px;
	background-image: url(../i/bg.jpg);
	height: 742px;
	background-repeat: no-repeat;
}

#divHeader {
	background-repeat: no-repeat;
	height: 170px;
	position: relative;
}
#divHeader ul {
	position: absolute;
	width: 959px;
	left: 1px;
	list-style-type: none;
	top: 18px;
	text-align: center;
}
#divHeader ul li {display:inline;}
#divHeader ul li a {
	color:#FFFFFF;
	margin-right:14px;
	font-size: 14px;
	text-decoration: none;
}
#divHeader ul li a:hover {
	color:#fff;
	font-style: normal;
	font-weight: bolder;
}
#legal {
	margin-top: 0px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	width: 960px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: bolder;
}

#grid {
	margin-left:17px;
	margin-top:25px;
	height: 548px;
	margin-right: 17px;
}

/***** 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:210px;
	height:100px;
	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:#666666;
}
#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:161px;
	display:block;
	position:absolute;
	bottom:24px;
	right:0px;
	padding:8px;
	background-color:transparent;
	height: 45px;
}
#anim li a span.trans {
	width:464px;
	display:block;
	position:absolute;
	bottom:-1px;
	left:0px;
	padding:8px;
	background-color:#000;
	height: 30px;
}
/*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:#CBCB65;}		
/*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. */ 
