/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	background: #000;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
}

/*Outter Wrapper Start Code*/

#outter_wrapper {
	width: 1000px;
	border: 1px solid #333;
	margin: 0 auto 0 auto;
}

/* Header Start Code*/

#header {
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	
}

#header span {
	width: 1000px;
	height: 92px;
	margin: 0 auto 0 auto;
	text-align: center;
	display: block;
}

#header span h1{
	color:#F00;
	font-size: 38px;
	font-weight: bold;
	display: block;
	padding: 10px 0 0 0;
}

#header span h2{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 0;
	margin-bottom: 8px;
}

#hdr2 {
	display: block;
	height: 239px;
	width: 997px;
	margin: 0 auto 0 auto;
	padding: 0;
	
}

#outter_wrapper #header #hdr2 #nav a img {
	margin: 0;
	padding: 0;
	float: left;
}



/* Pic Start Code*/

.pic_section {
	display: block;
	width: 1000px;
	height: 500px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.pic_section a img {
	margin: 1px;
	padding: 0;
	float: left;
}





/* Trailer Start Code*/

#trailer_section {
	display: block;
	width: 966px;
	height: 380px;
	margin: 0 auto 0 auto;
	background-color: #333;
	padding-top: 8px;
}

#trailer_section #leftcol {
	display: block;
	width: 148px;
	height: 367px;
	margin: 2px;
	float: left;
}

#trailer_section #leftcol img {
	padding: 0 0 4px 0;
}

#trailer_section #rightcol {
	display: block;
	width: 148px;
	height: 367px;
	margin: 2px;
	float: right;
}

#trailer_section #rightcol img {
	padding: 0 0 4px 0;
}

#trailer_section .left_col_t {
	display: block;
	width: 296px;
	height: 367px;
	margin: 0 0 0 10px;
	float: left;
	background: #333;
	padding: 2px;
}

#trailer_section .left_col_t .samplebox {
	display: block;
	margin: 0;
}

.samplebox .pp img {
	display: block;
	margin: 2px 0 0 4px;
	padding: 0;
	border: 1px solid #333;
	float: left;
}

.samplebox .desc {
	width: 290px;
	height: 88px;
	margin: 6px auto;
	display: block;
	background: url(images/lcolbg.jpg) no-repeat center top;
	border: none;
	padding-top: 4px;
}


.samplebox .desc span {
	display: block;
	padding: 2px  0  2px 12px;
}

.samplebox .desc span img {
	display: inline;
	vertical-align: middle;
}

.samplebox .bt img {
	padding: 6px 0 0 5px;
	
}


#trailer_section .player {
	display: block;
	width: 654px;
	height: 367px;
	margin:0;
	border: 1px solid #333;
	float: right;
	margin-right: 10px;
}


/* Divider Start*/
.divider {
	display:block;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.divider h2 a {
	margin: 0 auto;
	height: auto;
	color:#F00;
	font-size: 54px;
	font-weight: bold;
	display: block;
	padding: 10px 0 0 0;
}

.divider h2 a:hover {
	text-decoration: none;
}

.divider p {
	color:#888;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 6px 0 0 0;
	margin-bottom: 10px;
}

.divider p span {
	color:#ddd;
}


/* Video Cap Start*/

.vidcaps  {
	margin-top: 12px;
}



.vidcaps .capwrap {
	width: 245px;
	text-align: center;
	padding: 0;
	margin: 0 0 0 4px;
	float: left;
}

.vidcaps .capwrap img {
	border: 1px solid #666;
	text-align: center;
	padding: 0;
}

.vidcaps .capwrap h3 {
	font-size: 14px;
	color:#F00;
	text-align: center;
	padding: 3px 1px 1px 1px;
}

.vidcaps .capwrap p {
	font-size: 12px;
	color:#666;
	text-align: center;
	padding: 4px;
}

/* Network Section Start Code*/

.network {
	width: 980px;
	height: auto;
	background: #1e1e1e;
	display: block;
	margin: 10px auto 0 auto;
	text-align: center;
	}

.network .intro {
		color: #0099ff;
		width: 940px;
		height: 70px;
		display: block;
		margin: 10px auto 8px auto;
}


.network .intro {
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.23, rgb(0,0,0)),
    color-stop(0.62, rgb(41,41,41)),
    color-stop(0.81, rgb(28,28,28))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(0,0,0) 23%,
    rgb(41,41,41) 62%,
    rgb(28,28,28) 81%
);
}




.network .intro h4 {
		font-size: 34px;
		padding: 10px 0 0 0;
}


/* Footer Button*/


#outter_wrapper #footer {
	text-align: center;
}





#outter_wrapper #footer a img {
	
	margin: 24px auto 20px auto;
	
	
	}






