@charset "utf-8";
/* CSS Document */
#flash-demo{
	margin-top:0px;
	width:265px;
	height:188px;
	float:left;
	background-image: url(../images/phone.gif);
	background-repeat: no-repeat;
	padding-top:15px;
}

#videos{
	/* float:left; clear:both;*/
        margin-left:35px; /*display:inline;*/
	height: 140px;
	margin-bottom: 12px;
}

#text-videos{
	float:left;
	clear:both;
	width:170px;
	height:200px;
	background:#c80000;
	margin-left:15px;
	color:#fff;
	padding:5px;
	margin-top: 30px;
}


#select-video{
	width:198px;
	margin-left:15px;
	margin-bottom:20px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#select-video-mid{
	float:left;
	color:#fff;
	padding:5px;
	width:196px;
	padding-bottom:5px;
	padding-right:0px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../images/video-textBottom2.gif);
	margin-bottom: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -8px;
	margin-left: 10px;
/*	min-height: 120px;*/
        }
		
		
        #select-video p{ cursor:pointer; margin-bottom:2px;}
        #select-video p:hover{ color:#000;}
        
		
#select-video-bottom{
	/*float:left;
	clear:both;*/
	width:198px;
	height:15px;
	background-image: url(../images/video-textBottom2.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 25px;
	margin-left: 20px;
}
.VideoInformation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
.VideoInformationHD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #FFFFFF;
	background-color: #666666;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	font-weight: bold;
	margin-bottom: -1px;
}
.redText {
	font-weight: bold;
	color: #CC0000;
}
.greyText {
	color: #666666;
	font-weight: bold;
}
.skillPill {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.5em;
	color: #CC0000;
}
