html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/*body {
    line-height:1;
}*/

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/**************************Vertical menu**************************/
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	z-index: 3;
}

/* Menu */
.menu {	
	height: 40px;
	width: 515px;

	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}

/* Links */

.menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;

	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #8fde62; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 40px;
	left: 0;
	opacity: 0;
	
	background: #1f2024;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.sub-menu {
    position: absolute;
    float: right;
	top: 40px;
	left: 0;
	opacity: 0;
	
	background: #1f2024;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1;}

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	/*position: relative;
	right: 15px;
	bottom: 16px;*/

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 150px;
	padding: 4px 0 4px 40px;
	margin: 0;

	border: none;
	border-bottom: 1px solid #353539;
}

.menu ul li:last-child a { border: none; }

/* Icons */

.menu a.documents { background: url(../menuimages/docs.png) no-repeat 6px center; }
.menu a.messages { background: url(../menuimages/bubble.png) no-repeat 6px center; }
.menu a.signout { background: url(../menuimages/arrow.png) no-repeat 6px center; }
/*****************************************************************/

/**************************Main page CSS**************************/
body
{
	margin: 0px;
	padding: 0px;
/*	background-color: #bccf02;*/
	background-image: url('../images/pattern-1.png');
}

.mainDiv{
	width: 980px;
	background-color: #fff;
	/*overflow: auto;*/
	margin-right: auto;
	margin-left: auto;
}

header{
	width: 980px;
	float: left;
}

.logoDiv{
	height: 177px;
	width: 248px;
	float: left;
	background-image: url('../images/logo.gif');
	margin-top: 0px;
	margin-left: 2px;
}

.logoDiv1 {
	height: 177px;
	width: 726px;
	float: left;
	background-image: url('../images/right_img.gif');
	margin-top: 0px;
	margin-left: 2px;
}

.logoDiv2 {
	width: 334px;
	height: 52px;
        margin-top: 10px;
	background-image: url('../images/txt_welcome.gif');
}

.logoDiv3 {
	width: 940px;
	height: 52px;
	float: left;
	background-image: url('../images/readmore3.jpg');
}
.logoDiv4 {
	width: 209px;
	height: 34px;
	float:left;
	background-image: url('../images/txt_product.gif');
	position: relative;
	left: 133px;
	top: 7px;
}
.logoDiv5 {
	width: 334px;
	height: 233px;
	float: left;
	margin-top: 48px;
	margin-left: -168px;
	background-image: url('../images/img_moreproduct.jpg');
}

.logoDiv6 {
	width: 12px;
	height: 285px;
	float: left;
	margin-left: 118px;
	margin-top: 14px;
	background-image: url('../images/dotstrip.gif');
}

.logoDiv7 {
	width: 226px;
	height: 34px;
	float: left;
	position: relative;
	left: 82px;
	top: 7px;
	background-image: url('../images/txt_contact.gif');
}

.logoDiv8{
	width: 158px;
	height: 104px;
	float: left;
	margin-top: 47px;
	margin-left: -137px;
	background-image: url('../images/img_contact.gif');
}
.content1 {
	width: 978px;
	/*height: 40px;*/
	background-color: #d5251e;
	border-radius: 3px;
}
.content2 {
	width: 978px;
	height: 345px;
	margin-top: 54px;
}

.introParagraph {
	width: 916px;
	margin-top: 3px;
	padding: 0px 30px 0px 30px;
}
.introParagraph p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	line-height: 23px;
}

.addParagraph {
	width: 207px;
	float: left;
	margin-left: 124px;
}

.addParagraph p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	line-height: 15px;
}
.addParagraph a:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
	}
.addParagraph A:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
}
.addParagraph A:hover {
	COLOR: #666666;
	TEXT-DECORATION: none;
}
.faxalign {
	padding-left: 19px;
}

section{
	width:978px;
	height: auto;	
	background-color:#ffffff;
	-webkit-border-radius: 4px; 
	float: left;
	margin-top: 4px;
}
/*social plugin*/
.socialPlugin {
	width: 100px;
	float: right;
	margin-top: 7px;
}
.socialPlugin a {
	padding-right: 4px;
}

/*Footer*/
footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 860px;
	float: left;
	margin-top: 6px;
	margin-left: 119px;
}
.style9 a:visited {
	color: #000000;
	text-decoration: none;
}
.style9 a:link {
	color: #000000;
	text-decoration: none;
}
.style9 a:hover {
	color: #666666;
	text-decoration: none;
}
.style9 a {
	font-size: 11px;
	padding-left: 1px;
}
.style10 a{
	color: #ce0000;
	text-decoration: none;
	font-size: 11px;
	padding-left: 1px;
}
.style11 {
padding-left: 126px;
font-size: 11px;
}

.style11 p {
		FONT-WEIGHT: normal;
		FONT-SIZE: 11px;
		COLOR: #666666;
		FONT-FAMILY: Verdana, Geneva, sans-serif;
		TEXT-ALIGN: left;
		padding-left: 24px;
		padding-right: 24px;
}
/********************************Footer****************************************/

/********************************Breadcrumbs***********************************/
.breadCrumb {
	width: 917px;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin: 10px 0px 0px 30px;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: -1;
}
.breadCrumb li {
	display: inline;
	list-style-type: none;
}
.breadCrumb li a {
    color: #000000;
    text-decoration: none;
}
.breadCrumb li a:hover {
  color: #666666;  
}
.breadImage {
	float: left;
}
/*****************************Brand Cascading style sheet*********************************/
.brandfont {
	width: 100px;
	float:left;
	margin: 20px 0px 10px 30px;
}

.brandParagraph {
	width: 916px;
	float: left;
	margin-top: 2px;
	padding: 0px 30px 0px 30px;
}
.brandParagraph p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
}
.brandContent {
	margin: 115px 30px 0px 30px;
}
.brandContent ul {
	float: left;
}
.brandContent li {
	display: inline;
	list-style-type: none;
	padding: 94px 10px 17px;
	margin: 30px;
}
.brandContent1 {
	width: 940px;
	float: left;
	margin: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #CE0000;
}
.brandContent1 ul {
	float: left;
}
.brandContent1 li{
	display: inline;
	list-style-type: none;
}
.brandCaption1  {
	position: relative;
	left: 75px;
}
.brandCaption2  {
	position: relative;
	left: 225px;
}
.brandCaption3  {
	position: relative;
	left: 385px;
}
.brandCaption4  {
	position: relative;
	left: 555px;
}
.brandContent2 {
	width: 977px;
	float: left;
}
.brandContent2 ul {
	float: left;
}
.brandContent2 li {
	display: inline;
	list-style-type: none;
	padding: 94px 10px 17px;
	margin: 30px;
}
.brandCaption5  {
	position: relative;
	left: 72px;
}
.brandCaption6  {
	position: relative;
	left: 207px;
}
.brandCaption7  {
	position: relative;
	left: 367px;
}
.brandCaption8  {
	position: relative;
	left: 520px;
}

.brandContent2 {
	width: 977px;
	float: left;
}

.konica{
	position: relative;
	left: 35px;
}
.best {
	position: relative;
	left: 42px;
}
.niju {
	position: relative;
	left: 89px;
}
.candle {
	position: relative;
	left: 152px;
}
/*************************About Us Cascading Style sheet***************************/
#aboutimageDiv {
	margin: 20px 30px 0px 30px;
}
#aboutimageDiv ul {
	float: right;

}
#aboutimageDiv li {
	display: inline;
	list-style-type: none;
}
.aboutImage {
	width: 123px;
	height: 34px;
	float: left;
	background-image: url('../images/txt_aboutus.gif'); 
}
.aboutusContent {
	width: 916px;
	float: left;
	margin-top: 20px;
	padding: 0px 30px 0px 30px;

}
.aboutusContent p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	line-height: 23px;
}

/***************************Associates cascading style sheet************************/
.associatesContent {
	width: 916px;
	margin-top: 60px;
	padding: 0px 30px;
}
.associatesContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	line-height: 23px;
}
.associatesContent ul {
	display: block;
	list-style-type: disc;
	margin-left: 50px;
	color: #CE0000;
}
.style1 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
}
.style1 a:link {text-decoration:none;}    
.style1 a:visited {text-decoration:none;} 
.style1 a:hover {
	text-decoration:none;
	color: #666666;
} 
.content {
	width:978px;
	height: 450px;	
	background-color:#ffffff;
	-webkit-border-radius: 4px; 
	float: left;
	margin-top: 4px;
}

/**********************Charieties cascading style sheet**********************/
.charitiesContent {
	width: 916px;
	float: left;
	margin-top: 20px;
	padding: 0px 30px 0px 30px;
}
.charitiesContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	line-height: 23px;
}
.font1 p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #CE0000;
	font-weight: normal;
}
.align1{
	margin-left: 30px;
}
.textwrap {
 float:left;
 margin: 10px;
}
.textwrapleft p{
	float: right;
	margin: 10px;
}
.textwrap1 {
 float:right;
 margin: 10px;
}
.textwrapright p{
	float: left;
	margin: 10px;
}
.style3 a{
	color: #000000;
}
.style3 a:link {text-decoration:none;}    
.style3 a:visited {text-decoration:none;} 
.style3 a:hover {
	text-decoration:none;
	color: #666666;
} 

/*************Founder Cascading style sheet***************/
.founderContent {
	width: 916px;
	float: left;
	margin-top: 20px;
	padding: 0px 30px 0px 30px;
}
.founderContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	line-height: 23px;
}
.textwrap2 {
 float:left;
 margin-top: -7px;
 padding: 10px;
}
.textwrap3 {
 float:left;
 margin-top: -7px;
 padding: 8px;
}
.textwrapleft1 p{
	float: right;
	margin: 10px;
}
.tableContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	line-height: 23px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}
.tableContent table {
	border-collapse: collapse;
	width: 100%;
	margin: auto;
}
.tableContent td {
	padding: 0.5em 0 0.5em 0.5em;
}
/********************Ourgroup cascading style sheet*****************/
.ourgroupfont {
	width: 206px;
	float:left;
	margin: 20px 0px 10px 30px;
}
.ourgroupParagraph {
	width: 916px;
	float: left;
	margin-top: 2px;
	padding: 0px 30px 0px 30px;
}
.ourgroupParagraph p{
 	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	line-height: 23px;
 }
 .groupContent {
 	float: left;
 	margin: 20px 30px 0px 30px;
 }
 .groupContent li {
 	display: inline;
 	list-style-type: none;
 	margin: 40px;
 }
 .groupContent1 {
 	float: left;
	margin: 3px 30px 0px 30px;
 }
 .groupContent1 li {
 	display: inline;
 	list-style-type: none;
 	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
 }
 .groupContent1 li a {
 	text-decoration: none;
 	color: #CE0000;
 }
 .groupCaption1 {
 	position: relative;
 	left: 66px;
 }
.groupCaption1 a:link {text-decoration:none;}    
.groupCaption1 a:visited {text-decoration:none;} 
.groupCaption1 a:hover {
	text-decoration:none;
	color: #666666;
} 
 .groupCaption2 {
 	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #CE0000;
 	position: relative;
 	left: 286px;
 }
 .groupCaption3 {
 	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #CE0000;
 	position: relative;
 	left: 470px;
 }
.groupCaption4 {
	position: relative;
 	left: 67px;
 	bottom: 50px;
 }
.groupCaption4 a:link {text-decoration:none;}    
.groupCaption4 a:visited {text-decoration:none;} 
.groupCaption4 a:hover {
	text-decoration:none;
	color: #666666;
} 
.groupCaption5 a:link {text-decoration:none;}    
.groupCaption5 a:visited {text-decoration:none;} 
.groupCaption5 a:hover {
	text-decoration:none;
	color: #666666;
} 
.groupCaption10 {
    position: relative;
    left: 20px;
}
.groupCaption6 {
    position: relative;
    left: 395px;
}
.groupCaption6 a:link {text-decoration:none;}    
.groupCaption6 a:visited {text-decoration:none;} 
.groupCaption6 a:hover {
	text-decoration:none;
	color: #666666;
} 
.groupCaption7 {
	position: relative;
 	left: 350px;
 }
.groupCaption7 a:link {text-decoration:none;}    
.groupCaption7 a:visited {text-decoration:none;} 
.groupCaption7 a:hover {
	text-decoration:none;
	color: #666666;
} 
.groupCaption8 {
	position: relative;
 	left: 40px;
 }
.groupCaption8 a:link {text-decoration:none;}    
.groupCaption8 a:visited {text-decoration:none;} 
.groupCaption8 a:hover {
	text-decoration:none;
	color: #666666;
} 
.groupCaption9 {
	position: relative;
 	left: 431px;
 }
.groupCaption9 a:link {text-decoration:none;}    
.groupCaption9 a:visited {text-decoration:none;} 
.groupCaption9 a:hover {
	text-decoration:none;
	color: #666666;
} 
.groupCaption10 a:link {text-decoration:none;}    
.groupCaption10 a:visited {text-decoration:none;} 
.groupCaption10 a:hover {
	text-decoration:none;
	color: #666666;
} 
 .groupContent2  {
 	float: left;
 	margin: 45px 30px 0px 30px;
 }
 .groupContent2 li {
 	display: inline;
 	list-style-type: none;
 	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 40px;
 }
 .groupContent2 li a {
 	text-decoration: none;
 	color: #CE0000;
 }
.groupContent3 {
	float: left;
        width: 917px;
	margin: 12px 30px 0px 30px;
}
.groupContent3 li {
 	display: inline;
 	list-style-type: none;
 	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 40px;
 }
.groupContent3 li a{
	text-decoration: none;
 	color: #CE0000;
}
.groupContent4 {
	float: left;
	width: 977px;
	background-color: #ffffff;
}
 .bellhotel {
 	position: relative;
 	left: 338px;
 }
 .bellpipes {
     position: relative;
     left: 26px;
 }
 .groupContent5  {
 	float: left;
        width: 918px;
 	margin: -12px 30px 0px 30px;
 }
 .groupContent5 li {
 	display: inline;
 	list-style-type: none;
 	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 40px;
 }
 .groupContent6 {
   width: 918px;  
 }
 .groupContent7 {
    float: left;
    width: 918px;
    margin: 10px 30px 0px 30px;
 }
 .groupContent7 li{
    display: inline;
    list-style-type: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    margin: 40px;
 }
 .groupContent8 {
	float: left;
	width: 977px;
        height: 20px;
	background-color: #ffffff;
}
 .mepco {
     position: relative;
    left: 332px;
 }
 .mez {
    position: relative;
    left: 338px;
 }
 .bellcandle {
     position: relative;
     left:27px;
     bottom: 15px;
 }

 /***************Contact Us Style sheet*****************/
 .contactContent {
 	width: 920px;
 	margin: 20px 0px 0px 30px;
 	float: left;
 }
 .contactImage {
	width: 126px;
	height: 30px;
	float: left;
	margin: 20px 0px 0px 30px;
	background-image: url('../images/txt_contactus.gif'); 
}
.contactContent1 {
	width: 400px;
	height: 400px;
	margin: 0px;
}
.contactParagraph {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
}
.contactParagraph1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	word-spacing: 1px;
	line-height: 20px;
	margin-top: 20px;
}
.contactParagraph2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	word-spacing: 1px;
	margin-top: 30px;
}
.contactParagraph1 a:link {text-decoration:none; color: #000000;}    
.contactParagraph1 a:visited {text-decoration:none;} 
.contactContent2 {
	width: 400px;
	float: right;
}
.imgContact {
	width: 158px;
	height: 104px;
	margin-left: 70px;
	background-image: url('../images/img_contact.gif'); 
}
.contactParagraph3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	margin-top: 30px;
}
.contactParagraph4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	margin-top: 37px;
}
.dealer_title {
    float: left;
    width: 100%;
    margin-left: 30px;
    color: #CE0000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.dropDown {
	width: 600px;
	height: 250px;
	float: left;
	margin-left: 30px;
}
.indimage {
	width: 200px;
	height: 200px;
	float: left;
	background-image: url('../images/indmap6.jpg'); 
}
#s {
	position: relative;
	top: 83px;
	left: 10px;
}
#leg {
	display: block;
	float: right;
	margin: 25px 20px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	color: #666666;
}
#leg a:link {text-decoration:none; color: #000000;}    
#leg a:visited {text-decoration:none;} 
.loc {
    position:relative;
    right:350px;
}

/*Product page cascading style sheet*/

.product-logo {
	width: 101px;
	height: 27px;
	float: left;
	background-image: url('../images/txt_products.gif');
	margin: 10px 0px 0px 30px;
}
.productContent {
	float: left;
	margin-top: 20px;
	padding: 0px 30px 0px 30px;

}
.productContent p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	line-height: 23px;
}
.productContent1 {
	float: left;
	width: 947px;
	height: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left: 30px;
	display: table;
	table-layout: auto;
}
.stationary1 {
    width: 227px;
    height: 32px;
    float: left;
    margin: 2px 0 0 30px;
}
.stationary-img {
    float: left;
}
.stationary-images {
	display: table-cell;
}
.stationary-images ul {
	list-style-type: disc;
	color: #CE0000;
	margin-left: 20px;
	line-height: 27px;
}
.stationary-images li a {
	text-decoration: none;
	color: #000000;
}
.industrial-images {
	display: table-cell;
}
.industrial-images ul {
	list-style-type: disc;
	color: #CE0000;
	margin-left: 20px;
	line-height: 27px;
}
.industrial-images li a {
	text-decoration: none;
	color: #000000;
}
.consumer-images {
	margin-right: -73px;
}
.consumer-images ul {
	list-style-type: disc;
	color: #CE0000;
	margin-left: 20px;
	line-height: 27px;
}
.consumer-images li a {
	text-decoration: none;
	color: #000000;
}
.productContent1 a:link {text-decoration:none;}    
.productContent1 a:visited {text-decoration:none;} 
.productContent1 a:hover {
	text-decoration:none;
	color: #666666;
} 

/*Product- Stationary cascading style sheet(pushpins)*/
.stationary-logo {
	width: 221px;
	height: 32px;
	float: left;
	background-image: url('../images/txt_stationeryproducts.gif');
	margin: 10px 0px 0px 30px;
}
.font-design {
	float: left;
	margin: 10px 0px 0px 30px;
}
.stationaryContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	line-height: 23px;
	margin-top: 10px;
}

table.gridtable {
	width: 917px;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable td {
	border: 1px solid #D4D4D2;
}
.tabalign1 {
	width: 300px;
	padding: 20px;
}
.tabalign {
	vertical-align: top;
	text-align: left;
	padding: 20px;
}
.row {
	float: left;
	width: 300px;
	margin: 0px 10px 0px 10px;
}
.row1 {
	width: 268px;
	float: left;
	margin-top: 10px;
}
.column1 {
	float: left
}
.column2 {
	float: right;
	margin-left: 40px;
}
.column2 ul {
	list-style: disc;
	color: #CE0000;
}
.row2 {
	float: left;
	width: 300px;
	margin-top: 20px;
	position: relative;
	top: 8px;
	right: -1px;
}
.row3 {
	float: left;
	width: 300px;
	margin-top: 20px;
}
/*=============paperpins cascading style sheet =====================*/
.content3 {
    width: 978px;
    height: auto;
    float: left;
}
.stationary-logo1 {
   width: 221px;
   height: 32px; 
   background-image: url('../images/txt_stationeryproducts.gif');
   margin: 10px 0px 0px 30px;
}
.consumer-logo {
   width: 230px;
   height: 32px; 
   background-image: url('../images/txt_consumerproducts.gif');
   margin: 10px 0px 0px 25px;
}
.font2 {
    float: left;
    width: 200px;
    margin:4px 0px 0px 30px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    text-align: left;
    color: #CE0000;
    font-weight: normal;
}
.paperpinContent {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.paperpinContent p{
        font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	line-height: 23px;
}
/*===========================Table style sheet in stationary product=======================*/
table.gridtable1 {
    width: 917px;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    margin-left: 30px;
}
.gridtable1 td {
    border: 1px solid #D4D4D2;
}
.ttd1 {
    vertical-align: top;
    text-align: left;
}
.ttd1 td{
    border: 0;
}
.gridtable2 {
    margin: 10px 0px 0px 10px;
    line-height: 29px;
}
.cc1{
    list-style: disc;
    color: #ce0000;
}
/*===========================stationary product-product images alignment=======================*/
.paper-logo {
    position: relative;
    top: 48px;
}
.paper-logo1 {
    position: relative;
    top: 130px;
}

/*=====================pro navigation menu=============================*/
.dropDown {
    width: 960px;
    margin-top: 30px;
}
#sddm
{	margin: 0;
	padding: 0;
	/*z-index: 30*/}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}                          
	
#sddm li a
{	display: block;
	margin: 0 1px 0 0;
        padding: 4px 0px;
	width: 159px;
	/*background: #5970B2;*/
	color: #d5251e;
	text-align: justify;
	text-decoration: none}

/*#sddm li a:hover
{	background: #49A3FF}*/

#sddm div
{	position: relative;
	left: 2px;
	visibility: hidden;
	width: 103px;
	height: 132px;
	margin: 0;
	padding: 38px;
	border-radius: 4px;
	background: #ffffff;/*#EAEBD8;*/
	border: 1px solid #d5251e}

#m2 { 
	height: 260px !important;
	border: 1px solid #f27e20!important}
#m3 { 
	height: 28px!important;
	border: 1px solid #fac606!important}
#sddm #m2 a {
	color: #f27e20!important}
#sddm #m3 a {
	color: #FFCC00!important}
#sddm #m2 a:hover
	{	background: #f27e20!important;
		color: #FFF!important}
#sddm #m3 a:hover
	{	background: #fac606!important;
		color: #FFF!important}


/*#m2 a {
	font-color: #f27e20!important}*/

	#sddm div a
	{	position: relative;
		display: block;
		right: 38px;
		bottom: 38px;
		border-radius: 4px;
		text-decoration:none;
		padding: 5px 10px;
		/*margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		border: 1px solid #5970B2;*/
		font: 13px arial}
	#sddm div a:hover
	{	background: #d5251e;
		color: #FFF}

/*Guru Drop down menu*/
#menu
{
	height: 27px;
	width: 642px;
	padding: 10px 0 0 0;
	list-style: none;  
        background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
/*	background: #111;
	background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 50px;*/
	border-radius: 4px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #999;
/*	text-transform: uppercase;*/
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
        margin-top: -3px;
}
#menu li a {
display: block;
text-decoration: none;
border-left: 1px solid #393942;
border-right: 1px solid #4f5058;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 13px;
color: #f3f3f3;
}


#menu li:hover > a
{
	color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 162px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 11px;
    height: 10px;
    width: 165px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

/*#menu ul a:hover
{
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}*/
.sta1 li a:hover{
    background: #d5251e;
}
.ind1 li a:hover{
    background: #f27e20;
}
.consumer1 li a:hover{
    background: #fac606;
}
.sta2:hover {
    background: #d5251e;
}
.ind2:hover{
    background: #f27e20;
}
.consumer2:hover{
    background: #fac606;
}
#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #ffffff; 
}

#menu ul ul li:first-child a:hover:after
{ 
    border-right-color: #ffffff; 
    border-bottom-color: transparent; 	
}



#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/*=======================Pro cascading Style Sheet================*/
/*================================================================*/
.industries {
   font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: normal; 
}
.productContent2 {
    float: left;
	width: 878px;
	height: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left: 30px;
	display: table;
	table-layout: auto;
}
.industries-img {
    position:relative;
    left:121px;
}
.testBody {
    width: 400px;
    margin-top: 8px;
}
/*.textali td{
   text-align: justify; 
   list-style-type: disc;
color: #CE0000;
margin-left: 20px;
line-height: 27px;
}*/

.indusCaption{
    position: relative;
    right: 21px;
}
.appCaption font{
   margin-left: 82px;
}
.applicationPos ul{
    margin-left: 94px;
}
.productPos ul{
   margin-left: 37px;
}
.productContent2 a:link {text-decoration:none;}    
.productContent2 a:visited {text-decoration:none;} 
.productContent2 a:hover {
	text-decoration:none;
	color: #666666;
} 

/*=====================Ourgroup sample cascading style sheet===================*/
/*=============================================================================*/
.grp {
 	float: left;
        width: 993px;
    }
 .grp li {
 	display: inline;
 	list-style-type: none;
        margin: 15px;
 }
 .grp1 {
 	float: left;
        width: 1050px;
        margin-top: 3px;
 }
 .grp1 li {
 	display: inline;
 	list-style-type: none;
 	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
        margin: 30px;
 }
 .grp1 li a {
 	text-decoration: none;
 	color: #CE0000;
 }
 
.grpcaption1 a:link {text-decoration:none;}    
.grpcaption1 a:visited {text-decoration:none;} 
.grpcaption1 a:hover {
	text-decoration:none;
	color: #666666;
} 
.grpcaption2 {
    position: relative;
    right: 22px;
}
.grpcaption3 {
    position: relative;
    right: 21px;
}
.grpcaption4 {
    position: relative;
    left: 23px;
}
.grpcaption5 {
    position: relative;
    left: 42px;
}
.grpcaption2 a:link {text-decoration:none;}    
.grpcaption2 a:visited {text-decoration:none;} 
.grpcaption2 a:hover {
	text-decoration:none;
	color: #666666;
}  
.grpcaption3 a:link {text-decoration:none;}    
.grpcaption3 a:visited {text-decoration:none;} 
.grpcaption3 a:hover {
	text-decoration:none;
	color: #666666;
} 
.grpcaption4 a:link {text-decoration:none;}    
.grpcaption4 a:visited {text-decoration:none;} 
.grpcaption4 a:hover {
	text-decoration:none;
	color: #666666;
}  
.grpcaption5 a:link {text-decoration:none;}    
.grpcaption5 a:visited {text-decoration:none;} 
.grpcaption5 a:hover {
	text-decoration:none;
	color: #666666;
}  
.belllogo1 {
    position: relative;
    right: 12px;
    top: 10px;
}
.belllogo2 {
    position: relative;
    right: 23px;
}
.belllogo5 {
    position: relative;
    left: 66px;
}
.belllogo6 {
    position: relative;
    left: 78px;
}

.grp2 {
 	float: left;
        width: 917px;
        margin: 35px 30px 0px 30px;
 }
 .grp2 li {
    display: inline;
    list-style-type: none;
 }
 .principalLeft {
     margin-left: 377px;
 }
 .grp3 {
     float: left;
     width: 948px;
      margin: 10px 10px 0px 30px;
 }
 .grp3 li{
    display: inline;
    list-style-type: none;
    margin: 20px;
 }
.grp4 {
 	float: left;
        width: 1000px;
        margin-top: 3px;
 }
 .grp4 li {
 	display: inline;
 	list-style-type: none;
 	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
        margin: 48px;
 }
 .grp4 li a {
 	text-decoration: none;
 	color: #CE0000;
 }
/*=======================Sample group cascading style sheet====================*/
/*=============================================================================*/
.samplegroup {
  float: left;
  width: 990px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 13px;
}
.samplegroup ul {
    width: 1000px;
}
.samplegroup li {
    display: inline;
    list-style: none;
    margin: 19px;
}
.samplegroup a {
 text-decoration:none;
 color: #CE0000;
}
.samplegroup a:link {text-decoration:none;}    
.samplegroup a:visited {text-decoration:none;} 
.samplegroup a:hover {
	text-decoration:none;
	color: #666666;
}  
.sampleposition1 {
    position: relative;
    left: 25px;
}
.sampleposition2 {
    position: relative;
    left: 55px;
}
.sampleposition3 {
    position: relative;
    left: 80px;
}
.sampleposition4 {
    position: relative;
    left: 91px;
}
.sampleposition {
    position: relative;
    left: 15px;
}
.samplegroup1 {
  float: left;
  width: 947px;
   margin: 10px 30px 0px 30px;
}
.samplegroup1 li {
    display: inline;
    list-style: none;
   
}
.samplegroup2 {
  float: left;
  width: 978px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  margin: -3px 0px 15px 0px;
}
.samplegroup2 ul {
    width: 1000px;
}
.samplegroup2 li {
    display: inline;
    list-style: none;
    margin: 23px;
}
.samplegroup2 a {
 text-decoration:none;
 color: #CE0000;
}
.samplegroup2 a:link {text-decoration:none;}    
.samplegroup2 a:visited {text-decoration:none;} 
.samplegroup2 a:hover {
	text-decoration:none;
	color: #666666;
}  
.belllogo7 {
    position: relative;
    left: 98px;
}
.sampleposition6 {
    position: relative;
    right: 16px;
}
.sampleposition7 {
    position: relative;
    left: 196px;
}
.sampleposition8 {
    position: relative;
    left: 178px;
}
.standardlogo {
    position: relative;
    right: 24px;
}
.mlogo {
    position:relative;
    right: 65px;
}
.grp6 {
     float: left;
     width: 977px;
 }
 .grp6 li{
    display: inline;
    list-style-type: none;
 }
 .stdlogo {
     position: relative;
     left: 34px;
 }
 .meplogo {
     position: relative;
     left: 75px;
 }
 .bealogo1 {
   position: relative;
   left: 192px;
   bottom: 15px;
 }
 .mezlogo {
     position: relative;
     left: 242px;
     bottom: 12px;
     
 }
 .sampleposition9 {
     position: relative;
     right: 3px;
 }
 .sampleposition10 {
     position: relative;
     left: 133px;
 }
 .principalLeft1 {
     margin-left: 324px;
 }
 .belllogo3 {
     position: relative;
     right: 17px;
 }
 
/*====================== Industrial product cascading style sheet=================*/
/*================================================================================*/
.industrial-logo {
    width: 212px;
    height: 32px;
    float: left;
    background-image: url('../images/txt_industrialproducts.gif');
    margin: 10px 0px 0px 30px;
}
/*====================== Pneumatic Stapler cascading style sheet=================*/
/*================================================================================*/
.pneumatic-table {
    float: left;
    margin: 10px 30px 0px 30px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #000000;
}
.index-search {
    border: 1px solid #D4D4D2;
}
.product-brown a{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #CE0000;
    text-decoration: none;
}
.product-line {
    width: 50px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cecece;
}
.content-top{
    vertical-align: top;
    text-align: left;
}
.clearfix {
    float: left;
    width: 917px;
    height: 20px;
}

/*===================Staples 80/16 cascading style sheet==================*/
.staplescontent {
    width: 917px;
    height: auto;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    float: left;
    margin-top: 4px;
    margin: 10px 30px 0px 30px;
}
.industrial-logo1 {
    width: 212px;
    height: 32px;
    float: left;
    background-image: url('../images/txt_industrialproducts.gif');
}
.staplescontent1 {
     width: 917px;
     float: left;
}
.staplesfont {
    width:917px;
    float: left;
    margin-top: 5px;
}
.staplerlogo {
   float:left;
   width: 195px;
   height: 165px; 
   background-image: url('../images/pneumatic/bell8016.jpg');
   margin-top: 5px;
   margin-left: 13px;
}
.staplerlogo1 {
   float:left;
   width: 195px;
   height: 165px; 
   margin-top: 5px;
   margin-left: 13px;
}
.staplerlogo2 {
   float:left;
   width: 195px;
   height: 165px; 
   margin-top: 5px;
}
.stapler-brown {
    width: 600px;
    float: left;
    margin: 21px 0px 0px 109px;
}
.stapler-brown p{
    width: 560px;
    float: left;
    margin: -20px 0px 0px 90px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #666666;
    font-weight: normal;
    line-height: 23px;
}
.stapler-app {
    width:400px;
    float: left;
    margin: 30px 0px 0px 201px;
}
.stapler-app li{
    display: inline;
    list-style: none;
}
.stapler-content2 {
    width:917px;
    float: left;
    margin-top: 10px;
}
.stapler-content2 ul {
    margin: 5px 0px 0px 50px;
    list-style: disc;
    color: #ce0000;
}
.stapler-content2 li {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 23px;
}
.staplercontent3 {
    float: left;
    width: 917px;
    margin-top: 10px;
}
.stapler-table {
    width: 500px;
    margin: 20px 0px 0px 40px;
}
.stapler-table tr th{
    margin-top:10px;
    border: 1px solid #D4D4D2;
    padding: 2px;
}
.stapler-table tr td{
    margin-top:10px;
    border: 1px solid #D4D4D2;
    padding: 5px;
}
.staplercontent4 {
    float: left;
    width: 917px;
    margin-top: 20px;
}
.staplercontent4 ul {
    margin: 20px 0px 0px 40px;
}
.staplercontent4 li{
    list-style: none;
    display: inline;
    padding: 35px;
}

/*===============Sample css for 8016==================*/
.staplersamplecontent {
    float: left;
    width: 917px;
    margin-top: 15px;
}
.stapleslist {
    float: left;
    width: 400px;
}
.stapleslist ul {
    margin: 5px 0px 0px 25px;
    list-style: disc;
    color: #ce0000;
}
.stapleslist li {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 23px;
}
.staplersample1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    float: left;
    width: 524px;
    margin-left: -7px;
}
.staplersample2 {
    float: left;
    width: 524px;
    margin-left: -7px;
}
.stapler-table1 {
    width: 500px;
    margin: 11px 0px 0px 20px;
}
.stapler-table1 tr th{
    margin-top:10px;
    border: 1px solid #D4D4D2;
    padding: 2px;
    color: #666666;
}
.stapler-table1 tr td{
    margin-top:10px;
    border: 1px solid #D4D4D2;
    padding: 5px;
}
.staplersamplecontent1 {
    float: left;
    width: 917px;
    margin-top: 10px;
}
.staplercontent5 {
    float: left;
    width: 917px;
    margin-top: 20px;
}
.staplercontent5 ul {
    margin: 20px 0px 0px 40px;
}
.staplercontent5 li{
    list-style: none;
    display: inline;
    padding: 80px;
}
.clearfix1 {
    float: left;
    width: 917px;
    height: 50px;
}
.staplercontent6 {
    float: left;
    width: 917px;
    margin-top: 20px;
}
.staplercontent6 ul {
    margin: 20px 0px 0px 40px;
}
.staplercontent6 li{
    list-style: none;
    display: inline;
    padding: 40px;
}
/*=================Application cascading style sheet================*/
/*==================================================================*/
.appTable {
    width:860px;
    float: left;
    margin: 10px 27px 30px 27px;
}
.app_search {
    border: 1px solid #CCC;
}
.app_visitor {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #969696;
}
.app_visitor a{
    text-decoration: none;
    color: #ffffff;
    line-height: 22px;
}
/*=================Staplesnail-1 cascading style sheet================*/
/*==================================================================*/
.content_staples {
    float: left;
    width: 917px;
    margin: 0px 30px 0px 30px;
}
.pneumatic-table1 {
    float: left;
    width: 370px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #000000;
}
.staples_left {
    float: left;
    width: 545px;
}
.staples_left ul {
    margin-top: 15px;
}
.staples_left ul li {
    display: inline;
}
/*=================Staplernail2 sample data===================*/
.content_staples2 {
    float: left;
    width: 353px;
    margin: 0px 30px 0px 30px;
}
.staples_left1 {
    float: left;
    width: 400px;
}
.staples_left1 ul {
    margin-top: 15px;
}
.staples_left1 ul li {
    display: inline;
}
.content_staples1 {
    float: left;
    width: 917px;
    margin: 0px 30px 0px 30px;
}
/*=====================Industrial staples Tool tip===================*/

.staplercontent9 {
    float: left;
    width: 917px;
    margin-top: 20px;
}
.staplercontent9 ul {
    margin: 5px 0px 0px 40px;
}
.staplercontent9 li{
    list-style: none;
    display: inline;
    padding: 80px;
}
.tool-tip a{
    text-decoration: none;
}