@charset "utf-8";


body{
	margin: 0px;
	padding: 0px;
	background-color:#222;
}

a:focus {
    outline: none;
}

#bgimage
{
left:0px;
}

#table-center {
-moz-box-shadow: 0 0 5px #000;
-webkit-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}

#center-all{
}
/*CONTAINER FOR CONTENT*/

#maincontent {
	text-align:left;
	position:absolute;
	z-index:3;
	top: 10px;
	margin-left: 45px;
	}
	
/*CONTAINER FOR CONTENT*/

#video_XYposition{
/* the position is defined via javascript */
clear:both;
position:absolute;
z-index:4;
}
/* ///// SPECIALS VIDEO CONTAINER ///// */
#video_viewport {
-moz-box-shadow: 0 0 5px #000;
-webkit-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
background-image:url('css-images/loading.gif'); 
background-repeat:no-repeat; background-position:center;
background-color:#000;
}
/* ///// END SPECIALS VIDEO CONTAINER ///// */
/* ///// CONTACT US ///// */
#contact_us {
	display: block;
	height:60px;
    cursor: pointer;
	background-color: transparent;
	/*font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #EB6005;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;*/
	
}
#contactDimensions{ /*IE*/
display: block;
overflow:hidden;
width:100%; 
height:100%;
background-color: transparent; 
background:url("css-images/trans.gif"); 
}
#contact_us:hover {
	/*color: #FFF;
	background-color: #303132;*/
}


/* ///// END CONTACT US ///// */



/* DISCLAIMER WITH JQUERY SCROLL
------------------------------------------------------------------------------------------ */
.tinyscrollbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	height: 100px;
	width: 200px;
}

/* scrollbar */
#scrollbar1 {
		text-align:left;
	
	z-index:3;
	position:absolute;
	margin-left:529px;
	top:638px;
	height: 50px;
	width: 374px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#scrollbar1 h3 {
	color: #000000;
}
#scrollbar1 .viewport { width: 340px; height: 135px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .overview p { font-size:11px; color:#000000; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb {
	background-color: #474747;
}
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track {
	background-color: #121212;
	height: 100%;
	width:10px;
	position: relative;
	padding: 0 1px;
}
#scrollbar1 .thumb { height: 10px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }


/*------------------------------------------------------------------------------------------ */