html{
	height: 100%;
}

body{
	margin:0;
	background-image: url(../images/jpg/background.jpg);
}

div.scroll
{
	width: 99.8%;
	height: 510px;
	overflow:scroll;
}

/* - - - - - - - - - - - - - - - - - - - Various Fonts Begin - - - - - - - - - - - - - - - - - - */

.headline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	text-align:justify;
	text-shadow: 0px 2px 3px #666;
}

.headline2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:justify;
}

.mainText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

.mainText2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

.mainText3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

.mainText4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}

.mainText5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
}
.mainText6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
}

.mainText7{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
}




.productionText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#989898;
}


.mainBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-weight:bolder;
}

.title1{
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:31px;
	color:#989898;
}

.title2{
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:22px;
	color:#989898;
}

.style1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#494d4f;
	text-align:justify;
}

.style2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* - - - - - - - - - - - - - - - - - - - Various Fonts Ends - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - Vertical Menu Begins - - - - - - - - - - - - - - - - - - */

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 170px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Arial;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #212121;
border-right: 1px solid #212121;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #333333; /*background of menu items (default state)*/
color: #9a9a9a;
}

.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #0c5679; 
color: #9a9a9a;
}

.ddsmoothmenu-v ul li a:hover{
background: #00a4ee; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }

/* - - - - - - - - - - - - - - - - - - - Vertical Menu Ends - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - Horizontal Menu Begins - - - - - - - - - - - - - - - - - - */

.ddsmoothmenu{
font: bold 12px Arial;
background: #333333; /*background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #333333; /*background of menu items (default state)*/
color: #9a9a9a;
padding: 8px 10px;
color: #333333;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #9a9a9a;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #0c5679; 
color: #9a9a9a;
}

.ddsmoothmenu ul li a:hover{
background: #00a4ee; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Arial;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

/* - - - - - - - - - - - - - - - - - - - Horizontal Menu Ends - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - Lightbox Begins - - - - - - - - - - - - - - - - - - */

#lightbox{
	background-color:#494d4f;
	padding: 10px;
	z-index:10000!important;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	color:white;
	font-family:Arial;
	z-index:10000!important;
	}	
#lightboxCaption{ float: left; z-index:10000!important; }
#closeButton{ top: 15px; right: 10px; width: 50px; height: auto; float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
 
#overlay{ background-image: url(overlay.png); z-index: 9000!important; }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
/* - - - - - - - - - - - - - - - - - - - Lightbox Ends - - - - - - - - - - - - - - - - - - */ 

/* - - - - - - - - - - - - - - - - - - - Homepage Reel Begins - - - - - - - - - - - - - - - - - - */ 

#myreel{ /*sample CSS for demo*/
border:0px solid black;
}

.paginate{
width: 330px;
margin-top:5px;
font:bold 14px Arial;
text-align:center;
}

/* - - - - - - - - - - - - - - - - - - - Homepage Reel Ends - - - - - - - - - - - - - - - - - - */
