/*** Main CSS ***/
html, body{
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;

}

body {
	font-family: Tahoma, Verdana;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	background-color:#000000; 



}

	#swfContainer {
		MARGIN: 0px; HEIGHT: 100%; WIDTH: 100%;
	}
	
#fullheightcontainer {
position: relative; /*** Let's be nice to IE ***/
width: 100%; /*** Content Width ***/
display: table; /*** For non-IE browsers ***/
height: 100%;
min-height: 100%;
/*** Background colour of content section ***/
}
	
/*** Link CSS ***/
a:link, a:visited {
	color:#a1dd00;
	text-decoration:none;
	font-family: Tahoma, Verdana;
	font-weight:bold;
	font-size:11px;
}

a:hover {
	color: #FF0000;
	text-decoration:none;
	font-family: Tahoma, Verdana;
	font-weight:bold;
	font-size:11px;

	
}
/*** Image Border ***/
a img {border: 0pt none ;}

.tuborg {color:#b2cd01;}

h1 {font-size:11px;
	color:#ffffff;
	font-weight:normal;
	background-color:#000000; }

.txt { padding-top:23px; font-weight:bold; color:#b2cd01;}
.txt-a { padding-top:25px;}
.txt-a a{font-size:12px; font-weight:bold; color: #b2cd01;}
.txt-a a:hover{font-size:12px; font-weight:bold; color: #FF0000; text-decoration:none;}

iframe { background:transparent;}

.spacer { width:100%; height:100px;}
.space { width:100%; height:10px;}
.wrapper { width:895px; height:100%; min-height:100%; display:table; background:url(../images/mainbg.jpg) center no-repeat}
	.header { width:895px; height:110px; display:table;}
		.logo { width:155px; height:110px; float:left; background:url(../images/logo.jpg) left no-repeat;}
		.bg-a { width:150px; height:110px; float:left;  background:url(../images/bg-a.jpg) left no-repeat;}
		.bg-b { width:340px; height:110px; float:left;  background:url(../images/bg-b.jpg) left no-repeat;}
		.bg-c { width:95px; height:110px; float:left;  background:url(../images/bg-c.jpg) left no-repeat;}
		.bg-d { width:155px; height:110px; float:left;  background:url(../images/bg-d.jpg) left no-repeat;}
		
		.main { width:895px; height:400px; display:block;}
			.transparent { width:830px; overflow:hidden; min-height:100%; padding-left:5px; padding-right:5px; text-align: justify; border:1px solid #000800;}
				.topbg { width:842px; height:14px; background:url(../images/topbg.jpg);}
				.bottombg { width:842px; height:14px; background:url(../images/bottombg.jpg);}
		
		.buttons { width:795px; height:170px; display:table;}
		a.btn1 {width:149px; height:170px; float:left; background:url(../images/btn-a.jpg);}
			a.btn1:hover {width:149px; height:170px; float:left; background:url(../images/btn-a1.jpg);}
		a.btn2 {width:149px; height:170px; float:left; background:url(../images/btn-b.jpg);}
			a.btn2:hover {width:149px; height:170px; float:left; background:url(../images/btn-b1.jpg);}
		a.btn3 {width:149px; height:170px; float:left; background:url(../images/btn-c.jpg);}
			a.btn3:hover {width:149px; height:170px; float:left; background:url(../images/btn-c1.jpg);}
		a.btn4 {width:149px; height:170px; float:left; background:url(../images/btn-d.jpg);}	
			a.btn4:hover {width:149px; height:170px; float:left; background:url(../images/btn-d1.jpg);}
		a.btn5 {width:149px; height:170px; float:left; background:url(../images/btn-e.jpg);}	
			a.btn5:hover {width:149px; height:170px; float:left; background:url(../images/btn-e1.jpg);}
		.footer { width:895px; height:110px;}

div.scroller {
	width: 890px;
	height: 390px;
	overflow:hidden;
	
}
div.scroller .content {
	height:390px;
	width: 860px;
	overflow: hidden;
	float: left;
}

div.scroller .scrollarea {
	height: 380px;
	width: 15px;
	float: left;
	background:url(../images/base.jpg) ;
	cursor: pointer;
	border:none;
	overflow:hidden;
}
div.scroller div.scrollBarContainer {
	height: 380px;
	overflow:hidden;
}
div.scroller .scrollKnob {
	width: 15px;
	background:url(../images/scroll.jpg) center center;

}
div.scroller .scrollForward {
}
div.scroller .scrollBack {}