@charset "utf-8";
/* CSS HOMEPAGE */

.Homepage
	{
		font-size:0.75em;
		padding:2px 0 2px 5px;
	}
	.Homepage a:link,
	.Homepage a:active,
	.Homepage a:visited,
	.Homepage a:hover
	{
		color: #bc04c9;
		text-decoration:underline;
	}

.HomepageTop
{
	width:570px;
	float:left;
	

}
	
.TitleWrapper{

	width:400px;
	background-color:#FFFFFF;
	margin: 85px auto 0 auto;
	
}
	.TitleWrapper .Title
	{
		color:#41ADF5;
		height:28px;
		float:left;
		padding:4px 0 0 0;
	}
	
	.TitleWrapper .logo
	{
		background:url(../images/forturilootlogo.jpg) no-repeat;
		float:left;
		display:block;
		width:65px;
		height:28px;
		margin:1px 0 0 3px;
	}
	.TitleWrapper a
		{
			display:block;
			float:left;
			width:65px;
			height:28px;
			cursor:pointer;
		}
.Txt{
	font-size:0.678em;
	float:left;
}

.centerTextWrapperH
{
	color:#41ADF5;
	padding:0 0 8px 0;
	text-align:center;
}
	.centerTextWrapperH .title
	{
		width:450px;
		margin:0 auto;
		font-size:0.876em;
		font-weight:bold;
		border-bottom:solid 1px #41ADF5;
	}
		.centerTextWrapperH .text
		{
			float:left;
			width:560px;
			display:block;
			font-size:0.8em;
			font-weight:bold;
			padding:2px 0;
			color:#666666;
			background: #FFFF99;
			border:solid 1px #663399;
			margin:4px 0;
		}
	
.icons_wrap
{
	width:260px;
	
	text-align:center;
	padding-left:20px;
}
	.icons_wrap .icon
	{
		float:left;
	
	}
	.icons_wrap .icon img
	{
		width:55px;
		height:55px;
	}
.icons_wrap_stars
{
	width:255px;
	margin:0 auto;
}
	.icons_wrap_stars .icon
	{
		float:left;
		padding:0 2px;
	}
	.icons_wrap_stars .icon img
	{
		width:72px;
		height:72px;
	}
/*********************TIP OF THE DAY ****************************/	
.box_wrap
{
	position:relative;
	margin:4px 0 0 0;

}
	.box_wrap .top
	{
		width:260px;
		height:13px;
		float:left;
		background:url(../images/bg/dayT.gif) no-repeat;
		background-position:bottom;
	}
	
	.box_wrap .middle
	{
		float:left;
	}
	.box_wrap .middle .box_text
	{
		width:260px;
		float:left;
		background:url(../images/bg/dayM.gif) repeat-y;
	}
		.box_wrap .middle .box_text .title
		{
			font-size:1em;
			font-weight:bold;
			color: #FFFF99;
			text-align:center;
			padding:2px 2px ;
		}
		.box_wrap .middle .box_text .text
		{
			font-size:0.7em;
			width:215px;
			float:left;
			padding:2px 0 10px 4px;
			margin:0 0 0 15px;
			
		}
		.box_wrap .middle .box_text .pic
		{
		
		}
	
	.box_wrap .bottom
	{
		width:260px;
		height:22px;
		float:left;
		background:url(../images/bg/dayB.gif) no-repeat;
		background-position: top;
	}
/*********************TIP OF THE WEEK ****************************/
.Wbox_wrap
{
	position:relative;
	margin:4px 0 0 0;

}
	.Wbox_wrap .top
	{
		width:260px;
		height:14px;
		float:left;
		background:url(../images/bg/weekT.gif) no-repeat;
		background-position:bottom;
	}
	
	.Wbox_wrap .middle
	{
		float:left;
	}
	.Wbox_wrap .middle .box_text
	{
		width:260px;
		/*height:146px;*/
		float:left;
		background:url(../images/bg/weekM.gif) repeat-y;
	}
		.Wbox_wrap .middle .box_text .title
		{
			font-size:1em;
			font-weight:bold;
			color: #6699FF;
			text-align:center;
			padding:3px 0 2px 0;
		}
		.Wbox_wrap .middle .box_text .text
		{
			font-size:0.7em;
			width:215px;
			float:left;
			padding:2px 0 10px 4px;
			margin:0 0 0 15px;
			
		}
		.Wbox_wrap .middle .box_text .pic
		{
		
		}
	
	.Wbox_wrap .bottom
	{
		width:260px;
		height:19px;
		float:left;
		background:url(../images/bg/weekB.gif) no-repeat;
	}