
/********************************************************/
/*CSS2.0
Author: Vinu Jackson
Email:soulgarage@gmail.com
Dated: 18th April 2011.
Version:1.0
Mode:Screen
Client: ETC
/********************************************************/

/*---------------------------------------*/
/*GLOBAL DO NOT EDIT
/*---------------------------------------*/

body {
	font-family: verdana, sans-serif;
	background: #FFF url(../images/background-main.png) top no-repeat;
	color: #000;
	font-size:11px;
	line-height:18px;
}



.left { float:left; }

.right { float:right; }

.clearfloat { clear:both; }

.clearfix:after { /*clear fix solution for float*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.spacer {
	width:100%;
	height:15px;
}

.halfspacer {
	width:100%;
	height:5px;
}

.yellow {
	color:#ff8a00;
	font-weight:bold;
	font-style:italic;
}

.yellow1 {
	color:#ffd800;
	font-weight:bold;
	
}

.brown {
	color:#dd5300;
}

.brown a:link, .brown a:active, .brown a:visited {
	color:#dd5300;
	text-decoration:none;
}

.brown a:hover {
	text-decoration:underline;
}



/*--------IE png fix--*/

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}


/*---------------------------------------*/
/*BODY GENERAL
/*---------------------------------------*/

#wrapper {
	width:998px;
	margin:auto;
	border:0px solid #000;
}

h1 {
	font-family:times new roman, AGFuturaRegular;
	font-size:2.8em;
	nfont-weight:bold;
	color:#FFF;
	nmargin-top:-50px;
	padding: 4px 0;
}

.pagination1 a:link, .pagination1 a:active, .pagination1 a:visited {
	color:#015ca2;
	text-decoration:none;
	padding:3px 5px;
	/*background:#d7d2b0;*/
	font-weight:bold;
	border:0px solid #fbcacb;
}

.pagination1 a:hover{
	color:#fff;
	background:#015ca2;
}

.pagination1 a.selected {
	color:#FFF;
	text-decoration:none;
	padding:3px 5px;
	font-weight:bold;
	background:#015ca2;
}

/*---------------------------------------*/
/*MY FORM
/*---------------------------------------*/

.myform {
	nwidth:500px;
	_width:100px;
	padding:20px;
	position:relative;
}

.myform label {
	font-weight:bold;
	color:#515050;
}

.myform form {
	cbackground:#FF0;
	padding:10px;
	width:650px;
	position:relative;
	left:10px;
}



.myform .inputdef {
border:1px solid #c3c3c3;
height:12px;
padding:4px;
width:200px;
}

.myform .inputdrop {
border:1px solid #c3c3c3;
}

.myform .inputdrop:hover {
border:1px solid #c3c3c3;
background:#f1f3f4;
}

.myform form textarea {
border:1px solid #c3c3c3;
padding:4px;
}

.myform form label {
width:150px;
display:block;
float:left;
text-align:left;
margin:2px 4px 10px 4px;
}

.myform form br { clear: left; }

.myform .button {
border:none;
background:#b5220d;
padding:4px;
cursor:pointer;
position:relative;
top:10px;
font-weight:bold;
color:#FFF;
}

.myform .button:hover {
background:#515050;
border:none;
color:#FFF;
}

.myform .alignmid {
	vertical-align: middle; margin: 0px 5px 0 0;
}

.myform .error {
	color:red;
	font-size:11px;
	margin-left:38px;
	margin-bottom:-10px;	
}

.red {
	color:#f00;
	margin-left:5px;
	margin-right:5px;
}

/*---------------------------------------*/
/*HEADER
/*---------------------------------------*/

#header {
	width:998px;
	
}

#logo {
	width:180px;
	height:133px;
}

ul.social  {
	float:right;
	margin:-120px 10px 0 0;
}

	ul.social  li{
		list-style:none;
		display:inline;
		margin:0 0 0 5px;
	}
	
	ul.social li a {
		background: url(../images/sprite.png);
	}
	
	ul.social  li.fb a{
		background-position: -204px -6px;
		display:block;
		width:28px;
		height:28px;
		float:left;
		margin:0 0 0 5px;
	}

	ul.social  li.fb a:hover{
		background-position:-204px -36px;
		display:block;
		margin:0 0 0 5px;
	}
	
	ul.social  li.twitter a{
		background-position:-235px -4px;
		display:block;
		width:28px;
		height:30px;
		float:left;
		margin:-2px 0 0 5px;
	}
	
	ul.social  li.twitter a:hover{
		background-position:-235px -34px;
		display:block;
		margin:-2px 0 0 5px;
	}
	
	ul.social  li.youtube a{
		background-position:-265px -6px;
		display:block;
		width:27px;
		height:28px;
		float:left;
		margin:0px 0 0 5px;
	}
	
	ul.social  li.youtube a:hover{
		background-position:-265px -36px;
		display:block;
		margin:0px 0 0 5px;
	}
	
	ul.social  li.wordpress a{
		background:url(../images/wordpress.png);	
		display:block;
		width:27px;
		height:28px;
		float:left;
		margin:0px 0 0 5px;
	}
	
	ul.social  li.wordpress a:hover{
		background:url(../images/wordpress_mo.png);
		display:block;
		margin:0px 0 0 5px;
	}
	ul.social  li.dtv a, ul.social  li.dtv a:hover{
		background:url(../images/D-TV.png);	
		display:block;
		width:27px;
		height:28px;
		float:left;
		margin:0px 0 0 5px;
	}
.search {
	position:absolute;
	margin:-60px 0 0 770px;
	width:219px;
	height:25px;
	background: url(../images/search-bg.png);
}

.search form input {
	width:180px;
	padding:0px;
	color:#5c5c5c;
	border:none;
	margin:5px 0 0 25px;
}

/*.adbannertop {
	width:468px;
	height:60px;
	position:absolute;
	margin:-80px 0 0 250px;
}*/

.adbannertop {
	width:535px;
	height:80px;
	position:absolute;
	margin:-100px 0 0 210px;	
}

.ticker {
	width:990px;
	height:20px;
	padding:4px;
	background:url(../images/ticker-bg.png) top repeat;
	color:#acecff;
}

/**********MENU************/

.topmenu {
	width:998px;
	height:44px;
	background:url(../images/menu-bg.png) top no-repeat;
	margin:5px 0 0 0;
}

/*---------------------------------------*/
/*BODY
/*---------------------------------------*/


/*********left column declarations*********/
.leftcolumn {
	width:681px;
	float:left;
	margin:0 16px 0 0;
}
	.leftcolumn h1 {
		color:#074a8e;
		padding:4px;
	}
	
	.leftcolumn h2 {
		color:#074a8e;
		padding:4px;
		font-size:1.4em;
	}
	
	.white {
		background:#FFF;
	}

	.slideshow {
		width:679px;
		height:349px;
		border:1px solid #808285;
	}
	
	.contentbox {
		width:328px;
		float:left;
		border:0px solid #000;
	}
	
	.contentbox h2 {
		font-weight:bold;
		font-size:1.3em;
		color:#333333;
		margin:-7px 0 8px 0;
	}	
	
	.contentbox h2 a:link, .contentbox h2 a:visited{
		text-decoration:none;
		color:#333333;
	}
	
	.contentbox h2 a:hover{
		text-decoration:underline;
	}

	h1.boxtitle {
		/*margin:0 0 0 4px;*/
		color:#074a8e;

	}
	
	ul.boxlist {
		margin:20px 0 0 7px;
	}
	
	ul.boxlist li {
		list-style:none;
		margin:0 0 0 0;
	}
	
	ul.boxlist li dd {
		float:left;
		margin:0 6px 10px 0;
	}
	
	ul.boxlist li dd.ddcontent {
		width:185px;
	}
	
	a.more:link  ,   a.more:visited {
		font-weight:bold;
		text-decoration:underline;
		color:#007acf;
	}
	
	a.more:hover {
		
		text-decoration:none;
		
	}
	
	.boxgrey {
		width:328px;
		background:#f6f6f6;
		margin:10px 0 0 0;
		font-size:.9em;
		line-height:11px;
	}
	
	.boxgrey table td {
		padding:4px;
	}
	
	.boxgrey  table thead {
		font-weight:bold;
		color:#074a8e;
	}
	
	.boxgrey table {
		margin:5px 0 5px 0;
	}
	
	.boxgrey .colorrow {
		background:#f0f0f0;
	}
	
	.tabs ul {
		float:right;
		z-index:100;
		overflow:hidden;
		margin:0 0 -50px 0;
	}
	
	.tabs  li{
		display:inline;
		margin:0 0 0 0;
	}
	
	.tabs li.movies  a{
		background: url(../images/sprite.png) no-repeat -20px -80px;
		display:block;
		width:87px;
		height:34px;
		float:left;
	}
	
	.tabs li.movies  a:hover{
		background: url(../images/sprite.png) no-repeat -20px -114px;
		display:block;
		/*width:87px;
		height:34px;
		float:left;*/
	}

	.tabs li.movies  .selected{
		background: url(../images/sprite.png) no-repeat -20px -114px;
		display:block;
		/*width:87px;
		height:34px;
		float:left;*/
	}
	
	.tabs li.collections  a{
		background: url(../images/sprite.png)  no-repeat -109px -80px;
		display:block;
		width:105px;
		height:34px;
		float:left;
	}
	
	.tabs li.collections  a:hover{
		background: url(../images/sprite.png)  no-repeat -109px -114px;
		display:block;
		/*width:105px;
		height:34px;
		float:left;*/
	}

	.tabs li.collections  a.selected{
		background: url(../images/sprite.png)  no-repeat -109px -114px;
		display:block;
		/*width:105px;
		height:34px;
		float:left;*/
	}

	.videopanel {
		width:663px;
		margin:10px auto;
	}
	
	.videopanel .videobox1{
		width:420px;
		height:343px;
		float:left;
		margin:0 10px 10px 0;
	}
	
	.videopanel .videocontent {
		float:left;
		width:230px;
	}
	
		.videocontent h2 {
			font-size:1.5em;
			font-weight:bold;
			line-height:1.2em;
			color:#074a8e;
			margin:0 0 10px 0;
		}
		
		.videocontent h2 a:link, .videocontent h2 a:visited {
			color:#074a8e;
			text-decoration:none;
		}
		
		.videocontent h2 a:hover{
			text-decoration:underline;
		}
		
		
	.twocol-content {
		width:663px;
		nbackground:#ff0;
		margin:10px auto;
	}
	
	.twocol-content h2 {
		font-size:1.6em;
		font-weight:bold;
		color:#333333;
		padding:10px 0 10px 0;
	}
	
	.twocol-content h3 {
		font-size:1.5em;
		font-weight:bold;
		color:#333333;
		padding:10px 0 10px 0;
		line-height:1.2em;
	}
	
	.dottedborder {
		width:100%;
		height:2px;
		border-bottom:1px dotted #828282;
	}
	
	.twocol-content p {
		margin:10px 0 10px 0;
	}
	
	.bluetxt {
		color:#2f668c;
	}
	
	.bigvdo {
		width:420px;
		height:343px;
		margin:20px auto;
	}
	
	.droplist {
		float:right;
		margin:-40px 0 0 0;
	}
	
	ul.listing li {
		list-style:none;
		float:left;
		width:315px;
		height:90px;
		margin:0 25px 20px 0;
		padding: 0 0 10px 0;
		border-bottom:1px dotted #828282;
	}
	
	/*ul.listing li:hover {
		background:#f2f2f2;
	}*/
	
	ul.listing li  dd {
		float:right;
		
	}
	
	
	ul.listing li dd.imgbox {
		width:106px;
		margin:0 10px 0 0;;
	}
	
	ul.listing li dd.desc {
		width:199px;
		font-weight:bold;
		font-size:1.1em;
		color:#333333;
	}
	
		ul.listing li dd.desc  a:link, ul.listing li dd.desc  a:visited{
		color:#333333;
		text-decoration:none;
		}
		
		ul.listing li dd.desc  a:hover{
		text-decoration:underline;
		}
	
		ul.listing li dd  a.desc1:link, ul.listing li dd  a.desc1:visited{
		color:#333333;
		text-decoration:none;
		}
		
		ul.listing li dd  a.desc1:hover{
		text-decoration:underline;
		}
		
		ul.listing li dd.desc  a.more:link, ul.listing li dd.desc a.more:visited{
		color:#007acf;
		text-decoration:none;
		}
		
		ul.listing li dd.desc  a.more:hover{
		text-decoration:underline;
		}
		

		
		/*.listdesc a.more:link{
			color:#007acf;
		}
		
		.listdesc a.more:visited{
			color:#007acf;
		}*/
		
	ul.listing li dd .views {
		font-size:.8em;
		color:#333333;
		font-weight:normal;
	}
	
	ul.listing li dd .listdesc {
		font-weight:normal;
		font-size:.9em;
		line-height:1.4em;
	}
	
	.content-desc {
		width:663px;
		margin:10px auto;
	}
	
	.testbg {
		background:#f6f6f6;
	}
	
	.listbox {
		padding:0 0 20px 0;
		margin-top:10px;
		width:663px;
		border-bottom:1px dotted #828282;
	}
	
	
	.listbox ul li {
		float:left;
		margin:0 20px 0 0;
	}
	
	.listbox ul li.listcontent {
		width:490px;
	}
		
	.listbox ul li dl dt {
		font-size:1.3em;
		color:#333333;
		font-weight:bold;
		margin:0 0 8px 0;
		width:510px;
	}
	
	.listbox ul li dl dt  a:link, .listbox ul li dl dt  a:visited{	
		color:#333333;
		font-weight:bold;
		text-decoration:none;
	}
	
	.listbox ul li dl dt  a:hover{	
		color:#333333;
		font-weight:bold;
		text-decoration:underline;
	}
	
	.listbox ul li dd {
		width:510px;
	}
	
	.listbox ul li dl dd.bluetxt {
		color:#2f668c;
	}
	
	.twocol-content-grey {
		width:643px;
		
		background:#f0f0f0;
		margin:10px auto;
		padding:10px 10px 30px 10px;
	}
	
	ul.morelist {
		margin:10px 0 10px 0;
	}
	
	ul.morelist  li{
		list-style:none;
		background:url(../images/list-arrow.gif) top left no-repeat;
		margin:0 0 10px 5px;
		padding:0 0 0 20px;
		text-align:top;
	}
	
	ul.morelist  li a:link, ul.morelist  li a:visited {
		font-weight:bold;
		color:#333333;
		text-decoration:none;
	}
	
	ul.morelist  li a:hover {
		text-decoration:underline;
	}
	
	ul.contlist {
		margin:20px 0 20px 0;
	}
	
	ul.contlist li {
		margin:10px 0 0 0;
	}
	
	.greybox-sml {
		width:314px;
		float:left;
		margin:30px 0 0 5px;
		padding:8px;
		background:#f0f0f0;
	}
	
	.greybox-sml h2 {
		font-size:1.6em;
		color:#074a8e;
	}
	
	.imglft {
		float:left;
		padding:10px;
	}
	
	.generictable {
		width:100%;
		padding:8px 0;
	}
	
	.generictable  table{
		width:100%;
	}
	
	.generictable table td {
		padding:8px;
		align:top;
	}
	
	.generictable table thead {
		font-weight:bold;
		font-size:1em;
		color:#333333;
		background:#f6f6f6;
		border:1px solid #ebe9e9;
	}
	
	.generictable table thead td{
		
		border:1px solid #ebe9e9;
	}
	
	.generictable table tr{
		border:1px dotted #ebe9e9;
	}
	
	.generictable .tablesubtxt {
		font-size:.8em;
		float:right;
	}
	
	.generictable .tabledropdown {
		float:right;
	}
		
	
	
/*********right column declarations*********/
.rightcolumn {
	width:301px;
	float:left;
}

	.videobox {
		width:281px;
		height:310px;
		background:url(../images/bluebg-box.png) top repeat-x;
		padding:10px;
		margin:0 0 10px 0;
	}
	
	h1.title{
		font-family:AGFuturaRegular;
		font-size:2em;
		line-height:0px;
		nletter-spacing:1em;
		color:#FFF;
		margin:20px 0 0 20px;
	}
	
	.videoplayer-sml {
		position:relative;
		margin:20px 0 0 15px;
	}
	
	.videoplayer-sml-inner {
		position:relative;
		margin:20px 0 0 -10px;
	}
	
	ul.videocontent {
		width:250px;
		margin:0 0 0 15px;
	}
	
	ul.videocontent  li.heading {
		font-weight:bold;
		color:#ae0101;
	}
	
	ul.videocontent  li.heading a:link, ul.videocontent  li.heading a:visited{
		font-weight:bold;
		color:#ae0101;
		text-decoration:none;
	}
	
	ul.videocontent  li.heading a:hover{
		text-decoration:underline;
	}
	
	.contentbox-right {
		width:284px;
		margin:30px 0 20px 0;
		padding:8px;
		/*border-bottom:2px solid #e5e5e5;*/
	}

	.contentbox-right .sidetable {
		width:280px;
		padding:8px;
		border:0px solid #000;
		margin:110px 0 0 15px;
	}
	
	.contentbox-right h1 {
		font-size:3em;
		padding-bottom:14px;
		border-bottom:1px solid #dfdfdf;
		color:#074a8e;
	}
	
	.contentbox-right table td{
		padding:4px;
	}
	
	.contentbox-right table td p {
		font-weight:bold;
	}
	
	.submit-btn {
		background:url(../images/sprite.png) no-repeat -109px -6px;
		display:block;
		width:68px;
		height:25px;
		border:none;
		cursor:pointer;
	}
	
	.submit-btn:hover {
		background-position:-109px -32px;
		display:block;
	}
	
	.cancel-btn {
		background:url(../images/sprite.png) no-repeat -40px -6px;
		display:block;
		width:68px;
		height:25px;
		border:none;
		cursor:pointer;
	}
	
	.cancel-btn:hover {
		background-position:-40px -32px;
		display:block;
	}
	
	.formpos {
		position:absolute;
		margin:-3px 0 0 4px;
	}
	
	.contentbox-right1 {
		width:300px;
		border:0px solid #aaaaaa;
		margin:0 0 20px 0;
	}
	
	.contentbox-right1 .headerimg {
		width:298px;
		height:74px;
		background:url(../images/twitterheader.jpg) top no-repeat;
		border:0px solid #aaa;
	}
	
	.contentbox-right1 .headerimg  a{
		display:block;
		width:298px;
		height:74px;
	}

	.contentbox-right1  .fblike-block{
		width:300px;
		nheight:200px;
	}

	.contentbox-right1  .twitter-block{
		width:300px;
		margin:20px 0 10px 0;
		color:#000;
	}

	.twitter-block h1 {
			width:300px;
			height:76px;
			margin:0;
			background: url(../images/twitterheader.jpg) top no-repeat;
	}
		
	.twitter-block  .twitcontent {
		padding:0 8px;
	}
	
	.twitter-block  .twitcontent  a:link, .twitter-block  .twitcontent  a:visited{
		color:#074a8e;
		text-decoration:none;
	}
	
	.twitter-block  .twitcontent  a:hover{
		text-decoration:underline;
	}
	
	.twitter-block  .twitcontent  p{
		border-bottom:1px dotted #828282;
		margin:4px 0;
	}
	
	.twitter-block  .twitbot{
		width:290px;
		height:19px;
		background: url(../images/twitbot.jpg) top no-repeat;
		text-align:right;
		margin:10px 0 10px 0;
		padding:3px 5px 3px 5px;
	}
	
	.twitter-block  .twitbot a:link, .twitter-block  .twitbot a:visited{
		color:#000;
		
		padding:5px 5px 0 0;
		text-decoration:none;
	}
	
	.twitter-block  .twitbot a:hover{
		text-decoration:underline;
	}

	.bottomad {
		clear:both;
		top:10px;
		margin:10px 0 0 0;
		width:680px;
	}
	
/*****wide column declarations************/

.widecolumn {
	width:982px;  
	padding:8px;
}

	.widecolumn h1 {
		color:#074a8e;
		padding:4px 4px 20px 4px;
		
	}
	
/*---------------------------------------*/
/*FOOTER
/*---------------------------------------*/
	
.footer {
	width:100%;
	height:120px;
	background:#c5c5c5 url(../images/footerbg-top.jpg) top repeat-x;
	clear:both;
}	

.footer-wrap {
	width:998px;
	margin:auto;
	padding:10px;
}

.footerlink {
	color:#424242;
	font-size:.8em;
	margin:10px 0 0 0;
	width:1000px;
	float:left;
	text-align:center;
}

	.footerlink a:link, .footerlink a:visited {
		color:#424242;
		text-decoration:none;
	}

	.footerlink a:hover {
		color:#424242;
		text-decoration:underline;
	}
	
.footerlink1 {
	color:#424242;
	font-size:.8em;
	margin:10px 0 0 0;
	width:1000px;
	float:left;
	text-align:center;
}

	.footerlink1 a:link, .footerlink a:visited {
		color:#424242;
		text-decoration:none;
	}

	.footerlink1 a:hover {
		color:#424242;
		text-decoration:underline;
	}

.footerlogo  a{
	background:url(../images/sprite.png) no-repeat -229px -94px;
	width:69px;
	height:41px;
	display:block;
	margin:10px 0 0 0;
	float:left;
}

.footertxt {
	color:#424242;
	font-size:.8em;
	margin:20px 0 0 10px;
	width:500px;
	float:left;
}

/*---------------------------------------*/
/*FRAMESET
/*---------------------------------------*/             

#wrapper-outer {
	width:100%;
	background:url(/images/background-main.png) top no-repeat;
	border-bottom:2px solid #074a8e;
	margin:0;
	padding:0;
} 

#wrapper-frametop {
	width:998px;
	height:180px;
	margin:auto; 
}

.framenews-box {
	width:350px;
	height:152px;
	float:right;
	padding:8px;
	margin:0 20px 0 0;
}

.framenews-box  h1{
	font:bold 1.4em verdana;
	color:#43e4f9;
}

.framenews-box ul li  {
	list-style:arrow;
	color:#FFF;
	margin:0 0 0 -20px;
	padding:0 0 0 10px;
	list-style:none;
	background:url(/images/frame-arrow.gif) left no-repeat;
}

.framenews-box ul li a:link, .framenews-box ul li a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
} 

.framenews-box ul li a:hover {
	text-decoration:underline;
}

.homepagelnk a:link, .homepagelnk a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	/*float:left;
	margin:-10px 0 0 600px;*/
	top:160px;
	left:600px;
	z-index:100;
}

.homepagelnk a:hover{
	
	text-decoration:underline;
	
}
#subcribe
{
	height:473px;
}
#subcribe input[type=text]
{
	border:1px solid #A0A0A0;
	width:200px;
	float:left;
	font-size:14px;
}
#subcribe label
{
	width:120px;
	margin-left:25px;
	float:left;
	font-size:14px;
}
#subcribe .clearboth
{
	clear:both;
	width:100%;
	height:10px;
}
#subcribe input[type=submit]
{
	border:none;
	background:#074A8E;
	color:#ffffff;
	float:left;
	font-size:14px;
	padding:5px;
}