/* CSS for Crane & Co. - Cranepaper.com */
/* by Warkulwiz Design Associates */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height: 15px;
	margin: 0px;
	background-color: #999999;
	
}

a { color: #666666; text-decoration: none; font-family:geneva,arial; font-size: 10px;} 
a:link { color: #666666;  } 
a:visited { color: #666666;  } 
a:active { color: #666666;  } 
a:hover { color: #666666; text-decoration: underline; }


#main {
	position:absolute;
	z-index: 1;
	width: 100%;
	height: auto;
	background-color:#CCCCCC;
	background-image:url(../images/home/home_background.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
/*------------------------ header -------------------------------*/

#header {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 60px;
	background-color:#FFFFFF;
}

#header_nav {
	position:absolute;
	bottom: 5px;
	right: 0px;
	margin: 0px 10px 0px 0px;
}

#home_logo {
	position: absolute;
	margin: 12px 0px 0px 10px;
}

#dot_pattern {
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 4px;
	background-image: url(../images/masthead/dot_pattern.png);
	background-repeat: repeat-x;
}


#body {
	width: 300px;
	height: 610px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}


/*------------------------ menu -------------------------------*/



#menulist {
	position: relative;
	width: 248px;
	height: auto;
	margin-left: 27px;
}

/* menu image swap */

#nav_samplelab { height: 116px; width: 248px; background:url(../images/home/nav_samplelab_over.jpg); }
#nav_samplelab a, #nav_samplelab a:link, #nav_samplelab a:visited { display: block; }
#nav_samplelab img { width: 100%; height: 100%; border:0; }
#nav_samplelab a:hover img  { visibility: hidden; }
#nav_business { height: 116px; width: 248px; background:url(../images/home/nav_business_over.jpg); }
#nav_business a, #nav_business a:link, #nav_business a:visited { display: block; }
#nav_business img { width: 100%; height: 100%; border:0; }
#nav_business a:hover img   { visibility: hidden; }
#nav_history { height: 116px; width: 248px; background:url(../images/home/nav_history_over.jpg); }
#nav_history a, #nav_history a:link, #nav_history a:visited { display: block; }
#nav_history img { width: 100%; height: 100%; border:0; }
#nav_history a:hover img    { visibility: hidden; }
#nav_green { height: 116px; width: 248px; background:url(../images/home/nav_green_over.jpg); }
#nav_green a, #nav_green a:link, #nav_green a:visited { display: block; }
#nav_green img { width: 100%; height: 100%; border:0; }
#nav_green a:hover img { visibility: hidden; }



#m1 {	
	position: absolute;
	visibility: hidden;
	margin: -80px 0px 0px 255px;
	background: #679b75;
	padding: 12px 0px 5px 0px;
	border-bottom: outset thin #CCCCCC;
	border-right: inset thin #999999;
	
}

#m1 a {	
	position: relative;
	display: block;
	width: auto;
	height: auto;
	padding: 0px 15px 8px 15px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #679b75;
	color: #FFFFFF;
	font: 11px arial
}

#m1 a:hover {
	text-decoration:underline;
}

#arrow {
	position: absolute;
	margin: -55px 0px 0px -12px;
}

#sample_button a {
	background:url(../images/home/nav_samplelab_up.jpg);
}

#sample_button a:hover {
	background:url(../images/home/nav_samplelab_over.jpg);
}


/*---------------------------------------------------------------*/

