/* CSS Document */

body { margin:0 0 0 0; background-color:#F8F8F8; font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; color:#000000; font-size:12px; line-height:18px;}

.left-link ul { margin: 0 0 0 0px; 
padding: 0 0 0 20px;}

.left-link li { list-style-image:url(../images/red-bull.gif); margin:0 0 0 0; line-height:22px; font-family:Verdana, Arial, Helvetica, sans-serif padding:0 0 0 0;}

.arrow-link ul { margin: 0 0 0 0px; 
padding: 0 0 0 30px;}

.arrow-link li { list-style-image:url(../images/red-bull.gif); margin:0 0 0 0;  color:#000000; padding:0 0 0 0;}

.main-txt ul { margin: 0 0 0 10px; padding: 0 0 0 10px;}

.main-txt  li { list-style-image:url(../images/red-bull.gif); margin:0 0 0 0; line-height:22px; padding:0 0 0 0;}

.main-txt2 ul { margin: 0 0 0 20px; padding: 0 0 0 20px;}

.main-txt2  li { list-style-image:url(../images/red-bull.gif); margin:0 10px 0 10px; line-height:22px; padding:0 10px 0 10px;}


a {text-decoration:none; color:#666666;}

a:hover { text-decoration:none; color:#DE0005;}

p { line-height:25px;}


.white-bg { background-color:#FFFFFF; }

.top-link-txt { font-size:12px; padding: 0 0px 0 0; color:#000000;}

.top-link-txt a{ text-decoration:none; color:#000000;}

.top-link-txt a:hover{ text-decoration:none; color:#DE0005;}

.search-box { width:125px; height:17px; border:1px solid #CCCCCC; color:#000000; font-size:11px;}

.mid-curve { background-image:url(../images/mid-curve.gif); background-repeat:repeat-y;}

.mid-curve-right { background-image:url(../images/mid-curve-right.gif); background-repeat:repeat-y;}

.right-mid-curve { background-image:url(../images/right-mid-curve.gif); background-repeat:repeat-y;}

.right-bg { background-image:url(../images/repeat-bg.gif); background-repeat:repeat-y;}

.mid-mid-curve { background-image:url(../images/mid-midcurve.gif); background-repeat:repeat-y;}

.footer-mid-curve { background-image:url(../images/footer-mid-curve.gif); background-repeat:repeat-y;}

.left-link {font-size:12px; padding: 0 5px 0 0; color:#666666;}

.left-link a{ text-decoration:none; color:#666666;}

.left-link a:hover{ text-decoration:none; color:#DE0005;}

.txt-box-bg { background-image:url(../images/txt-box-bg.gif); background-repeat:repeat-x; background-position:top;}

.main-txt { padding:0 11px 0 12px; text-align:justify; background-image:url(../images/content-bg-mid.gif); background-repeat:repeat-y;}

.main-txt img { padding:5px 0 5px 0; } 

.main-txt3  { padding:0;}

.main-txt3 ul { margin: 0 0 0 10px; padding: 0 0 0 10px; text-align:left;}

.main-txt3  li { list-style-image:url(../images/red-bull.gif); margin:0 0 0 0; line-height:22px; padding:0 0 0 0;}

 

.more a {text-decoration:none; color:#DE0005;}

.more a:hover { text-decoration:none; color:#666666;}



.right-doted-line { border-right:1px dotted #CCCCCC;}

.padding-left { padding-left:6px;}

.footer-padding-left1 { margin: 0 0 0 10px; font-size:11px; padding: 0 0 0 10px;} 

.footer-padding-left { font-size:11px;}


.footer-padding-left ul { margin: 0 0 0 13px; font-size:11px; padding: 0 0 0 13px;  }

.footer-padding-left li { list-style-image:url(../images/gray-bull.gif); margin:0 0 0 0; line-height:20px; font-size:11px; padding:0 0 0 0;}


/*.shadow2{
box-shadow: 7px 7px 8px #818181;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}*/


.side-txt { padding:0 5px 0 5px; letter-spacing:1px; line-height:15px; text-align:justify;}


.cisco_left_border { border-left:1px solid #E02125;}
.cisco_right_border { border-right:1px solid #E02125;}
.cisco_top_border { border-top:1px solid #E02125;}
.cisco_bottom_border { border-bottom:1px solid #E02125;}
.cisco_border { border:1px solid #E02125; }



#skwrap {
float:right;
	font-size: 11px;
	width: 350px;
	padding-right:0px;
	margin: 0 auto; 
	background-color: #fff;
	position: relative; 
	
	}
	
#skwrap a {
background-image:url(../images/top_menu_mini_arrow.gif); background-repeat:no-repeat; background-position:right;
}


#skwrap a:hover{
color:#D5040A;
/*background-color:#E8E8E8;*/
background-image:url(../images/top_menu_mini_arrow_down.gif); background-repeat:no-repeat; background-position:right 5px;
}

/* These styles create the dropdown menus. */
#sknavbar {
	margin: 0 5px 0 0;
	text-align:left;
	padding: 0;
	height: 1em;

	}
	
#sknavbar li {
	list-style: none;
	 border-right: solid 1px #999999;
	 
	 width:110px;
	float: left; }
	
#sknavbar li a {
margin: 0 5px 0 0;
	display: block;
	padding: 3px 8px;
	background-color: #fff;
	color: #000;
	text-decoration: none; }
	
#sknavbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #fff;}
	
#sknavbar li:hover ul, 
#sknavbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	
/*	background-color:#E8E8E8;*/
	color:#FF0000;
	}
	
#sknavbar li:hover li, 
#sknavbar li.hover li {
	float: none;
	
/*	background-color:#E8E8E8;*/
	 }
	
#sknavbar li:hover li a, 
#sknavbar li.hover li a {

/*	background-color:#E8E8E8;*/
	height:16px;
	margin: 0 5px 0 0;
		color: #000; }
	
#sknavbar li li a:hover {
	background-color: #fff;	
	
	color:#FF0000; 
	}
	

.heading { font-size:14px; font-weight:bold; padding:0px 11px 5px 3px; }
.heading2 { font-size:14px; font-weight:bold; padding:10px 11px 0 27px; color:#C10000; background-image:url(../images/bottom-box-top-curv.gif); background-repeat:no-repeat; background-position:center; height:38px;}

.heading3 { font-size:14px; font-weight:bold; padding:10px 11px 0 27px; color:#C10000; }



.tex {font-size:12px; color:#000000; text-transform:uppercase;
}

.table-align {  }

.page-head-txt { color:#FFFFFF; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; background-color:#BB2F26;}

.page-sub-head-txt { color:#BB2F26; font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; background-image:url(../images/page-sub-hed-mid-curv.gif); background-repeat:repeat-x; background-position:center;}

.home-box-heading { font-size:12px; text-transform:uppercase; font-weight:bold; color:#BB2F26; padding-left:10px;}
.home-box-heading1 { font-size:12px; text-transform:uppercase; font-weight:bold; color:#BB2F26; padding-left:7px;}

.bold-link { font-size:12px; font-weight:bold; color:#BB2F26;}

.main-text-bg1 { background-image:url(../images/bottom-box-mid-curv.gif); background-repeat:repeat-y; background-position:center;}


.style-new { padding-left:4px;}



.text-field {
	width:265px;
	height:18px;
	font-size:12px;
	color:#575656;
	border:1px solid #7F9DB9;
	margin-left:0px;
	background-color: #FFFFFF;
	}
.text-field1 {
	width:545px;
	height:18px;
	font-size:12px;
	color:#575656;
	border:1px solid #7F9DB9;
	margin-left:0px;
	background-color: #FFFFFF;
	}
.drop-down {
	width:265px;
	height:19px;
	font-size:11px;
	color:#333333;
	border:1px solid #7F9DB9;
	text-transform:capitalize;
	}
.text-field2 {
	width:130px;
	height:18px;
	font-size:12px;
	color:#575656;
	border:1px solid #7F9DB9;
	margin-left:0px;
	background-color: #FFFFFF;
	}
.text-area {
	width:545px;
	height:80px;
	font-size:10px;
	color:#333333;
	border:1px solid #7F9DB9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	

.amarnat-content {
text-decoration:none;
}

.amarnat-content a {
text-decoration:none;
}

.amarnat-content a:hover {
text-decoration:underline;
}
.amarnat-content1 {
text-decoration:none;
color:#000000;
font-size:9px;


}

.amarnat-content1 a {
text-decoration:none;
color:#000000;
}

.amarnat-content1 a:hover {
text-decoration:underline;
color:red;
}

.amarnat-content-1 {
text-decoration:underline;
}

.amarnat-content-1 a {
text-decoration:underline;
}

.amarnat-content-1 a:hover {
color:#003399;
text-decoration:none;
}

#content-bg_amarnath_1 {
	background-color:#2999CF;
	border:solid 4px #82CFE4;
	padding:10px;
}

.txt-area { width:350px; height:100px;}

.txt-area-1 { width:200px; height:50px;}

.txt-area-2 { width:570px; height:100px;}

.txt-area-3 { width:450px; height:100px;}

.shorttxt-area { width:250px; height:50px;}