/* CSS for Crane & Co. - Cranepaper.com */
/* by Warkulwiz Design Associates */

/*-----------------------------------------------------------------------*/

body {
	margin: 0px;
	background-color: #999999;
}

a { color: #666666; text-decoration: none; font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 10px;} 
a:link { color: #666666; text-decoration: none; } 
a:visited { color: #666666; text-decoration: none; } 
a:active { color: #666666; text-decoration: none; } 
a:hover { color: #666666; text-decoration: underline; }

#main {
	position:absolute;
	z-index: 1;
	width: 100%;
	height: auto;
	background-color:#CCCCCC;
	background-image:url(../images/history/background_pattern.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;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 15px;
}

#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 content -------------------------------*/

#body {
	position: relative;
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 15px;
	margin: 0px;
}

#body_copy {
	width: auto;
	height: 506px;
	color:#666666;
	padding: 0px 30px 0px 30px;
}

#left_side {
	background-image: url(../images/collection/background_left.jpg);
	padding: 130px 0px 0px 0px;
}

#right_side {
	width: 311px;
	height: auto;
	background-image: url(../images/collection/background_right.jpg);
	padding: 120px 0px 0px 0px;
}

#image_right {
	height: auto;
	position: relative;
	overflow: visible;
}

#pageheader {
	margin: 20px 0px 20px 0px;
}

.subheader {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #a32323;
}

#callout {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #004281;
	margin: 125px 0px 0px 90px;
	width: 210px;
	height: auto;
}

/*------------------------- page navigation -------------------------------*/

#page_nav {
	position: relative;
	bottom: 15px;
}

#prev_btn {
	float: left;
	margin-left: 20px;
}

#cont_btn {
	float: right;
	margin-right: 20px;
}

/*
#sidebar_nav {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	width: 210px;
	height: auto;
}
*/



#nav_back {
	position: relative;
	z-index: 3;
	right: 0px;
}

/*------------------------ menu -------------------------------*/


#menulist { 
	position: relative;
	right: 0px;
	width: 233px;
	height: auto;
	
}


.nav_active {
	width: 207px;
	height: 19px;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 0px 0px;
	background: url(../images/collection/nav_back.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 30px;
}

.nav_inactive {
	width: 207px;
	height: 19px;
	margin: 0px 0px 10px 0px;
	color: #679b75;
	font-size: 30px;
}

.bullet {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

.nav_activelink {
	margin: 0px 15px 0px 0px;
	vertical-align: top;
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 14px;
	color: #FFFFFF;
}

.nav_inactivelink {
	margin: 0px 15px 0px 0px;
	vertical-align: top;
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 14px;
	color: #679b75;
}

/*---------------------------------------------------------------*/




