@charset "TIS-620";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("default.css");
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");
#container{
	margin:0 auto;
	padding:0;
	position:relative;
	height:80px;
}
.bgShadowLeft{
	background-image:url(../../images/home/shadow_left.gif);
	background-repeat:repeat-y;
}
.bgShadowRight{
	background-image:url(../../images/home/shadow_right.gif);
	background-repeat:repeat-y;
}
.bgShadowBtm{
	background-image:url(../../images/home/shadow_btm.gif);
	background-repeat:repeat-x;
}
.ImgHomeMargin{
    Margin:0px 8px 0px 0px;
}
.dottedHome{
	margin:4px 0px;
}
.news-wrap{
	position:absolute;
	z-index:2;
	top:-37px;
	left:0;
}
.img-newpromotion{
	margin:0 3px;
}
.clear{
	clear:both;
}
.bg-whatsnews{
	background:url(../../images/home/bg-whatsnew.jpg) repeat 0 0;
	width:395px;
}
.readmore-padding{
	padding:7px 0 7px 8px;
}
.news-home-link:link{
	font-weight:normal;
	color:#142541;
	text-decoration:none;
}
.news-home-link:visited{
	font-weight:normal;
	color:#142541;
	text-decoration:none;
}
.news-home-link:active{
	font-weight:normal;
	color:#142541;
	text-decoration:none;
}
.news-home-link:hover{
	font-weight:normal;
	color:#1774af;
	text-decoration:none;
}

