/* CSS Document */

/***** BANNERS ----------------------*/
#banners {
	float:none;
	clear:both;
	margin:auto;
	width:950px;
	height:234px;
	background-repeat:no-repeat;
}

#banners #goshopping {
	float:left;
	width:234px;
	height:234px;	
	background-repeat:no-repeat;
}

#banners #goshopping .text1 {
	width:190px;
	height:155px;	
	float:left;
	color:#B5D1E0;
	font-weight:bold;
	margin-top:45px;
	margin-left:20px;
	background-repeat:no-repeat;
}


#banners #goshopping .btn{
	position:inherit;
	top:202px;
	margin-top:0px;
	text-align:center;
}
/*********************/
#banners #lotto {
	float:left;
	width:234px;
	height:128px;
	padding-top:106px;
	background-repeat:no-repeat;
	font-weight:bold;
}
#banners #lotto #winners {
	color:#424242;
	text-align:center;
	height:14px;
}

#banners #lotto #numbers {
	position:inherit;
	top:123px;
	padding-left:27px;
	height:30px;
	margin-top:8px;
	margin-bottom:1px;
}

#banners #lotto .number {
	float:left;
	width:30px;
	text-align:center;
	margin-right:1px;
	color:#1a1818;
	font-size:22px;
}
#banners #lotto .title1 {
	text-align:center;
	color:#ffffff;
	font-size:12px;
}

#banners #lotto .title2 {
	text-align:center;
	color:#ffffff;
	font-size:20px;
	height:26px;
}

#banners #lotto .btn{
	position:inherit;
	top:202px;
	margin-top:0px;
	text-align:center;
}

/*********************/
#banners #asist {
	float:left;
	width:228px;
	height:184px;	

	margin-left:12px;
	margin-right:12px;
	padding-top:50px;
	padding-left:230px;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#544131;
}

#banners #asist .btn{
	position:absolute;
	z-index:150;
	margin:auto;
	margin-top:76px;
	text-align:center;
}

/*********************/
#banners #susc {
	z-index:250;
	float:left;
	width:234px;
	height:234px;	
	background-repeat:no-repeat;
	text-align:center;
}

#banners #susc .btn{
	position:inherit;
	z-index:250;
	margin-top:200px;

}


