@font-face {
    font-family:Arial;

    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
.logo a{
padding:10px 10px 10px 10px;	
border-right:none;
}
.strip{
background:url(../images/strip.jpg) repeat-x;
height:1px;
z-index:1001px;	
width:100%;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
   background:#161616;
   opacity:0.8;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 0px 30px 10px 20px;
	margin: 0px 0 0 0;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}

/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	height: 70px;
	font-size: 11px;
	width: 100%;
	background:url(../images/topbg.png) repeat-x;
/*	background: #000; */
	opacity: 0.8;
	text-transform: uppercase;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
/*
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
	font-family:Arial;
	font-size:12px;
	border-right:dotted 1px;
	border-right-color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
.codrops-top a:hover{
	color: #81b1ff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}
*/
p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
.latestupdate{
float:left; width:205px; border-right:solid 1px; border-right-color:#FFF; border-left:solid 1px; border-left-color:#FFF; text-align:center; height:100%; margin-left:10px;
height:30px;
padding-top:10px;
}
.latestupdate a{
	display:block;
	color:#FFF;
	text-decoration:none;
	height:100%;
	font-size:16px;
	font-family:Arial;
	text-transform:uppercase;

}
.latestupdate a:hover{
color:#81b1ff;	
}
.show_hide {
	display:none;
}
.slidingDiv{
overflow:auto;
overflow-style:marquee-line;
	background-color:#161616;
	height:80%;
	width:207px;
	margin-left:50px;
}
.btm_rightpanel{
padding-top:10px;	
float:right; 
color:#807f80;	
font-family:Arial;
font-size:14px;
}
.btm_rightpanel a{
text-decoration:none;
color:#807f80;	
font-size:14px;
}
.btm_rightpanel a:hover{
color:#FFF;	
}
.btm_rightpanel img{
margin-top:-2px;
}
 .overlay{
            background:transparent url(../images/overlay.png) repeat top right;
            position:relative;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            z-index:100;
			float:right;
			
        }
		.box, .box1, .box2, .box3, .box4, .box5, .box6, .box7{
            position:fixed;
            top:-780px;
			float:right;
			right:25px;
			margin-right:25px;
     		width:790px;;
			float:right;
			height:100%;
			text-align:right;
            background-color:transparent;
            color:#fff;
            z-index:99999;
			margin:0px;
			padding:0px;
			
			
        }
        a.boxclose, a.boxclose1, a.boxclose2, a.boxclose3, a.boxclose4, a.boxclose5, a.boxclose6, a.boxclose7{
            float:right;
            width:790px;
            height:32px;
            background:transparent url(../images/cancel.png) no-repeat top right;
            margin-top:3px;
            cursor:pointer;
			margin-left:-3px;
			position:fixed;
			text-align:right;
        }
		#btnFadeOut, #btnFadeOut1, #btnFadeOut2, #btnFadeOut3, #btnFadeOut4{
		            float:right;
            width:32px;
            height:32px;
            background:transparent url(../images/cancel.png) repeat top right;
			margin:5px 35px 0 0;
            cursor:pointer;
			right:0;
			position:fixed;
			text-align:right;
		}
		a.activator, a.activator1, a.activator2, a.activator3, a.activator4, a.activator5, a.activator6, a.activator7{
		  top:0px;
            left:0px;
            background:#fff url(clickme.png) no-repeat top left;
            z-index:99999;
            cursor:pointer;
        }
.imgbtmbg{
margin-top:-2px; margin-left:8px; position:fixed;	
}
.aboutus{
width:720px;
height:400px; 
position:relative; 
z-index:9999999; 
margin-left:30%; 
display:none;
text-align:right;	
opacity:0.9;
top:0;
margin-top:6%;
 background:#161616 bottom right;
            z-index:100;
			float:right;
			
			
			
}
.aboutus h2{
text-align:left;
font-size:18px;
color:#81b1ff;
padding-left:20px;
padding-top:10px;
margin-right:40px;
text-transform:uppercase;	
}
.dotedline{
width:700px; margin:15px 0px 5px 15px; background:url(../images/doted_line.png) repeat-x; height:20px;	
}

#mycustomscroll_left {
/* Typical fixed height and fixed width example */
width: 750px;
height: 320px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: none;
padding:10px 15px 0px 0px;
color:#FFF;
font-size:14px;	
margin:10px;
line-height:30px;
text-align:left;
}


#scrollbar1 { width: 720px; margin: 20px 0 10px;
color:#FFF;
font-size:14pxpx;
line-height:30px;
text-align:left;
margin-left:20px;
 }
#scrollbar1 .viewport { width: 700px; height: 320px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.jpg) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }


/*------------------------------------menu-----------------------------*/
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color:transparent; /*overall menu background color*/
margin-top:10px;
padding:10px 0px 0px 0px;
text-align:center;

}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
border: none;
text-decoration: none;
color: white;
padding:0px 15px 0px 15px;
text-align:center;

	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
	font-family:Arial;
	font-size:12px;
	border-right:dotted 1px;
	border-right-color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: inline-block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: block;
float: none;
width:400px;
text-align:left;
margin-top:40px;
margin-left:-90px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 1px; /* no need to change, as true value set by script */
top: 0;
padding-top:0px;


}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: inline;
width: 90px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
color:#FFF;
border:none;
}

.suckertreemenu ul li a:hover{
background-color: transparent;
color:#81b1ff;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}