body {
	margin:0px;
	background:url(../images/bg_image.jpg) no-repeat left top #FFFFFF;
}

img {
   behavior: url("pngbehavior.htc");
}


/*---------------- BACK GROUNDS & BACKGROUND IMAGES ------------------*/

.headingback {
	background:url(../images/headingback.png) no-repeat;
	width:195px; height:53px;
}


/*---------------- heading ------------------*/

.heading1 {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#B1B138;
	font-weight:normal;
	text-decoration:none;
}

.heading2 {
	font-family:Tahoma;
	font-size:10px;
	color:#2080A2;
	font-weight:normal;
	text-decoration:none;
}

.heading3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
}

.heading4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

.heading5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}


/*---------------- NORMAL TEXT ------------------*/

.Text1 {
	font-family:Tahoma;
	font-size:9px;
	color:#2080A2;
	font-weight:bold;
	text-decoration:none;
	padding-right:85px;
}

.Text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
}

.Text3 {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:18px;
}

.Text4 {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
}

.Text5 {
	font-family:Tahoma;
	font-size:10px;
	color:#2080A2;
	font-weight:bold;
	text-decoration:none;
	padding-right:10px;
}

.Text6 {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
}

/*---------------- LINKS ------------------*/

.ALinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

.ALinks:hover {
	color:#FFEA00;
	text-decoration:underline;
}

.BLinks {
	font-family:Tahoma;
	font-size:11px;
	color:#0097CC;
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
}

.BLinks:hover {
	color:#000000;
	text-decoration:none;
}

.CLinks {
	font-family:Tahoma;
	font-size:11px;
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}

.CLinks:hover {
	color:#000000;
	text-decoration:none;
}

.DLinks {
	font-family:Verdana;
	font-size:11px;
	color:#808000;
	font-weight:normal;
	text-decoration:none;
}

.DLinks:hover {
	color:#000000;
	text-decoration:none;
}

/*---------------- BORDER ------------------*/

.td_border {
	border:#0097CC solid 2px;
} 

/*---------------------- Navigation (Drop Down) -------------------------*/

.style{
width: 99%;
font-weight: normal;
}

.style:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.style ul{
padding: 3px 3px;
margin: 0px;
text-align: left;
font-family:Tahoma; 
font-size:11px;
}

.style ul li{
display: inline;
}

.style ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin:0px;
text-decoration: none;
font-size:11px;
}

.style ul li a:hover, .style ul li a.selected{ 
color:#FFFFFF;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
background:#0094C8;
position:absolute;
margin:-2px 0px;
top: auto;
font-size:11px;
font-family:Tahoma;
z-index:100;
width: 20%;
visibility: hidden;
border-left:#FFFFFF 2px solid;
border-right:#FFFFFF 2px solid;
border-bottom:#FFFFFF 2px solid;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 4px 0px 2px 4px;
text-decoration: none;
font-size:11px;
font-family:Tahoma;
font-weight: normal;
color:#FFFFFF;
background:none;


}

* html .dropmenudiv a{ /*IE only hack*/
width: 300%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFEA00;
}

/*---------------------- Navigation (DVD) -------------------------*/

.navi_dvd {
	font-family:Tahoma;
	font-size:9px;
	color:#FFFFFF;
	padding-bottom:2px;
}

/*---------------------- BUTTON -------------------------*/

.go_button {
	background:url(../images/go_button.jpg) no-repeat;
	width:56px; height:25px;
	border:0px;
}

/*---------------------- TEXT FIELD -------------------------*/

.text_field {
	background:#FFFFFF;
	padding:3px;
	border:#0097CC 1px solid;
	font-family:Tahoma;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}

/*--------------- Border Image ---------------*/

.choiceforchildren {
	border-right:#0097CC 2px solid;
}

.movies_img {
	border:#B0B0B0 1px solid;
	padding:4px;
}