
<!--

/* page specific styles (mostly background ../images) */

#titlecell
{
	background-image: url(../images/orangepills_darkfade.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

#lefthead
{
	background-image: url(../images/orangepills.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

#righthead
{
	background-image: url(../images/orangepills_dark.jpg);
	background-repeat: repeat;
	background-color: #000;
}

/* To override the default menubox style
#aboutus
{
}

#news
{
}


#products
{
}

#solutions 
{
}
 */

/* To override the default content style */
#content {
/* background-color: #333; */
}

/* To override the default rule style for the center rule between the content and the right image. */
#centerrule {
/* background-color: white; */ 
}

#rightimage
{
	background-image: url(../images/contact_03.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}

.pagetitle
{

	position: absolute;
	bottom: 0px;
	background-image: url(../images/t_contact.gif);
	background-repeat: no-repeat;
}

.form_label
{
	width: 100px;
	padding: 10px 10px 1px 0px;
}
-->

