/* Home specific css styles */

body {
  background-image:url(../images/bg_video.jpg);
  background-position:center top;
  background-repeat:repeat-x;
  background-color:#017896; 
}

div#content {
	background-image:url(../images/menu_bottom_video.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#movieContainer {
	width:507px;
	height:446px;
	padding-left:25px;
	padding-top:35px;
}

/* background for IE */
div#movieContainer {
	background: center no-repeat url(../images/video_bg.jpg);
}

/* background for other browsers */
div.colRight>div#movieContainer {
	background: center no-repeat url(../images/video_bg.png);
}


div.colLeft {
	float:left;
	width:168px;
}

div.colLeft p {
	margin-left:6px;
}
/*
div.colRight {
	float:right;
	width:306px;
}*/

a.movieLink {
	border:none;
	padding:6px;
	background:none;
	display:block;
	width:72px;
	height:55px;
}


a.movieLink:visited, a.movieLink:link {
	background:none;
}

a.movieLink:hover, a.movieLink:active {
	background-color:#a2be8f;
}

.movieCaption {
}