/** 
 * Main Layout File
/* CSS Document created by 
Manjeet Singh, CSS/HTML Coding Developer, 
NZ Technologies Pvt. Ltd.*/
 
/* Misc Styles and defaults 
-------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif, "Arno Pro";
	font-size:11px;
	color:#313094;
	background:#fff;
	line-height:175%;
	background:url(../images/bodyBG.gif) repeat-x top left;
}
html {
	margin:0px;
	padding:0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.clear {
	clear:both;
}
/* CONTAINER
----------------------------------------- */
#BgContainer {
	margin:auto;
	width: 780px;
	height:auto;
}
#Container {
	float:left;
	width: 778px;
	height:auto;
	border:#313094 solid 1px;
	background:#FFFFFF;
}
#Layout {
	float:left;
	width:778px;
	height:auto;
	background:url(../images/contBG.gif) repeat-y top left;
	margin:20px 0 0 0;
}
#Content {
	float:left;
	width:410px;
	height:auto;
	padding:0 5px 0 0;
}
.leftPanel {
	float:left;
	width:165px;
	height:auto;
}
.leftCont {
	float:left;
	width:155px;
	height:auto;
	padding:5px 5px 5px 5px;
}
.leftCont ul {
	margin:0;
	padding:5px 0 5px 0;
}
.leftCont ul li {
	list-style:none;
	padding:3px 0 3px 0;
}
.leftCont ul li a {
	color:#313094;
	text-decoration:underline;
	font-weight:bold;
}
.leftCont ul li a:hover {
	text-decoration:none;
}
.rightPanel {
	float:left;
	width:593px;
	height:auto;
	padding:0 10px 0 10px;
}
.rightPanel ul {
	margin:0px;
	padding:5px 0 10px 5px;
}
.rightPanel ul li {
	list-style:none;
	background:url(../images/liBullet.gif) no-repeat left 11px;
	padding:2px 0 2px 12px
}
.rightPanel ul li a {
	text-decoration:underline;
}
.rightPanel ul li a:hover {
	text-decoration:none;
}
.midContent {
	float:left;
	width:410px;
	height:auto;
	padding:0 5px 0 0;
}
.rightMostBox {
	float:left;
	width:178px;
	_width:168px;
	height:auto;
}
.rightMostCont {
	float:left;
	width:178px;
	_width:168px;
	height:auto;
	padding:20px 0 10px 0;
	background:url(../images/dottedBorder.gif) repeat-x bottom left;
}
.rightMostCont .featureTab {
	clear:both;
	width:178px;
	_width:168px;
	height:auto;
}
.rightMostCont .featureTab td {
	padding:0 3px 0 3px;
}
.rightMostCont .featureTab h5 {
	line-height:normal;
}
.rightMostCont .featureTab p {
	padding:0 0 5px 0;
}
.rightMostCont .featureTab .thmbImg {
	border:#313094 solid 1px;
	float:left;
}
h5.plain {
	font-size:11px;
	line-height:30px;
	background:none;
	border:0px;
	padding:0px;
	margin:0px;
	color:#313094;
}
/* HEADER
----------------------------------------- */
#Header {
	float:left;
	width:778px;
	height:110px;
	background:#fff url(../images/headerBG.gif) no-repeat left top;
}
.logo {
	float:left;
	width:150px;
	height:97px;
	padding:13px 0 0 15px;
}
.rightHeader {
	float:left;
	width:613px;
	height:110px;
}
.nav {
	float:left;
	width:613px;
	height:20px;
	line-height:20px;
	padding:90px 0 0 0;
}
.nav ul {
	float:left;
	width:613px;
	height:20px;
	margin:0px;
	padding:0px;
	background:#7474a7;
}
.nav ul li {
	display:inline;
	list-style:none;
	padding:0 12px 0 12px;
}
.nav ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.nav ul li a:hover, .nav ul li a.current {
	color:#FCD815;
}
/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	float:left;
	width:613px;
	height:20px;
	line-height:20px;
	padding:90px 0 0 0;
}
#Navigation ul {
	float:left;
	width:613px;
	height:20px;
	margin:0px;
	padding:0px;
	background:#7474a7;
}
#Navigation ul li {
	display:inline;
	list-style:none;
	padding:0 12px 0 12px;
}
#Navigation ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#Navigation ul li a span {
	color:#FFFFFF;
	text-decoration:none;
}
#Navigation ul li a:hover {
	color:#FCD815;
}
#Navigation ul li a:hover span {
	color:#FCD815;
}
#Navigation ul li a.current, #Navigation ul li a.section, #Navigation ul li a.section:hover, #Navigation ul li a.current:hover {
	color:#FCD815;
	font-weight:bold;
}
#Navigation ul li a.current span, #Navigation ul li a.section span, #Navigation ul li a.section:hover span, #Navigation ul li a.current:hover span {
	color:#FCD815;
	font-weight:bold;
}
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs {
	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em;
	margin: 0px 5px 10px 0;
}
#Breadcrumbs p {
	margin: 0;
}
#Breadcrumbs a {
	float:left;
	white-space:nowrap;
	line-height:10px;
	padding-right:5px;
}
/* SIDEBAR
-------------------------------------- */
#Sidebar {
	width: 200px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}
#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	background:#EFEFEF url(../images/sidebarHeader.gif) no-repeat left top;
}
#Sidebar ul {
	margin:2px 0 5px 3px;
}
#Sidebar li {
	margin: 8px 2px;
	list-style: none;
}
#Sidebar h3 {
	clear: both;
	text-transform: lowercase;
	color: #fff;
	font-weight: 700;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	line-height: 1.8;
	padding: 1px 0 0 10px;
	background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
}
#Sidebar .sidebarBottom {
	height: 15px;
	display: block;
	width: 200px;
	margin: -5px 0 0 0;
	background: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;
}
#Sidebar a em {
	font-style: normal;
}
#Sidebar p {
	font-size: 11px;
	clear: both;
	margin: 10px 10px 0 10px;
}
/* MENU2 */
    ul#Menu2 li {
	font-size:11px;
	padding:3px 0;
	list-style: none;
}
ul#Menu2 li a {
	color:#313094;
	font-weight:bold;
	text-decoration:underline;
}
ul#Menu2 li em {
	padding-left: 8px;
	display: block;
}
ul#Menu2 li li em {
	padding-left: 0;
}
/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
ul#Menu2 li a:hover, ul#Menu2 li a.current, ul#Menu2 li a.current:hover {
	cursor: pointer;
	text-decoration:none;
}
ul#Menu2 li a.current {
	font-weight:700;
}
ul#Menu2 li a.section, ul#Menu2 li a.section:hover {
	background: #DCDCDC;
	font-weight: 700;
	width: 193px;
}
ul#Menu2 li a.levela:hover span, ul#Menu2 li a.current span, ul#Menu2 li a.section span, ul#Menu2 li a.section:hover span, ul#Menu2 li a.current:hover span {
	background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
	display: block;
	width: 100%;
	height: 100%;
}
ul#Menu2 li a.levela:hover em, ul#Menu2 li a.current em, ul#Menu2 li a.section em, ul#Menu2 li a.section:hover em, ul#Menu2 li a.current:hover em {
	background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
	display: block;
	width: 100%;
	height: 100%;
}
ul#Menu2 li ul {
	height: 100%;
	position: relative;
	margin: -4px 0 0 0;
	width: 193px;
	padding: 4px 0 10px 0;
	background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
}
ul#Menu2 li ul li {
	width: 160px;
	background: #DCDCDC;
	padding: 0;
	font-size: 0.8em;
	display: inline;
	margin: 0;
}
ul#Menu2 li ul li ul {
	background: #DCDCDC;
	margin-left: 0;
}
ul#Menu2 li li a.current, ul#Menu2 li li a.section, ul#Menu2 li li a.section:hover, ul#Menu2 li li a.current:hover {
	color: #555;
	font-weight: 700;
	background: #DCDCDC;
}
ul#Menu2 li li ul {
	margin: 0 0 0 10px;
	padding: 0;
	width: 175px;
}
ul#Menu2 li li ul .roundWhite {
	margin-bottom: -10px;
}
/* Sub Menu */
ul#Menu2 li a.levelb {
	font-size: 1.7em;
	text-indent: 8px;
	width: 188px;
	background: transparent;
	margin-left: 10px;
}
ul#Menu2 li a.levelb:hover, ul#Menu2 li li a.current, ul#Menu2 li li a.current:hover, ul#Menu2 li li a.section, ul#Menu2 li li a.section:hover {
	background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
	text-decoration: none;
	display: block;
	color: #fff;
}
ul#Menu2 li a.levelb:hover span, ul#Menu2 li li a.current span, ul#Menu2 li li a.current:hover span, ul#Menu2 li li a.section span, ul#Menu2 li li a.section:hover span {
	background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
	display: block;
	width: 100%;
	height: 100%;
}
ul#Menu2 li a.levelb:hover em, ul#Menu2 li li a.current em, ul#Menu2 li li a.current:hover em, ul#Menu2 li li a.section em, ul#Menu2 li li a.section:hover em {
	background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
	display: block;
	width: 100%;
	height: 100%;
}
/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}
#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}
#PageComments li.odd p.info {
	color: #3AA0C3;
}
.actionLinks li {
	display: inline;
	border-right: 1px solid;
}
.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li.last {
	border-right: none;
}
.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}
/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}
/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
}
html #SearchForm_SearchForm .middleColumn input.text {
	width: 160px;
	border: none;
	color: #666;
}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}
/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}
p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm {
	min-height:100px;
}
#Unsubscribe_MailingListForm_MailingListForm p {
	margin:0 !important;
	padding:10px;
}
#Unsubscribe_MailingListForm_MailingListForm p label {
	display: inline;
}
#Unsubscribe_MailingListForm_MailingListForm label {
	margin:0;
}
/* FOOTER
----------------------------------------------- */
.backToTop {
	float:left;
	width:778px;
	height:18px;
	line-height:18px;
	text-align:center;
	background:#7474a7;
}
.backToTop a {
	color:#FFFFFF;
}
.footerCont {
	float:left;
	width:100%;
	height:auto;
	padding:2px 0 10px 0;
}
#footer {
	margin:auto;
	width:778px;
	height:auto;
	text-align:center;
	font-size:10px;
}
#footer a {
	text-decoration:underline;
}
#footer ul {
	text-align:center;
	margin:0px;
	padding:0px;
}
#footer ul li {
	display:inline;
	list-style:none;
	padding:0 8px 0 7px;
	font-size:11px;
}
#footer ul li a {
	text-decoration:none;
}
#footer ul.sitemap {
	text-align:right;
}
#footer ul.sitemap li {
	text-align:right;
	font-size:10px;
	background:url(../images/footerSep.gif) no-repeat right 2px;
}
#footer ul.sitemap li.last {
	background:none;
}
/* COMMON CSS 
-------------------------------------------------------- */
a img {
	border:none;
}
a {
	color:#313094;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#0066cc;
	text-decoration:underline;
}
.clear {
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	color:#313094;
	clear:both;
}
h1 {
	font-size:20px;
	padding:5px 0 5px 0;
}
h2 {
	font-size:19px;
}
h3 {
	font-size:14px;
	padding:0 0 10px 0;
}
h4 {
	font-size:13px;
}
h5 {
	font-size:11px;
	line-height:23px;
	background:#7474a7;
	border-bottom:#313094 solid 2px;
	padding:0 5px 0 5px;
	color:#FFFFFF;
}
h6 {
	font-size:10px;
}
p {
	margin:0;
	padding:5px 0 10px 0;
	line-height:120%;
}
address {
	margin:0;
	padding:5px 0 10px 0;
	line-height:120%;
	font-style:normal;
}
/***********************Style For Inner Pages [By Manjeet Singh]*****************************/
.viewLarge {
	float:left;
	width:410px;
	height:auto;
	padding:0 0 20px 0;
}
.viewLarge .largeBox {
	float:left;
	width:130px;
	height:130px;
}
.viewLarge .largeBox a {
	float:left;
	clear:both;
	white-space:nowrap;/*For IE6, IE7*/
}
.viewLarge .rgtTxt {
	float:right;
	width:278px;
	height:128px;
	font-size:11px;
	background:#EBEDF0;
	border-bottom:2px solid #313094;
}
.viewLarge .rgtTxt p {
	padding:0 5px;
	font-weight:bold;
	line-height:128px;
}
.imgCont {
	float:left;
	width:410px;
	height:auto;
	padding:0 0 20px 0;
}
.imgCont p {
	clear:both;
	padding:10px 0 0 0;
	line-height:145%;
}
.imgCont .centrAlgn {
	padding:0 0 20px 0;
	font-weight:bold;
	text-align:center;
}
.imgCont .thumbcont {
	float:left;
	width:410px;
	height:auto;
}
.imgCont .thumbcont img {
	float:left;
	width:130px;
	height:92px;
}
.imgCont .thumbcont img {
	margin-left:5px;
}
.imgCont .clearDiv {
	float:left;
	width:100%;
	height:20px;
}
.viewLarge .topPadd {
	clear:both;
	padding-top:10px;
}
.imgCont ul.quaLity {
	clear:both;
	padding:10px 0 0 0;
}
.imgCont ul.quaLity li {
	list-style:none;
	line-height:135%;
	background:none;
	padding:0;
}
.viewLarge .retractblk {
	width:410px;
	height:275px;
	margin:0 0 10px 0;
}
.imageHoldr {
	width:410px;
	height:auto;
}
.imageHoldr p {
	margin:0;
	padding:0 0 15px 0;
	font-weight:bold;
}
.imageHoldr img {
	float:left;
	width:410px;
	height:300px;
}
/******************Style For Enquiry Form******************************/
.eQuanry {
	font-weight:bold;
	background:#DCDDDE;
}
.eQuanry td {
	padding:3px 0 3px 15px;
}
.eQuanry input, .eQuanry textarea {
	width:136px;
	border:1px solid #313094;
	overflow:hidden;/*Hide From IE6, IE7*/
}
.eQuanry .subMyt {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	background:#7474A7;
	border:1px solid #313094;
}
/***********************Updated By Manjeet Singh [May-06-10] **********************************/
.viewLarge .largeBoxForThumb {
	width:100px;
	height:75px;
}
.viewLarge .rgtTxtFull {
	width:593px !important;
	width:588px;
	float:left;
}
.viewLarge .rgtTxtCatal {
	width:482px;
	height:72px;
}
.viewLarge .rgtTxtCatal p {
	line-height:42px;
	font-weight:normal;
	padding-left:5px;
}
.viewLarge .rgtTxtFull p {
	line-height:175%;
	text-align:center;
}
.rightPanel .addressBox {
	float:left;
	width:410px;
}
.rightPanel .addressBox h5 {
	width:583px !important;
	width:578px;
}
.rightPanel .addressBox .mailIcon {
	width:100%;
	padding:0 0 0 18px;
	background:url(../images/mail_icon.gif) no-repeat left 1px;
}
/***************************Product Information Page Table**********************************/
.productInfoTabl {
	float:left;
	width:100%;
	height:auto;
}
.productInfoTabl .proInfoTable {
	clear:both;
	border-top:none;
	margin:0 0 20px 0;
	border:1px solid #313094;
}
.productInfoTabl .proInfoTable td {
	padding:6px 0 3px 5px;
	vertical-align:top;
	border:none;
	border-bottom:1px solid #C5C5C5;
}
.productInfoTabl .proInfoTable td.last {
	border-bottom:none;
	font-weight:bold;
}
.productInfoTabl .proInfoTable td img {
	border:1px solid #4E8ACF;
}
.productInfoTabl .proInfoTable .heading {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	background:#7474A7;
	border-top:1px solid #C5C5C5;
	border-bottom:1px solid #C5C5C5;
}
.productInfoTabl .proInfoTable .detailBtn {
	float:left;
	width:75px;
	height:18px;
	color:#ffffff;
	font-size:11px;
	padding:0 0 2px 0;
	font-weight:bold;
	text-align:center;
	background:#7474a7;
	border:1px solid #313094;
}
rightPanel .bold {
	font-weight:bold;
}
/************************Updated By 11-May-2010[04:16:50]********************************/
.rightPanel .addressBox .bold {
	font-weight:bold;
}
.rightPanel .addressBox .siteMap {
	float:left;
	width:100% !important;
	width:99.9%;
}
.rightPanel .siteMap span a {
	float:left;
	width:390px;
	font-weight:bold;
	padding:0 0 0 20px;
	background:url(../images/document_icon.gif) no-repeat left center;
}
.rightPanel .siteMap span a:hover {
	text-decoration:none;
	background:#DEE7EC url(../images/document_icon.gif) no-repeat -1px center;
}
.rightPanel .siteMap .firstCpage {
	float:left;
	width:390px;
	font-weight:bold;
	padding:3px 0 0 20px;
	background:url(../images/folder_icon.gif) no-repeat left 4px;
}
.rightPanel .siteMap .firstCpage:hover {
	text-decoration:none;
	background:#DEE7EC url(../images/folder_icon.gif) no-repeat -1px 4px;
}
.rightPanel .siteMap ul {
	float:left;
	width:92.3%;
	clear:both;
	margin:1px 0 1px 5px !important;
	margin:1px 0 1px 3px;
	padding:3px 0 0 12px;
	border-left:5px solid #DEE7EC;
}
.rightPanel .siteMap ul li {
	list-style:none;
	margin:0;
	padding:0;
	background:none;
}
.rightPanel .siteMap ul li a {
	float:left;
	width:367px;
	height:20px;
	font-weight:bold;
	text-decoration:none;
	padding:2px 0 2px 20px;
	background:url(../images/document_icon.gif) no-repeat left center;
}
.rightPanel .siteMap ul li a:hover {
	background:#DEE7EC url(../images/document_icon.gif) no-repeat -1px center;
}
.rightPanel .siteMap .lastCpage {
	float:left;
	width:390px;
	font-weight:bold;
	background:#DEE7EC;
	padding:3px 0 0 20px;
}
.rightPanel .siteMap .lastCpage:hover {
	text-decoration:none;
	background:#DEE7EC url(../images/folder_icon.gif) no-repeat left center;
}
/****************************Style For The Outsider Page*******************************/
.rightPanel .copyLogo {
	float:left;
	width:410px;
	height:124px;
	margin:10px 0;
} 
.rightPanel ul.bold li {
	font-weight:bold;
}
.rightPanel .centrAlgnLH {
	padding:10px 0 10px 0;
	font-weight:bold;
	text-align:center;
	line-height:185%;
} 
.rightPanel .oscharImg {
	width:360px;
	height:250px;
	margin:5px 0 0 25px;
} 