@charset "utf-8";
/* CSS Document */

/* GENERIC */
.AlignCenterMargin	{
	margin:0 auto;
}
#MainTableNav	{
}
.noborder	{
	border:none;
}
img	{
	border:none;
}

/* FEATURE LIST */
.FeatureList	{
	margin-top:8px;
	background:#fdf8e5;
}
.FeatureListSeparator	{
	background-image: url(/images/featurelist_separator.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.FeatureList	p	{
	margin:0;
	padding:2px 6px;
	border-bottom:1px dotted #e9e3cb;
	display:block;
}

/* CLIENT QUOTES */
#ClientQuotes	{
	padding:10px 6px 20px 6px;
}
#ClientQuotesFadeBottom {
	position: relative;
	height: 50px;
	width:100%;
	margin-top: -50px;
}
/* More quote control on Quote stylesheet */
.News h3	{
	background-image: url(/word-that-wins/images/bg_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:10px 0 0 0;
	padding:0 2px 0 10px;
	line-height:28px;
	color:#ffffff;
	font-size:1.2em;
}

.ProductDescription	{
	background-image: url(/word-that-wins/images/bg_product_description.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.ProductDescription p	{
	padding:16px 8px 0 16px;
	color:#ffffff;
}


/* FOOTER	*/
#footer	{
	text-align:center;
	padding:20px 0;
}
#footer	a:link,#footer	a:visited	{
	color:#000000;
	text-decoration:none;
	border-right:1px solid #ffffff;
	padding:4px 8px;
}