.Home
{

}
	.Home .top
	{
		height: 301px;
		background: black;
		position: relative;
	}
		.Home .top object, .Home .top embed
		{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}
		.Home .top .content
		{
			position: absolute;
			top: 10px;
			left: 10px;
			width: 390px;
			height: 291px;
			z-index: 2;
		}
			.Home .top .content a, .Home .top .content .link
			{
				color: #9bc20b;
				text-decoration: underline;
			}
			.Home .top .content a:hover, .Home .top .content .link:hover
			{
				text-decoration: none;
			}
			.Home .top .content h1
			{
				color: #9bc20b;
				font-size: 1.5em;
			}
			.Home .top .content p
			{
				padding: 15px 0;
				font-size: 1.05em;
				color: #fff;
			}

			.Home .top .content .button
			{
				text-align: center;
				padding-top: 10px;
			}
				.Home .top .content .button a
				{
					font-size: .8em;
					font-weight: normal;
				}
	.Home .bottom
	{
		margin-top: 25px;
	}
		.Home .bottom .rub
		{
			width: 430px;
			float: left;
		}
		.Home .bottom .rub a, .Home .bottom .rub .link
		{
			text-decoration: underline;
		}
		.Home .bottom .rub a:hover, .Home .bottom .rub .link:hover
		{
			text-decoration: none;
		}
		.Home .bottom .rub1
		{
			margin-right: 50px;
		}
			.Home .bottom .rub h2
			{
				font-size: 1.4em;
				font-weight: bold;
				border-bottom: 3px solid #000;
				padding-bottom: 5px;
				margin-bottom: 10px;
			}
			.Home .bottom .rub ol, .Home .bottom .rub li
			{
				margin-left: 15px;
			}
			.Home .bottom .rub ol
			{
				list-style-type: decimal;
				font-size: 1.4em;
			}
			.Home .bottom .rub li
			{
				color: #97bd14;
				font-weight: bold;
				padding: 8px 0;
			}
				.Home .bottom .rub li p
				{
					color: #777;
				}
				.Home .bottom .rub li .tt
				{
					position: relative;
				}
				.Home .bottom .rub li .tt .c
				{
					display: none;
					position: absolute;
					z-index: 5;
					font-size: .55em;
					color: #000;
				}
				.Home .bottom .rub li .tt:hover .c, .Home .bottom .rub li .over .c
				{
					display: block;
				}
				.Home .bottom .rub1 li .tt .c
				{
					background: transparent url('../images/home/home_bubble_preview.png') 0 0 no-repeat;
					width: 120px;
					height: 211px;
					top: -95px;
					left: 15px;
					padding: 17px 140px 17px 30px;
				}
				.Home .bottom .rub2 li .tt .c
				{
					background: transparent url('../images/home/home_bubble_info.png') 0 0 no-repeat;
					width: 230px;
					height: 119px;
					bottom: 17px;
					right: -23px;
					padding: 20px 22px;
				}


.ContentIndex
{
	width: 597px;
}
	#RegWelcomeBox
	{
		width: 577px;
		height: 140px;
		padding: 0 0 0 20px;
		background: transparent url('/images/bg_home_registered.png') 0 0 no-repeat;
	}
		#RegWelcomeBox h1
		{
			color: #4f6407;
			letter-spacing: -1px;
			font-size: 2.5em;
			padding: 10px 0;
		}
		#RegWelcomeBox p
		{
			line-height: 1.7em;
			margin-bottom: 10px;
		}
		#RegWelcomeBox div a
		{
			background: transparent url('/images/messagelist_icon_delete.gif') 0 3px no-repeat;
			padding-left: 10px;
			font-weight: bold;
			margin-right: 40px;
		}
		#RegWelcomeBox .playbutton
		{
			float: right;
			margin: 5px 5px 0 0;
			cursor: pointer;
		}
	#WelcomeBox
	{
		width: 576px;
		height: 329px;
		position: relative;
		padding: 15px 0 0 20px;
	}
		#WelcomeContent
		{
			position: absolute;
			z-index: 1;
		}
		#WelcomeBox #FlashMovie
		{
			/*background: transparent url('/images/intro-temp-bg.jpg') 0 0 no-repeat;*/
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
			width: 100%;
			height: 100%;
		}
		#WelcomeBox h1
		{
			color: #4f6407;
			letter-spacing: -1px;
			font-size: 2.5em;
		}
		#WelcomeBox p
		{
			padding: 8px 200px 0 0;
			color: #000;
		}
		#WelcomeBox .button
		{
			position: absolute;
			bottom: 5px;
			left: 160px;
			z-index: 200;
		}
			#WelcomeBox .button a.get
			{
				display: block;
				width: 252px;
				height: 42px;
				background: transparent url('../images/b_get_grazeit_bg.gif') top left no-repeat;
				padding: 20px 20px 0 0;
				color: #fff;
				font-size: 2em;
				text-decoration: none;
				text-align: center;
				line-height: .7em;
			}
			#WelcomeBox .ie a.get{ background-image: url('../images/b_get_grazeit_bg_ie.gif'); }
			#WelcomeBox .ff a.get{ background-image: url('../images/b_get_grazeit_bg_ff.gif'); }
			#WelcomeBox .other a.get{ background-image: url('../images/b_get_grazeit_bg_other.gif'); }

			#WelcomeBox .button a.get:hover
			{
				text-decoration: none;
			}
			#WelcomeBox .button a.get span
			{
				display: block;
				color: #4f6407;
				font-size: .45em;
				font-weight: bold;
			}
			#WelcomeBox .button p
			{
				color: #656565;
				text-align: center;
				padding: 0;
			}

.Showcase h2
{
	margin-bottom: 20px;
}
.Showcase .left
{
	float: left;
	font-size: 1.2em;
	width: 125px;
}
	.Showcase .left li
	{
		color: #6f9703;
		text-align: right;
		cursor: pointer;
	}
	.Showcase .left li.Current
	{
		color: #000;
		cursor: text;
		font-weight: bold;
	}
	.Showcase .left li.ownurl
	{
		margin-top: 20px;
	}
.Showcase .right
{
	margin-left: 126px;
	padding-left: 10px;
	border-left: 1px solid #eee;
	font-size: 1.1em;
	position: relative;
}
	.Showcase .right h3
	{
		color: #626262;
		font-size: 1.2em;
		padding-bottom: 5px;
		font-weight: bold;
	}
		.Showcase .right h3 strong
		{
			color: #6a9e00;
		}
	#Changing
	{
		height: 525px;
	}
	#Changing .Site
	{
		background: #fff url('../images/showcase_seperator.gif') 0 135px no-repeat;
		padding: 0 0 20px 0;
		margin: 10px 0 10px 0;
		position: absolute;
		top: 12px;
		left: 10px;
		width: 100%;
		z-index: 5;
	}
	#Changing .CurrentSite
	{
		z-index: 10;
	}
		#Changing .Site img.main
		{
			float: left;
			width: 160px;
			height: 120px;
			border: 1px solid #aaa;
			margin-right: 10px;
		}
		#Changing .Site h4
		{
			color: #000;
			font-size: 1.4em;
		}
		#Changing .Site h4
		{
		}
		#Changing .Site .url a
		{
			font-weight: bold;
			color: #444;
			font-size: 1em;
		}
	.Showcase .willsee
	{
		clear: both;
		margin-top: 20px;
	}
	.Showcase h4
	{
		font-size: 1.4em;
		color: #626262;
		margin-bottom: 8px;
	}
.Showcase .flyer .left
{
	margin-right: 0;
}
.Showcase .flyer .content
{
	margin-right: 0;
	padding-left: 115px;
}
	.Showcase .flyer .content h3
	{
		padding: 0;
	}
		.Showcase .flyer .content h3 a
		{
			font-weight: bold;
		}
	.Showcase .flyer .content p
	{
		font-size: 1em;
	}
.Showcase .moreflyers
{
	padding-top: 10px;
	font-weight: bold;
}

.SideMenuIndex
{
	width: 279px;
}
	.SideMenuIndex .more
	{
		font-size: .8em;
	}
	#DrawTraffic, #DrawTrafficReg
	{
		margin-top: -14px;
		background: transparent url('../images/draw_traffic_bg.gif') top left no-repeat;
		height: 291px;
		width: 259px;
		padding: 24px 15px 0 10px;
	}
	#DrawTrafficReg
	{
		background-image: url('../images/draw_traffic_bg_registered.gif');
	}
		#DrawTraffic h2, #DrawTrafficReg h2
		{
			color: #799a01;
			margin-bottom: 110px;
			font-size: 2.1em;
			letter-spacing: -2px;
		}

		#DrawTraffic p, #DrawTrafficReg p
		{
			color: #fff;
			font-size: .85em;
			line-height: 1.2em;
			padding: 3px 0;
		}

		#DrawTraffic p a, #DrawTrafficReg p a
		{
			text-decoration: none;
			color: #839d15;
			font-weight: bold;
		}
		#DrawTraffic p a:hover, #DrawTrafficReg p a:hover
		{
			text-decoration: underline;
		}

	#DrawTrafficReg
	{
		height: 130px;
	}
		#DrawTrafficReg h2
		{
			margin-bottom: 5px;
		}
		#DrawTrafficReg p
		{
			padding: 0;
			font-size: .75em;
			line-height: 1.6em;
		}