/* CSS Document */
body{
	margin: 30px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../../images/body-bg.jpg) repeat-x #520000;
}
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:  750px;
	margin: 0 auto;
}
/* Header ---------------------- */
#header{
	width:  750px;
}
#header h1{
	height: 60px;
	margin: 0;
	text-indent: -9999px;
	background: url(../../images/header.jpg) no-repeat;
}
#print-header {
	display: none;
}

/* Navigation ------------------ */
#nav{
	width: 750px;
	float: left;
	margin: 0;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li{
	float: left;
}
#nav ul li a{
	display: block;
	text-indent: -9999px;
	height: 22px;
	margin: 4px 3px;
}
#nav li a#nav-about{background: url(../../images/nav-about.jpg) no-repeat top left; width: 92px;}
#nav li a#nav-about{background: url(../../images/nav-about.jpg) no-repeat top left; width: 92px;}
#nav li a#nav-storage{background: url(../../images/nav-storage.jpg) no-repeat top left; width: 101px;}
#nav li a#nav-climate{background: url(../../images/nav-climate.jpg) no-repeat top left; width: 120px;}
#nav li a#nav-shredding{background: url(../../images/nav-shredding.jpg) no-repeat top left; width: 103px;}
#nav li a#nav-online{background: url(../../images/nav-online.jpg) no-repeat top left; width: 75px;}
#nav li a#nav-quote{background: url(../../images/nav-quote.jpg) no-repeat top left; width: 66px;}
#nav li a#nav-contact{background: url(../../images/nav-contact.jpg) no-repeat top left; width: 60px;}
#nav li a#nav-links{background: url(../../images/nav-links.jpg) no-repeat top left; width: 33px;}
#nav li a#nav-home{background: url(../../images/nav-home.jpg) no-repeat top left; width: 37px;}

#nav ul li a#nav-about:hover,
#nav ul li a#nav-storage:hover,
#nav ul li a#nav-climate:hover,
#nav ul li a#nav-shredding:hover,
#nav ul li a#nav-online:hover,
#nav ul li a#nav-quote:hover,
#nav ul li a#nav-contact:hover,
#nav ul li a#nav-links:hover,
#nav ul li a#nav-home:hover{
	background-position: 0px -22px;
}

/* Contents -------------------- */
#content{
	clear: left;
	float: left;
	width: 690px;
	margin: 0;
	padding: 15px 30px;
	background-color: #FFFACC;
}
#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;
	background-color: #FFFACC;
}