* { margin:0px; padding:0px; }
img {border:0}

body {
	background:#000;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	font-size:12px;
	font-family: Arial;
	color: #fff;
	margin-bottom: 2em;
}

a { color: #fff; text-decoration: none; }
a:hover{ color: #E86322; text-decoration: underline; }

.site {
	margin:0 auto;
	width:946px; 
	overflow:hidden;
}

.header {
	width: 100%;
	position: relative;
	height: 122px;
	z-index: 99;
}

.logo {
	position: absolute;
	bottom: 1em;
	left: 2em;
}

/* nav start */
.nav {
	left: 26em;
	position: absolute;
	bottom: 0px;
}
	/*.nav a { font-size: 0.96em; font-weight: none; color: #fff; text-decoration: none; margin-right: 1em;}
	.nav a:hover{ color: #000; }*/
	
	.nav ul{ list-style-type:none; padding:0; margin:0; }
	/* make the top level links horizontal and position relative so that we can position the sub level */
	.nav li{ float:left; position:relative; z-index:100; }
	/* style the links hover */
	.nav ul ul li :hover{
	color:#7f7f81;
	background-image: url(images/left.png);
	background-position: right center;
	background-repeat: no-repeat;
	/*background:#d4d8bd;-->*/
	}

	/* hide the sub level links */
	.nav ul ul { background-image: url(images/dropdown.png); background-repeat: repeat-x; visibility:hidden; position:absolute; width:200px; }

	/* make the sub level visible on hover list or link */
	.nav ul li:hover ul, .nav ul a:hover ul{ visibility:visible; }

	.nav a, .nav :visited {
	display:block;
	font-size:11px;
	padding:7px 1em;
	color:#fff;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	}
	.nav :hover {
		color: #E86322;
	}

	.nav ul li ul li a, .nav  ul li ul li :visited {
	text-align: left;
	width: 129px;
	}
	
	.nav ul li ul li {
		padding: 5px 2em 3px;
		border-top: 1px solid #7f7f81;
	}
	
/* nav end */

.main {
	border-top: 1px solid #7f7f81;
	padding-top: 2px;
	clear: both;
}
.slideshow {
	width: 946px;
	height: 356px;
    padding:0;
    border:0;
    position:relative;
    display:none;           /* Set to "none" for not preview slideshow content */
	float: left
}

.footer {
	font-size: 10px;
}

#msg, #news, #brochure {
	width: 314px;
	height: 200px;
	float: left;
	margin-top: 2px;
	font-size: 12px;
}

#msg { background: #3b3b3b; }
	#msg p { margin-bottom: 12px; }
#news { background: #636363; margin-right: 2px; margin-left: 2px;}
	#news ul { list-style: url(images/right.jpg); padding-left: 18px; height: 130px; }
	#news ul li { margin-bottom: 8px; }
#brochure { background: #969696; }
	#brochure img { margin-left: 20px; }

.boxes {
	padding: 12px;
	overflow: hidden;
}

div.list {
	margin-top: 1em;
	width: 395px;
	height: 150px;
	float: left;
	clear: left;
}
	.list a { background-image: url(images/c_boxA.jpg); background-repeat: no-repeat; float: left; width: 172px; height:22px; margin: 0 2px 3px; padding: 5px 0 0 11px; }
	.list a:hover { background-image: url(images/c_boxB.jpg); background-repeat: no-repeat; }

.quick_contact {
	float: left;
	margin-top: 1em;
	background-image: url(images/qc_box.jpg);
	background-repeat: no-repeat;
	width: 550px;
	height: 146px;
}

.contact_l {
	float: left;
	padding: 6px 10px;
	width: 180px;
}

.contact {
	float: left;
	padding: 16px 10px;
	font-size: 10px;
	width: 330px;
}
	.contact input.text {
		width: 200px;
	}
	.contact input.submit {
		background:#ededed;
		border:1px solid #d2d2d2;
		padding:0px 4px 1px;
		font-size:10px;
		color:#565656;
		}
		.contact textarea.text2, .contact input.text {
			color: #636363;
			font-size: 10px;
			font-family: Arial;
		}
		
.content {
	color: #737373;
	padding: 3em 1em 1em 1em;
	float: left;
	line-height: 24px;
	width: 920px;
}
	.content strong, .content a {
		color: #e86322;
		font-weight: bold;
	}
	.content p {
		margin-bottom: 2em;
	}
	
table.composite ul{
	list-style: url(images/right2.jpg);
	width: 410px;
	margin-left: 4em;
}

table.pods {
	text-align: right;
	margin-left: 6em;
}
	table.pods img {
		padding: 0 0 2em 2em;
	}
	table.prods img {
		padding: 0 0 2em 2em;
	}
	
table.contactus {
	line-height: 16px;
}

#manufacture {
	list-style: none;
	margin-left: 4em;
}

ul.careerLogos {}
ul.careerLogos li { display: inline; margin: 13px; }