/* 
	StyleSheet 123Creative Template
*/

/* 
	1: Root CSS Sheets 
*/

	/* Root Root */
		html{
			height:100%;
			background-color:#000000;
		}
		body{
			font: 11px "Arial";
			color:#FFFFFF;
			margin: 0;
			padding: 0;
			height: 100%;
		}
		br.clear { 
			clear: both;
			font-size: 0.1em;
		}
		.fleft {
			float: left;
		}
		.fright {
			float: right;
		}
		.nopadding.left	{
			padding-left: 0;
		}
		.nopadding.right{
			padding-right: 0;
		}
		.nopadding.top {
			padding-top: 0;
		}
		.nopadding.bottom {
			padding-bottom: 0;
		}
		
		h1,h2,h3,h4,h5,p,ul	{
			margin: 0;
			padding: 0;
		}
		h1	{
			color: #FFF;
		}
		h2,h3,h4,h5 {
			color:#FFCC00;
		}
		p	{
			line-height: 18px;
			padding: 0 10px 12px 10px;
		}
		small	{
			line-height: 18px;
			padding: 0 0 12px 10px;
		}
		h1	{
			font-size: 20px;
		}
		h2	{
			font-size: 18px;
			padding: 0 0 0 10px; 
		}
		h3	{
			font-size: 16px;
			padding: 0 0 0 10px; 
		}
		ul	{
			padding: 0 0 0 40px; 
			list-style: none;
		}
		ul li	{
			background: url('../images/ul-li.jpg') no-repeat left center;
			padding: 0 0 0 10px;
		}
		fieldset	{
			border: none;
		}
		blockquote	{
			border-left: 3px SOLID #FFF;
			padding: 0 0 0 7px;
		}
		blockquote p	{
			padding: 0;
		}
		
		a	{	
			color: #bbcad3;
			text-decoration: none;
		}
		a:hover	{	
			text-decoration: underline;			
		}
		a span {	
			color: #fff;
		}
		a:hover span {	
			color: #bbcad3;
		}
		b span {
			color: #bbcad3;
		}
		form	{
			padding: 10px 0;
		}
		label	{
			clear: both;
			display: block;
			width: 100px;
			float: left;
			font-weight: bold;
			margin: 5px 0;
			line-height: 28px;
			text-align: right;
			padding: 0 10px 0 0;
		}
		input,textarea 	{
			font: 11px "Arial";
		}
		input.txt	{
			float: left;
			border: 0;
			width: 148px;
			height: 15px;
			padding: 6px 10px;
			color: #FFF;
			background: url('../images/input-bg.png') left top no-repeat;
			margin: 5px 0;
		}
		input.button	{
			float: left;
			border: 0;
			background: none;
			color: #ff0084;
			font-size: 14px;
			font-weight: bold;
			margin: 5px 0;
		}
		textarea	{
			float: left;
			border: 0;
			width: 241px;
			height: 95px;
			padding: 7px 10px;
			color: #FFF;
			background: url('../images/text-area.png') no-repeat;
			margin: 5px 0;
		}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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;}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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 #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* 
	Custom CSS Sheets
*/

	/* Container */
		div#container	{
			width: 970px;
			margin: 0 auto;
		}
	
		.header { 
			width: 970px; 
			height: 670px; 
			margin:	0; 
			padding: 0; 
			overflow: hidden;
			z-index:1;
		}

		.header img {
			height: 670px; 
			width: 970px; 
			top: 0; 
			left: 0;
			z-index:1;
		}

		.banner {
			width: 970px; 
			height: 670px; 
			margin:	0 auto;
			z-index:1;
		}

	/* Top Knot Bar */

		div#topknot { 
			background: url('../images/topknot.jpg') no-repeat;
			width: 970px; 
			height: 20px;
			margin:	0; 
			padding: 0; 
			overflow: hidden;
		}

	/* Content Wrapper */
		div#content	{
			width: 970px;
			margin: 0 auto;
			padding: 0 0 40px 0;
		}
		
	/* Top */
		div#top	{
			background: url('../images/navigation-backg.png') no-repeat;
			position: absolute;
			top: 40px;
			height: 67px;
			padding: 20px 0 0 320px;
			z-index:800;
		}
		
		/* Logo */
			div#top	div#logo {
				width: 175px;
				font-size: 17px;
				text-transform: uppercase;
				font-weight: bold;
				padding: 0 0 0 0;
				float: left;
			}
			div#top	div#logo a {
				color: #FFF;
				text-decoration: none;
			}
			div#top	div#logo a span {
				color: #ff0078;
			}
			div#top	div#logo a:hover {
				color: #ff0078;
				text-decoration: none;
			}
			div#top	div#logo a:hover span {
				color: #FFF;
			}
			
	/* Bottom Knot Bar */

		div#bottomknot { 
			background: url('../images/bottomknot.jpg') no-repeat;
			width: 970px; 
			height: 20px;
			margin:	0; 
			padding: 0; 
			overflow: hidden;
		}

		/* Topmenu */
			div#top ul	{
				float: right;
				font-size: 16px;
				text-transform: uppercase;
				font-weight: bold;
				padding: 2px 0 0 0;
			}
			div#top ul li	{
				background: none;
				float: left;
				padding: 0 28px 0 0;
			}
			div#top ul li a	{
				color: #FFF;
				text-decoration: none;
			}
			div#top ul li a	span {
				color:#FF9900;
			}
			div#top ul li a:hover {
				color:#FF9900;
			}
			
	/* Boxes */
	.box	{	
		margin-top: -500px;
		padding-bottom: 10px;
		margin-bottom: -10px;
		z-index:5;
	}
	.emptybox	{	
		padding-bottom: 420px;
		margin-bottom: 13px;
	}
	.full {		
		background: url('../images/box-full-bg.png') no-repeat left bottom;
	}
	.half {		
		background: url('../images/box-half-bg.png') no-repeat left bottom;
	}
	
	.boxtop	{	
		height: 10px;
		margin-top: 28px;
	}
	
	.tfull		{	background: url('../images/box-full-bg.png') no-repeat left top;	}
			
	.fsfull		{	background: url('../images/box-filmstrip-bg.png') no-repeat left top;	}

	.box.half			{	padding-bottom: 15px; }
	
	.boxtop.half		{	height: 15px;	background-image: url('../images/box-half-bg.png');	}
	
	.tleft	{	background-position: left top;	}
	.tright	{	background-position: right top;	}
	
	.bleft		{	background-position: left bottom; 	}
	.bright		{	background-position: right bottom;	}
		
	/* Footer */
		div#footer	{
			clear: both;
			height: 53px;
			padding: 0 0 0 0;
		}
		div#footer p	{
			line-height: 53px;
			padding: 0;
			text-align: center;
			color:#669999;
		}
		div#footer p a	{
			color:#669999;
			text-decoration: none;
			font-weight: bold;
		}
		div#footer p a:hover {
			color: #43405a;
		}
	
	/* Work */
		div.work	{
			height: 104px;
			padding: 15px 24px 24px 24px;
		}		
		div.work	div.wrap {
			width: 970px;
			float: left;
		}
		div.work img,
		div.more img	{
			float: left;
			padding: 5px 8px 0 0;
		}
		div.work	div.wrap p {
			font-size: 11px;
			font-weight:bold;
		}
		div.work h3 {
			padding: 10px 24px 0 0;
			color:#FFCC00;
			font-size: 17px;	
			font-weight:bold;
		}
		div.work a	{
			color:#FFCC00;
			font-weight:bold;
		}
		div.work a.button:hover	{
			color: #FFF;
		}
		
	/* Slider */
	
		/* Slider Container */
			#items_container {
				width: 907px;
				height: 121px;
				overflow: hidden;
				position: relative;  
			}
		/* Slider Item */
			div.slide_item {
				width: 907px;
				height: 121px;
				position: absolute;
			}

		/* First Item */
			div.first_item {	left: 0;	}
		
	/* Slider2 */
	
		/* Slider2 Container */
			#items_container2 {
				width: 907px;
				height: 121px;
				overflow: hidden;
				position: relative;  
			}
		/* Slider2 Item */
			div.slide_item2 {
				width: 907px;
				height: 121px;
				position: absolute;
			}

		/* First Slider2 Item */
			div.first_item2 {	left: 0;	}
		
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position:static;
top: 0;
left: -486px; /*position where enlarged image should offset horizontally */
z-index: 0;
}

	/* Index Boxes */
		div.s-wrapper {
			width: 306px;
		}
		div.index_padding	{
			padding: 5px 20px;
		}
		div.index_padding ul,li	{
			line-height: 18px;
			padding: 0 0 0 10px;
		}
		
		div.line {
			height: 1px;
			margin: 1px 0;
			font-size: 1px;
			background: url('../images/line.png') no-repeat;
		}
		div.line.sbottom {
			margin: 1px 0 10px 0;
		}
		
	/* Blog */
		div.blog	{
			padding: 12px 0 0 0;
		}
		div.blog.light	{
			background: url('../images/lighter.png');
		}
		