@charset "UTF-8";
/* CSS Document */
body {
	background:url("../images/newface2010.jpg") repeat-x scroll 710px 15px #000000;
	background-color: #000000;
}
#borderver {
	position: absolute;

	z-index: 1005;
}
#footer {
	position: absolute;
margin:550px 825px;
}
#outline {
	position: absolute;
margin:544px -9px;
}
div#enclose  {
display:table;
height:100%;
margin:-30px auto;
text-align:center;
margin-bottom:-60px

}
div#position {
display:table-cell;
height:577px;
margin:auto;
text-align:center;
vertical-align:middle;
width:1100px;
}
div#content {

border:1px solid #232323;
height:550px;

text-align:left;
width:1100px;
}

#navCategories {
	float:left;
	height:14px;
	list-style:none outside none;
	margin:77px 150px 9px 150px;
	padding:0;
	width:724px;
	position: absolute;
}

#navCategories li {
float:left;
margin:0 60px 0 0;
text-transform:uppercase;
}
#navCategories li a {
color:#FFFFFF;
font-family:Arial Narrow,Arial,Helvetica;
font-size:14px;
}
#navCategories li a:hover {
color:#ff4fe3;
}
#navCategories li a.active {
color:#795774;
}

#leftSide {
margin:80px 0 0 15px;
position:relative;
width:220px;
}

#logo {
	margin:0px auto;
	text-align:left;
	border:none;
		
}
#logo img {
border:none;	
}
#logo2 {
	position: absolute;

	margin:-50px 1006px;
}

a {
	border:0 none #000;
	text-decoration:none;
}

#mainNav {
list-style:none outside none;
margin:0;
padding:0;
}
#mainNav li {
height:40px;
line-height:70px;
}
#mainNav li a {
background-position:left center;
background-repeat:no-repeat;
display:block;

overflow:hidden;
text-indent:-3000px;
}
#mainNav li a:hover {
/*background-position:left bottom;*/
background-position:0px -160px;
}
#mainNav li a.active {
background-position:left top;
}
#leftSide, #rightSide {
float:left;
}
.leftInfo {
background-image:url("../images/main/info.png");
width:103px;
height:85px;

}
.leftReel {
background-image:url("../images/main/reel.png");
width:117px;

}
.leftProjects {
background-image:url("../images/main/projects.png");
width:260px;
margin:-10px 0px;

}
.leftProduct {
background-image:url("../images/main/product.png");
width:272px;
height:60px;

}
.leftNews {
background-image:url("../images/main/news.png");
width:139px;
margin:10px 0px;
/*height:90px;*/

}
   /*a{ color:#C8DCE5; }*/
	h3{
	margin: 5px 10px -12px;
	color:#FFF;
	letter-spacing:-2px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 15pt;
	text-transform: uppercase;
	text-align: right;
}
			
			.boxgrid{ 
				width: 325px; 
				height: 125px; 
				/*margin:10px;*/ 
				float:left; 
				background:#161613; 
				/*border: solid 2px #8399AF; */
				overflow: hidden; 
				position: relative;
				padding:2px;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0;
					cursor:pointer;
					/*border: 0;*/ 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#795774; 
					font-weight:bold; 
					font:8pt "Lucida Grande", Arial, sans-serif;
					text-align: right;
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100%; 
				width: 100%; 
				opacity: .85;
				cursor:pointer;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 130px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 130px;
 					left: 0;
 				}
				
				
				/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	/*background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;*/
	position:relative;
	opacity:0.9;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background:url("../product/images/controls.png") no-repeat scroll -25px 0 transparent;
	/*background-image:url(../img/overlay/close.png);*/
	position:absolute;
	right:-20px;
	top:-40px;
	cursor:pointer;
	height:25px;
	width:25px;
}

/* styling for elements inside overlay */
	.details h2 {
		position:absolute;
		top:-45px;
		/*right:15px;*/
		font:11px "Lucida Grande", Arial, sans-serif;
		color:#fff;
		/*width:150px;*/
	}
	
	.details h4 {
		color:#aba;
		top:-45px;
		position:absolute;
		font-size:15px "Lucida Grande", Arial, sans-serif;
		/*margin:0 0 -10px 0;*/
	
	
	
	}
	
	.details a {
		color:#ff4fe3;
		top:-28px;
		right:15px;
		position:absolute;
		font-size:15px "Lucida Grande", Arial, sans-serif;
		cursor:pointer;
		text-decoration:underline
		/*margin:0 0 -10px 0;*/
	}




