﻿/* CSS Document */
body 
{
	background-color: #948671;
}

#topLogo 
{
	background-image: url(../images/industries_top.gif);
	background-repeat: no-repeat;
}

#pgHeader {
	width: 160px;
	height: 40px;
	line-height: 18px;
	float: right;
	padding-right: 15px;
	margin-top: 37px;
	text-align: right;
}

#flash_cogs {
	margin-top: 20px;
	left: -100px;
	top: -150px;
}

#inside_footer {
	background-image: url(../images/industries_bottom.gif);
	background-repeat: no-repeat;
}

#column_right {
	width: 280px;
	text-align: left;
}

#column_left {
	width: 300px;
	background-image: url(../images/white_bg_ind.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#pgContent 
{
	background-image: url(../images/white_bg_ind.gif);
	background-repeat: repeat-y;
}

.industry 
{
	margin-bottom: 20px; 
	position: relative;
}

.industry img { position: absolute; }

.industry div, 
.industry h1, .industry h2, .industry h3,
.industry h4, .industry h5, .industry h6 
{ 
	padding-left: 100px; 
	background-color: #FFFFFF;
}
