@charset "utf-8";
/* CSS Document */


<!--
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image:url(http://www.digidred.com/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000 ;
}
#master {
	position: relative;
	width:950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: solid black 0px;
	background-color: #006600;
	text-align: left;
}
#navbar {
	z-index: 5;
	position: absolute;
	height:50px;
	width: 100%;
	margin-top:10px;
	margin-left:10px;
	top: 150px;
	right: 0px;
	text-align: right;
	line-height: 35px;
}
#header {
	position: absolute;
	height:237px;
	width: 950px;
	top: 0px;
	right: 0px;
	background-image: url(http://www.digidred.com/img/digidred_logo.jpg);
	background-repeat:no-repeat;
	background-color:#666666;	
}
#bodywrap {
	background-color: #666666;
	margin-top: 235px;
	position: absolute;
	padding: 0px;
	width:950px;
}
#cp {
	width:100%;
	height:10px;
	clear: both;
	padding: 10px 0px;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	color: #ffffff;
	font-family: verdana;
	font-size:20px;
}
#hTitle {
	width:100%;
	height:10px;
	clear: both;
	text-align: center;
	margin-top: 70px;
	margin-left: 0px;
	color: #ffffff;
	font-family: Times New Roman, Times, serif;
	font-size:42px;
}
#sidecol {
	z-index: 3;
	position:relative;
	float: left;
	width:310px;
	float: left;
	margin-bottom: 0px;
	padding: 5px;
	font-size:10px;
	
}
#sidecol_bg {
	margin-bottom: 0px;
	padding: 5px;
	font-size:10px;
	width:304px;
	height:378px;
	background-image:url(../img/bg_sideCol.gif);
	background-repeat:no-repeat;
}
#sidecol_bg_sml {
	margin-bottom: 0px;
	padding: 5px;
	font-size:10px;
	width:304px;
	height:223px;
	background-image: url(../img/bg_sideCol_sml.gif);
	background-repeat:no-repeat;
}
#col_header {
	margin-top:5px;
	margin-left:10px;
	text-align:left;
	font-size:15px;
	color:#cccccc;
}
#col_header2 {
	margin-top:10px;
	margin-left:10px;
	text-align:left;
	font-size:26px;
	color:#ffffff;
}
#sidecol_content {
	margin-top:15px;
	margin-left:10px;
	text-align:left;
	font-size:12px;
	color:#ffffff;
}
#maincol {
	z-index: 2;
	position:relative;
	float: right;
	background-repeat:no-repeat;
	background-position:right;
	width:100%;
	margin-top:-1049px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#maincol_header {
	z-index: 8;
	width:618px;
	height:37px;
	margin-top:10px;
	margin-left:10px;
	text-align:left;
	font-size:14px;
	color:#ffffff;
	background-image:url(../img/bg_mainCol_header.gif);
}
#maincol_content {
<!--	z-index: 6; -->
	width:618px;
	margin-top:-11px;
	margin-left:10px;
	text-align:left;
	font-size:11px;
	color:#ffffff;
	background-image: url(../img/bg_mainCol.gif);
	background-repeat:repeat-y;
}
#maincol_footer {
	width:618px;
	height:14px;
	margin-top:-15px;
	margin-left:10px;
	text-align:left;
	font-size:14px;
	color:#ffffff;
	background-image:url(../img/bg_mainCol_footer.gif);
	background-repeat:no-repeat;
}
#footer {
	width:100%;
	height:30px;
	clear: both;
	padding: 0px 0px;
	text-align: center;
	color: #000000;
	font-size:10px;
}
#maincontent {
	z-index: 1;
	position:relative;
	background-repeat:no-repeat;
	margin-left:310px;
	margin-top:20px;
	margin-bottom: 20px;
	padding: 5px;
	font-size:13px;
}
#maincontentHP {
	z-index: 1;
	position:relative;
	background-repeat:no-repeat;
	margin-left:310px;
	margin-top:-214px;
	margin-bottom: 20px;
	padding: 5px;
	font-size:13px;
}
#paraText {
	z-index: 7;
	margin-left:10px;
	padding-bottom:10px;
	width:600px;
	text-align:justify;
	clear: inherit;
}
#paraTextSide {
	z-index: 7;
	margin-left:0px;
	padding-bottom:10px;
	width:270px;
	text-align:left;
	clear: inherit;
}
#paraTextBULLET {
	margin-left:10px;
	width:630px;
	text-align:left;
}
			/* NAVIGATION BUTTONS */
			.menu {
						height: 49px;
						width: 980px;
						margin-left:0px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						background: url(http://www.digidred.com/img/cp_btnROLL.gif) no-repeat;
						width: 155px;
						height: 47px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #ffffff;
						font-size: 13px;
						width: 155;
						height: 47px;
						display: block;
						float: center;
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 155; height: 47px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: -15px;top: 10px;
					    text-align: center;
					    width: 190px;
					    cursor: pointer; 
						  
					     
			}
			/* END OF NAVIGATION */
<!-- LINKS -->
a:link {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;}
a:visited {color: #ffffff; text-decoration: underline;}
a:hover {color: #cccccc; text-decoration: none;}

a.one:link {color: #000000; text-decoration: underline;}
a:one:active {color: #000000; text-decoration: underline;}
a.one:visited {color: #000000; text-decoration: underline;}
a.one:hover {color: #cccccc; text-decoration: none;}

a.two:link {color: #ffffff; text-decoration: underline;}
a:two:active {color: #ffffff; text-decoration: underline;}
a.two:visited {color: #ffffff; text-decoration: underline;}
a.two:hover {color: #cccccc; text-decoration: none;}

a.lefC:link {color: #cccccc; text-decoration: underline;}
a:lefC:active {color: #cccccc; text-decoration: underline;}
a.lefC:visited {color: #cccccc; text-decoration: underline;}
a.lefC:hover {color: #666666; text-decoration: none;}
-->

ul#gallery {
	width:400px;	
	height:300px;
	position:relative;
	background: url("http://www.digidred.com/photosandvids/holder.jpg") no-repeat scroll 50% 40%;
	list-style-type:none;
	list-style-position:outside;
	margin:0px auto;
	padding:0px;
}
ul#gallery li {
	padding:0px;
	margin-left:-80px;
	margin-bottom:0px;
}
ul#gallery li img {
	display:block;
	padding:0px;
	margin:0px;
}
ul#gallery li a span {
	display:none;
}
ul#gallery li a:hover span {
	position:absolute;
	width:400px;
	height:300px;
	top:0;
	left:0;
	display:block;
	border:none;
}
ul#gallery li a span em {
	display:none;
}
ul#gallery li a:hover span em {
	position:absolute;
	width:150px;
	min-height:300px;
	height:auto !important;/**Min height hack for IE**/
	height:300px;/*Needs to match min-height pixels above*/
	top:0px;
	left:-300px;
	display:block;
	color:#333333;
	text-decoration:none;
}
div.float {
  float: left;
  padding: 10px;
  }
  
div.float p {
   text-align: center;
   }
   