@charset "utf-8";
/* CSS Document */

#PageWrapper
{
	display: block;
	width: 920px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}
#PageWrapper img { border: none; }
#PageWrapper div.clear { display: block; clear: both; height: 1px; width: 1px; overflow:hidden;}
#PageWrapper #HeaderArea
{
	display: block;
	width: 920px;
	padding: 0;
	margin: 0;
	clear: both;
}
#PageWrapper #PromoArea
{
	display: block;
	position: relative;
	float: left;
	width: 439px;
	padding: 0px 0px 0 16px;
}
#PageWrapper #ContentArea
{
	display: block;
	position: relative;
	float:right;
	width: 425px;
	padding: 0px 20px  12px 0px;
}

#PageWrapper .bottomItems
{
	display: block;
	width: 439px;
	padding: 18px 0 0px 0;
}

	#PageWrapper .bottomItems .logo { float: left; }

	#PageWrapper .bottomItems img.tca { padding: 0 22px 0 27px; }
	#PageWrapper .bottomItems img.satisfaction { float:left;  padding: 0 10px 0 22px; }
	#PageWrapper .bottomItems .copy
	{
		display: block;
		float: left;
		width: 195px;
		padding: 10px 0 0 0;
		text-align: left;
		font-size: 11px;	
		color: #333333;
	}
	
#PageWrapper #ContentArea .copyArea
{
	display: block;
	padding: 0px 0 0 7px;
	width: 418px;
}	

	#PageWrapper #ContentArea .copyArea img.title { 	
		display: block;
		padding: 0 0 2px 0; 
	}
	#PageWrapper #ContentArea .copyArea p
	{
		margin: 0;
		padding: 0 0 8px 0;	
		color: #221e1f;
		font-size: 11px;
	}
	
	#PageWrapper #ContentArea .copyArea p.useWith
	{
		width: 402px;
	}
	#PageWrapper #ContentArea .copyArea p.makeHome
	{
		width: 355px;
	}
	
#PageWrapper #ContentArea .tryBox
{
	display: bloxk;
	width: 402px;
	height: 265px;
	border: 1px solid #a4a4a4;
	overflow: hidden;	
	margin: 20px 0 0 0;
}
	#PageWrapper #ContentArea .tryBox .text
	{
		text-align: center; 
		width: 402px;
		display: block;
		color: #064cb4;
		font-size: 11px;
		padding-bottom: 5px;

	}