/**********************************************************
Name:			homepage.css
Description:	CSS definitions for Nisa Today's homepage.
Date:			04/10/2007
Author:			Andrei Vais
**********************************************************/

/*	Start homepageContent Style rules	*/
/*	Main page copy area	*/
#homepageContent
{
	/*clear: both;*/
	float: left;
	font-size: 85%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	width: 100%;
}

#homepageContent h1
{
	color: #21467B;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 155%;
	font-weight: bold;
	line-height: 100%;
	margin: 35px 0 0 0;
	padding: 0 0 0 0;
}

#homepageContent h2
{
	color: #FFCC00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 275%;
	font-style: italic;
	line-height: 100%;
	margin: 6px 0 15px 0;
	padding: 0 0 0 0;
}
/*	End of main page copy area	*/

/*	Stores Offers area	*/
#offers
{
	clear: both;
	float: left;
	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
	width: 100%;
}

#offers dl
{
	clear: none;
	color: #666666;
	float: left;
	font-size: 110%;
	font-weight: bold;
	line-height: 140%;
	list-style-type: none;
	margin:  0 2% 0 4%;
	padding: 0 0 0 0;
	display: inline;
	width: 44%;
}

#offers dl.rightOffer
{
	margin: 0 4% 0 2%;
	display: inline;
}

#offers dt
{
	float: left;
	color: #21467B;
	text-transform: uppercase;	
	width: 100%;
}

#offers dt a
{
	color: #21467B;
	text-decoration: none;
}

#offers dt a:hover
{
	text-decoration: underline;
}

#offers dd
{
	float: left;
	margin:  0 0 0 0;
	padding: 0 0 0 0;
	width: 49%;
}

#offers dd.img
{
	width: auto;
}

#offers dd.img img
{
	border-width: 0;
	float: left;
}

p#offersDisclaimer
{
	clear: both;
	float: left;
	margin:  0 4% 0 4%;
	padding: 0 0 0 0;
	display: inline;
	width: 96%;
}

/*	End of stores offers area	*/

/*	home bottom images	*/


#homeImageStrip
{
	width: 70%;
	/*border: 1px solid blue;
	height: 150px;*/
	float: left;
	text-align: center;
	display: inline;
	margin: 0 0 0 22%;
}

#homeImageStrip span
{
	float: left;
	margin: 0px 0px 5px 0;
	text-align: left;
	width: 100%;
}

#homeImageStrip img.homeImgSupporters
{
	float: left;
	margin: 0 10px 0 0;
}

#homeImageStrip .outerImg{
	overflow: hidden;
	width: 170px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
	padding: 2px;
	border: 1px solid #C6C6C6;
}

#homeImageStrip .innerImg{
	min-width: 140px;
	/*max-width: 170px;*/
	height: 140px;
	overflow: none;
	margin: 0px 2px 0px 2px;
	display: block;
	float: left;
	padding: 2px;
	border: 1px solid #C6C6C6;
}

/*	End mainContent Style rules	*/