@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
	border:0;
}

body {
    padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;	
	background:#ffffff;
	position: relative;
	width: 100%;
}

/* resets most browser styles to enhance cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img, a{ border:none; text-decoration: none;}
ul, li{ list-style:none;}

.clear{
	clear:both;
}

#main {
	width: 940px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/bodyshadow.gif) repeat;
} 

#wrapper {	
	width: 936px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background: #F7F6F7;
}

#headericon{
	float: right;
	height: 26px;
 	color: #333;
	margin: 0px 0px 0px 0px;
	background: url(images/topnav.jpg) #F7F6F7;
}

#headericon ul li{
	float:left; display:block; padding:0 0px 0 5px;
}
#headericon ul li a{
	height:15px; text-decoration:none; text-indent:-3000px; display:block; width:20px;
}
#headericon ul li a.home{
	background:url(images/home.gif) no-repeat 0 0; width:21px; height:21px;
}
#headericon ul li a.home:hover{
	background:url(images/homeh.gif) no-repeat 0 0; width:21px; height:21px;
}
#headericon ul li a.contact{
	background:url(images/contact.gif) no-repeat 0 0; width:22px; height:20px;
}
#headericon ul li a.contact:hover{
	background:url(images/contacth.gif) no-repeat 0 0; width:22px; height:20px;
}
#headericon ul li a.sitemap{
	background:url(images/sitemap.gif) no-repeat 0 0; width:20px; height:20px;
}
#headericon ul li a.sitemap:hover{
	background:url(images/sitemaph.gif) no-repeat 0 0; width:20px; height:20px;
}
#headericon ul li a.language{
	background:url(images/language.gif) no-repeat 0 0; width:133px; height:21px; 
}


#header{
	width: 936px;
	height:159px;
	margin: 0px 0px 0px 0px;
	background:url(images/headerbg.gif) #003366 repeat-x;
	overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#header h2{

font-family: Arial; font-size: 24px; color: #ffffff; text-indent: 10px; line-height: 28px;
}
.logo{
	width:143px;
	height:159px;
	float:left;
	padding: 0;
	margin-left: 10px;
	
}

*html .logo{
	
	margin-left: 5px;
	
}

.headertext {
	color: #99CCCC; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 24px; 
	text-indent: 10px;
}

.search{
	width:207px;
	height:20px;
	float:right;
}

.searchfield {
	background: url(images/searchbg.gif);
	margin: 0px;
	width: 140px;
	height: 16px;
	padding: 2px;
}

/* header menu */
.menu{
	position:relative;
	float: right;
	width: 100%;
	margin:0 auto 0 auto;
	height:26px;
	list-style:none;
	line-height:28px;
	background:url(images/menu.gif) repeat-x;
	border-bottom: 1px solid #cccccc;
}

.menu li{
	float:left;
	list-style:none;
	padding:0 2px;
}

.menu li a{
	float:left;
	display:block;
	color: #333333;
	border-right: 1px solid #ebebeb;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	height:26px;
	cursor:pointer;	
}

.menu li a b{
	float:left;
	display:block;
	padding:0 24px 0 24px;
}

.menu li.current a{
	color: #333333;
	background:url(images/menuon.gif) repeat-x;
	border-bottom: 1px solid #003366;	
}
.menu li.current a b{
	color: #ebebeb;
	background-position:right;
	line-height:26px;
}

.menu li a:hover{
	color: #ebebeb;
	background:url(images/menuon.gif) repeat-x;
	line-height:26px;
	border-bottom: 1px solid #003366;	
}


.menu li a:hover b{
	color: #ebebeb;
	background-position:right;
	height:26px;
}

#maintable {
    width: 936px;
	
	background: #36393D;
	border: 5px solid #36393D;
	
}
.onecolumn {
	float: left;
	width: 936px;
	color: #333;
	margin: 0px 0px 0px 0px;
	clear: both;
}


#footer{
	width: 936px;
	height:120px;
	margin: 0px 0px 5px 0px;
	background:url(images/footerbg.gif) #003366 repeat-x;
	overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
	
}

.nafollogo{
	width:103px;
	height:120px;
	float:left;
	padding-left: 5px;
	
}

.footertext p{
	color: #99CCCC; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 18px; 
	text-indent: 10px;
}

.footertext a{
	color: #CCCCCC;	
	text-decoration: none;
}

.footertext a:hover{
color: #ebebeb;	
}

.left {
	background: #36393D;	
	width:185px;
}

.center {
	background: url(images/threecolumnbg.gif) #EDEEEE repeat-y;
	width: 530px;
	padding: 10px;
	padding-right: 20px;
	margin: 0;
}



.right {
	background: #FAFBFA;
	padding: 5px;
	padding-top: 10px;		
}

.centertwo {
	background: #EDEEEE;
	width: 770px;
	padding: 10px;
}

.tabletop{
border-top: 5px solid #36393D;

}



.gallery {
background: #EDEEEE;
width: 720px;
margin-left: 10px;
padding: 10px;
}

#banner{
	background: #EDEEEE;
	width: 600px;
	padding: 10px;
	margin-bottom: 5px;
}


/* uttam */


#maincontent {
width: 100%;
margin: 0px;
}


#maincontent h3 {
background: url(images/titlebg.gif) repeat-x #C3D9FF;
}

#maincontent p {
font-size: 12px;
color: #333333;
padding-bottom: 15px;
padding-top: 5px;
text-align:justify;
line-height: 20px;


}

#maincontent ul{
padding-left: 20px;
}

#maincontent ul li {
background: url(images/bullet.gif) center left no-repeat; 
padding-top: 0px;
text-indent: 20px; 
line-height:20px; 
font-size: 12px;
vertical-align: middle;
}

#maincontent a {
color: #996666;
font-size: 12px;
font-weight: bold;

}
#maincontent a:hover {
color: #0066cc;
font-size: 12px;
font-weight: bold;
}

#mainbanner {
margin: 0px;
padding: 0px;
}

#rightside {
padding-top: 5px;
padding-bottom: 10px;
width: 170px;
margin: auto;
vertical-align: top;
margin-right: 5px;
}

#rightside h3 {
background: url(images/sidemenutitlebg.gif) bottom #747474;
padding: 4px;
font-size: 13px;
color: #006699;
}

#rightside p {
font-size: 11px;
color: #333333;
margin-bottom: 20px;
background: url(images/boxbg.gif) repeat-x top #b9bdc1;
border-top: none;
padding: 5px;
}


/* from mozy site */
.inner-block{
float: right;
}
#testimonials {
  height:152px;
  width: 745px;
  background: url(images/banner_img.gif) right no-repeat #EDEEEE;
  position:relative;
 
}


.table1 {font-size: 12px; background-color: #cccccc; line-height: 22px;}
.table1 td {background: #A6ABBD; padding-left: 5px;}
.table li { list-style-image: url(images/arrow.png);}


.inner-block .testimonial p {
	position:absolute;
	left:504px;
	top: 50px;
	width:241px;
	font-size:12px;
	line-height: 17px;
	color: #006699;
}

#clock {float:right; margin-right: 10px; width: 165px; height: 150px; background:#CCCCCC; }
.certificate{float:left; width:170px; padding-left: 0px; margin-left: 3px; margin-top: -15px;}
*html .certificate { margin-left: 1px; width: 175px;}

*html #clock { margin-right: 5px; width: 165px;}

.flag{
	width:120px;
	height:80px;
	float:right;
	padding-top: 30px;
	
}

.table {font-size: 12px; background-color: #404040; line-height: 22px;}
.table td {background: #D7D7D7; padding-left: 5px;}



/* --------------------------------------------------------------------------------------------------------------------------------*/
 .adminmenudirect{
width: 170px;
cursor: hand;
line-height: 20px;
background: url(images/sidemenutitlebg.gif);
border: 1px solid #666666;
margin-left: 2px;
}

* html .adminmenu{
width: 170px;
}

.adminmenu {
width: 170px;
cursor: hand;
line-height: 20px;
background: url(images/drop.gif);
border: 1px solid #666666;
margin-left: 2px;
}



.adminmenu a, .adminmenudirect a {color: #000000; font-size: 13px;}



.menuadmin{
width: 170px;
display: none;
text-align: left;
font-size: 12px;
line-height: 20px;
background-color: #EAF2F7;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
color: #FFFFFF;
margin-left: 2px;


}
* html .menuadmin{
width:170px;
}

.menuadmin a{
margin-left: 21px;
color: #006699;

}

.mainmenu{

}

.mainmenu a{
text-decoration: none; color: #CCCCCC;
}

.mainmenu a:hover{
text-decoration: none; color: #000000;
}
.sideMain {
	width:170px;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
	color: #996600;
	margin: 0px;
	
}
.sidemenu a{ color: #996600; text-decoration: none;}
.sideMain a:hover{color: #CC3333; text-decoration: none;}

.slideshow{
	
	background: url(images/threecolumnbg.gif) #FAFBFA repeat-y;
	
}


#hide {
	position: relative;
	width: 200px;
	top: -12px;
	padding-left: 290px;
	background: #EDEEEE;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

#keyboard {position: relative; display: block; margin-left: 30px;}
*html #keyboard {margin-left: -205px;}




/* Scroll message styles */

#pscroller1{
width: 160px;
height: 160px;
padding: 5px;
}

#pscroller1 a{
text-decoration: none;
background:url(images/newsbg.png); 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
font-weight: bold;
}
#pscroller1 a:hover{
color:#0066CC;

}
.someclass{ //class to apply to your scroller(s) if desired
}
