/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
p{
	margin: 0px;
	margin-bottom: 1em;
}
h2{
	font-size: large;
	color: #520000;
	margin: .5em 0;
}
a{
	color: #520000;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
img {
	border: 0;
	outline: none;
}

/* Container ------------------- */
#container{
	width:  600px;
}
/* Header ---------------------- */
#header {
	width:  600px;
}
#header h1, #nav {
	display: none;
}

#print-header {
	display: block;
}

/* Contents -------------------- */
#content{
	clear: left;
	float: left;
	margin: 0;
}
#content #slogan{
	color: #520000;
	font-size: 14px;
	font-weight: bold;
}
#content h1{
	height: 32px;
	margin: 5px 0 15px 0;
	padding: 0;
	font-size: 20px;
	text-indent: -9999px;
}
#content h1#header-welcome{background: url(../../images/header-welcome.jpg) no-repeat; width: 448px;}
#content h1#header-about{background: url(../../images/header-about.jpg) no-repeat; width: 256px;}
#content h1#header-storage{background: url(../../images/header-storage.jpg) no-repeat; width: 252px;}
#content h1#header-climate{background: url(../../images/header-climate.jpg) no-repeat; width: 300px;}
#content h1#header-shredding{background: url(../../images/header-shredding.jpg) no-repeat; width: 258px;}
#content h1#header-online{background: url(../../images/header-online.jpg) no-repeat; width: 210px;}
#content h1#header-quote{background: url(../../images/header-quote.jpg) no-repeat; width: 193px;}
#content h1#header-links{background: url(../../images/header-links.jpg) no-repeat; width: 134px;}
#content h1#header-contact{background: url(../../images/header-contact.jpg) no-repeat; width: 183px;}

.img-left{
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #F2EBAA;
}
.img-right{
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #F2EBAA;
	
}
.clear{
	clear: both;
}

/* Form ------------------------ */
.frm {
	width: 100%;
}
.frm th {
	width: 250px;
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
}
.frm th, .frm td {
	padding: 3px;
	border-bottom: 2px solid #FFFACC;

}
fieldset{
	width: 95%;
	margin: 10px 0px;
	padding: 20px 10px;
	border: 1px solid #E5DD95;
}
legend{
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #520000;
}

#submit{
	margin-left: 265px;
}
.required{
	color: #990000;
}
.font-smaller{
	font-size: 10px;
}
.error {
	background-color: #520000;
	color: #fff;
}

/* Footer ---------------------- */
#footer{
	clear: both;
	width: 690px;
	margin: 0px;
	padding: 10px 30px;
	text-align: center;
}