@import url("reset.css");
@import url("forms.css");

body {
	font-family: Myriad, Arial, Sans-serif;
	font-size: .75em;
	color: #000000;
	background: #E7E7E9;
	line-height: 1.35em;
}
#container {
	margin: 0 auto;
	width: 935px;
	position: relative;
	background: url('../images/bg.jpg') top center repeat-y;
}
#aboutcontainer {
	margin: 0 auto;
	width: 935px;
	position: relative;
	background: url('../images/bgwhite.jpg') top center repeat-y;
}
#furniturecontainer {
	margin: 0 auto;
	width: 935px;
	position: relative;
	background: url('../images/bgsmallbluewhite.jpg') top center repeat-y;
}
#printingcontainer {
	margin: 0 auto;
	width: 935px;
	position: relative;
	background: url('../images/bgbigbluewhite.jpg') top center repeat-y;
}
#shreddingcontainer {
	margin: 0 auto;
	width: 935px;
	position: relative;
	background: url('../images/bgmedbluewhite.jpg') top center repeat-y;
}
#abouttext {
	position: absolute;
	z-index: 2;
	display: block;
	width: 452px;
	height: 220px;
	top: 207px;
	left: 60px;
	font-size: 1em;
	line-height: 1.25em;
	overflow: hidden;
}
#abouttext p {
	padding-top: 3px;
	padding-bottom: 3px;
}
#furnituretext {
	position: absolute;
	z-index: 2;
	display: block;
	width: 367px;
	height: 156px;
	top: 62px;
	left: 503px;
	font-size: 1em;
	line-height: 1.25em;
	overflow: hidden;
}
#shreddingtext {
	position: absolute;
	z-index: 2;
	display: block;
	width: 552px;
	height: 550px;
	top: 302px;
	left: 280px;
	font-size: 1em;
	line-height: 1.5em;
	overflow: hidden;
}
#printingtext {
	position: absolute;
	z-index: 3;
	display: block;
	width: 518px;
	height: 94px;
	top: 77px;
	left: 337px;
	font-size: 1em;
	line-height: 1.25em;
	overflow: hidden;
}
#supplytext {
	position: absolute;
	z-index: 2;
	display: block;
	width: 595px;
	height: 550px;
	top: 375px;
	left: 250px;
	font-size: 1em;
	line-height: 1.6em;
	overflow: hidden;
}
#header {
	position: relative;
	display: block;
	height: 128px;
	width: 935px;
	background: url('../images/header.jpg');
}
#subheader {
	position: relative;
	display: block;
	height: 213px;
	width: 935px;
	background: url('../images/subheader.jpg');
}
#supplylink {
	position: absolute;
	display: block;
	left: 705px;
	top: 30px;
	z-index:4;
}
#loginform {
	position: absolute;
	display: block;
	height: 200px;
	width: 860px;
	top: 95px;
	left: 82px;
}
#printingloginform {
	position: absolute;
	display: block;
	height: 155px;
	width: 224px;
	top: 65px;
	text-align:center;
}
#contentarea {
	position: relative;
	display: block;
	width: 935px;
	background: url('../images/divider.jpg') top center no-repeat;
	padding-bottom: 0px;
}
#contenthome {
	position: relative;
	display: block;
	min-height: 150px;
	padding: 50px 44px;
}
#content {
	position: relative;
	display: block;
	min-height: 150px;
	padding: 40px 54px;
}
#contentwbox {
	position: relative;
	display: block;
	width: 846px;
	
	top: 28px;
	left: 44px;
	padding-bottom: 63px;
}
#contentwboxprinting {
	position: relative;
	display: block;
	width: 587px;
	float: right;
	top: 28px;
	right: 45px;
	padding-bottom: 63px;
}
#furniturelinks {
	position: absolute;
	top: 20px;
	left: 38px;
	line-height: 2.3em;
	z-index:2;
	font-weight: bold;
}
#shreddingleft {
	position: absolute;
	top: 20px;
	left: 40px;
	line-height: 1.3em;
	z-index:2;
	width: 165px;
}
#printingblocks {
	position: relative;
	float:left;
	top: 15px;
	left: 36px;
	z-index:2;
}
#printingblocks p {
	margin-bottom: 13px;
	margin-top:3px;
	padding:0px;
}
#insidetitlebar {
	display:block;
	position:relative;
	height: 23px;
	width: 846px;
	background: url('../images/titlebar.jpg') center top no-repeat;
}
#insidetitlebar .titletext {
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
#insidewhite {
	background: url('../images/insidebgwhite.jpg') center top repeat-y;
	border-bottom: 1px solid #000;
	padding: 23px 25px;
	text-align: right;
}
#insideblue {
	background: url('../images/insidebgblue.jpg') center top repeat-y;
	border-bottom: 1px solid #000;
	padding: 23px 25px;
}
#nav {
	display: block;
	position: absolute;
	width: 892px;
	top: 108px;
	left: 18px;
	height: 16px;
	text-align: right;
	font-weight: bold;
	font-size: 1.05em;
}
#nav a {
	padding: 0px 10px;
	border-left: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a.first {
	border-left: 0px;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #D0171D;
	text-decoration: none;
}
#buttons {
	position: absolute;
	display: block;
	height: 288px;
	width: 860px;
	top: 20px;
	left: 41px;
}
#buttons li {
	float: left;
}
#buttons span {
	display: none;
}
#buttons a {
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
}
#buttons a:hover {
	background-position: bottom center;
}
#furniture {
	background-image: url(../images/furniture.jpg);
	width: 215px;
	height: 288px;
}
#printing {
	background-image: url(../images/printing.jpg);
	width: 215px;
	height: 288px;
}
#shredding {
	background-image: url(../images/shredding.jpg);
	width: 215px;
	height: 288px;
}
#officesupplies {
	background-image: url(../images/office-supply.jpg);
	width: 215px;
	height: 288px;
}
#footer {
	position: relative;
	
	height: 108px;
	width: 935px;
	background: url('../images/footer.jpg');
}
#twofish {
	position: absolute;
	display: block;
	height: 20px;
	width: 53px;
	top: 87px;
	left: 47px;
}
#copytext {
	position: absolute;
	text-align: right;
	display: block;
	height: 20px;
	width: 450px;
	top: 87px;
	right: 47px;
	font-size: .8em;
}
#footertext {
	display: block;
	position: absolute;
	width: 892px;
	top: 20px;
	left: 20px;
	height: 16px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ED1B24;
	text-decoration: underline;
}
a.learn {
	color: #000000;
	text-decoration: none;
}
a.learn:visited {
	color: #000000;
	text-decoration: none;
}
a.learn:hover {
	color: #ED1B24;
	text-decoration: underline;
}
a.download {
	color: #ED1B24;
	text-decoration: none;
	font-size:1.2em;
	font-weight:bold;
}
a.download:visited {
	color: #ED1B24;
	text-decoration: none;
}
a.download:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a,a:visited {
	color: #fff;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ED1B24;
}
.big {
	font-size: 1.2em;
}
.bigger {
	font-size: 1.3em;
}
.italics {
	font-style: italic;
}
h1 {
	font-family:Myriad, Arial, San-serif;
	color: #7C6A54;
	font-weight: bold;
	font-size: 1.05em;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 7px;
	border-bottom: 2px #E1DAD2 dotted;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}	