/* different header graphic */

body
{
	background-image: 		url(/images/bg_home.jpg);
}

#nav-global
{
	padding:				0px 30px 0px 0px;
}

#center-x
{
	padding:				17px 18px 0px 0px;
}

div#homebodytext
{
	margin:				0px 28px;
	font-size: 			8pt;
}

/* other homepage stuff */

div#maincontent {
	font-size:			8pt;
}

div#righthomecol
{
	float:				right;
	width:				159px;
	margin:				0px 0px 15px 15px;
}

div#righthomecol div.rightcolcontent
{
	margin:				5px 0px 0px 7px;
	color: 				rgb(52,0,101);
}

div#tipsnewsblock
{
	float:				right;
	width:				387px;
	margin:				0px 0px 15px 15px;
	color: 				rgb(0,0,0);
	/*background-color:	#eeeeee;*/
}

div#tipsblock, div#newsblock
{
	display: 			none;
	min-height:			173px;
}

div#tipsblock img, div#newsblock img
{
	display:			block;
	float:				left;
}

div#tipsblock
{
	background-image: 	url(/images/block_greenbg_noarrow.gif);
	background-repeat: 	no-repeat;
	background-color: 	rgb(230,238,192);
	height:				100%;
}

div#tipstitle
{
	color: 				rgb(78,143,49);
	font-weight: 		bold;
	padding:			20px 0px 0px 21px;
}

p#tipscontent
{
	padding:			5px 0px 0px 21px;
}

img#tipsimg
{
	float:				right;
	border: 			1px rgb(171,200,48) solid;
	border-right-width: 0px;
	margin:				15px 0px 0px 10px;
}

div#newsblock
{
	background-image: 	url(/images/block_purplebg_noarrow.gif);
	background-repeat: 	no-repeat;
	background-color: 	rgb(224,209,224);
	height:				100%;
}

div#newstitle
{
	color: 				rgb(51,0,102);
	font-weight: 		bold;
	padding:			20px 0px 0px 21px;
}

p#newscontent
{
	padding:			5px 0px 0px 21px;
}

img#newsimg
{
	float:				left;
	border: 			1px rgb(152,102,153) solid;
	border-left-width: 	0px;
	margin:				15px 10px 0px 0px;
}

div#brands
{
	margin:			20px 0px;
	text-align: 	center;
}
