/* stylesheet for */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	outline:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
    font-family: 'FuturaMdBTBold';
    src: url('futubd__-webfont.eot');
    src: url('futubd__-webfont.eot?#iefix') format('embedded-opentype'),
         url('futubd__-webfont.woff') format('woff'),
         url('futubd__-webfont.ttf') format('truetype'),
         url('futubd__-webfont.svg#FuturaMdBTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ExoticBoldRegular';
    src: url('exot_-webfont.eot');
    src: url('exot_-webfont.eot?#iefix') format('embedded-opentype'),
         url('exot_-webfont.woff') format('woff'),
         url('exot_-webfont.ttf') format('truetype'),
         url('exot_-webfont.svg#ExoticBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	margin:10px 0 20px 0;	
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height:1;
	color:#2a2a2a;
}

a{
	text-decoration:none;
	border:none;
}
input{
	vertical-align:top;
}
a:hover{
	text-decoration:none;
	}

*:focus{
	outline:none;
}
/* png fix for IE6 */ 
/*img,div,td,a { behavior: url(iepngfix.htc) }*/

.logost{
	margin:10px 0 10px 10px;	
}
.topnav{
	padding:0px;
	margin:10px 10px  0 0;
	color:#616161;
	text-align:right;	
}

.topnav a{
	text-decoration:none;
	color:#616161;
}

.topnav a:hover{
	text-decoration:none;
	color:#333;
}
.navsrchbg{
	background:url(images/navigation_bg.jpg) repeat-x left top;
	height:40px;
	margin:0 10px;
	
}

.srchform{
	float:left;
	margin:8px 10px 4px 10px;
}

.srchform input.textbx{
	font-family:Arial, Helvetica, sans-serif;
	color:#121212;
	font-size:14px;
	width:163px;
	height:14px;
	padding:7px 10px;
	margin:0px;
	border:none;
	background:none;
	}
	
	.srchform input.submitbtn{
		border:none;
		background:url(images/go_btn.jpg) no-repeat left top;
		width:31px;
		height:28px;
		cursor:pointer;
	}
	
	.srchform input.submitbtn:hover{
		background:url(images/go_btn.jpg) no-repeat left -28px;
			
	}

.srchinputxtbg{
	background:url(images/search_bg.jpg) no-repeat left top;
	width:183px;
	height:28px;
	float:left;
	margin-right:5px;
	}
	
	.mainnavmainlink{
		margin:0 0 0 10px;		
	}
	
.contentrptbg{
	background:url(images/content_rptbg.jpg) repeat-y left top;
}

.loginbox{
	background:#f0f0f0;
	border:1px solid #e5e5e5;
	width:223px;
	padding:10px;
	margin:10px 0 0 0;
	color:#616161;
}

.loginbox h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#2a2a2a;
	margin:0 0 20px 0;
	font-weight:normal;
}

.loginform input{
	margin:8px 0 8px 0;
	width:211px;
	padding:5px;
	border:1px solid #d8d8d8;
}
.loginform input.sbmtbtn{
	background:url(images/login_btn.jpg) no-repeat left top;
	display:block;
	width:78px !important;
	height:29px !important;
	border:none;
	cursor:pointer;
	margin:0px 0 5px 145px!important;
}

.loginform input.sbmtbtn:hover{
	text-decoration:none;
	background:url(images/login_btn.jpg) no-repeat left -29px;
	}
	
.newsltrbox{
	background:#f0f0f0;
	border:1px solid #e5e5e5;
	width:223px;
	padding:10px 10px 15px 10px;
	margin:10px 0 0 0;
	color:#616161;
}

.newsltrbox h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#2a2a2a;
	margin:0 0 20px 0;
	font-weight:normal;
}

.newsltrbox div{
	background:url(images/newslettr_signupbg.jpg) no-repeat left top;
	width:186px;
	height:30px;
	float:left;	
}
.newsletterform{
	padding:0px;
	margin:0px;	
}

.newsletterform .inputtxtbox{
	width:183px;
	padding:5px 0px 5px 5px;
	height:20px;
	border:none;
	background:none;
}

.newsletterform .subbtn{
	background:url(images/signupbtn.jpg) no-repeat left top;
	width:37px;
	height:30px;
	border:none;
	cursor:pointer;
	}

.googletranslaterbox{
	margin:10px;
	padding:10px 0px;
	text-align:center;
	border-top:1px solid #e7e7e7;
}
	
.content{
	color:#6E6F72;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
		
}
.content h3{
	/*font-family:Tahoma, Arial, Helvetica, sans-serif;*/
	font-family:'ExoticBoldRegular', Tahoma, Arial, Helvetica, sans-serif;
	color:#6E6F72;
	font-size:24px;
	font-weight:normal;
	padding:0 0 10px 0;
	border-bottom:1px solid #e5e5e5;
	margin:10px 0 0px 15px;
	line-height:25px;
	}
	.content h5{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-family:'FuturaMdBTBold', Tahoma, Arial, Helvetica, sans-serif;
	color:#6E6F72;
	font-size:18px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	background-color:#e5e5e5;
	margin:10px 0 0px 15px;
	}
	.content h6{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#86C127;
	font-size:18px;
	font-weight:bold;
	padding:15px 0 0 15px;
	margin:10px 0 0px 15px;
	}
	
	.content h7{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#6D6E71;
	font-size:18px;
	font-weight:bold;
	padding:15px 0 0 15px;
	margin:10px 0 0px 15px;
	}
.content a{
	text-decoration:none;
	color:#86c127;
}
.content a:hover{
	text-decoration:underline;
	color:#2a2a2a;
}
.content p, .content img{
	
	
	line-height:18px;
	padding:15px 0px 0 15px;
	color:#6E6F72;
	text-align:justify;
	margin:0 0 0 15px;
}

.content ul{
	padding:0px;
	margin:15px 15px 0 45px;
	list-style-position:inside;
	list-style:disc;
}

.content ul li{
	padding:0px 0 10px 0;
	margin:0px;	
}


.content ul.green1{
	padding:0px;
	margin:15px 15px 0 30px;
	list-style:none;
}
.content ul.green1 li{
	padding:2px 0px 2px 20px;
	margin:0px;
	background:url(images/ul_bult.jpg) no-repeat left 8px;
	}
	
	
.green1_phara {
	padding:5px 0px 5px 20px!important;
	margin:0px;
	background:url(images/ul_bult.jpg) no-repeat 10px center;
	}
	

/*content part Ends here*/

/*left Panel category*/

ul.category{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	background:#86c127;
	
}

ul.category li{
	display:block;
	padding:0px;
	margin:0px;
	background:url(images/nav_rptseprtrbg.jpg) repeat-x left bottom;	
}

ul.category li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	display:block;
	padding:10px 10px 10px 25px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.3pt;
	background:url(images/bult.jpg) no-repeat 8px center;
}
ul.category li a:hover{
	background:url(images/bult_hov.jpg) no-repeat 8px center #4c4c4c;
	color:#fff;
}
/*End of left panel styling*/

/*****/
/*Footer part */
.ftrcnt2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#252525;
	line-height:21px;
	padding:0 0 0 10px;
	font-weight:bold;
	}

.ftrcnt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#86c127;
	line-height:21px;
	padding:0 5px 0 0px;
	}

.ftrcnt a{
	text-decoration:none;
	color:#86c127;
	padding:0 5px 0 5px;
}

.ftrcnt a:hover{
	text-decoration:none;
	color:#2a2a2a;
}
.ftrclr{
	color:#3086db;
}

.homepgpara{
	font-size:13px;
	color:#6D6E71;
	line-height:21px;
	text-align:justify;
	padding:20px 25px 25px 15px;
}

h2.homepghding{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#2a2a2a;
	padding:20px 20px 20px 15px;
	border-top:1px solid #e7e7e7;
	margin:20px 0 0 0;
	font-weight:normal;
}

/* **** End of Footer Part***/

a.button{
	height:29px !important;display: inline-block;font:bold 12px "Arial" !important;color:#fff !important;background:#262626;border:none;text-align:center;text-decoration:none;cursor					:pointer;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px; line-height:29px !important; padding:0 20px; margin:10px 0 10px 0;
}

a.button:hover{
	background:#86c127;
	text-decoration:none !important;
	color:#262626!important;
}

/*home page links*/
a.qoutes{
	display:block!important;
	background:url(images/get_quot1.jpg) no-repeat left top;
	width:163px;
	height:121px;
	margin:23px 10px 10px 0;
	float:left;
}

a.qoutes:hover{
	background-position:left -121px;
		
}

a.requestcat{
	display:block!important;
	float:left;
	background:url(images/request_cataloge1.jpg) no-repeat left top;
	width:163px;
	height:121px;
	margin:23px 0px 10px 0;
}

a.requestcat:hover{
	background-position:left -121px;
}

a.joinus{
	display:block!important;
	float:left;
	background:url(images/join_us1.jpg) no-repeat left top;
	width:163px;
	height:121px;
	margin:0 10px 10px 0;
}

a.joinus:hover{
	background-position:left -121px;
	
}

a.contactus{
	display:block!important;
	float:left;
	background:url(images/contact_us1.jpg) no-repeat left top;
	width:163px;
	height:121px;
	margin:0 0px 10px 0;
}

a.contactus:hover{
	background-position:left -121px;
	
}

/************Navigation**********************/
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	height: 40px;
	font-weight: bold;
	padding: 0;
	margin:0;
	color:#082E4A;
	}
	
.green:hover{
	
	background:none!important;
}
#nav a {
	display: block;
	width: 190px;
	_width: 191px;
	text-decoration: none;
	padding: 0px;
	color:#082E4A;
	font-weight:bold;
	
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	margin:0px;
	padding: 0;
	width:190px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	_width: 188px;
	font-weight: normal;
	margin: 0;
	padding:0px;
	background:#4c4c4c;
	
}

#nav li li {
	padding:0px;
	width:190px;
}

#nav li ul a {
	padding: 10px 15px;
	width: 160px;
	_width:159px;
	color:#FFF;
	border-bottom:1px solid #fff;
}

#nav li ul ul {
	margin: -25px 0 0 190px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav  li.sfhover {
	background: #86c127;
}


h5{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2a2a2a;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	background-color:#e5e5e5;
	margin:10px 0 0px 15px;

}
/*New Styling*/
.greencolr{
color:#86C127;


}

.Graycolr{
color:#6D6E71;

}

.bstorng{
font-weight:bold;
}

.graycontent {
color:#6E6F72;
font-weight:normal;

}


/*************/
.SocailNetBox{
	text-align:right;
	margin:10px 10px 0 0;
	color:#616161;
	font-size:10px;
	line-height:16px;
}

.SocailNetBox a{
	margin:0 0px 0 3px;
	vertical-align:top;

}

/*************/
