@charset "utf-8";


/* Global Nav*/

#global_nav {
	position:			relative;
	float:				left; 
	height: 			36px; 
	width: 				600px; 
	padding: 			14px 0 0 0; 
	margin: 			0; 

} 

#global_nav ul {
	padding: 			0;
	margin: 			0;
}

#global_nav ul li {
	float: 				left;
	list-style: 		none;
}

#global_nav ul li a, #global_nav ul li a:visited{
	z-index: 			10;
	display: 			block;
	float: 				left;
	height: 			36px;
	overflow: 			hidden;
	color:				#d7eaee;
	font-size:			14px;
	position: 			relative;
	padding:			6px 15px 6px 15px;
	font: bold 14px arial;
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 0;
}

#global_nav ul li a:hover{
	color:				#FFFFFF;
}

#global_nav li.background {
	background: 		url('images/bg_menu_right.png') no-repeat top right;
	z-index: 			8;
	position: 			absolute;
	visibility: 		hidden;
}

* html #global_nav li.background{
	background: 		url('images/bg_menu_right.gif') no-repeat top right;
}
  
#global_nav .background .left {
	background: 		url('images/bg_menu.png') no-repeat top left;
	height: 			28px;
	margin-right: 		7px; /* 7px is the width of the rounded shape */
}

* html #global_nav .background .left{
background: 		url('images/bg_menu.gif') no-repeat top left;
}

/* Global Nav end */
/* Feature Work*/

#feature_title{
	background:transparent url(images/featured_work.png) no-repeat scroll left top;
	display:block;
	height:120px;
	left:75px;
	position:absolute;
	text-indent:-9999px;
	top:1px;
	width:120px;
	z-index:1000;
}

* html #feature_title{
	background: 		url('images/featured_work.gif') no-repeat top left;
}

#feature_wrap{
	display:			block;
	float:				left;
	height:				315px;
	width:				859px;
	padding:			1px 0 0 0;
	position:			relative;
}

ul#feature_buttons{
	margin:				0 0 0 660px;
	padding:			3px 0 0 0;
	width:				130px;
	height:				27px;
}

ul#feature_buttons li{
	display: 			block;
	float:				left;
	text-align: 		center;
	color:				#999999;
	padding:			0 0 5px 0;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:150%;
	cursor: 			pointer;
	margin:				0 4px 0 0;
	width:				20px;
	height:				17px;
	background:			transparent url("images/butns.jpg") no-repeat top left;
	font-weight: bold;
}

ul#feature_buttons li:hover {
	background-position:top left;
	color:				#FFFFFF;
}

ul#feature_buttons li.active {
	background-position:bottom left; 	
	color:				#fefefe;
}

a#previous, a#next {
	cursor: 			pointer;
	display:			block;
	width:				44px;
	height:				48px;
	text-indent:		-9999px;
	z-index:			999;
	position:			absolute;
	border:				none;
	overflow:			hidden;
}

a#previous, a#previous:visited{
	float: 				left;
	margin:				110px 0 0 26px;
	background:			transparent url("images/previous.gif") no-repeat top left;
}

a#next, a#next:visited {
	float: 				right;
	margin:				110px 0 0 789px;
	background:			transparent url("images/next.gif") no-repeat top left;
}

a#previous:hover, a#next:hover{
	background-position: top right;
	border:				none;
}

#slider_wrap {
	border: 			#000000 9px solid;
	background:			#000000;
	width: 				691px;
	margin: 			0 0 0 75px;
	display:			block;
	z-index:			-1200;
	height:				266px;
	max-height:			266px;
	overflow:			hidden;
}
		
#slider_wrap div div { 
overflow: 			hidden;
height:				266px;
z-index:			-1200; 
}

#slider_wrap div div a{
border:				none;
}
/*Lytebox*/
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(images/prev_grey.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(images/next_grey.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }

#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }


#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(images/close_grey.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(images/play_grey.png) no-repeat; }

	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(images/pause_grey.png) no-repeat; }
