/*--------- pane style ----------*/
.ContentPane { padding:0; margin:0; }
.LeftPane { padding:0; margin:0; }
.RightPane { padding:0; margin:0; }
.TopPane, .BottomPane { padding:0; margin:0; }

/*-------------- ProductButtons --------------*/
#pbdiv 
{
	height:297px;
	padding-left:14px;
}
#pb, #pb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 360px;
}
#pb a {
    display: block;
    text-align:center;
    color:Black;
    font-size:9pt;
    text-decoration:none;
    margin-left:5px;
    margin-right:8px;
}
#pb a img
{
	border:0px;
    margin-top:10px;
    margin-bottom:2px;
}
#pb li {
    float: left;
    width: 77px;
    height: 140px;
    position: relative;
    margin: 3px 6px 1px 6px;
    list-style: none;
}

#pb li ul {
    position: absolute;
    left: -999em;
    width: 200px;
}
#pb li:hover ul {
	position:absolute;
    left: 85px;
    top: 9px;
    z-index: 90;
    filter:alpha(opacity=95);
	opacity:0.95;
}
#pb li ul li
{
	width: 154px;
    height: 14px;
    margin: 0px;
    padding: 5px 0px 7px 10px;
    background-color:#fc9835;
    border-top: solid 1px white;
}
#pb li li a {
	text-align:left;
	color:white;	
    font-size:small;
    font-weight:bold;
}
#pb li:hover li:hover a {
	color:#f9cfa6;
}
#pb div
{
	width:94px;
	height:147px;
	margin:0px;
	background: url("images/pbbg.png") no-repeat top left;
}

/*--------- container styles ----------*/

.c1
{
	position:relative;
	width:283px;
	margin:0;
	padding:0;
	float:left;
}
.c1top
{
	background: url("images/c1top.png") left top no-repeat;
	width:283px;
	height:28px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#103c8c;
}
.c1bot
{
	background: url("images/c1bot.png") left top no-repeat;
	width:283px;
	height:28px;
}
.c1bg
{
	background: url("images/c1bg.png") left top repeat-y;
	padding: 2px 26px 0 26px;
	color:#666666;
	font-size:xx-large;
	height:355px;
}
.c2
{
	position:relative;
	width:333px;
	margin:0;
	padding:0;
	float:left;
}
.c2top
{
	background: url("images/c2top.png") left top no-repeat;
	width:333px;
	height:32px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#103c8c;
}
.c2mid
{
	background: url("images/c2mid.png") left top no-repeat;
	width:333px;
	height:17px;
}
.c2bot
{
	background: url("images/c2bot.png") left top no-repeat;
	width:333px;
	height:28px;
}
.c2l
{
	background: url("images/c2l.png") left top repeat-y;
	padding: 0;
	color:Black;
}
.c2r
{
	background: url("images/c2r.png") right top repeat-y;
	padding: 2px 26px 0 26px;
	color:#103c8c;
	font-size:xx-large;
}

.ContentPane .btn1s, .ContentPane .btn1
{
	position:absolute;
	bottom:20px;
	right:16px;
}
.ContentPane .c1r
{
	height:355px;
}
#yrs85
{
	float:right;
	color:#666666;
	font-size:32pt;
	text-align:right;
	margin-top:4px;
}

