/*********************************************
CSS RESET
*********************************************/
* {
	margin:0;
	padding:0;
	font-family:Arial;
}

/*********************************************
IE6 PNG FIX
*********************************************/
img, div { 
	behavior:url(iepngfix.htc);
	border:none;
}

/*********************************************
LAYOUT STYLES
*********************************************/
body {
	background:#5e808c url(images/bg.gif) repeat-x;
}
#wrapper {
	margin:0 auto;
	width:970px;
}
#wrapper2 {
	float:left;
	width:970px;
	background:url(images/wrapper-bg.jpg) no-repeat;
}
#header {
	float:left;
	display:inline;
	height:190px;
	width:960px;
	margin:0 0 0 10px;
}
#header #nav {
	float:left;
	height:40px;
	width:960px;
	background:url(images/nav-border.gif) no-repeat left;
	overflow:hidden;
}
#header #nav ul {
	float:left;
	display:inline;
	height:40px;
	width:958px;
	margin:0 0 0 2px;
}
#header #nav ul li {
	display:inline;
}
#header #nav ul li a {
	float:left;
	display:block;
	height:32px;
	width:94px;
	padding:0 2px 0 0;
	background:url(images/nav-border.gif) no-repeat right;
	font-size:11px;
	font-weight:bold;
	color:#d5d5d5;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	line-height:40px;
}

#header #nav ul li a.current, #header #nav ul li a:hover {
	background:url(images/nav-hover.gif) no-repeat right;
}
#header #nav ul li a.current {
	color:#fff;
}
#header #header-inner {
	float:left;
	height:150px;
	width:960px;
	overflow:hidden;
}
#header #header-inner #logo {
	float:left;
	height:113px;
	width:720px;
}
#header #header-inner #info {
	float:left;
	height:113px;
	width:230px;
}
#header #header-inner #info p {
	font-size:11px;
	color:#fff;
	line-height:15px;
	text-align:right;
	margin:10px 0 0 0;
}
#header #header-inner #info p.phone {
	font-size:26px;
	font-weight:bold;
	color:#fff;
	letter-spacing:-1px;
	text-align:right;
	margin:12px 0 0 0;
}
#header #header-inner #info p.phone span {
	font-size:11px;
	color:#abbdc3;
	letter-spacing:0;
}
#header #header-inner #headline {
	float:left;
	height:37px;
	width:710px;
}
#header #header-inner #headline h1 {
	font-size:17px;
	color:#fff;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:uppercase;
	text-align:right;
	line-height:20px;
}
#header #header-inner #headline h1 span {
	font-size:22px;
	color:#ffcd33;
	letter-spacing:-1px;
}
#content {
	float:left;
	width:970px;
	background:url(images/content-bg.gif) no-repeat;
}
#content #content-inner {
	float:left;
	display:inline;
	width:720px;
	margin:0 0 0 10px;
	background-color:#fff;
}
#content #content-inner-sub{
	float:left;
	display:inline;
	width:700px;
	min-height:600px;
	margin:0 0 0 10px;
	padding: 10px 10px 10px 10px;
	background: #E7E7E7 url() repeat-x; /*-----images/sub-bg.jpg-------*/
}
#content #content-inner-sub p{
	font-size:14px;
}
#content #content-inner-sub ul{
	font-size:14px;
	margin-left: 20px;
	display: block;
	padding: 0;
}
#content #content-inner-sub ol{
	font-size:14px;
	margin-left: 24px;
	display: block;
	padding: 0;
}

#content #content-inner-sub ol li a{
	float: left;
}

#content #content-inner .buck, #content #content-inner .buck2 {
	float:left;
	height:300px;
	width:240px;
	background:url(images/buck-bg.gif) no-repeat;
}
#content #content-inner .buck2 {
	background:#ebebeb;
	cursor:pointer;
}
#content #content-inner .buck h2, #content #content-inner .buck2 h2 {
	float:left;
	height:40px;
	width:230px;
	padding:0 0 0 10px;
	background:url(images/buck-head-bg.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#848484;
	text-shadow:#ebebeb -1px 1px 0;
	line-height:40px;
	text-transform:uppercase;
}
#content #content-inner .buck a img, #content #content-inner .buck2 a img {
	float:left;
	display:inline;
	margin:10px 0 0 10px;
	padding:0 20px 0 0;
}
#content #content-inner .buck p, #content #content-inner .buck2 p {
	float:left;
	display:inline;
	font-size:12px;
	line-height:16px;
	margin:8px 0 0 10px;
	padding:0 20px 0 0;
}
#contactform{
	float:right;
	width:280px;
	margin:10px 0 0 10px;
	padding-left:20px;
}

#contactform p {
  color:#333333;
}
#contactblock{
	float:left;
	width:700px;
	border-top-style:1px;
	border-top-style: solid;
	border-top-width: 1px; 

}
#cleft{
	float:left;
	width:300px;
	margin-top:10px;
}
#cright{
	float:right;
	width:300px;
	margin-top:10px;
}

#image-block {
	float:right;
	width:260px;
	margin-left:20px;
}

#sidebar {
	float:left;
	height:600px; /*temp*/
	width:240px;
	background:url(images/sidebar-bg.gif) no-repeat;
}
#sidebar #markets {
	float:left;
	height:350px;
	width:220px;
	display:inline;
	margin:40px 0 0 10px;
	background-color:#fff;
}
#footer {
	float:left;
	height:160px;
	width:740px;
	background:url(images/footer-bg.gif) no-repeat;
}
#footer p {
	font-size:11px;
	color:#c5c5c5;
	line-height:15px;
	text-align:center;
	margin:10px 0 0 0;
}
#footer p a {
	color:#c5c5c5;
}
#footer p a:hover {
	color:#8d8d8d;
}

/*********************************************
DEFAULT TEXT STYLES
*********************************************/
h1, h2, h3, h4, h5 {

}
p {

}
a {

}

/*********************************************
JS IMAGE MENU STYLES
*********************************************/
#imageMenu {
	position: relative;
	height: 350px;
	width: 220px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 350px;
	width: 220px;
	padding: 0;
	}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	background:#FFFFFF none repeat scroll 0%;
	border-top: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:220px;
	height:49px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 0 5px;
	line-height:24px;
	text-shadow:#4d4d4d -1px 1px 0;
	text-decoration:none;
}
#imageMenu ul li.energy a {
	background: url(images/energy.jpg) no-repeat scroll 0%;
}
#imageMenu ul li.medical a {
	background: url(images/medical.jpg) repeat scroll 0%;
}
#imageMenu ul li.auto a {
	background: url(images/auto.jpg) repeat scroll 0%;
}
#imageMenu ul li.conagra a {
	background: url(images/waredist.jpg) repeat scroll 0%;
	line-height:14px;
	padding:4px 0 0 5px;
	height:45px;
}
#imageMenu ul li.aerospace a {
	background: url(images/aerospace.jpg) repeat scroll 0%;
}
#imageMenu ul li.military a {
	background: url(images/military.jpg) repeat scroll 0%;
}
#imageMenu ul li.mass a {
	background: url(images/mfg_and_assy.jpg) repeat scroll 0%;
	line-height:14px;
	padding:4px 0 0 5px;
	height:45px;
}


/*********************************************
UTILITY
*********************************************/
.clear {
	clear:both;
}