/* CSS style */



#wrap{
	width:959px;
	margin:0 auto;
	position:relative;
  }

#header{
	margin-bottom:20px;
  }

#header a{
	text-decoration:none;
  }

#content li{
	width:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
  /* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
  */
	-moz-border-radius:20px;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
  }

#content a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#content a:hover { 
  white-space: normal; 
  }

#content a:hover span{	
	top:0px;
	left:0px;
	width:210px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #FFFFFF;
	border-width:0 0 10px 0;
	/*
  filter: alpha(opacity=100);
	-moz-opacity:.8;
		opacity:.80;*/
  /**/
  } 

img{
	border:0px;
  /* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
  */
  }

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
  }
 
#tain li{
background:transparent url(../../../images/list2-bg.gif) no-repeat scroll 0 9px;
border-color:#CCCCCC;
border-style:none;
border-width:0 1px 1px 0;
display:block;
float:none;
margin:0;
padding:0px;
padding-left:16px;
text-align:left;
width:auto;
}

#content .row-2 .tain {
padding:28px 15px 33px 16px;
width:949px;
margin:0 auto;
text-align:left;
}
