@charset "utf-8";
/* CSS Document */
body {
background:url(images/backdrop.jpg) center repeat-y;
margin: 0;
}
#container{
background:url(images/shadow.png) center repeat-y;
}
#wrapper{
width:726px;
margin: 0 auto;
border: solid black 1px;
position:relative;
}
#head {
height: 75px;
background:url(images/header-backdrop.jpg)
}
#banner{
width: 575px;
}
#quick-nav {
background:#999999;
width: 151px;
height: 236px;
float:right;
}
#quick-nav ul {
margin: 0;
padding: 0;
}
#quick-nav  li {
width: 145px;
height:78px;
background:url(images/quick-nav-link.jpg);
margin: 0;
padding:0;
list-style-type:none;
}
	#quick-nav li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
		}
				#quick-nav li a:hover {
				background:url(images/quick-nav-hover.jpg) no-repeat;
				color: black;
				height:145px;
				}	
#nav {
background:#333333;
width: 726px;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
	#nav ul{
	margin:0;
	padding:0;
	}
		#nav ul li {
		list-style-type:none;
		display:inline;
		padding: 5px;
		}
			#nav ul li a {
			color:#FFFFFF;
			font-family:Arial, Helvetica, sans-serif;
			text-decoration:none;
			}
				#nav ul li a:hover {
				color:#CCCCCC;
				}
#content {
background: white;
position:relative;
width: auto;
padding: 15px;
display:block;
font-family:Arial, Helvetica, sans-serif;
}
#content p {
padding: 0;
line-height: 22px;
}
#footer{
background:#333333;
width:100%;
color:#FFFFFF;
}
div.materials ul {
padding-left: 50px;
padding-right: 50px;
margin:0 auto;
}
	div.materials ul li {
	list-style-type:none;
	margin-bottom: 15px;
	font-size:12px;
	}
		div.materials ul li a img {
		border: none;
		}
 #content div.products img  {
padding-left: 10px;
padding-right: 10px;
}
#content div.equipment img {
padding-left: 5px;
padding-right:5px;
border: none;
}
div.contact p {
padding-top: 25px;
line-height: normal;
}
/*FORM STYLE*/
#form ul{
list-style:none;
margin-top:5px;}
#form ul li{
display:block;
float:left;
width:100%;
height:1%;}
#form ul li label{
float:left;
padding:7px;
}
#form ul li input, ul li textarea{
float:right;
margin-right:10px;
border:1px solid #ccc;
padding:3px;
font-family: Georgia, Times New Roman, Times, serif;
width:60%;}
#form li input:focus, li textarea:focus{
border:1px solid #666; }
#form fieldset{
padding:10px;
border:1px solid #ccc;
width:400px;
overflow:auto;
margin:10px;}
#form legend{
color:#444;
margin:0 10px 0 0;
padding:0 5px;
font-size:100%; }
#form label span{
color:#f00;  }
#form fieldset input#Reset, fieldset input#Submit{
background:#E5E5E5;
color: #f00;
border:1px solid #ccc;
padding:5px;}
/*classes*/
.left {
float:left;
}
.center {
text-align:center
}
.right {
float:right;
}
.bold {
font-weight:bold;
}
.listhead {
list-style-type:none;
font-weight:bold;
color:#990000;
}
.liststyle {
list-style-type:disc;
}
.clear {
clear:both;
}
.materials {
width: 575px;
margin: 0 auto;
}
.equipment {
font-size:14px;
list-style-type: none;
}
.color {
color:#990000;
font-weight:bold;
}