/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
	
body
	{
	text-align:center;
	min-width:800px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	background-color: #006600;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	}

h1
	{
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCD403;
	padding-bottom: 5px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:800px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center center;	

	}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:800px;
	height:470px;
	color: #000000;
	z-index:2;
	background-image: url(/images/bg_outer.jpg);
	}
	
#left 
	{
	position:relative;/*ie needs this to show float */
	width:198px;
	float:left;
	padding-top:155px;/*needed to make room for header*/
		z-index:99;
	}
#outer #centrecontent #lipsum #stable #sleft {
	float: left;
	width: 340px;
}


#footer 
	{
	width:800px;
	clear:both;
	height:130px;
	color: #fff;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background: url(images/bg_footer.gif);
	z-index:90;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:132px;/* for ie5 */
	he\ight:130px;/* for ie6 */
}
#footer_content
	{
	width: 634px ;
	padding: 20px 0px 0px 146px;
	line-height: 1.9em;
	z-index:95;
	}
#footer_content a { color:#fff; text-decoration:underline; }
#footer_content a:hover { color:#fff; text-decoration:none; }
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent 
	{
	width:535px;
	padding: 0px 43px 0px 20px;
	float:right;
	padding-top:350px;/*make room for header*/
	z-index:100;
	position:relative;
	}

#clearfooter {width:100%;height:132px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-132px;} /*safari wrapper */


#nav
	{
	width:190px;
	margin:0px 0px 0px 10px;
	padding:0px 8px 0px 8px;
	list-style:none;
	background:url(images/navbg.png) repeat-y;
	}
#nav li
	{
	background:url(images/bg_navitem.gif) no-repeat bottom left;
	padding:0; 
	margin:0;
	}
#nav li a
	{
	color: #006600;
	display: block;
	width: 143px;
	padding: 3px 8px 5px 23px ;
	font-weight: bold;
	text-decoration:none;
	background:url(images/bg_navitemlink.gif) no-repeat 10px 8px;
	}
#nav li a:hover { text-decoration: underline; }
	
#main {
	margin-top: 5px;
	margin-bottom: 5px;
}
#outer #centrecontent #lipsum #main .left img {
	border: 1px solid #FFD502;
	margin-bottom: 10px;

}

div.left {
	float: left;
	width: 33%;
	margin-bottom: 30px;
	text-align: center;
	height: 160px;
}

* html div.left {
	float: left;

	width: 33%;
	margin-bottom: 10px;
	text-align: center;
	height: 180px;
}
div.left p {
	text-align: center;
}
img {
	border: 0px none;
}
div.center {
	width: 600px;
}
.clear {
  clear : both;
}
#outer #centrecontent #lipsum #stable #sright {
	float: left;
	width: 180px;
}#outer #centrecontent #lipsum #stable #sright img {
	border: 1px solid #FFFFFF;
}
* html #outer {

	background:  url(images/bg_outer.jpg) no-repeat 1px 0px;
}
.left a {
	color: #FFFFFF;
	text-decoration: none;
}


#toy_logos{
position:absolute;
float:left;
top: 0px;
right:-100px;
}
