/* CSS Document */

body{
	background-image: url('images/bg_pg_blue.gif');
	background-repeat: repeat;
	background-color: #224466;
}

#holder {
	border-left:1px solid #135;
	border-right:1px solid #135;
	border-top:0px solid #369;
	border-bottom:0px solid #eee;
	background:#FFF url('images/bg_blue_title.gif') repeat-x top;
	color:#333;
}

#companyname {
	color:#3163ef;
	background-color:transparent;
}

#qs9000 {
	color:#666;
	background-color:transparent;
}

#header {
    background:#FFF url('images/bg-nav.gif') repeat-x bottom;
}

#header a {
	background:url('images/left_both.gif') no-repeat left top;
	border-bottom:1px solid #765;
}

#header a span {
    background:url('images/right_both.gif') no-repeat right top;
    color:#333;
}

#header > ul a span {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */

#header a:hover span {
      color:#333;
      }

#home #homenav a span, #products #productsnav a span,
#profile #profilenav a span, #forging #forgingnav a span,
#contact #contactnav a span, #machining #machnav a span,
#quality #qualitynav a span {
      color:#369;
}

#navcontainer {
	background: #fff;
}


ul#navlist li a {
	border-width: 1px;
	border-color: #eee #aaab9c #ccc #eee;
	border-style: solid;
	color: #eee;
	text-decoration: none;
	background: #4482c1;
}

ul#navlist li#active a {
	background: #eee;
	color: #323276;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #FF6633;
	background: #eee;
	border-color: #aaab9c #fff #fff #ccc;
}

ul#navlist li a:visited, ul#navlist li#active a:visited {
	color: #763254;
}

#content h1 {
	color: #323276;
	background-color : transparent;
}

#content h2 {
	color: #4573a1;
	background-color : transparent;
}

#content p{
	color: #333;
	background-color : transparent;
}

#content li{
	color: #333;
	background-color : transparent;
}

#content a, #footer a {
	color: #002EB8;
}

#content a:hover, #footer a:hover {
	color: #FF6633;
}

#content a:visited, #footer a:visited {
	color: #763254;
}

dd, dt{
	color: #333;
	background-color : transparent;
}

#footer {
	background:#6591BD url('images/bg_footer_blue.gif') repeat-x top;
	border: 1px solid #333;
}

.address {
	color: #333;
	background-color : transparent;
}

.pic {
	border: 2px solid #CCC;
}

.qs {
	color: #333;
	background-color : transparent;
}	

.copyright {
	color: #333;
	background-color : transparent;
}

#philosophy {
	border: 1px solid #6591BD;
	background: #eee;
}