body{
	background: #252525 url(../images/bg.gif) top left repeat-y;
	margin: 0;
	padding: 0;
	font-family: "Verdana", arial, sans-serif;
	font-size: 11px;
}
body#body_index {
	background: #252525;
}
p{margin:12px 0;}
h1 span {display: none;}
/*-----------------------------------------------------------------------
			INTRO PAGE STYLES
--------------------------------------------------------------------------*/
#intro_container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 725px;
	height: 605px;
	margin: -302px 0 0 -370px;  /*center on page*/
	background: #111;
	border: 1px solid #959595;
	}

#intro_titles {
	margin: 0;	
	padding: 0;
	width: 100%;
	height: 38px;
	background: url(../images/intro_header.gif) no-repeat top center;
	z-index: 1;
}

#intro_titles ul {
	display: none;
}

#intro_header {
	width: 100%;
	height: 257px;
	margin: 0;
	background: url(../images/header2.gif) no-repeat 40% 0%;
	border-bottom: 1px solid #959595;
	z-index: 0;
}

#intro_header h1 {
	display: none;
}

#intro_middle {
	width: 100%;
	height: 190px;
	border-bottom: 1px solid #959595;
}

#intro_navigation {
	width: 100%;
	margin-top: 25px;
	}
#intro_navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#intro_navigation dt {
	display: none;
}
#intro_navigation dl {
	margin: 0;
}

#intro_navigation li {
	padding: 0;
	margin: 0;
	display: block;
	height: 80px;
	float: left;
	color: #e1e1e1;
	text-align: center;
	}
#intro_navigation a {
	display: block;
	padding: 0;
	margin: 0;
	width: 100px;
	height: 26px;
	color: #e1e1e1;
	text-decoration: none;
	}
#intro_navigation li a:hover {
	color: #c45d19;
	}
li#bio a {
	background: url(../images/nav_bio.gif) center top no-repeat;
	}
li#clients a {
	background: url(../images/nav_clients.gif) center top no-repeat;
	}
li#goods a {
	background: url(../images/nav_goods.gif) center top no-repeat;
	}
li#reel a {
	background: url(../images/nav_reel.gif) center top no-repeat;
	}
li#contact a {
	background: url(../images/nav_contact.gif) center top no-repeat;
	}
#intro_navigation li a span {
	display: block;
	padding-top: 35px;
	} 	
/*-----------------------------------------------------------------------
			DETAIL PAGE STYLES
--------------------------------------------------------------------------*/	
#container {width: 750px;}	
/* LEFT COLUMN */
#left_column {
	background: url(../images/detail_hdr.gif) top left no-repeat;
	width: 140px;
	float:left;
	color: #e1e1e1;
	padding:  215px 0 0 40px;
}
#logo {
	display:block;
	position:absolute;
	width:160px;
	height:160px;
	top:20px;
	left:10px;
}
#left_column ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#left_column ul li {
	display: block;
	width: 80px;
	height: 50px;
	margin-bottom: 37px;
}
#left_column ul li a {
	display: block;
	width: 100px;
	height: 26px;
	color: #e1e1e1;
	text-decoration: none;
	text-align: center;
}
#left_column li a span {
	display: block;
	padding-top: 25px;
}
#left_column li a:hover {color: #c45d19;}
#left_column li.bio a {background: url(../images/detail_bio.gif) center top no-repeat;}
#left_column li.clients a {background: url(../images/detail_clients.gif) center top no-repeat;}
#left_column li.goods a {background: url(../images/detail_goods.gif) center top no-repeat;}
#left_column li.reel a {background: url(../images/detail_reel.gif) center top no-repeat;}
#left_column li.contact a {background: url(../images/detail_contact.gif) center top no-repeat;}	
/* CENTER COLUMN */
#center_column {
	width: 510px;
	padding: 30px;
	float:right;
	color: #e1e1e1;
	line-height: 1.6em;
	background: url(../images/bg_detail.gif) 146px 10px no-repeat;
}
.genlink {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color:#e6c50f;
	
}
#top_links {
	text-align: center;
	color:#e6c50f;
	
}
#top_links a{
	color:#e6c50f;
	text-decoration:none;
	padding:0 3px;
}
.largetext {font-size: 14px;}
.title {
	font-size: 17px;
	font-weight:bold;
}
.subtitle {
	color:#898989;
	font-weight:bold;
}
.border { border:1px #692e16 solid;}
p.content_image {
	margin-top: 30px;
}
#caption {
	color: #898989;
	font-size: .9em;
}
h1#hdr_bio {
	background: url(../images/hdr_bio.gif) no-repeat;
	width: 125px;
	height: 35px;
}
h1#hdr_clients {
	background: url(../images/hdr_clients.gif) no-repeat;
	width: 125px;
	height: 35px;
}
h1#hdr_goods {
	background: url(../images/hdr_goods.gif) no-repeat;
	width: 125px;
	height: 35px;
}
h1#hdr_reel {
	background: url(../images/hdr_reel.gif) no-repeat;
	width: 125px;
	height: 35px;
}
h1#hdr_contact {
	background: url(../images/hdr_contact.gif) no-repeat;
	width: 125px;
	height: 35px;
}	
/* LEFTCOLUMN - THUMBNAILS */
ul#thumbs {
	list-style-type: none;
}
ul#thumbs li {
	margin-bottom: 30px;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.blasko.com/_images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.blasko.com/_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.blasko.com/_images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
	background-color: #fff;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNav{ text-align:right; padding-bottom:10px;}			
#imageData #bottomNavClose{ width: 66px;}		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
.whitebold{
	color: #fff;
	font-weight:bold;
}
#resume_table{
	width:510px;
}
.table_head{
	color: #fff;
	text-align:center;
	border: #cccccc solid 2px;
	padding:10px;
	font-weight:bold;
	font-size:18px;
}
.table_cel_left{
	float:left;
	width:158px;
	padding:5px;
	text-align:left;
	height:30px;
	line-height:15px;
	font-weight:bold;
	border: #666666 dotted 1px;
}
.table_cel_center{
	float:left;
	width:158px;
	padding:5px;
	text-align:center;
	height:30px;
	line-height:15px;
	font-weight:bold;
	border-top: #666666 dotted 1px;
	border-bottom: #666666 dotted 1px;
}
.table_cel_right{
	float:left;
	width:160px;
	padding:5px;
	text-align:right;
	height:30px;
	line-height:15px;
	font-weight:bold;
	border: #666666 dotted 1px;
}
.clear{
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}
