@charset "utf-8";
/* CSS Document */
#dynoLocator {
	background:	-webkit-gradient(linear, 0% 100%, 0% 0%, from(#000000), to(#999));
	background: -moz-linear-gradient(0% 100% 90deg, #000000, #666666);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666666, endColorstr=#000000);
	background-color:#666666;
	height:2px;
	padding:2px;
	font-size:0;
	margin-top:5px;
	margin-bottom:3px;
}
#indexContent {
	min-height:400px;
	max-height:20000px;
	margin: 0 auto;
	text-align:center;
	background:#FFFFFF;
	width: inherit;
}
#customers {
	border-bottom:medium solid #999;
	color:#fff;
	width:65%;
	font-weight:bold;
	margin-left:20px;
	padding-left:10px;
}
#customerLogos {
	padding:1px;
	margin-left:20px;
}
#customerLogos img {
	padding-right:5%;
}
#bottomInfo {
	background: -webkit-gradient(linear, 0% 20%, 0% 84%, from(#FFFDFD), to(#C7C7C7));
	background: -moz-linear-gradient(20% 84% 90deg, #C7C7C7, #FFFDFD);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFDFD, endColorstr=#C7C7C7);
	background-color:#FFFFFF;
	padding-bottom:4%;
	width:100%;
	padding:0px;
	margin-top:-3px;
}
#photoArea {
	width:74%;
	_width:73%;
	overflow:hidden;
	border:medium solid black;
	padding:1px;
	text-align:center;
	height:372px;
}
#featuredProduct {
	margin-top:-2px;
}
#featuredProduct span {
	font-size:18pt
}
#featureText {
	font-size:18pt;
	padding-bottom: 10px;
}
/* CUSTOM YOUTUBE PLAYER STYLES */

.titlec {
	font-size: 9px;
	color:#000;
}
ul.videos li {
	float: left;
	padding:5px;
	margin-bottom: 1em;
	background:#FFFFFF;
	color:#FFF;
	margin:5px;
	cursor:pointer;
}
ul.videos li:hover {
	opacity:0.50;
	filter: alpha(opacity = 50);
}
ul.videos {
	margin-bottom: 1em;
	padding-left : 0em;
	margin-left: 0em;
	list-style: none;
	width:250px;
	padding:5px;
	display:inline;
	margin: 0 auto;
}
#playerBackground {
	background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#0078a5));
	background: -moz-linear-gradient(top, #003366, #0078a5);
 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#003366', endColorstr = '#0078a5');
	background-color: #003388;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 92%;
	min-height:285px;
	padding:5px;
	border: thin solid black;
 background-color: #003388;

}
#videos2 {
	height:285px;
	overflow:auto;
	padding:0px;
	background:#003366;
	postion:relative;
	z-index:3;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;

}
#hidePlayList {
	color:#FFF;
	background-color:#003355;
	postion:relative;
	z-index:0;
	width:10px;
	float:left;
	height:285px;
	display:table-cell;
	vertical-align:middle;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	cursor:pointer;
 *behavior: url(/styles/PIE.htc);
 *border-radius: 5px;
 *border:none;
 position:absolute;
 left:56.5%;
}
#playerContainer {
	float:left;
	padding-right:5px;
	width:auto
}
#playListArea {
	width:50%
}


.featuredContent {
	border-radius:15px;
	background:#FFFFFF;
	width:200px;
	text-align:center;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 5px 10px #000000;
	-webkit-border-radius:  15px;
	-moz-border-radius:  15px;
	behavior: url(/styles/PIE.htc);
	box-shadow: 0px 0px 16px #000000;
	/*background: -webkit-gradient(linear, 15% 0%, 0% 100%, from(#8F8F8F), to(#404040));*/
	background:-webkit-gradient(radial, 265 147, 309, 265 115, 0, from(#404040), to(#8F8F8F));
	
	background: -moz-linear-gradient(0% 15% 254deg,#8F8F8F, #404040);
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#404040', startColorstr='#8F8F8F', gradientType='0');
}
.featuredContent a {text-decoration: none;}
.featuredContent a img {border: 0}

.featuredContent a:hover {text-decoration: underline;color:white}