@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#footer_wrapper {
	width:960px;
	float:left;
}
#news {
	width:229px;
	height:100px;
	background-color:#231F20;
	overflow:hidden;
	float:left;
}
#youtube {
	width:329px;
	height:100px;
	background-color:#231F20;
	overflow:hidden;
	float:left;
}
#whatsnew {
	background:url(../images/whatsnews.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#231F20;
	width:136px;
	height:100px;
	float:left;
}
#switch_tube {
	background:url(../images/Switch_video.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#231F20;
	width:36px;
	height:100px;
	float:left;
}
.column {
	position:relative;
	float:left;
}
.arrow-l {
	float:left;
	width:55px;
	height:100px;
	background:url(../images/btn_news_left.gif);
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
.arrow-r {
	float:left;
	width:55px;
	height:100px;
	background:url(../images/btn_news_right.gif);
	cursor:pointer;
}
.inside {
	position:relative;
	top:0;
	left:0;
}
.inside td {
	vertical-align:top;
	white-space:wrap;
}
#youtube .inside a {
	color:#FFF;
	font-size:10px;
	text-decoration:none;
	text-align:center;
}
#youtube .inside img {
	padding-bottom:3px;
}
#news .title {
	color:#ED1C24;
	font-weight:bold;
}
#news .details {
	color:#FFFFFF;
}
	


