@charset "UTF-8";
/* CSS Document */

body {background:url(images/home_bg/rotate.php) top center repeat-x;}



/*-- HOME --*/
#banner-home {
	width:950px;
	height:460px;
	
}

/*-- SIDEBAR B --*/
#sidebar-b {
	width:950px;
	height:200px;
	overflow: hidden;
	margin: 10px 0;
	padding:0;
}

#sidebar-b ul { margin-left: -10px; }

#sidebar-b li {
margin-left: 10px;
display: inline;
width: 230px;
height: 200px;
float: left;
	
}




/*-- Ticker --*/
#newsGroup {
	height: 16px;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background:#CBD6E3 url(images/home_ticker.jpg) bottom left repeat-x;
}
#news {padding: 0; margin: 0;}
#newsGroup h2 { 
padding:0 10px 0 0; 
margin:0 10px 0 0; 
float:left;
font-family:"Trebuchet MS";
font-size:14px;
color:#595a5c;
border-right:1px solid  #595a5c;
}

#newsGroup ul {  float:left;}

.newsticker {
	list-style-type: none;
	padding: 6px 0 0 0;
	margin: 0 0 0 0px;
	font-style:normal;
	font-size:13px;
	color:#7C98B9;
}

.newsticker a {
	color:#595a5c;
}

* html .newsticker { padding:4px 0 0 0;}



