/*Minimal CSS reset*/
* {
	margin:0px;
	padding:0px;
	font-size:small;
	font-weight: bolder;
	border: none;
}

.blink {
  text-decoration: blink;
}


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: 870px;
	background-repeat: no-repeat;
}

#divHeader {
	background-repeat: no-repeat;
	height: 155px;
	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: 975px;
	float: left;
	padding-top: 30px;
	padding-bottom: 40px;
	font-weight: bolder;
}

#grid {
	margin-left:17px;
	margin-top:5px;
	height: 710px;
	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:right;
	width:670px;
	padding-top: 5px;
}
#anim2 {
	float:right;
	width:630px;
}
#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:120px;
	height:75
];
	background:#000 url(../i/menu_li_bg.jpg) repeat-x;
	text-align:right;
	border:solid 1px #ccc;
	padding: 0px;
	margin-right: 0px;
	height: 45px;
}
#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:99px;
	display:block;
	position:absolute;
	bottom:12px;
	right:3px;
	padding:8px;
	background-color:transparent;
	height: 24px;
}
#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:#000000;
	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;
}


#cform input, #cform textarea {
	padding: 2px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 5px 10px;
	border: 2px solid #ccc;
	background: eee;
}

#cform textarea:focus, #cform input:focus {
	border: 2px solid #333;
	background: fff;
}
