/**
 * Z Indexes:
 * Trowel over Fossil Design: 15-20
 * Menus : 20
 * Tags : 10
 * Magnifying glass : 30
 **/

*
{
	visibility: inherit;
}

body.splash
{
	background-color: #a17f0d;
	background-image: url( "images/background_dot.png" );
	background-repeat: repeat;
}

body.main
{
	background-color: #C1AA5C;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.splash_div
{
	position: absolute;
	width: 800;
	height: 200;
	visibility: hidden;
}

img.splash_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

img.splash_cutout
{
	position: absolute;
	top: 131px;
	left: 333px;
	z-index: 0;
}

.body_div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 1024;
	height: 785;
	clip: rect( 0px, 1024px, 785px, 0px );
	visibility: hidden;
}

#background_image
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#trowel
{
	position: absolute;
	top: 10;
	left: 523;
	z-index: 20;
}

#background_dot
{
	position: absolute;
	top: 3;
	left: 0;
	width: 523;
	height: 135;
	z-index: 19;
}

.javascript_link
{
	cursor: pointer;
}

img.menu
{
	position: absolute;
	top: 93;
	z-index: 20;
}

img.menu_highlight
{
	position: absolute;
	top: 93;
	visibility: hidden;
	z-index: 20;
}

#home, #home_highlight
{
	left: 631;
}

#who_we_are, #who_we_are_highlight
{
	left: 670;
}

#our_portfolio, #our_portfolio_highlight
{
	left: 739;
}

#contact_us, #contact_us_highlight
{
	left: 815;
}

#business_partners, #business_partners_highlight
{
	left: 876;
}

img.nail
{
	position: absolute;
	z-index: 9;
}

img.small_tag
{
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

img.moving_tag
{
	position: absolute;
	z-index: 11;
	visibility: hidden;
}

img.large_tag
{
	position: absolute;
	z-index: 9;
	visibility: hidden;
}

.tag_highlights
{
	position: absolute;
	visibility: hidden;
	z-index: 31;
}

img.tag_highlight
{
	position: absolute;
	z-index: 31;
	opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	cursor: pointer;
}

.magnifying_glass
{
	position: absolute;
	visibility: visible;
	left: 8;
	top: 785;
	z-index: 30;
	width: 400px;
	height: 400px;
}

.magnifying_image
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 31;
}

.magnifying_background
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 28;
}

.images_group
{
	position: absolute;
	z-index: 29;
}

.images_subgroup
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 29;
	visibility: hidden;
}

.images
{
	position: absolute;
	z-index: 29;
	left: 0;
	top: 0;
}

img.magnified_image
{
	position: absolute;
	z-index: 29;
}

img.magnifying_glass_control
{
	position: absolute;
	z-index: 33;
	cursor: pointer;
}

img.magnifying_glass_click_area
{
	position: absolute;
	left: 71px;
	top: 84px;
	width: 232px;
	height: 200px;
	z-index: 32;
	cursor: pointer;
}

p.image_title
{
	position: absolute;
	font-family: Tahoma, Geneva, Sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #a17f0d;
	text-align: center;
	width: 154;
	left: 110;
	top: 30;
	z-index: 30;
}

p.image_customer
{
	position: absolute;
	font-family: Tahoma, Geneva, Sans-serif;
	font-weight: bold;
	font-size: 7.5pt;
	color: #000000;
	text-align: center;
	width: 254;
	left: 60;
	top: 295;
	z-index: 32;
}

p.image_customer a
{
	color: inherit;
	text-decoration: none;
}

p.image_customer_type
{
	position: absolute;
	font-family: Tahoma, Geneva, Sans-serif;
	font-weight: normal;
	font-size: 6.5pt;
	color: #000000;
	text-align: center;
	width: 254;
	left: 60;
	top: 311;
	z-index: 32;
}

p.image_customer_type a
{
	color: inherit;
	text-decoration: none;
}

