body{
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	scrollbar-face-color: #B1B1B1;  
      scrollbar-shadow-color: #FFFFFF;
      scrollbar-highlight-color: #FFFFFF; 
      scrollbar-3dlight-color: #FFFFFF;
      scrollbar-darkshadow-color: #FFFFFF;
      scrollbar-track-color: #E3E3E3;
      scrollbar-arrow-color: #F53133;
	color: #000000;
}
P{
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
}
td, div, span, input, select, textarea, a:hover,a:link,a:active,a:visited {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
.imgcaption{
		margin: 0px;
		font-family: Arial;
		font-size: 11px;
		color: #000000;
}

.normal{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.bigfont{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
.smallfont{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.tablehead{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	
}
.tabletd{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	cursor:pointer;
}
.tablelink, a.tablelink:hover,a.tablelink:link,a.tablelink:active,a.tablelink:visited{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.tablefont{
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial;
	font-size: 12px;
}
.bodyfont{
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
}

.valuefont{
	padding-left: 10px;
	font-family: Arial;
	font-size: 12px;
}
.headline{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #F53133;
}
.headblack{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.printbody{
	font-family: Arial;
	font-size: 13px;
}

.redfont{
	font-family: Arial;
	font-size: 11px;
	color: #F53133;
}
.header{
	background-color: #676767;
}
.bheader{
	background-color: #B1302B;
	padding-left: 170px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.loginbox{
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	background-color: #676767;
	border: 1px solid #ffffff;
}
.horizontal{
	background-image:url("../images/whitedot.jpg");
 	background-repeat: repeat-x; 
}

.tdloginbox{
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	background-color: #676767;
}
.adminnavi{
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}
.central{
	padding-left: 10px;
}
.tdcaption{
	padding-left: 10px;
	font-weight: bold;
}
.adminnavi, a.adminnavi:hover,a.adminnavi:link,a.adminnavi:active,a.adminnavi:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.adminnavif, a.adminnavif:hover,a.adminnavif:link,a.adminnavif:active,a.adminnavif:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.weblink, a.weblink:hover,a.weblink:link,a.weblink:active,a.weblink:visited{
	font-family: Arial;
	font-size: 12px;
	color: #000000;

}

.buttonedit{
	background-image:url("../images/edit.gif");
	background-color:transparent;
 	background-repeat:no-repeat; 
	background-position: 2px center;
	border-style: solid;	
     	border-color: #000000;
     	border-width: 1px;
	font-family: Arial;
	font-WEIGHT: bold;
	font-size: 11px;
	color: #000000;
	padding-left: 20px;
}

.buttondelete{
	background-image:url("../images/delete.gif");
	background-color:transparent;
 	background-repeat:no-repeat; 
	background-position: 2px center;
	border-style: solid;	
     	border-color: #000000;
     	border-width: 1px;
	font-family: Arial;
	font-WEIGHT: bold;
	font-size: 11px;
	color: #000000;
	padding-left: 20px;
}

.buttonsave{
	
	background-color:transparent;
 	background-repeat:no-repeat; 
	background-position: 2px center;
	border-style: solid;	
 	border-color: #000000;
 	border-width: 1px;
	font-family: Arial;
	font-WEIGHT: bold;
	font-size: 11px;
	color: #000000;
	padding-left: 20px;
}

.buttonaddnew{
	background-image:url("images/addnew.gif");
	background-color:transparent;
 	background-repeat:no-repeat; 
	background-position: 2px center;
	border-style: solid;	
      border-color: #000000;
      border-width: 1px;
	font-family: Arial;
	font-WEIGHT: bold;
	font-size: 11px;
	color: #000000;
	padding-left: 20px;
}

.buttonchangeorder{
	background-image:url("../images/changeorder.gif");
	background-color:transparent;
 	background-repeat:no-repeat; 
	background-position: 2px center;
	border-style: solid;	
      border-color: #000000;
      border-width: 1px;
	font-family: Arial;
	font-WEIGHT: bold;
	font-size: 11px;
	color: #000000;
	padding-left: 20px;
}
.menuItem{
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.mainItem{ 
	color:#ffffff;
	padding-left: 5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	/*width: 160px;*/
	cursor: default;
	border-bottom : 2px solid #666666;
 }
.mainItem div.menuItem{
	padding-left: 5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
	color:#ffffff; 
}
.mainItemIn{ 
	padding-left: 5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	cursor: default; 
	cursor:pointer;
	border-bottom : 2px solid #666666;
}
.mainItemIn div.menuItem{
	color:#ffffff;
	padding-left: 5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	color: #FFF; cursor:pointer;
}
.subItem{ 
	color:#ffffff;
	position: relative;
	padding-left: 5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	/*border-bottom : 2px solid #9C070B;*/
	cursor: pointer;

}
.subItemIn{ 
	color:#ffffff; 
	position: relative;
	padding-left: 5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	/*border-bottom : 2px solid #9C070B;*/
	background-image:url('images/menubgover.gif'); 
	cursor: pointer; 
}
.subItem div.menuItem{
	color: #ffffff; 
}
.subItemIn div.menuItem{ 
	color: #ffffff;
 }
.container{ 
	background-image:url('images/menubg.gif');
	width:160px;
	position: absolute;
	visibility: hidden;  
	cursor: pointer; 
}
.redBorder{
	background-image:url('images/redborder.jpg');
	width:2px;
	height:2px;
	background-repeat:repeat-x;
}
.redBorder1{
	background-image:url('images/redborder1.jpg');
	width:2px;
	height:2px;
	background-repeat:repeat-y;
}
.redBorder2{
	background-image:url('images/redborder2.jpg');
	width:2px;
	height:2px;
	background-repeat:repeat-y;
}
.imgContainer{
	border: 1px solid #B5B5B5;
	width: 130px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer; 
}
.imgDiv{
	height:100px;
	width: 100px;
	margin-left:13px;
	margin-right:13px;
	overflow:hidden;
	cursor: pointer; 
}
.homeHeading{
	font-family: Arial;
	font-size: 11px;
	color: #F53133;
	cursor: pointer; 
}
.homeHeadline{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #F53133;
}
.homeContent{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.pointer{
	cursor: pointer; 
}
.staffFrame{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.detailsLink{
	text-decoration:none;
}
.bottomLinks{
	color: #A7A7A7;
}
H1{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #F53133;
	margin:0px;0px;0px;0px;
}

.redText{
	color:#F53133;
	font-size: 13px;
}
a.redText:link, a.redText:active, a.redText:visited, a.redText:hover{
	color:#F53133;
}
a.grayLinks:link, a.grayLinks:active, a.grayLinks:visited, a.grayLinks:hover{
	color:#666666;
}

.absMargin{
	position:absolute;
	margin-left:150px;
	clear:both;
}
.width570{width:570px;}
.width397{width:397px;}
.width288{width:288px;}
.width179{width:179px;}
.width173{width:173px;}
.width146{width:146px;}
.width55{width:55px;}
.width65{width:65px;}
.width136{width:136px;}

.height88{height:88px;}
.height10{height:10px;}
.height27{height:27px;}
.height26{height:26px;}
.height1{height:1px;}
.height4{height:4px;}


.lHeight1{line-height:1px;}

.fRight{float:right;}
.fLeft{float:left;}
.cBoth{clear:both;}

.font12{font-size:12px;}
.font8{font-size:8px;}

.noPadMar{padding: 0 0 0 0;margin:0 0 0 0;}

.borderBtm{border-bottom:1px solid #ff0000;}
.blackBoder{border:1px solid #000000;}

.hiddenDiv{visibility:hidden;display:none;}

.absArticleMargin{
	position:absolute;
	margin-left:-250px;
	margin-top:-168px;
	#margin-top:0px;
	clear:both;
	
}
a.detailsLink1{
	text-decoration:none;
	display:block;
	line-height:10px;
	padding:0;
	margin:0;
}
.supText{
	margin:0;
	padding:0;
	line-height:8px;
	font-size:80%;
}
.infoText{
	color:#F53133;
}
.lpad6{padding-left:6px;}
.lpad2{padding-left:2px;}
.detailsText{
	padding-left: 6px;
	font-family: Arial;
	font-size: 12px;
}
.detailsTblText{
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
}
.form{padding:0;margin:0;}
.valueText{
	font-family: Arial;
	font-size: 12px;
}

#cartCont{position: absolute; right:10px; top: 10px; width: 158px; padding-top:200px; border: 0px solid #3d658e;z-index:5000;}
input.textBtnImg{behavior: url(../csshover.htc);background: url('btnImages/textBtnOff.gif') no-repeat;width:91px;height:56px; display:block;color:#ffffff;cursor:pointer;border:0;padding:0;margin:0;}
input.textBtnImg:hover{background: url('btnImages/textBtnOn.gif') no-repeat;width:91px;height:56px;display:block;color:#ffffff;cursor:pointer;}
img.pngfix{behavior: url('iepngfix.htc'); }

.btnLink{text-decoration:none;}
