﻿
.mainVideoDiv
{
	width: 995px;
	height: 2975px;
	position: relative;
	
	
	text-align: center;
	background-image: url('designImages/NACTT_WEB_BACKGROUND_70-percent.png');
	background-repeat:repeat-y;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-color: #D4CFC1;
	
	/*
	border-color: #D4CFC1;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	*/	
}

.thumbnailDiv
{
	position: absolute;
	width: 245px;
	height: 2400px;
	top: 5px;
	left: 5px;
	text-align: center;
	/*
	border-color: #D4CFC1;
	border-right-style: solid;
	border-right-width: 2px;
	*/	
}

/*
.dividerDiv
{
	position: absolute;
	width: 5px;
	height: 2980px;
	left: 265px;
	top: -15px;
	background-color: #D4CFC1;
}
*/




.dividerDiv
{
	position: absolute;
	width: 5px;
	height: 2980px;
	left: 265px;
	top: 0px;
	background-color: #D4CFC1;
}




.flashContainerDiv
{
	background-color: #E7E8D5;
	position: absolute;
	top: 5px;
	left: 270px;
	width: 722px;
	height: 425px;
	border-color: #D4CFC1;
	border-top-style: solid;
	border-top-width: 5px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-right-width: 3px;
}

.flashDiv
{
	position: absolute;
	width: 520px;
	height: 400px;
	top: 5px;
	left: 5px;
	text-align: center;
}

.flashDivImagePos
{
	position: absolute;
	width: 520px;
	height: 400px;
	top: 5px;
	left: 5px;
	text-align: center;
}


.promoDiv
{
	position: absolute;
	width: 190px;
	height: 415px;
	top: 5px;
	left: 530px;
	text-align: center;
	background-image: url('designImages/promoDivBg.png');
}

.promoDivMsg
{
	position: absolute;
	width: 190px;
	top: 20px;
	left: 0px;
	text-align:center;
}

.promoDivOrderButton
{
	position: absolute;
	width: 190px;
	top: 175px;
	left: 0px;
	text-align:center;
}

.promoDivHomeLink
{
	position: absolute;
	width: 190px;
	top: 380px;
	left: 0px;
	text-align:center;
}

.inactiveVideo
{
}

.activeVideo
{
	background-color: #E7E8D5;
	width: 265px;
	position: relative;
	left: -5px;
	border-color: #D4CFC1;
	border-top-style: solid;
	border-top-width: 5px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.videoBody
{
	background-color: #C7C6B6;
}


.mainVideoTL
{
	background-image: url('designImages/corner_topLeft_8px.png');
	background-repeat: no-repeat;
	position: absolute;
	left: -2px;
	top: -2px;
	width: 10px;
	height: 10px;
}
.mainVideoTR
{
	background-image: url('designImages/corner_topRight_8px.png');
	background-repeat: no-repeat;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 10px;
	height: 10px;
}
.mainVideoBL
{
	background-image: url('designImages/corner_bottomLeft_8px.png');
	background-repeat: no-repeat;
	position: absolute;
	left: -2px;
	bottom: -2px;
	width: 10px;
	height: 10px;
}
.mainVideoBR
{
	background-image: url('designImages/corner_bottomRight_8px.png');
	background-repeat: no-repeat;
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 10px;
	height: 10px;
}

