/* CSS Document */

body{
margin: 0px;
padding: 0px;
background-color: #E5E5E5;
font-family: arial;
font-size: 11px;
font-weight: normal;
text-decoration: none;
line-height: 16px;
color: #686969;
}


body * {
outline: none;
}

b{
color: #000000;
font-weight: normal;
}

div{
margin: 0px;
padding: 0px;}

p{
margin: 0px;
padding: 0px;
margin-top: 0px;
}

p a:link, p a:visited, p a:active{
font-family: arial;
font-size: 10px;
font-weight: normal;
color: #81C602;
text-decoration: none;
}

p a:hover{
font-family: arial;
font-size: 10px;
font-weight: normal;
color: #81C602;
text-decoration: underline;
}

h1{
margin: 0px;
padding: 10px 0px 18px 0px;
font-family: arial;
font-size: 20px;
color: #373737;
text-decoration: none;
}

h3{
margin: 10px 0px 0px 0px;
padding: 0px;
font-family: arial;
font-size: 11px;
color: #000000;
font-weight: bold;
}

h2{
font-family: Tahoma;
font-weight: normal;
font-size: 15px;
color: #000000;
margin: 0px;
padding: 0px;
}

h6{
font-family: Tahoma;
font-weight: normal;
font-size: 14px;
color: #000000;
margin: 0px;
padding: 0px;
}

h4{
margin: 0px;
padding: 10px 0px 18px 0px;
font-family: arial;
font-size: 14px;
color: #373737;
text-decoration: none;
}

h5{
margin: 10px 0px 15px 0px;
padding: 0px;
font-family: arial;
font-size: 12px;
font-weight: normal;
color: #000000;
}

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

.yellow a:link, a:visited, a:active{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: underline;
}

.yellow a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: none;
}

.yellow_heading{
font-family: tahoma;
font-size: 15px;
font-weight: normal;
color: #000000;
}

.yellow_heading_capital{
font-family: tahoma;
font-size: 17px;
font-weight: normal;
color: #000000;
}



/*================================================================================*/
/*  It's work on Mozilla for brekaing the line  */

.breaker{
margin: 0px;
padding: 0px;
height: 0px;
width: 100%;
clear: both;
}


/*================================================================================*/
/*  This contains the entire site, determine the width and position of the site  */
#wrap{
margin: 0 auto;
padding: 0px;
width: 779px;
position: relative;
}
/*================================================================================*/


/*================================================================================*/
/*  This contains the Header of the site as well as menu   */

#header{
margin: 0px 0px 10px 0px;
padding: 0px;
}


/*================================================================================*/
/*  Cinetelfilms logo   */
#logo{
background: url(images/cine_logo.gif) left top no-repeat;
padding: 0px;
height: 108px;
margin: 17px 75px 0px 100px;
cursor: pointer;
}

/*================================================================================*/
/*  Header Menu Navigation Start    */

#leftnavimg{
float: left;
background: url(images/cine_lefttopnav.gif) left top no-repeat;
height: 41px;
width: 77px;
}

#rightnavimg{
float: right;
background: url(images/cine_righttopnav.gif) right top no-repeat;
height: 41px;
width: 88px;
}

#centrenavimg{
float: left;
background: url(images/cine_centretopnav.gif) left top repeat-x;
height: 41px;
width: 779px;
}

#mainNav{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	float: left;
	padding: 0px;
}
#mainNav a {
	display: block;
	float: left;
	padding: 8px 37px;
	margin: 0px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
}
#mainNav li a:link, #mainNav li a:visited {
	color:#373737;
	text-decoration:none;
}
#mainNav li a:hover, #mainNav li a:active {
	color:#B20403;
}

#menuseparator{
background: url(images/cine_bulletseparator.gif) right top no-repeat;
}

/*  Header Menu Navigation End Here    */
/*================================================================================*/


/*================================================================================*/
/*  Main Contain Area     */
/*================================================================================*/
#contain{
padding: 0px;
margin: 0px;
width: 779px;
padding-top: 0px;
_margin-top: -18px;
}


/*================================================================================*/
/*  Left Side Content Css Start     */
/*================================================================================*/

#leftcol{
float: left;
margin: 0px;
padding: 0px;
width: 217px;
position: relative;
}

#leftcol #lefttop{
margin: 0px;
padding: 0px;
background: url(images/cine_lefttop.gif) left top no-repeat;
height: 13px;
}

#leftcol #leftbottom{
background: url(images/cine_leftbottom.gif) left top no-repeat;
height: 40px;
}

#leftcol #leftrepeater{

padding: 0px 28px 0px 20px;
/*overflow: hidden;*/
}

#footer_nav{
margin: 0px 0px 0px 185px;
padding: 0px;
list-style-type: none;
}

#footer_nav li{
display: block;
float: left;
padding: 20px 20px 0px 20px;
}

#footer_nav li a{
font-family: arial;
font-size: 11px;
color: #4E4E4E;
text-decoration: none;
}

#footer_nav li a:link, #footer_nav li a:visited, #footer_nav li a:active {
font-family: arial;
font-size: 11px;
color: #4E4E4E;
text-decoration: none;
}

#footer_nav li a:hover{
font-family: arial;
font-size: 11px;
color: #000000;
text-decoration: underline;
}


#footer_separator{
background: url(images/cine_footerseparator.gif) right 24px no-repeat;
}

/*================================================================================*/
/*  Right Side Content Css Start     */
/*================================================================================*/

#rightcol{
float: right;
margin: 0px;
padding: 0px;
width: 779px;
position: relative;
}

#rightcol_1{
float: right;
padding-right: 17px;
margin: 0px;
padding: 0px;
width: 570px;
position: relative;
}

#rightcol_2{
float: right;
margin: 0px;
padding: 0px;
width: 206px;
position: relative;
}

#heading_bg{
background: url(images/cine_bg_heading2.gif) left top no-repeat;
height: 34px;
margin: 0px;
padding: 7px 0px 0px 9px;
}

.photoL{
float: left;
margin: 0px 10px 12px 0px;
padding: 0px;
border: 0px;
}

.cominsoonlink a:link, .cominsoonlink a:visited, .cominsoonlink a:active{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: underline;
}

.cominsoonlink a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
}

#righttop{
background: url(images/cine_righttop.gif) right top no-repeat;
height: 16px;
}

#rightrepeater{
background: url(images/cine_rightrepeater.gif) right top repeat-y;
overflow: hidden;
padding-left: 16px;
}

#rightbottom{
background: url(images/cine_rightbottom.gif) right top no-repeat;
height: 22px;
}

#rightcol #rightcol_2 #rightrepeater ul{
margin: 0px 0px 0px 15px;
padding: 0px 0px 0px 0px;
list-style-image: url(images/cine_rightbullet.gif);
line-height: 20px;
}

#rightcol #rightcol_2 #rightrepeater ul li a:link{
color: #626262;
font-family: arial;
font-size: 10px;
text-decoration: none;
}

#rightcol #rightcol_2 #rightrepeater ul li a:visited{
color: #626262;
font-family: arial;
font-size: 10px;
text-decoration: none;
}

#rightcol #rightcol_2 #rightrepeater ul li a:hover{
color: #000000;
font-family: arial;
font-size: 10px;
text-decoration: underline;
}

#rightcol #rightcol_2 #rightrepeater ul li a:active{
color: #626262;
font-family: arial;
font-size: 10px;
text-decoration: none;
}

.email a:link, .email a:visited, .email a:active{
font-family: arial;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
color: #000000;
}

.email a:hover{
font-family: arial;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #000000;
}

#rightcol #content{
margin: 0px;
_margin-top: 10px;
padding-left: 19px;
padding-right: 47px;
}

#copyright{
padding-top: 2px;
font-family: arial;
font-size: 9px;
color: #4E4E4E;
}

/*************************************************************************/
/*						Iner Page CSS Starts from Here                   */
/*************************************************************************/

#inn_list{
width: 194px;
float: left;
text-align: left;
font-family: arial;
font-size: 11px;
font-weight: normal;
color: #686868;
}

#inn_list a:link, #inn_list a:visited{
font-family: arial;
font-size: 11px;
font-weight: normal;
text-decoration: underline;
color: #686868;
}

#inn_list a:hover, #inn_list a:active{
font-family: arial;
font-size: 11px;
font-weight: normal;
text-decoration: none;
border-bottom:1px dashed #000000;
color: #000000;
}

#inn_list ul{
margin: 0px;
padding: 0px;
}

#inn_list ul li{
list-style: none;
background: url(images/cine_yellobullet.gif) 5px 9px no-repeat;
padding-left: 16px;
line-height: 25px;
text-transform:uppercase;
}
#inn_list ul li.genre{
background: none;
background-color:#333;
color:#FFFFFF;
padding-left: 16px;
margin-right:20px;
}

#inn_projects{
margin: 0px;
padding: 0px;
width: 779px;
height: auto;
}

#inn_bg_header{
background: url(images/cine_bg_header.jpg) left top no-repeat;
height: 28px;
padding: 13px 0px 0px 209px;
text-align: left;
text-transform:uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #403E3E;
}

#inn_bg_footer{
background: url(images/cine_bg_footer.jpg) left top no-repeat;
height: 15px;
}

#inn_bg_repeater{
background: url(images/cine_bg_repeater.jpg) left top repeat-y;
overflow: hidden;
_float: left;
padding: 3px 16px 20px 0px;
}

.imgL{
margin: 0px 24px 0px 27px;
padding: 0px;
border: 0px;
}

#inn_left{
float: left;
width: 268px;
line-height:17px;
}

#inn_left div{
line-height:20px;
}

#inn_right{
float: right;
width: 268px;
line-height:17px;
}

.inn_yellow{
font-family: arial;
font-size: 11px;
font-weight: bold;
color: #343434;
}

.inn_black{
font-family: arial;
font-size: 11px;
font-weight: bold;
color: #343434;
line-height:20px;
}

.inn_txt{
font-family: arial;
font-size: 11px;
color: #686868;
text-decoration: none;
line-height: 20px;
}

/*			Market Page CSS Start From Here  */



#market_leftcol{
float: left;
margin: 0px;
padding: 0px 0px 0px 6px;
position: relative;
width: 550px;
}


#rightcol_2 #rightrepeater ul{
margin: 0px 0px 0px 15px;
padding: 0px 0px 0px 0px;
list-style-image: url(images/cine_rightbullet.gif);
line-height: 20px;
}

#rightcol_2 #rightrepeater ul li a:link{
color: #626262;
font-family: arial;
font-size: 10px;
text-decoration: none;
}

#rightcol_2 #rightrepeater ul li a:visited{
color: #626262;
font-family: arial;
font-size: 10px;
text-decoration: none;
}

#rightcol_2 #rightrepeater ul li a:hover{
color: #000000;
font-family: arial;
font-size: 10px;
text-decoration: underline;
}

#rightcol_2 #rightrepeater ul li a:active{
color: #626262;
font-family: arial;
font-size: 10px;
text-decoration: none;
}

/* 			Market Page CSS Ends Here		 */

/*			Corporate Bios CSS Start from Here		*/

#corporate{
float: left;
margin: 0px;
padding: 0px 0px 0px 6px;
position: relative;
width: 750px;
}

/*     Corporate Bios CSS End here */

#quick_link{
font-family:Tahoma;
font-weight:normal;
font-size:11px;
color:#686868;
}

#quick_link a{
font-family:Tahoma;
font-weight:normal;
font-size:11px;
color:#686868;
text-decoration:none;
}

#quick_link a:hover{
font-family:Tahoma;
font-weight:normal;
font-size:11px;
color:#000000;
text-decoration:none;
}
form, label {
margin:0px;
padding:0px;
}
.textarea{
width:150px;
height:15px;
border: 1px solid #666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#000000;
line-height:15px;
vertical-align:middle;
}
.textbox{
border: 1px solid #666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#000000;
}
.conb_name{
width:90px;
float:left; 
line-height:21px;
_line-height:25px;
_vertical-align:middle;
}
.conb_fields{
width:155px; 
float:left;
}
/*****************  Market CSS  ************************/

#cont_prj{
margin: 0px;
padding: 0px;
width: 546px;
height: auto;
}
#cont_bg_header{
background: url(images/cine-mkt-heading-bg.jpg) left top no-repeat;
height: 28px;
padding: 13px 0px 0px 209px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #403E3E;
}
#cont_bg_repeater{
background: url(images/cine-mkt-heading-retr.jpg) left top repeat-y;
overflow: hidden;
padding: 15px 16px 20px 40px;
}
#cont_bg_footer{
background: url(images/cine-mkt-footer-bg.jpg) left top no-repeat;
width:546px;
height: 15px;
float:left;
}

#mkt_prj{
margin: 0px;
padding: 0px;
width: 322px;
height: auto;
}
#mkt_bg_header{
background: url(images/cine-mm-heading.gif) left top no-repeat;
height: 26px;
padding: 10px 0px 0px 25px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #403E3E;
}
#mkt_bg_repeater{
background: url(images/cine-m-repeater.gif) left top repeat-y;
overflow: hidden;
padding: 10px 16px 15px 25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
}
#mkt_bg_footer{
background: url(images/cine-mm-footer.gif) left top no-repeat;
width:322px;
height: 15px;
float:left;
}
.submit{
background-color:#666666;
border:1px solid #666666;
color:#FFFFFF;
padding: 1px 0px;
text-transform:uppercase;
font-weight:normal;
cursor:pointer;
}
