/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #999; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #333;
  text-decoration: none;
}

A:hover {
  color: #8ab01c;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

/*.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}*/

TR.accountHistory-odd1, TR.addressBook-odd1, TR.alsoPurchased-odd1, TR.payment-odd1, TR.productListing-odd1, TR.productReviews-odd1, TR.upcomingProducts-odd1, TR.shippingOptions-odd1 {
  background: #fff;
}

TR.accountHistory-even1, TR.addressBook-even1, TR.alsoPurchased-even1, TR.payment-even1, TR.productListing-even1, TR.productReviews-even1, TR.upcomingProducts-even1, TR.shippingOptions-even1 {
  background: #CCC;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  background: #999;
  height:35px;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }



/*css of aycmo*/



/* CSS Document */

body{
margin:0px;
}
.artical{
	font-family:tahoma;
	font-size: 11px;
	color: #242d36;
	font-weight:bold;
	text-decoration: none;
	}
.description{
	font-family:tahoma;
	font-size: 11px;
	color: #cb0000;
	font-weight:bold;
	text-decoration: none;
	}
.description2{
	font-family:tahoma;
	font-size: 11px;
	color: #eb7128;
	font-weight:bold;
	text-decoration: none;
	}	
.description1{
	font-family:tahoma;
	font-size: 11px;
	color: #6c6c6c;
	font-weight:none;
	text-decoration: none;
	}
.description5{
	font-family:tahoma;
	font-size: 11px;
	color: #4e3e43;
	font-weight:none;
	text-decoration: none;
	}
.description4{
	font-family:tahoma;
	font-size: 10px;
	color: #4e3e43;
	font-weight:none;
	text-decoration: none;
	}
.description3{
	font-family:tahoma;
	font-size: 11px;
	color: #eb7128;
	font-weight:none;
	text-decoration: none;
	}
.artical:hover{
	font-family:tahoma;
	font-size: 11px;
	color: #fe7800;
	font-weight:bold;
	text-decoration: underline;
	}
.artical1{
	font-family:tahoma;
	font-size: 11px;
	color: #242d36;
	font-weight:bold;
	text-decoration: underline;
	}
	.artical1 a:link{
	font-family:tahoma;
	font-size: 11px;
	color: #242d36;
	font-weight:bold;
	text-decoration: underline;
	}
	.artical1 a:hover{
	font-family:tahoma;
	font-size: 11px;
	color: #242d36;
	font-weight:bold;
	text-decoration:none;
	}
	
.artica3{
	font-family:tahoma;
	font-size: 11px;
	color: #565242;
	font-weight:none;
	text-decoration: none;
	}
.artical2{
	font-family:tahoma;
	font-size: 11px;
	color: #007396;
	font-weight:bold;
	text-decoration: none;
	}
.bottom{
	font-family:tahoma;
	font-size: 11px;
	color: #000000;
	font-weight:none;
	text-decoration: none;
	}
.bottom2{
	font-family:verdana;
	font-size: 12px;
	color: #000000;
	font-weight:none;
	text-decoration: none;
	}
.moreline{
	font-family:Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:none;
	}
.links{
	font-family:tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	}	
.links:hover{
	font-family:tahoma;
	font-size: 13px;
	color: #fe7800;
	font-weight:bold;
	text-decoration: underline;
	}	
.btmlink{
	font-family:Tahoma;
	font-size: 11px;
	color: #999999;
	font-weight:none;
	text-decoration: none;
	}

/* Ajax Marquee */
#ajaxticker{
width: 100%;
height: 5px;
padding: 2px;
text-align: center;
font: bold 13px Tahoma;
}

#ajaxticker div{ 
/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #111111;
}

/*Css for surgical*/

/* CSS Document */


.bg {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

.shadow_milddle_bg {
	background-color: #FFFFFF;
	background-image: url(images/shadow_middle.jpg);
	background-repeat: repeat-y;
}

.shadow_milddle_bg_01 {
	background-color: #FFFFFF;
	background-image: url(images/shadow_middle_01.jpg);
	background-repeat: repeat-y;
}

.top_bg {
	background-color: #FFFFFF;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
}

.top_banner {
	background-color: #FFFFFF;
	background-image: url(images/top_banner.jpg);
	background-repeat: repeat-x;
}

.top_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.top_links a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #FFFFFF;
}
.top_links a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration:underline;	
	color: #FFFFFF;
}
.top_links a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;	
	color: #FFFFFF;
}

.heighlight_textbox {
	font-family: Tahoma;
	font-size: 11px;
	color: #4e4e4e;
	background-color: #FFFFFF;
	height: 21px;
	width: 156px;
	border: thin solid #3b3b3b;
}
.textBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a6a6a6;
	background-color: #FFFFFF;
	border: thin solid #3b3b3b;
}

.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
}
.email a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.email a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;	
	font-weight: bold;
	color: #FFFFFF;
}
.email a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
}
.top a:link{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.top a:active{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.top a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;	
	font-weight: bold;
	color: #FFFFFF;
}
.top a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#bfe24a;		
	font-size: 12px;
	text-decoration:none;	
	font-weight: bold;
}
.use_coupon_code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #aadb0f;
}
.marquee_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9ee2fd;
}
.cell_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7a7a7a;
}

.history {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:none;
	color: #202c32;
}
.history a:link{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:none;
	color: #202c32;
}
.history a:hover{
	font-family: Tahoma;
	font-weight:bold;
	text-decoration:underline;	
	font-size: 11px;
	color: #202c32;
}
.history a:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #202c32;
}

.light_blue {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #4389ce;
}
.dark_blue {
	font-family: Tahoma;
	font-size: 11px;
	color: #183754;
}
.retails {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #626045;
}

.text_dollar {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration:none;
	color: #000000;
}
.text_dollar a:link{
	font-family: Tahoma;
	text-decoration:none;
	font-size: 12px;
	color: #000000;
}
.text_dollar a:active{
	font-family: Tahoma;
	text-decoration:none;
	font-size: 12px;
	color: #000000;
}
.text_dollar a:visited{
	font-family: Tahoma;
	text-decoration:none;
	font-size: 12px;
	color: #000000;
}
.text_dollar a:hover{
	font-family: Tahoma;
	text-decoration:underline;
	font-size: 12px;
	color: #000000;
}

.text_dollar_red {
	font-family: Tahoma;
	font-size: 12px;
	color: #ff0000;
}
.retail_price {
	font-family: Tahoma;
	font-size: 11px;
	color: #626045;
}

.company {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #c20220;
}

.text_dollar_red_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
.text_dollar_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.health_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #5f6060;
}
.health_info a:link{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 11px;
	color: #5f6060;
}
.health_info a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-size: 11px;
	color: #5f6060;
}
.health_info a:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;	
	font-size: 11px;
	color: #5f6060;
}

.speculm {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #e47100;
}
.About {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #202c32;
}

.contact_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bold_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.copyright {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:none;
	color: #FFFFFF;
}
.copyright a:link{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:none;
	color: #FFFFFF;
}
.copyright a:active{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:none;
	color: #FFFFFF;
}
.copyright a:visited{
	font-family: Tahoma;
	text-decoration:none;
	font-size: 11px;
	color: #FFFFFF;
}
.copyright a:hover{
	font-family: Tahoma;
	text-decoration:underline;
	font-size: 11px;
	color: #FFFFFF;
}

.textbox_signup {
	font-family: Tahoma;
	font-size: 11px;
	color: #727272;
	background-color: #FFFFFF;
	height: 17px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.view_locations {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.view_locations a:link{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}.view_locations a:active{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}.view_locations a:visited{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.unit_textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #105672;
	height: 21px;
	width: 64px;
	border: thin solid #d5e8ed;
	background-position: center;
}

.view_locations a:hover{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}.product_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.scissors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #738221;
}
.part_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.part_number a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.part_number a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.part_number a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.part_number a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.desc_second {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.desc_one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.available {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #105672;
}

/**************************************** AShiq *****************************************/


@charset "utf-8";
.mpg_leftbg {
	background-color: #b9bcc1;
	background-image: url(imgs/mainpage_leftbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mpg_rightbg {
	background-color: #b9bcc1;
	background-image: url(imgs/mainpage_rightbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.btmfontgry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4b4e56;
	text-decoration: none;
}
.topbarbg {
	background-image: url(imgs/topbarbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.arial20pxgry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #52565c;
	text-decoration: none;
}
.arial18pxgry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #52565c;
	text-decoration: none;
}
.txtboxsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topbar_bg {
	background-image: url(imgs/topbar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.topmenufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #52565c;
	text-decoration: none;
}
.topmenufont a:link,.topmenufont a:visited,.topmenufont a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #52565c;
	text-decoration: none;
}
.topmenufont a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.topmenuhov {
}
.topmenuhov:hover {
	background-image: url(imgs/topmenu_hov.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.shortabtfont {
	font-family: "Arial Narrow";
	font-size: 15px;
	font-weight: normal;
	color: #25272b;
	text-decoration: none;
}
.anobg {
	background-image: url(imgs/anobg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.arial12pxblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.heading18pxblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2c2c2c;
	text-decoration: none;
}
.arial12pxgry2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #52565c;
	text-decoration: none;
}
.heading16pxblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #2c2c2c;
	text-decoration: none;
}
.arial11pxgry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
}
.arial12pxgry2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
}
.mpg_centerbg {
	background-image: url(imgs/mpg_centerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #b9bcc1;
}
.heading_pcatgbg {
	background-image: url(imgs/pcatg_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headingwht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.leftmenubg {
	background-color: #e8eaee;
	background-image: url(imgs/leftmenubg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.mcatgbg {
	background-image: url(imgs/mcatgbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mcatgfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #51545b;
	text-decoration: none;
}
.mcatgfont :hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #51545b;
	text-decoration: none;
}
.mcatgfont a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #51545b;
	text-decoration: none;
}
.subcatgbg {

}
.subcatgbg:hover {
	background-color: #FFFFFF;
}
.arial13pxwht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.arial17pxwht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.largepg_pname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #494c51;
	text-decoration: none;
}
.largepg_ano {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8ab01c;
	text-decoration: none;
}
.txtboxqty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #737373;
	text-decoration: none;
	border: 1px solid #9d9d9d;
}
.arial20pxcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #4c4e55;
	text-decoration: none;
}
.arial20pxaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #8ab01c;
	text-decoration: none;
}
.contactbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #aeb1b6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tableclass{
	border:1px solid #333;
	}
.table_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
.menu-text3{
	font-family:Arial; font-size:14px; text-decoration:none; color:#000000; font-weight:bold;
	}
.tabmenu2{
height:20px;
width:39px;
border:2px solid #8ab01c;
background-color:#2b2b2b;
font-family:Arial;
font-size:12px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
.tabmenu2:hover{
height:20px;
width:39px;
border:2px solid #8ab01c;
background-color:#2b2b2b;
font-family:Arial;
font-size:12px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
.tabmenu3{
height:20px;
width:39px;
border:2px solid #000;
background-color:#8ab01c;
font-family:Arial;
font-size:12px;
color:#fff;
font-weight:bold;
text-decoration:none;
}
.tabmenu3 :hover{
height:20px;
width:39px;
border:2px solid #000;
background-color:#8ab01c;
font-family:Arial;
font-size:12px;
color:#fff;
font-weight:bold;
text-decoration:none;
}