/*********** G E N E R A L   S T Y L E S  ***********/
body, form, td, th, p, input, select, textarea { font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica; font-size:12px;

px; color:#000; }
body, form, p, table, div, h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; }
body { background:#fff !important; }
h1, h2, h3, h4, h5, h6 { display:inline; text-transform:capitalize; }
h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
table { border-collapse:collapse; }
a:link, a:visited { color: #333; text-decoration: none; }
a:hover, a:active { text-decoration: none; color: #00c; }

/********** ALIGNMENT STYLES **********/
.aLeft { text-align:left; }
.aRight { text-align:right; }
.fLeft { float:left; display:inline; }
.fRight { float:right; display:inline; }
.fOuter { width:100%; float:left; }
.fLefWithMargin { float:left; margin:0 10px 5px 0; }
.fRigWithMargin { float:right; margin:0 0 5px 10px; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.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 #999; }
.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; }

/********** 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 }

/********** FONTS STYLES **********/
.keywords { background:#d9f2ab; padding:0 2px; color:#555; }
.star { font-weight:bold; color:#c00; }
.colorRed { color:#f00; }
.colorGreen { color:#060; }
.colorBlue { color:#06c; }
.colorYellow { color:#ff0; }
.colorOrange { color:#f60; }
.colorPink { color:#f0f; }
.colorGray { color:#666; }
/**********/
.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; }
.underline { text-decoration:underline; }



/********** FORM STYLES **********/

.bgOne {
	background:#f7fdff;
	padding:2px 5px 2px 2px;
	text-align:right;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
.bgTwo {
	font-weight:bold;
	padding:2px;
	text-align:center;
	border:1px solid #ccc;
	background:#e3f5ff;
	vertical-align:top;
}
.bgThree {
	padding:5px 5px 5px 12px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:5px solid #0090ca;
}
.formTable {
	border:1px solid #99d3ea;
}
.formHead {
	font-weight:bold;
	background:#e3f5ff;
	padding:5px;
}
.formHead span { 
	font-weight:normal;
}
.formText {
	padding:0 2px;
}
.formInput {
	padding:0 2px;
	border:1px solid #ccc;
	background:#fff !important;
}
select {
	border:1px solid #ccc;
	background:#fcfcfc !important;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}
textarea {
	border:1px solid #ccc;
	background:#fcfcfc !important;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	padding:5px;
}
input.button {
	background:#e3f5ff;
	cursor:pointer;
	border:1px solid #0090ca;
}

/********** HEADER STYLES **********/
#header {
	margin:0 0 10px;
	float:left;
	width:100%;
}
#header .top {
	float:left;
	width:100%;
}
#header .top .fLeft {
	padding:20px 0 0;
}

#header .top .topGenLinks {
	text-align:right;
	padding:39px 0 0;
	margin:0 80px 0 350px;
	font-weight:bold;
	word-spacing:5px;
}
#header .top .topGenLinks a:link, #header .top .topGenLinks a:visited {
	color:#069;
}
#header .top .topGenLinks a:hover, #header .top .topGenLinks a:active {
	color:#c00;
}
/**********/
#header .middle {
	background:#fff url(images/headerBg.jpg) no-repeat 666px 0;
	clear:both;
	width:100%;
	float:left;
}
/**********/
#header .bottom {
	border-top:1px solid #fff;
	width:100%;
	float:left;
	font-weight:bold;
	clear:both;
}
#header .bottom a:link, #header .bottom a:visited {
	color:#fff;
}
#header .bottom a:hover, #header .bottom a:active {
	color:#caefff;
}
/**********/
#header .bottom div {
	padding:4px;
	text-align:center;
}
#header .bottom .bg01 {
	background:#0090ca;
	width:25%;
	float:left;
}
#header .bottom .bg02 {
	background:#3faad7;
	width:25%;
}

/********** PAGE HEAD STYLES **********/
#pageHead {
	background:url(images/pagHeaBg.gif) repeat-x bottom;
	font-size:18px;
	font-weight:bold;
}
#pageHead .rightBg {
	background:url(images/pagHeaRigBg.gif) no-repeat right bottom;
}
#pageHead .leftBg {
	background:url(images/pagHeaLefBg.gif) no-repeat left bottom;
	padding:25px 0 0 18px;
}
#pageHead h1 {
	font-size:18px;
}
/**********/
#tree {
	margin:0 0 15px;
}
#tree a {
	font-weight:bold;
	text-decoration:underline;
}
#tree .rightBg {
	background:url(images/treRigBg.gif) no-repeat right 0;
}
#tree .leftBg {
	background:url(images/treLefBg.gif) no-repeat 0 0;
	padding:0 0 0 32px;
	font-size:11px;
}
#tree a:link, #tree a:visited {
	font-weight:bold;
	text-decoration:underline;
}
#tree a:hover, #tree a:active {
	text-decoration:none;
}
/**********/
.welcomeText {
	padding:10px 0 15px 35px;
	text-align:justify;
}

/********** COLUMNS STYLES **********/
#bigColumn {
	padding-right:25px;
}
#fixedColumn {
	border-left:1px solid #ccc;
}
/********** MEDICAL INSTRUMENTS AND EQUIPMENTS **********/
#medInsEquipments {
	margin:0 0 20px 30px;
}
#medInsEquipments .topBg {
	background:url(images/medInsEquTopBg.gif) repeat-x bottom;
}
#medInsEquipments .head {
	background:url(images/medInsEquHeaBg.gif) repeat-x bottom;
	vertical-align:middle;
	padding:5px 10px;
	font-weight:bold;
	font-size:15px;
	color:#069;
}
#medInsEquipments .content {
	border:1px solid #ccc;
	border-width:0 1px 1px;
	padding:0 2px 2px;
}
#medInsEquipments .desc {
	padding:5px 10px;
	background:#eee;
}
#medInsEquipments .linksOuter {
	padding:15px 20px;
	background:#f7f7f7;
}
#medInsEquipments .links {
	width:32%;
	float:left;
	margin:5px 0 0;
	border:1px solid #f7f7f7;
}
#medInsEquipments .links a:link, #medInsEquipments .links a:visited, #medInsEquipments .links span {
	background:url(images/bullet01.gif) no-repeat 0px 5px;
	padding:0 0 0 12px;
}
/********** SCIENTIFIC INSTRUMENTS STYLES **********//
.fixColHrDivider {
	background:url(images/fixColHrDivider.gif) repeat-x center;
	margin:15px;
	height:5px;
}
#scientificInstruments {
	margin:10px 20px;
	text-align:left;
}
#scientificInstruments .head {
	border-bottom:1px solid #00ca98;
	font-weight:bold;
	color:#fff;
	width:100%;
	display:table;
}
#scientificInstruments .head span {
	background:#00ca98 url(images/sciInsHeaBg.gif) no-repeat right top;
	padding:3px 25px 3px 10px;
	float:left;
}
#scientificInstruments .content {
	border:1px solid #00ca98;
	border-width:0 1px 1px;
	padding:10px;
}

/**********  **********/
#sponsor {
	margin:15px 1% 25px;
}
#sponsor .head {
	width:100%;
	display:table;
	background:url(images/spoHeaBg.gif) repeat-x bottom;
}
#sponsor .head .center {
	margin:0 6px;
	padding:0 10px;
}
#sponsor .contentOuter {
	border:1px solid #68a662;
	border-width:0 1px 1px;
}
#sponsor .desc {
	padding:10px;
}
#sponsor .border {
	background:url(images/dividerVr03Gray.gif) repeat-y right;
}

/**********/
#sponsor .spoProducts {
	width:100px;
	margin:0 0 10px;
}
#sponsor .spoProducts th {
	padding:0 0 10px;
}
#sponsor .spoProducts th img {
	border:1px solid #ccc;
}
#sponsor .spoProducts td {
	background:url(images/spoLinBg.gif) no-repeat center;
	height:36px;
	padding:0 5px;
	line-height:14px;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-transform:capitalize;
}
#sponsor .spoProducts td a:link, #sponsor .spoProducts td a:visited {
	color:#fff;
}
#sponsor .spoProducts td a:hover, #sponsor .spoProducts td a:active {
	color:#cfc;
	text-decoration:underline;
}
/**********/
#sponsor .more {
	background:url(images/spoMorBg.gif) repeat-x bottom;
	text-align:right;
}

/********** LAB EQUIPMENTS PRODUCTS STYLES **********/
#labEquProducts {

}
#labEquProducts .top .head {
	border-bottom:2px solid #0090ca;
}
#labEquProducts .desc {
	padding:5px 10px;
	margin:0 0 10px;
}

/**********/
#labEquProducts .fOuterMain {
	background:url(images/dividerVr02Gray.gif) repeat-y center;
	margin:0 0 20px;
	width:100%;
	float:left;
	clear:left;
}
#labEquProducts .fLeft, #labEquProducts .fRight {
	width:49%;
}
#labEquProducts .fLeft .head, #labEquProducts .fRight .head {
	background:#ddd;
	padding:0 0 0 25px;
	color:#036a94;
}
#labEquProducts .fLeft .head a:link, #labEquProducts .fLeft .head a:visited, #labEquProducts .fRight .head a:link, #labEquProducts .fRight .head a:visited {
	color:#036a94;
}
#labEquProducts .fLeft .head a:hover, #labEquProducts .fLeft .head a:active, #labEquProducts .fRight .head a:hover, #labEquProducts .fRight .head a:active {
	color:#c00;
}

/**********/
#labEquProducts .fLeft .head span, #labEquProducts .fRight .head span {
	background:#fff;
	padding:0 10px;
	font-weight:bold;
}
#labEquProducts .linksOuter {
	border-bottom:1px solid #333;
	padding:0 0 15px 10px;
}
#labEquProducts .linksOuter .fOuter {
	clear:both;
}
#labEquProducts .links {
	width:49.5%;
	float:left;
}
#labEquProducts .links a:link, #labEquProducts .links a:visited, #labEquProducts .links span {
	background:url(images/bullet02.gif) no-repeat left 3px;
	padding:0 0 0 15px;
}

/**********  **********/
.broProAlphabetically {
	width:99%;
	margin:15px 0px;
	background:#effaff;
	border:1px solid #ccc;
	clear:both;
}
.broProAlphabetically .head {
	padding:3px 5px;
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #000000;
}
.broProAlphabetically .links {
	padding:10px;
	background:#fff;
}
.broProAlphabetically .links a:link, .broProAlphabetically .links a:visited {
	font-size:10px;
	font-weight:bold;
	border:1px solid #ffffff;
	background:#3faad7;
	color:#fff;
	text-decoration:none;
	padding:1px 2px;
}
.broProAlphabetically .links a:hover, .broProAlphabetically .links a:active {
	color:#FF3300;
	text-decoration:none;
	border:1px solid #ffffff;
}



/********** FOOTER STYLES **********/
#footer {
	clear:both;
	padding:20px 0 0;
}
#footer .botGenLinks {
	width:100%;
	display:table;
	background:url(images/botGenLinBg.gif) repeat-x top;
}
#footer .botGenLinks .linksOuter {
	width:600px;
	margin:auto;
	display:table;
	background:#3faad7;
	color:#fff;
}
#footer .botGenLinks .links {
	font-weight:bold;
	margin:0 6px;
	text-align:center;
	padding:7px 0 0;
}
#footer .botGenLinks .links a:link, #footer .botGenLinks .links a:visited {
	color:#fff;
}
#footer .botGenLinks .links a:hover, #footer .botGenLinks .links a:active {
	color:#cfc;
}
#footer .copyRight {
	padding:5px;
	text-align:center;
	font-size:11px;
	color:#666;
}






