
/* page specific styles (mostly background images) */

#titlecell
{
	background-image: url(../images/logopill.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

#lefthead
{
	background-image: url(../images/pills.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

#righthead
{
	background-image: url(../images/components_01.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}

/* To override the default menubox style
#aboutus
{
}

#news
{
}

*/
#products
{
background-color: #192151;
}
/*
#solutions
{
}
 */

/* To override the default content style */
#content {
	background-color: #333;
	background-image: url(../images/greyback.jpg);
}

/* To override the default rule style for the center rule between the content and the right image. */
#centerrule {
	background-color: #333;
	background-image: url(../images/greyback.jpg);
}

#rightimage
{
	background-image: url(../images/components_03.jpg);
	background-repeat: no-repeat;
	background-color: #2F2F2F;
}

.pagetitle
{

	position: absolute;
	bottom: 0px;
	background-image: url(../images/t_products.gif);
	background-repeat: no-repeat;
}

.prod_icon
{
	float: left;
	width: 144px;
	margin-right: 5px;
}

.prod_icon img
{
	margin-top: 8px;
}
