#spotVisual{
	position: relative;
	top:-100px;    /*KS only*/
	clear: both;
	/*height: 784px;*/
	/*height: 684px;*/    /*KS only*/
	height: 745px;    /*KS only*/							
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	display: table;
}

#doslogo{
	clear:both;
	border: 0px solid #f05;
	position: absolute;
	top: 290px;
	left: 0px;
	background:url('../images/siteLogo_new.png') no-repeat center top;
	width: 960px;
	height: 267px;
	padding-left:20px;
	padding-right:20px;
}

#playbuttonWrap{
	position: absolute;	
	top: 160px;
	width: 100%;
	z-index: 79;
}

#playbutton{
	cursor: pointer;
	margin: 0 auto;
	width: 109px;
	height: 109px;
	background: url('../images/playbutton.png') no-repeat center top;
	opacity: 0.70;
	filter: alpha(opacity=70);
	
	transition: opacity .2s;
	-moz-transition: opacity  .2s;
	-webkit-transition: opacity  .2s;
	-o-transition: opacity  .2s;
}

#playbutton:hover{
	margin: 0 auto;
	width: 109px;
	height: 109px;
	opacity: 1;
	filter: alpha(opacity=100);
}


#topTrailer{
	/*padding-top: 20px;*/
	display: none;
	position: absolute;
	top: -35px;
	width: 960px;
	height: 541px;
	float: left;
	z-index: 900;
	padding: 1px 20px 0 20px;
}

.trailerWrapper{
	/*margin-top: 20px;*/
	/*background-color: #000;*/
	padding: 1px;
}

.trailerWrapper iframe{
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.trailerCloseBtn button{
	position: relative;
	top: 9px; /*-8px;*/
	background-color:transparent;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	float: left;
	display: block;
	width: 72px;
	height: 37px;
	border: 0;	
	background-image: url('../images/trailercloseBtn_sprite.png?1');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.trailerCloseBtn button:hover{
	background-position: 0px -37px;
}
.trailerCloseBtn button:active{
		background-position: 0px -74px;
}


#spotRow{	 
	/*this is a container for the 4 screens*/
	position: absolute;
	/*top: 315px;*/
	/*top: 576px;*/
	top: 625px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 1000px;
	border: 0px solid #f69;
}

.spotfeat{
	font-family: 'Nanum Gothic','PT Serif', times ,serif;
	font-weight: 700;
	font-size: 13px;
	color: #000;`
	text-align: center;
	float: left;
	height: 190px;
	width: 250px;
	margin: 0px 0px;
}

.spotfeat a:link,
.spotfeat a:active,
.spotfeat a:visited{
	display: block;
	width: 237px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0 6px 10px 7px;
	padding: 0;
	opacity: 0,85;
	filter: alpha(opacity=85);	
	-moz-box-shadow: 0 0 2px #000, 0 0 4px #000;
	-webkit-box-shadow: 0 0 2px #000, 0 0 4px #000;
	box-shadow: 0px 0px 2px #000, 0 0 4px #000;
	
	transition: box-shadow .2s;
	-moz-transition: box-shadow .2s;
	-webkit-transition: box-shadow .2s;
	-o-transition: box-shadow .2s;
}


.spotfeat a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	background-position: 0px -134px;
	moz-box-shadow: 0 0 5px #111, 0 0 8px #111;
	-webkit-box-shadow: 0 0 5px #111, 0 0 8px #111;
	box-shadow: 0px 0px 5px #111, 0 0 8px #111;
	/*-moz-box-shadow: 0 0 5px #111, 0 0 18px #111;
	-webkit-box-shadow: 0 0 5px #111, 0 0 18px #111;
	box-shadow: 0px 0px 5px #111, 0 0 18px #111;*/
}

.spotfeat img{
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.spottxt{
	text-shadow: 0px 0px 3px #000, 0px 0px 6px #000;
	color: #f6f2f1;
	height: 21px;
	padding: 13px 10px 12px 10px;
	background-repeat: no-repeat;
	background-position: center top;
}


.spottxt1{
	background: url('../images/featspotBG01.png?2');
}
.spottxt2{
	background: url('../images/featspotBG02.png?2');
}
.spottxt3{
	background: url('../images/featspotBG03.png?2');
}
.spottxt4{
	background: url('../images/featspotBG04.png?2');
}

.sfeat1{
	background-image: url('../images/spotfeat1.jpg?4');
}
.sfeat2{
	background-image: url('../images/spotfeat2.jpg?4');
}
.sfeat3{
	background-image: url('../images/spotfeat3.jpg?4');
}
.sfeat4{
	background-image: url('../images/spotfeat4.jpg?4');
}

.pageWrapper0{
	clear: both;
	margin: 0 auto;
	width: 1000px;
	background:  url('../images/pageWrapperTop.png?1') no-repeat center top, url('../images/pageWrapperBottom.png?1') no-repeat center bottom;
	padding: 13px 0;
}


.pageWrapper{
	/*clear: both;*/
	margin: 0 auto;
	width: 960px;
	padding: 0 20px 30px 20px;
	background:  url('../images/pageWrapper.png?1') repeat-y center top;
}

/* general item stuff - titles etc =================*/
.itemTitle{
	position: relative;
	height: 40px;
	padding-bottom: 13px;
	margin-bottom:  2em; /*16px;*/
	background: url('../images/title00divider.png?1') no-repeat center bottom;	
}

.itemTitle00{
	font-family: 'Nanum Gothic','PT Serif', 'optimusprincepssemiboldRg', Times, serif;
	/*position: absolute;*/
	/*width:100%;*/
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0.26em;
	/*color: #eddd7e;*/
	color: #fff;
	/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(55%, rgba(0,0,0,1)), color-stop(64%, rgba(0,0,0,.7)), to(rgba(0,0,0,.1)));*/
	text-shadow: 0px 0px 9px #000, 0px 0px 4px #000, 0px 0px 3px #000;
	font-size : 32px;
}

.newsWrapper{
	clear: both;
	/*width: 958px;*/
	padding: 15px 0 15px 0;
	/*margin: 0px auto 0px auto;
	border: 0px dashed #882222;*/
}

.newsContainer{
	position:relative;
	font-family: 'Nanum Gothic';
	clear: both;
	width: 960px;
	margin: 0px auto;
	padding:0;
	text-align: left;
	
}

.newsContainer ul{
	position:relative;
	width:100%;
	font-family: 'Nanum Gothic';
	list-style: none;
	padding: 0;
	margin:0;
}

.newsContainer li{
	position:relative;
	font-family: 'Nanum Gothic';
	width:310px;
	height:150px;
	margin:0;
	padding-right:5px;
	display:inline-block;
	vertical-align: top;
}

.newsContainer li h3{
	font-family: 'Nanum Gothic';
	height:40px;
	text-align:left;
	margin:0;
	padding:0;
	padding-bottom:10px;
	letter-spacing:-1px;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
	display:block;
	font-weight :  600;
}

.newsContainer li p{
	font-family: 'Nanum Gothic';
	text-align:left;line-height:20px;
}
