@charset "utf-8";
/* CSS Document */
/* This file holds the general css for the Dvandva site */
/* See the specific css files for section specific css */

/* FOR TESTING PURPOSES */
.borderBlue {
	border:1px #0000CC solid;
	}
.borderRed {
	border:1px #CC0000 solid;
	}
.borderGreen {
	border:1px #00CC00 solid;
	}		
.backgroundLightGray {
	background-color:#EEE;
	}

/* CANCELLING ISSUES IN DIFFERENT BROWSERS */

html,body,div,span,img,applet,embed,canvas,object,iframe {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
ol,ul,li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
ul,li {
	list-style:none; 
}
li {
	display:inline
}
/* GENERAL REDEFINITIONS */
html {
	width:100%;
	height:100%;
	margin:0;
}
body {
	background:#190200 url(../images/background.jpg) bottom center fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#ffcc99;
}
a {
	text-decoration:none;
	color:#ffcc99;
	outline:none;
	outline:none;
}
a img{
border:none;
}
.clr {
	clear:both;
}
/*Other*/

.marTop5 {
margin-top:5px;
}
.marTop10 {
margin-top:10px;
}
.marTop15 {
margin-top:15px;
}
.marTop20 {
margin-top:20px;
}
.marTop25 {
margin-top:25px;
}
.marTop30 {
margin-top:30px;
}
.marTop35 {
margin-top:35px;
}
.marTop40 {
margin-top:40px;
}
.marBot5 {
margin-bottom:5px;
}
.marBot10 {
margin-bottom:10px;
}
.marBot20 {
margin-bottom:20px;
}
.marBot25 {
margin-bottom:25px;
}
.marBot30 {
margin-bottom:30px;
}
.marBot35 {
margin-bottom:35px;
}
.marBot40 {
margin-bottom:40px;
}
.marRight5 {
margin-right:5px;
}
.marRight10 {
margin-right:10px;
}
.marRight20 {
margin-right:20px;
}
.marRight25 {
margin-right:25px;
}
.marRight30 {
margin-right:30px;
}
.marRight35 {
margin-right:35px;
}
.marRight40 {
margin-right:40px;
}
.marRight90 {
margin-right:90px;
}
#content .right h2.padLeft0 {
padding-left:0px;
}
.padRigh50 {
padding-right:50px;
}
.padRigh30 {
padding-right:30px;
}
.padLeft135 {
padding-left:135px;
}
.padLeft75 {
padding-left:75px;
}
.padLeft50 {
padding-left:50px;
}
.padLeft30 {
padding-left:30px;
}
.padLeft10 {
padding-left:10px;
}
.padLeft110 {
padding-left:110px;
}
.padBot10 {
padding-bottom:10px;
}
.padtop25 {
padding-top:25px;
}
.widht550 {
width:550px;
}
.bold {
font-weight:bold;
}
/* LAYOUT-STRUCTURE */
#wrapper {
	width:1000px;
	height:100%;
	margin:0 auto;
}
#header {
	margin:0 20px;
	width:960px;
	height:125px;
}
.logo {
	margin:15px 0 0 35px;
	width:325px;
	height:110px;
	float:left;
}
.logo h1 {
	width:325px;
	height:110px;
	float:left;
	z-index:100;
	background:url(../images/logo.png) no-repeat;
	text-indent:-5000px;
}
.logo h1 a {
	display:block;
	backgrwidth:325px;
	height:110px;
}
#header .navigation {
	width:600px;
	float:right;
	height:35px;
	margin:25px 0 0;
}
#header .navigation ul{
	height:35px;
	line-height:35px;
	font-size:16px;
	font-weight:bold;
}
#header .navigation ul a{
	font-size:16px;
	font-weight:bold;
	color:#c96c16;
}
#header .navigation ul a:hover{
	color:#e3954d;
}
#header .navigation ul li{
	height:35px;
	line-height:35px;
	font-size:16px;
	margin-left:15px;
	font-weight:bold;
}
#content {
	width:960px;
	margin:0 20px;
}
#content .left {
	width:360px;
	height:100%;
	float:left;
}
#content .right {
	width:600px;
	height:100%;
	float:right;
}
#content .right .videoHolder {
	width:565px;
	height:355px;
	margin:0 0 0 20px;
	background:url(../images/videoBack.png) no-repeat;
}
#content .right .videoHolder .videoDisplay {
	padding:21px 0 0 23px;
	width:520px;
	height:310px;
}
#content .right .getUpdates {
	width:500px;
	padding:0 10px;
	height:100px;
	margin:0 0 0 43px;
	background:url(../images/transparentBack.png);
}
#content .right .getUpdates .fieldWrapper h2 {
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}
#content .right h2 {
	font-size:16px;
	font-weight:bold;
	padding:15px 0 12px 10px;
}
#content .right h2 a {
	font-size:16px;
	font-weight:bold;
	padding:15px 0 14px 15px;
	color:#C96C16;
}
#content .right h2  a:hover{
	color:#E3954D!important;
}

#content .right input {
       border:1px solid #864c17;
       background:#743208;
       color:#ee9c4f;
       display:block;
       padding:7px 2px;
       width:192px;
       float:left;
       [padding:7px 2px;
        padding:2px 2px;]
	[padding:2px 2px;
	 padding:2px 2px;]
}

#content .right select {
	border:1px solid #864c17;
	background:#743208;
	color:#ee9c4f;
	display:block;
	padding:6px 2px;
	width:192px;
	float:left;
	margin-right:10px;
}
#content .right input.subscribe {
	height:32px;
	width:90px;
	background:url(../images/subscribeBtn.jpg) no-repeat;
	border:none;
	text-indent:-5000px;
	margin-right:0;
	cursor:pointer;
}
#content .right input.submitBtn {
	height:32px;
	width:90px;
	background:url(../images/submitBtn.jpg) no-repeat;
	border:none;
	text-indent:-5000px;
	margin-right:0;
	cursor:pointer;
}
#content h1.bottomText {
	background:url(../images/bottomText.png) no-repeat;
	height:40px;
	width:360px;
	margin:395px 0 25px 20px;
	text-indent:-5000px;
	float:left;
}
#footer {
	margin:10px 20px;
	height:80px;
	width:960px;
	background:url(../images/transparentBack.png);
}
#footer .cinema54Link {
	width:170px;
	height:80px;
	margin-right:20px;
	float:left;
	background:url(../images/cinema54.png) center right no-repeat;
}
#footer .cinema54Link a{
	width:170px;
	height:80px;
	display:block;
	text-indent:-5000px;
	cursor:pointer;
}
#footer .saLink {
	width:50px;
	height:80px;
	margin-right:20px;
	float:left;
	background:url(../images/saLogo.png) center right no-repeat;
}
#footer .saLink a{
	width:50px;
	height:80px;
	display:block;
	text-indent:-5000px;
	cursor:pointer;
}
#footer .facebookLink {
	width:125px;
	height:60px;
	margin-right:20px;
	font-weight:bold;
	float:left;
	background:url(../images/facebook.png) center right no-repeat;
	vertical-align:middle;
	font-size:14px;
	padding-top:20px;
}
#footer .facebookLink a{
	width:125px;
	height:60px;
	display:block;
	color:#c96c16;
	cursor:pointer;
}
#footer .name {
	margin-right:20px;
	float:right;
	text-align:right;
}
#footer .name h2{
	font-size:14px;
	font-weight:bold;
	float:right;
	text-align:right;
	padding-top:22px;
}
#footer .name h1{
	font-size:14px;
	font-weight:bold;
	float:right;
	text-align:right;
	text-transform:uppercase;
}
/*Media page code starts here*/
#content .right .media {
	font-size:14px;
	width:600px;
	padding:0 10px;
	height:100%;
	min-height:450px;
	margin:0 0 10px 43px;
	background:url(../images/transparentBack.png);
}
#content .right .media ul{
	display:block;
	height:360px;
}
#content .right .media ul li{
	width:130px;
	height:85px;
	display:block;
	float:left;
	margin:15px 8px;
	border:#864d18 solid 2px;
}
#content .right .media ul li:hover{
	border:#eaeaea solid 2px;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
#content .right label span{
	margin:0;
	display:block;
	text-decoration:none;
}
#content .right textarea {
	border:1px solid #864c17;
	background:#743208;
	color:#ee9c4f;
	display:block;
	padding:5px 0px;
	width:250px;
	float:left;
	margin:0 0 20px 0;
	height:100px;
}
#content .right .media .castWrapper{
	width:290px;
	float:left;
	margin-left:10px;
}
#content .right .media .cast{
	display:block;
	width:290px;
}
#content .right .media .castName{
	font-size:14px;
	font-weight:bold;
	width:100px;
	line-height:18px;
	float:left;
	margin:10px 0 0 10px;
}
#content .right .media .castWrapper .castName .head{
	font-size:18px;
	margin-bottom:20px;
}
#content .right .media .cast .castText{
	width:150px;
	line-height:18px;
	float:left;
	margin:10px 0;
	padding-left:20px;
}
#content .right .media p{
	text-align:justify;
	text-indent:20px;
	margin:10px 10px 30px 10px;
}
#content .right h2.padLeft0 {
padding-left:0px;
}
/*Media page code starts here*/

#content .right .getUpdates .fieldWrapper{
	width:200px;
	height:110%;
	float:left;
	display:block;
	margin:0 2px;
}
#content .right .media table h2 {
	font-size:16px;
	font-weight:bold;
	padding:15px 0 14px 0px;
}

.notification_ok{
    text-align:center;
    padding-top:200px;
    font-size:18px;
    font-weight:bold;
}

.notification_success{
    text-align:center;
    padding-top:40px;
    font-size:14px;
    font-weight:bold;
}


/*Thickbox code starts here*/
.media2 {
	font-size:14px;
	width:350px;
	padding:0 10px;
	height:100%;
	min-height:450px;
	margin:10px;
	/*background:url(../images/transparentBack.png);*/
}
.media2 .castWrapper{
	width:340px;
	float:left;
	margin-left:10px;
}
.media2 .cast{
	display:block;
	width:450px;
}
.media2 .castName{
	font-size:14px;
	font-weight:bold;
	width:190px;
	line-height:18px;
	float:left;
	margin:10px 0 0 10px;
}
.media2 .castWrapper .castName .head{
	font-size:18px;
	margin-bottom:20px;
	width:250px;
}
.media2 .cast .castText{
	width:230px;
	line-height:18px;
	float:left;
	margin:10px 0;
	padding-left:20px;
}
.media2 .cast .castText2{
	width:150px;
	line-height:18px;
	float:left;
	margin:10px 0;
	padding-left:10px;
}
.media .castName2{
	font-size:14px;
	font-weight:bold;
	width:190px;
	line-height:18px;
	float:left;
	margin:10px 0 0 10px;
}
#content .right .media .castName2 a{
	color:#C96C16!important;
}
#content .right .media .castName2 a:hover{
	color:#E3954D!important;
}

.hr{
	width:118%;
	height:1px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:15px;
	border-top:#ffcc99 dotted 1px;
	border-bottom:none;
	outline:none;
	background:none;
}
/*Thickbox code starts here*/=======

#waiting{    
    
    padding-top:20px;
}

#contact_waiting{

    text-align:center;
    padding-top:200px;

}

