@charset "utf-8";
/* fix style all pages start */
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	background-color: #2e2f2f;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
a{
	outline:none 0;
}
img {
	border:none;
}
#headerMainDiv {
	width: 100%;
	position:relative;
	background-color: #212121;
}
#headerDiv {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 220px;
}
#headerDiv h1 {
	margin:0;
	padding:0;
	text-indent:-10000px;
	background: url(../images/talking-filmain-logo.jpg) no-repeat center;
	width:369px;
	height:115px;
	position: absolute;
	top: 36px;
}
#headerDiv h1 a{
	display:block;
	width:100%;
	height:100%;	
}
#headerDiv ul{
	margin:0;
	padding:0;
	display:block;
	position: absolute;
	bottom:12px;
	list-style:none;
	text-align:center;
}
#headerDiv ul li{
	display:inline;
	float:left;
	padding:0;
	height:45px;
}
#headerDiv ul li a{
	width:156px;
	height:45px;
	display:block;
	background: url(../images/btn01.jpg) no-repeat center;
	margin:1px;
	font-size:25px;
	color: #6d6d6d;
	text-decoration:none;
	line-height: 45px;
}
#headerDiv ul li a:hover{
	background: url(../images/btn02.jpg) no-repeat center;
	color: #000;
}
#headerDiv ul li .select{
	width:156px;
	height:45px;
	display:block;
	background: url(../images/btn02.jpg) no-repeat center;
	margin:1px;
	font-size:25px;
	color: #000;
	text-decoration:none;
	line-height: 45px;
}
#submenuMainDiv {
	width: 100%;
	position:relative;
	background-color: #191919;
}
#submenuDiv {
	width: 960px;
	height:10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.submenuDiv {
	width: 960px;
	height: 47px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.submenuDiv ul {
	margin:0;
	padding:10px;
	list-style:none;
	font-size:20px;
}
.submenuDiv ul li {
	display:inline;
}
.submenuDiv ul .sapretors {
	display:block;
	float:left;
	margin: 2px;
	color:#6d6d6d;
}
.submenuDiv ul li a {
	display:block;
	float:left;
	margin: 2px;
	color:#6d6d6d;
	text-decoration:none;
	padding: 0 33px;
}
.submenuDiv ul li a:hover {
	color:#136da0;
}
#footerMainDiv {
	background-color: #212121;
	width: 100%;
	position: relative;
	float: left;
	margin-top:25px;
}
#footerDiv {
	width: 930px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	position: relative;
}
#footerDiv #logosIcons{
	position:relative;
	width:300px;
	padding-top: 18px;
}
#footerDiv #icons{
	position:absolute;
	top: 10px;
	right:10px;
}
#footerDiv .statcounter{
	position:absolute;
	top: 12px;
	right:90px;
}
#footerDiv .addthis_button{
	position:absolute;
	top: 22px;
	right:90px;
}
.copyright{
	position:absolute;
	float:right;
	bottom:10px;
	right:10px;
	font-size:11px;
	color:#FFF;
}

/* fix style all pages end */

/* home page style start */
#body {
	width: 100%;
	position: relative;
}

#bodyMainDiv {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bodyMainDiv p{
	line-height: 25px;
	text-align:justify;
}
#bodyMainDiv .aboutMail{
	display:block;
	padding: 10px;
	color:#666;
	background: #000;
	text-decoration:none;
}
#bodyMainDiv .aboutMail:hover{
	color:#000;
	background: #666;
}
#highlightsTitleDiv, #testimonialsTitleDiv, #newsTitleDiv {
	
	position:relative;
	float:left;
	width:159px;
}
#highlightsTitleDiv h2, #testimonialsTitleDiv h2, #newsTitleDiv h2 {
	font-size: 22px;
	color:#7d7d7d;
	font-weight:normal;
}
#highlightsDiv {
	
	clear:left;
}
#highlightsDiv, #testimonialsDiv, #newsDiv {
	position:relative;
	float:left;
	width:159px;
	height:370px;
	color:#999;
	border-left: solid 1px #444444;
	overflow:hidden;
}
#newsDiv{
	border-right: solid 1px #444444;
}
#highlightsDiv ul, #testimonialsDiv ul, #newsDiv ul {
	margin:0 10px;
	padding:0;
	list-style:none;
}
#highlightsDiv ul li, #testimonialsDiv ul li, #newsDiv ul li {
	margin-bottom:25px;
}
.testimonials{
	position:relative;
	display:block;
	clear:both;
}
.testimonialsName{
	position:relative;
	float:right;
	display:block;
	color: #6d6d6d;
}
.testimonialsDate{
	position:relative;
	float:right;
	font-size:12px;
	clear:both;
	color: #6d6d6d;
	margin-bottom: 15px;
}
#videoDiv {
	position: relative;
	float:left;
	width:445px;
	margin: 0 12px;
}
/* home page style end */

/* About page style start */
#bodyMainDiv .teamImg{
	margin-left:25px;
	padding-left:25px;
	border-left: solid 1px #444444;
}
/* About page style end */

/* project page style start  */
#bodyMainDiv h2 {
	font-size:25px;
	font-weight:normal;
	color: #136da0;
}
#bodyMainDiv h2 .desig{
	font-size:18px;
	font-weight:normal;
	color: #666;
	display:block;
}
.projectContener {
	position:relative;
	float:left;
	width:445px;
	padding: 15px;
}
.projectContener .video{
	position:relative;
	width:445px;
}
.projectContener .discription{
	line-height: 25px;
	border-bottom: 1px solid #444444;
	padding-bottom: 10px;
}
.projectContener .footer{
	position:absolute;
	width: 445px;
	bottom: 10px;
	color: #666666;
	font-size:12px;
}
.projectContener a {
	color: #000;
	background: #444444;
	text-decoration:none;
	font-size: 15px;
	display:block;
	width:80px;
	padding: 5px;
	text-align:center;
	position:absolute;
	right: 0;
	top:-4px;
}
.projectContener a:hover {
	background: #136da0;
}
/* project page style end */

/* services page style start */
#servicesList{
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0 20px 0 10px;
	line-height: 25px;
	width:250px;
	border-right: solid 1px #444444;
	float: left;
}
#servicesList a{
	color:#999;
}
/* services page style end */

/* clients page style start */
#clientsList{
	list-style: none;
	margin: 0 ;
	padding: 0 20px;
	line-height: 35px;
}
/* clients page style end */

/* awards page style start */
.awardbody{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:25px;
}
.awardPoster{
	margin-right: 25px;
	padding-right: 25px;
	border-right: solid 1px #444444;
	float:left;
}
.awardType{
	font-size: 12px;
	margin: 0;
	color:#999;
}
.awardTitle{
	font-size: 25px;
	font-weight:normal;
	color: #136da0;
	padding: 0;
	margin:0;
}
.awardLinks{
	margin:0;
	padding:10px;
	list-style:none;
	text-align:right;
	color: #666;
	background: #191919;
	width:668px;
	float: right;
}
.awardLinks li{
	display:inline;
}
.awardLinks li a{
	color: #666;
	text-decoration:none;
	margin: 0 10px;
}
.awardLinks li a:hover{
	color: #126ca0;
}
/* awards page style end */

/* contact page style start */
#contactDiv{
	position:relative;
	float:left;
	width:225px;
	margin-right: 50px;
	border-right: solid 1px #444444;
}
#contactDiv ul{
	list-style:none;
	margin:0;
	padding:0;
}
#contactDiv ul li a{
	color: #999;
	text-decoration:none;
	display:block;
	padding: 7px 0;
}
#contactDiv ul li a:hover{
	color: #126ca0;
}
.fieldStyle{
	background: #222222;
	border: none;
	color: #CCC;
	padding: 5px;
}
.buttonStyle{
	background: none;
	border: none;
	color: #CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* contact page style end */

.awardMask{
	float: left;
	width: 600px;
	background: #000;
	padding: 10px;
}
.awardMask h3{
	margin: 0 0 10px 0;
	padding:0;
}
.awardMask .maskInner{
	position:relative;
	float:left;
	width:580px;
	height: 400px;
	border: #111 solid 1px;
	overflow: auto;
	padding: 10px;
}
.awardMask .maskInner p{
	padding: 10px;
	background: #111;
}
.awardMask .maskInner p .testFooter{
	display: block;
	text-align:right;
	color:#666;
	font-size: 11px;
}

/* home vertical scroll link style */

div.hoverscroll ul.list .item a{
	color:#999;
}
div.hoverscroll ul.list .item a:hover{
	color:#FFF;
	text-decoration:none;
}
