/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background: #c0c0c0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
	h1{
		font-size: 95%;
		color: #2f0c81;
		margin: 2px 0 10px 0;
	}
	h2{
		font-size: 85%;
		color: #666769;
		margin: 2px 0 10px 0;
	}
	h3{
		font-size: 85%;
		color: #2f0c81;
		margin: 2px 0 10px 0;
	}
#container{
	margin: 4px auto 0 auto;
	width: 980px;
	border: 1px solid #2f0c81;
	text-align: left;
	background:   url("../images/air-duct.jpg");
	background-repeat: repeat-y;
	}
	
#banner{
	float: left;
	width: 960px;
	height: 125px;
	padding-left: 20px;
}

#graphic{
	float: left;
	clear: left;
	width: 980px;
	height: 150px;
}	

#content{
	float: left;
	width: 712px;
	min-height: 325px;
	background: #ffffff;
	padding: 10px 20px 10px 20px;
}
#content:after { content: ""; display: block; height: 0; clear: both; }

#content p{
	font-size: 70%;
	color: #57585a;
}
#content p.red{
	color: Red;
}
#content p a{
	color: #57585a;
}
#content li.simple{
list-style-type: none;
font-size: 70%;
color: #2f0c81
}
#content li.bullet{
list-style: disc;
font-size: 70%;
color: #2f0c81
}
#content li.bullet a{
color: #2f0c81;
text-decoration: none;
}

#menu{
	float: left;
	width: 228px;
}

#footer{
	clear: both;
	height: 30px;
	width: 980px;
	background: #6e6e6e;
}

.telephone{
	color: #c0c0c0;
	margin-top: 5px;
	font-weight: bold;
	font-size: 80%;
}
.telephone a{
	color: #c0c0c0;
	text-decoration: none;
}

#menu ul{
margin:0px;
padding: 0px 0 10px 0;
}

/*#menu li.norm{
list-style-type: none;
margin: 15px 0 0 5px;
}

#menu li.norm a{
	color: #b2b5b8;
	text-decoration: none;
	font-size: 80%;
	padding-left: 25px; 
	background: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 0 0 -35px;
}
#menu li.norm a:hover{
list-style-type: none;
background: url(../images/bullet-over.jpg);
background-repeat: no-repeat;
color: #ffffff;
}*/
#menu li{
list-style-type: none;
margin: 15px 0 0 5px;
}

#menu li a{
	color: #b2b5b8;
	text-decoration: none;
	font-size: 75%;
	padding-left: 25px; 
	display: block;
	background: url(../images/bullet-small.jpg);
	background-repeat: no-repeat;
	background-position: 1% 100%;
}
#menu li a:hover{
list-style-type: none;
color: #ffffff;
background: url(../images/bullet-over.jpg);
background-repeat: no-repeat;
}
#menu li.product{
list-style-type: none;
margin: 10px 0 0 20px;
}

#menu li a.product{
	color: #b2b5b8;
	text-decoration: none;
	font-size: 75%;
	padding-left: 35px; 
	display: block;
	background: url(../images/bullet-small.jpg);
	background-repeat: no-repeat;
	background-position:  1% 100%;
}
#menu li.product a:hover{
list-style-type: none;
color: #ffffff;
background: url(../images/bullet-over.jpg);
background-repeat: no-repeat;
}

#footer ul{
margin:0px 0 0 50px;
padding: 5px 0 0 0px;
}

#footer li{
list-style-type: none;
display: inline;
}

#footer li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 70%;
	border-left: solid 1px #ffffff;
	padding: 0px 5px 0px 7px;
}
#footer li a:hover{
text-decoration: underline;
}

#right{
	float: right;
	display: block;
	width:350px;
}

label{
width: 5.5em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}

input.submit{
margin-left: 6em;
background-color: #2F0C82;
color: #ffffff;
width: 9em;
}
input{
color: #57585a;
border: 1px solid #2F0C82;
width: 19em;
}
textarea{
color: #57585a;
border: 1px solid #2F0C82;
}

legend{
	font-size: 85%;
		color: #666769;
}

table {
font-size:70%;
color:#2F0C82;
}