/**
 * Color styles for the Im-Press Promotions website.
 */
html,
body
{
	background-color: #000;
	color: #fff;
}

div#head,
div#foot
{
	color: #fff;
}
div#head a,
div#foot a
{
	color: #fff;
}

div#branding
{
	background-color: #232323;
}

div#head div.navigation ul li.selected
{
	background-color: #5d5d5d;
}
div#foot div.navigation ul li.selected
{
	background-color: #d2d2d2;
}
div#head div.navigation ul li.selected a
{
	color: #bdf;
}
div#foot div.navigation ul li.selected a
{
	color: #09609f;
}

div#body
{
	background-color: #e1e1e1;
}

table#content
{
	color: #222;
}
table#content a
{
	color: #222;
}

table#content td#first div.navigation ul li a,
table#content td#first div.navigation ul li.selected li a,
table#content td#first div.navigation ul li.selected li.selected li a
{
	color: #222;
}
table#content td#first div.navigation ul li.selected a,
table#content td#first div.navigation ul li.selected li.selected a,
table#content td#first div.navigation ul li.selected li.selected li.selected a
{
	color: #09609f;
}

table#content td#main a
{
	color: #09609f;
	text-decoration: none;
}
table#content td#main a:hover
{
	text-decoration: underline;
}
table#content td#main a img
{
	border-color: #09609f;
}
