p.fullsize_link {
	position:absolute;
	z-index:6;
	bottom:463px;
	left:255px;
}
a.fullsize {
	z-index:10000;
	display:block;
	width:84px;
	height:24px;
	background:url(../images/fullsize_off.png);
	text-indent: -5000px;
	overflow:hidden;
	cursor:pointer;
}
a.fullsize:hover {
	background:url(../images/fullsize_off_hover.png);
}
a.active {
	background:url(../images/fullsize_on.png);
}
a.active:hover {
	background:url(../images/fullsize_on_hover.png);
}
ul.overlaylist {
	
}
ul.overlaylist li {
	padding:3px 0 6px 0;
	line-height:8px;
	
}
ul.overlaylist li a {
	color:#999;
	padding-left:10px;
	background:url(../images/bullet.gif) 0 3px no-repeat;
}
ul.overlaylist li a:hover {
	color: #C60;
	text-decoration: none;
}
/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

#wrapper {
	width:940px;
	padding:0 97px 60px 97px;
	margin:0 auto;
	text-align:left;
	font-size:1.1em;
	background: #48021e url(../images/page_back.jpg) 50% 0 no-repeat;
}
#sparks {
	position:absolute;
	top:20px;
	left:0;
	width:200px;
	height:120px;
	z-index:1;
	overflow:hidden;
}
#photos {
	position:relative;
	width:940px;
	height:502px;
	overflow:hidden;
}
#slider {
	width:940px;
	height:502px;
	overflow:hidden;
	background:url(../images/loading.gif) 510px 220px no-repeat;
}
/* ---------------------------------------------
 BACKGROUND IMAGES
-----------------------------------------------*/

.section {
	float:left;
	width:940px;
	height:502px;
}
#section_home {
	background:url(../images/home-dyi.jpg);
}
#section_architectural {
	background:url(../images/architectural.jpg);
}
#section_industrial {
	background:url(../images/industrial.jpg);
}
#section_automotive {
	background:url(../images/automotive.jpg);
}
#overlay_home h2, #overlay_architectural h2, #overlay_industrial h2, #overlay_automotive h2  {
	width:360px;
	font-size: 24px;
	color: #F60;
}

/* ---------------------------------------------
 TEXT OVERLAYS
-----------------------------------------------*/

#overlay {
	width:706px;
	height:502px;
	background:url(../images/overlay.png) top left repeat-y;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	overflow:hidden;
	color:#CCC;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin:0;
}
#overlay h2 {margin-top: 24px;}
#overlay_home, #overlay_architectural, #overlay_industrial, #overlay_automotive {
	width:320px;
	height:475px;
	position:relative;
}

.news_text {
	position:absolute;
	color:#FFF;
	font-size:1.1em;
	width:300px;
	padding:20px;
	left:330px;
	top:70px;
	background:#000;
	filter:alpha(opacity=80);   /* Internet Explorer       */
	-moz-opacity:0.8;           /* Mozilla 1.6 and below   */
	opacity: 0.8;
}
.news_text p {
	margin:0;
	color:#d5d5d5;
}
.news_text h4 {
	font-size:1.4em;
	margin-bottom:10px;
	font-weight:bold;
}
/* ---------------------------------------------
 NAVIGATION
-----------------------------------------------*/

ul.navigation {
	position:relative;
	float:right;
	width:940px;
	height:38px;
	z-index:100;
	display:none;
}
ul.navigation li {
	float:left;
}
ul.navigation li a {
	display:block;
	height:38px;
	text-indent: -5000px;
	overflow:hidden;
}
ul.navigation li.home a {
	width:80px;
	background:url(../images/navigation_onerow.gif) 0 0;
}
ul.navigation li.dining a {
	width:85px;
	background:url(../images/navigation_onerow.gif) -80px 0;
}
ul.navigation li.drinking a {
	width:100px;
	background:url(../images/navigation_onerow.gif) -165px 0;
}
ul.navigation li.gallery a {
	width:88px;
	background:url(../images/navigation_onerow.gif) -265px 0;
}
ul.navigation li.news a {
	width:130px;
	background:url(../images/navigation_onerow.gif) -353px 0;
}
ul.navigation li.contact a {
	width:68px;
	background:url(../images/navigation_onerow.gif) -483px 0;
}
