/* Reception */

#reception
{
	background: url( ../images/blue-border.gif) repeat-x 0px 162px;
}

#major-nav ul li.selected,
#major-nav ul li.selected-by-child
{
	background-image: url( ../images/main-nav-shadow-with-minor-nav.gif);
}

/* Hero spot */

#hero-spot
{
	width: 570px; /* 630 - 30 - 20 */
	background: url( ../images/hero-spots/inside.jpg) 0 bottom repeat-x #f4f7fa;

	padding: 20px 30px 20px 30px;
	float: left;
}

	#hero-spot a
	{
		background: none;
		display: inline;
		margin: 0px;
		padding: 0px;
	}


/* Body */

#body
{
	width: 630px;

	margin-top: 20px;
	float: left;
}

#body ul li
{
	
}

/* Products */
.product-top
{
	background:	url( ../images/product-top.gif) 0 top no-repeat;
	width:631px;
	margin-top:15px;
}

	.product-top img
	{
		margin:0px 10px;
		float:left;
	}
	
	.product-top .product-title-smart
	{
		display:block;
		font-size: 166.7%;
		color: #505050;
		font-family: Georgia, Arial, Helvetica, sans-serif;
		padding-top:45px;
	}
	
		.product-title
		{
			color:#00aeef;	
		}

.product-bottom
{
	background:	url( ../images/product-bottom.gif) bottom no-repeat;
	margin: 15px 0px 0px 0px;
	padding:0px 20px 10px 20px;
}

	.product-bottom li
	{
		margin-left:12px;	
	}
	
	.product-bottom a
	{
		color:#990016;	
		background:	url( ../images/red-arrow-circle.gif) no-repeat;
		padding-left:28px;
		line-height: 22px;
		display:block;
	}

/* Feature and Benefits */

#feature-boxes
{
	border: 1px solid #ebebeb;
	padding: 16px;
	margin-bottom: 16px;
}

#feature-boxes .feature-shot
{
	overflow: hidden;
	float: left;
	width: 179px;
	height: 123px;
	margin-right: 8px;
}

#feature-boxes .feature-shot img
{
	display: block;
}

#feature-boxes .feature-shot img.enlarge
{
	cursor: pointer;
}

#feature-boxes .feature-shot a.enlarge
{
	display: block;

	width: 159px; /* 179 - 20 */
	height: 15px;
	line-height: 15px;

	margin: 0px;
	padding-right: 20px;

	font-size: 83.3%;
	color: #828282;
	text-align: right;
	text-decoration: none;
	background: url( ../images/enlarge.gif) 162px 2px no-repeat #d5e6fc;
}

#feature-boxes .feature-title
{
	display: block;
	overflow: hidden;

	width: 390px;
	padding-top: 100px;
*padding-top: 84px;
}

#feature-boxes li
{
	padding-bottom: 32px;
}

#feature-boxes li.last-child
{
	padding-bottom: 0px;
}

#feature-boxes div.feature-body
{
	padding-top: 12px;
}

#feature-boxes ul
{
	margin-top: 12px;
}

#feature-boxes ul li
{
	background: url( ../images/blue-dot.gif) 0 10px no-repeat;
	padding: 0px 0px 0px 15px;
}