﻿
/* =========================================================================================== */
/* ====                                                                                    === */
/* ====               site-specific ppnet stuff - always to be defined                     === */
/* ====                                                                                    === */
/* =========================================================================================== */

#ccolumn
{
	/* this defines site-specific background - see ppnet.css for rest of definition */
	background-image: url(  '../images/treeBackground.png' );
	_background-image: url(  '../images/treeBackground.gif' ); /*transparent gif for ie6*/
	background-position: left bottom;
	background-repeat: no-repeat;
}

h1, h2, h3, h4
{
	color:#D8F2C7;
}

a, a:visited, a:hover
{
	color:#CAE3FF;
}

.buy-now
{
	background-color:#9DBB61;
	background-image:url('../images/productsFade.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

.strip-y
{
	background-color:Black;
	background-image:url('../images/strip-y.png');
	background-repeat:repeat-y;
	background-position:top left;
}


/* =========================================================================================== */
/* ====                                                                                    === */
/* ====               other stuff for this site                                            === */
/* ====                                                                                    === */
/* =========================================================================================== */


#right-image1 	
{
	background-image:url('../images/policy-wizard_c.png');
	height:194px;
}
	
#right-image2, #right-image4
{
	background-image:url('../images/policy-wizard_b.png');
	_background-image:url('../images/policy-wizard_b.gif');
	height:249px;
}

#right-image3
{
	background-image:url('../images/policy-wizard_a.png');
	_background-image:url('../images/policy-wizard_a.gif');
	height:256px;
}