/* HOMEPAGE */
/*

#header {
	height: 250px !important;
}
*/
/* Main Content */
#container_whatsnew {
	margin-left: 10px;
	background: url(/images/sectionheaders/h1_whatsnew.gif)  top left no-repeat;
	padding-top:40px;
}

/* Side Column Content */
#container_tourglance {
	margin-right: 10px;
	background: url(/images/sectionheaders/h1_tourglance.gif)  top left no-repeat;
}

#container_quoteoftheday {
	margin-right: 10px;
	background: url(/images/sectionheaders/h1_quoteoftheday.gif)  top left no-repeat;
	color: #49b8ee;
	font-style: italic;
	font-size: 12px;
}

/*
#col_sideHome #zTable .tableHead, #col_sideHome table .tableHead, #col_side #zTable .tableHead, #col_side table .tableHead {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #252525;
}

#col_sideHome #zTable td, #col_sideHome table td, #col_side #zTable td, #col_side table td {
	font-size: 10px;
	padding: 2px 5px 2px 5px;
}

#col_sideHome .row1, #col_side .row1 { 
	background-color: #363636;
	border-bottom: 1px solid #464646;
}	

#col_sideHome .row2, #col_side .row2 {
	background-color: #363636;
	border-bottom: 1px solid #464646;
}
*/

/* Home Features */
#flash_placeholder{
	/*margin-top: -28px;*/
	height: 100%;
	z-index: 0;
}

#container_features {
	width: 350px;
	height: 210px;
	margin-bottom: 20px;
	padding: 0px;
	border: 0px;
}

.blockrow1 {
	width: 350px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	border: 0px;	
}

.blockrow2 {
	width: 350px;
	height: 100px;
	margin-top: 10px;
	padding: 0px;
	border: 0px;	
}

.block1, .block3 {
	padding-right: 10px;
	float: left;
}

.block2, .block4 {
	padding: 0px;
	float: left;
}

#container_jukebox {
	/*background: transparent url(images/launch_jukebox.gif) top left no-repeat;*/
	margin-left: 10px;
	margin-top: -28px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px solid red;
	height: 117px;
}

/* IF DIFFERENT THEN REST OF THE SITE */
/* GENERAL LAYOUT  */
/* Standard Two Column Layout */
/* Layout for when col_side is on RIGHTside and col_main is on LEFTside */
#col_sideHome {
	width: 405px; 
	float: right;
	color: #acacac;
}

#col_mainHome {
	width: 425px;
	float: left;
}

#col_side {
	width: 405px; 
	float: right;
	padding-right:40px;
	/*margin-right: 20px;
	margin-top:75px;*/
	

}

#col_main {
	width: 405px;
	float: left;
	padding-left:30px;
	/*margin-top:95px;*/
}

#col_full {
	width: 880px;
}


/* Main boxes - content container */
#container_contentHome {
	margin: 0px;
	padding: 55px 0px 20px 0px; 
	text-align: left;
}

/* Wrappers for side boxes - used for boxes that require borders around content containers (container_content & container_content2) */
/* Main Containers - Homepage */
#container_boxtopHome {
	background: url(/images/sectionheaders/h1_boxtopHome.gif)  top left no-repeat;
	width: 370px;
	padding-top: 10px;
	padding-left: 10px;
}

#container_boxbottomHome {
	background: url(/images/sectionheaders/h1_boxbottomHome.gif)  bottom left no-repeat;
	padding-bottom: 10px;
}

#container_boxbgHome {
	background: url(/images/sectionheaders/h1_boxbgHome.gif)  top left repeat-y; /* repeats the left & right border bg vertically */
}



#videoContainer{
	height:352px;	
	position:relative;
	border:red solid 0px;
	width: 405px;
	background:transparent url(images/bg/vid_bg2.gif) no-repeat scroll top center;
	margin: 10px 0px 20px 0px;
}

#videoContent{
	/*background: #000 url(/images/vid_placeholder.jpg) no-repeat;*/
	cursor: pointer;
	width:365px;
	height:237px;
	margin:40px 20px;
	position:absolute;
}

#videoPlayerItems{
	height:58px;
	width:365px;
	position:absolute;
	top:319px;
	margin: 0px 24px;
	background: transparent;
}


.videoItems{
	float:left;
	width:174px;
	margin-top:2px;
	margin-right:5px;
	height:58px;
	background: #000;
	padding-top: 5px;		
}

.videoImage img{
	float:left;
	/*border:1px solid white;*/
}

.videoText a,
.videoText a:link{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	margin-left:10px;
	float:left;
	font-weight: bold;
	font-size:10px;
	color:white;
	height:40px;	
	width:85px;
	text-decoration:none;
}




#messageText {
	color:white;
	font-weight:bold;
	font-size:14px;
	position:absolute;
	margin-top:290px;
	left:20px;

}

#splash{
	position:relative;
}

