/* CSS Document */


#stationery-banner {
	border: 1px solid #666;
	margin-bottom: 15px;
}

#stationery-thumbbox {
	background-color:#262626;
	background-image:url(../images/stationery/stationery-background.jpg);
	width:700px;
	border: 1px solid #666;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px 10px 10px 10px;
	color:#999;
}
#stationery-thumbbox a {
	color: #697D15;

}
#stationery-thumbbox a:hover {
	color:#888;

}
.stationerytextbox {
	background-color:white;
	border: 1px solid #666;
	text-align:justify;
}
#stationerytoptext {
	width: 455px;
	height: 150px;
	margin-right: 15px;
	padding: 15px;	
	overflow:auto;
	
}
#stationerytopsample {
	width: 215px;
	height: 180px;
	float:right;
	overflow:hidden;

}
#stationerytopsample:hover {
	border: 1px solid #D9E0A7;
}
.title {
	text-transform:uppercase;
	font-weight: bold;	
	}