﻿body 
{
    background-image: url('../images/bg_pagebg.gif');
    border:0px;
    margin:0px;
    font-family:Tahoma;
    color:White;
    font-size:10pt;
}

#ph_site
{
    width:100%;
}

a img
{
    border:0px   
}

a:link
{
    color:Red;
    text-decoration:none;
}

a:hover 
{
    color:Red;
    text-decoration: underline
}

a:visited
{
    color: #800000;
    text-decoration: underline;
}

.productBox .C a:link
{
    color:Red;
    text-decoration:none;
}

.productBox .C a:hover 
{
    color:Red;
    text-decoration: underline
}

.productBox .C a:visited
{
    color: #800000;
    text-decoration: underline;
}

.content
{
    background-image: url('../images/bg_content.gif');
    background-repeat:repeat-y;
}

.footer
{
    width:916px;
    height:118px;
    background-image: url('../images/gf_footer.gif');
    background-repeat:no-repeat
}

#tblContent
{
    width:850px;
}

.red_swirl
{
    background-image: url('../images/bg_redswirl.gif');
    background-repeat:no-repeat;
    background-position:center center;
}

.productBox
{
	width:100%
}

.productBox .NW
{
	background-position: left bottom;
	background-image: url(../images/pbox_NW.png);
	background-repeat: no-repeat;
	height:18px;
	width:18px;
}

.productBox .N
{
	background-position: center bottom;
	background-image: url(../images/pbox_NFill.png);
	background-repeat: repeat-x;
	height: 18px;
	vertical-align: bottom;
	text-align: left;
}

.productBox .NE
{
	background-position: right bottom;
	background-image: url(../images/pbox_NE.png);
	background-repeat: no-repeat;
	height:18px;
	width:18px;
}

.productBox .W
{
	background-position: left top;
	background-image: url(../images/pbox_WFill.png);
	background-repeat: repeat-y;
	width:18px;
}

.productBox .E
{
	background-position: right top;
	background-image: url(../images/pbox_EFill.png);
	background-repeat: repeat-y;
	width:18px;
}

.productBox .SW
{
	background-position: left top;
	background-image: url(../images/pbox_SW.png);
	background-repeat: no-repeat;
	height:18px;
	width:18px;
}

.productBox .S
{
	background-position: center top;
	background-image: url(../images/pbox_SFill.png);
	background-repeat: repeat-x;
	height: 18px;
}

.productBox .SE
{
	background-position: right top;
	background-image: url(../images/pbox_SE.png);
	background-repeat: no-repeat;
	height:18px;
	width:18px;
}

.productBox .C
{
	background-color: #ffffff;
}

.productBox .CZ
{
    background-image: url('../images/bg_zoomer.gif');
    background-repeat:no-repeat;
    background-position:center center;	
}

.productBox a
{
	color: #f5f5f5;
	text-decoration: none;
}

.productBox a:hover
{
	color: #f5f5f5;
	text-decoration: underline;
}

.pbatext
{
	color:Red;
}

.tmtext
{
	vertical-align: super;
	font-size:6pt
}

.contactTitle
{
    color:Red;
    font-size:14pt;
}