/*********** G E N E R A L   S T Y L E S  ***********/
body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000; }
body, form, p, h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; }
body { background:#1b5830; line-height:1.3em; }
h1, h2, h3, h4, h5, h6, form { display:inline; }
h1 { font-size:1.6em; }
h2 { font-size:1.5em; }
h3 { font-size:1.4em; }
table { border-collapse:collapse; }
a:link, a:visited { color: #000; text-decoration: none; }
a:hover, a:active { text-decoration: none; color: #076024; }

/********** ALIGNMENT STYLES **********/
.aLeft { text-align:left; }
.aRight { text-align:right; }
.aCenter { text-align:center; }
.aJustify { text-align:justify; }
.fLeft { float:left; display:inline; }
.fRight { float:right; display:inline; }
.fOuter { width:100%; display:table; }
.fLefWithMargin { float:left; margin:0 10px 5px 0; }
.fRigWithMargin { float:right; margin:0 0 5px 10px; }
.clearBoth { clear:both; }
.margin2px { margin:2px; }
.margin5px { margin:5px; }
.margin10px { margin:10px; }
.padding2px { padding:2px; }
.padding5px { padding:5px; }
.padding10px { padding:10px; }

/********** BORDER STYLES **********/
.bdr { border:1px solid #ccc; }
.bdrTop { border-top:1px solid #ccc; }
.bdrRight { border-right:1px solid #ccc; }
.bdrBottom { border-bottom:1px solid #ccc; }
.bdrLeft { border-left:1px solid #ccc; padding:2px; }
.bdrTR { border:1px solid #ccc; border-width:1px 1px 0 0; }
.bdrTB { border:1px solid #ccc; border-width:1px 0 1px 0; }
.bdrTL { border:1px solid #ccc; border-width:1px 0 0 1px; }
.bdrRB { border:1px solid #ccc; border-width:0 1px 1px 0; }
.bdrRL { border:1px solid #ccc; border-width:0 1px 0 1px; }
.bdrBL { border:1px solid #ccc; border-width:0 0 1px 1px; }

/********** IMAGE STYLES **********/
a img { border:0px; }
img.borderNone { border:0; }
img.borderNone:hover { border:0; }
img.block2Px { display:block; width:2px; height:2px; }
img.block5Px { display:block; width:5px; height:5px; }
img.sendEnquiry { margin:10px 0 0; }
.banner { margin:15px auto; text-align:center; color:#333; }
.banner img { display:block; margin:0 auto 5px; }
img.middle, input.middle, textarea.middle, select.middle { vertical-align:middle; }

/********** BACKGROUND COLOR STYLES *********/
.bgRed { background:#ffebde; }
.bgRedDark { background:#ffb3b3; }
.bgGreen { background:#efffea; }
.bgGreenDark { background:#c1ffab; }
.bgBlue { background:#ebf3fb; }
.bgBlueDark { background:#cae5ff; }
.bgYellow { background:#ffffe6; }
.bgYellowDark { background:#ffffbf; }
.bgOrange { background:#fff0d3; }
.bgOrangeDark { background:#ffce71; }
.bgPink { background:#ffe6ff; }
.bgPinkDark { background:#ffbfff; }
.bgGray { background:#eee }
.bgGrayDark { background:#ccc }
.bgBlack { background:#000; }
.bgWhite { background:#fff; }

/********** FONTS STYLES **********/
.keywords { background:#eee; padding:0 2px; color:#555; }
.star { font-weight:bold; color:#c00; }
.colorWhite { color:#fff; }
.colorRed { color:#f00; }
.colorGreen { color:#060; }
.colorBlue { color:#06c; }
.colorYellow { color:#ff0; }
.colorOrange { color:#f60; }
.colorPink { color:#f0f; }
.colorGray { color:#666; }
.colorBlack { color:#000; }

/**********/
.fs10px { font-size:10px; }
.fs11px { font-size:11px; }
.fs12px { font-size:12px; }
.fs13px { font-size:13px; }
.fs14px { font-size:14px; }
.fs15px { font-size:15px; }
.fs16px { font-size:16px; }

/**********/
.lineHeight16px { line-height:16px; }
.lineHeight18px { line-height:18px; }
.lineHeight20px { line-height:20px; }
.lineHeight22px { line-height:22px; }
.lineHeight24px { line-height:24px; }
.strong { font-weight:bold; }
.normal { font-weight:normal; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }
.tdNone { text-decoration:none; }



/********** FORM STYLES **********/
.bgOne {
	background:#e6ffe5;
	padding:2px 5px 2px 2px;
	text-align:right;
	border-top:1px solid #0d3a67;
	border-bottom:1px solid #013164;
	vertical-align:top;
}
.bgTwo {
	font-weight:bold;
	padding:2px;
	text-align:center;
	border:1px solid #0d3a67;
	background:#d3ffd4;
	vertical-align:top;
}
.bgThree {
	padding:5px 5px 5px 12px;
	border-top:1px solid #0d3a67;
	border-bottom:1px solid #0d3a67;
	border-left:5px solid #369656;
}
.formInput {
	padding:2px;
	border:1px solid #ccc;
	background:#fff !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
select {
	border:1px solid #ccc;
	background:#fcfcfc !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
textarea {
	border:1px solid #ccc;
	background:#fcfcfc !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding:5px;
}
.button {
	border:1px solid #999999;
	font-size:0.9em;
}

/********** BODY STYLES **********/


.mainCol_Bg {
	background:#c0efcf;
}
.div776px {
	width:776px;
	margin:auto;
	border:1px solid #fff;
	background-color:#c0efcf;
}
.headerBg01 {
	background:url(images/spacer.jpg)no-repeat left top;
	width:118px;
	vertical-align:top;
}
.iconBg {
	background-color:#369656;
	height:42px;
	border-bottom:1px solid #fff;
}
.iconBg01 {
	text-align:right;
	margin:18px 0 0;
}

.iconBg img {
	margin:0 8px;
	vertical-align:middle;
}
.logo {
	margin:10px 0 0 8px;
}
.headerBdr {
	border:1px solid #fff;
	border-width:1px 0 0 1px;
}
.companyName {
	font-size:1.6em;
	color:#fff;
	font-weight:bold;
	padding:8px 8px 0;
}
.topLinks {
	background-image:url(images/spacer.gif) repeat-x bottom;
	border-top:1px solid #fff;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 0 15px;
}
.topLinks a:link, .topLinks a:visited {
	color:#fff;
	text-decoration:none;
}
.topLinks a:hover, .topLinks a:active {
	color:#94ffb8;
	text-decoration:none;
}
.topHead {
	background-color:#ddf6e5;
	text-align:center;
	font-weight:bold;
	padding:10px;
}
.heading {
	margin:25px 10px 0;
}
.headingBg {
	background-image:url(images/spacer.gif) repeat-x bottom;
	padding:7px 10px 0 5px;
}
.welcomeText {
	text-align:justify;
	padding:10px;
}
.more {
	text-align:right;
	margin:0 10px 0;
}
.webDesign {
	font-size:1.2em;
	color:#369656;
	font-weight:bold;
	margin:20px 15px 0;
}
.webDesign a:link, .webDesign a:visited {
	color:#369656;
	text-decoration:none:
}
.webDesign a:hover, .webDesign a:active {
	color:#000;
	text-decoration:underline;
}
.services {
	margin:5px 22px 0;
	line-height:1.7em;
}
.linksSub {
	margin:0 0 0 20px;
}
.linksSubSub {
	margin:0 0 0 30px;
	font-size:0.9em;
}
.linksSubSub a:link, .linksSubSub a:visited {
	color:#666;
	text-decoration:none;
}
.linksSubSub a:hover, .linksSubSub a:active {
	color:#999;
	text-decoration:none;
}
.productImg {
	background-color:#e7fdef;
	margin:10px 0 0;
	font-weight:bold;
	border-bottom:2px solid #0e7731;
}
.productImg01 {
	padding:0 0 5px;
}
.framepic {
	background:url(images/spacer.gif) no-repeat center;
	width:152px;
	margin:0 0 5px 0;
}
.servicesImage {
	padding:16px;
	text-align:center;
}
.servicesImage img {
	border:2px dotted #3a7410;
}
/********** FOOTER STYLES **********/
.footerDivider {
	background-color:#0e7731;
	height:2px;
	margin:10px 0 0;
}
#footer {
	border-top:2px solid #fff;
	background:#e4ffed;
	margin:auto;
	padding:8px 0 0;
}
#footer .mainLinks {	
	border-bottom:1px solid #2370c2;
	padding:10px 10px 10px 30px;
}
#footer .mainLinks .head {
	border-bottom:1px solid #666;
	font-weight:bold;
	text-transform:uppercase;
}
#footer .mainLinks .links {
	font-weight:bold;
	font-size:0.9em;
	padding:5px 10px 0 10px;
	color:#2370c2;
	word-spacing:2px;
}
#footer .mainLinks .links a:link, #footer .mainLinks .links a:visited {
	color:#2370c2;
}
#footer .mainLinks .links a:hover, #footer .mainLinks .links a:active {
	color:#000;
}

/**********/
#footer .botGenLinks {
	text-align:center;
	padding:10px;
}
#footer .botGenLinks span {
	border-bottom:2px dashed #999;
}

/**********/
#footer .copyright {
	text-align:center;
}
#footer .copyright .fLeft {
	padding:10px;
	font-size:0.9em;
	color:#333;
}
#footer .copyright .iyp {
	font-size:0.9em;
	color:#888;
}
/*********contactus***************/
.head01 {
	background-color:#369656;
	color:#fff;
}
.borderAll {
	border:1px solid #000;
}
.establish {
	width:80%;
	display:table;
	margin:auto;
	background-color:#ddf6e5;
	border:1px solid #ccc;
	padding:10px;
}
.establishment {
	padding:5px 8px;
	background-color:#369656;
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
}
.data {
	text-align:center;
	padding:3px 5px;
	background-color:#f8f8f8;
}
.data01 {
	font-weight:bold;
	text-align:center;
	padding:3px 5px;
	background-color:#d6f5e1;
}