@charset "utf-8";
/* cardlogix.com homepage. */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #002943 url(../images/bg/bg_gradient_darkblue.jpg) repeat-x;
	margin-top: 10px;
}

p
{
	text-align: justify;
	overflow: hidden; /* handle DIV overflow in FF */
}

a
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover
{
	color: #CC0033;
	text-decoration: underline;
}

div#container
{
	width: 800px;
	border: none 1px #000000;
	border-top: none;
	background: none;
	margin-left: auto;
	margin-right: auto;
}

div#header
{
	background: #000000 url(../images/header/hdr_glossblack_logo.jpg) no-repeat top center;
	padding: 10px 10px 0 10px;
	height: 50px;
}

div#logo
{
	float: left;
	width: 280px;
	height: 40px;
}

div#header-links
{
	float: right;
	color: #999999;
}

div#announcements
{
	background: #FFFFFF;
	color: #666666;
}

div#announcements p
{
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	text-align: left;
}

div#dropdown
{
	background: #E31937;
	height: 30px;
	margin: 0;
}

div#splash
{
	height: 420px;
	background: url(../images/home/home_2009.jpg) no-repeat top center;
}

div#blurb
{
	font-size: 14px;
	width: 390px;
	overflow: hidden;
	position: relative;
	left: 374px;
	top: 36px;
	color: #FFFFFF;
	text-align: justify;
}

div#whatsnew
{
	background: #000000;
	padding: 1px 20px;
	margin-bottom: 0;
}

div#whatsnew h2
{
	font-size: 16px; /* IE6 */
	color: #006699;
	text-decoration: none; /* IE6 */
}

div#whatsnew p
{
	color: #B0B0B0;
}

div#whatsnew img
{
	float: right;
}

div#spotlights
{
	background: #000000;
	margin-top: 8px;
	padding: 1px 20px;
}

div#customer-spotlight, div#partner-spotlight, div#card-spotlight, div#reader-spotlight
{
	clear: both;
	background: none;
	border: solid 1px #002942;
	margin: 8px 0;
	padding: 8px;
	#height: 72px; /* IE6 */
	min-height: 72px;
}

div#customer-spotlight img, div#partner-spotlight img, div#card-spotlight img, div#reader-spotlight img
{
	float: right;
	margin: 0 20px;
}

div#customer-spotlight h3, div#partner-spotlight h3, div#card-spotlight h3, div#reader-spotlight h3
{
	font-size: 14px; /* IE6 */
	color: #006699;
	margin: 0;
	margin-bottom: 2px;
}

div#customer-spotlight p, div#partner-spotlight p, div#card-spotlight p, div#reader-spotlight p
{
	color: #B0B0B0;
	margin: 0;
}

div#footer
{
	float: left;
	clear: both;
	width: 100%;
	background: #000000;
	color: #B0B0B0;
	margin-top: 8px;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	height: 20px;
}

div#copyright
{
	float: left;
	color: #666666;
	padding-left: 10px;
}

div#footer-links
{
	float: right;
	padding-right: 10px;
}

div#header-links a, div#footer-links a
{
	text-decoration: none;
}

div#header-links a:hover, div#footer-links a:hover
{
	text-decoration: underline;
}