@import "menu.css";

body
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:  #F5F6FC url('../gfx/bg.gif') repeat-x;
	color: #000;
}
img
{
	border: 0px none #fff;
}
a
{
	color: #1B2A7F;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.clear{
	clear: both; 
	height: 0px; 
	overflow: hidden;
}
html[xmlns] .mozclear
{
	/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's give here.
	 */
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}
.hide
{
	display: none;		/* hide elements that CSS-targeted browsers shouldn't show */
}


#pageFrame
{
	background: white;
}

#header{
	background: white url('../gfx/bg_header.gif') repeat-x;
}

.mainBody{
	width: 100%;
}
.leftColumn
{
	background: #050511 url('../gfx/bg_left.jpg') top left no-repeat;
	}
	.leftBottomColumn{
		background: #9FB300 url('../gfx/bg_left_bottom.gif') repeat-x;
		height: 91px; /*111px;-*/
		padding: 10px 26px;
		color: white;
		font-size: 10px;
		line-height: 200%;
	}

.rightColumn
{
	line-height: 200%;
	}
	#location{
		padding: 7px 0 7px 17px;
		background: #051FA9;
		border-bottom: 1px solid white;
		border-top: 1px solid #8895D7;
	}
	#location a{
		color: #C8CEEC;
	}
	#location img{
		margin: 0 9px;
	}

	.midBox{
		padding: 20px 26px;
	}
	.rightColumn h1, .rightColumn h2{
		clear: right;
		margin: 0;
		padding: 0;
		font: bold 17px Arial, Helvetica, sans-serif;
		color: #1B2A7F;
	}
	.rightColumn h2{
		font-size: 15px;
	}
	
	.h1{
		height: 20px; 
		margin-bottom: 15px;
	}
	.print{
		padding-left: 23px;
		height: 15px;
		padding-top: 2px;
		/*background: url("../gfx/ico_print.gif") no-repeat;*/
	}




div.sep{ height: 1px; background: url('../gfx/fp-sep-h.gif') no-repeat 0 0; margin: 5px 0; }
div.sep hr{ display: none; }

div.sep_r{ height: 4px; background: #c00; border-bottom: 1px solid white; }
div.sep_r hr{ display: none; }

div.sep_g{ height: 30px; background: url('../gfx/bg_header.gif') repeat-x; margin: 0; }
div.sep_g hr{ display: none; }

#footer{
		background:  url('../gfx/bg_footer.gif') repeat-x;
		color: #FDC892;
		font-size: 9px;
	}
	#footer a{
		color: #FDC892;
	}

.left, .float-l{ float: left; }
.right, .float-r{ float: right; }
.font-sm{ font-size: 9px; line-height: 12px; }


/* old BB styles */


.SubHdr, SubHdr a{ 
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FC0;
}

.hdr{ 
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #1B2A7F;
}

.link, .link a{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FC0;
}

/* products */
.prodTable{
	margin-bottom: 20px;
	color: #051672;
	font: 12px/150% Tahoma, Arial, Helvetica, sans-serif;
}
.prodHdr a{
	color: #051672;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	padding-bottom: 4px;
	border-bottom: 1px solid #F38400;

}
.prodInfo{
	padding-top: 10px;
	padding-bottom: 25px;
}
.price{
	color: #c00;
}
.prodHdr, .prodInfo{
	width: 163px;
	padding-right: 20px;
}
div.prodImg{
	border: 7px solid #E8EBF7;
}
div.prodImg table{
	width: 280px;
	height: 200px;
	border: 1px solid #19266D;
	text-align: center;
}
div.prodImg div img{
}
