body
{
	margin: 0;
	padding: 0;
	background-image: url(/images/bg-body.jpg);
	background-color: #060606;
	font-family: Tahoma, Geneva, Arial, Helvetica, Sans-serif;
	color: #333333;
	background-position: center;
}

.home #page-title,
.about #page-title,
.products #page-title,
.engineering #page-title,
.services #page-title,
.literature #page-title,
.quality #page-title,
.contact #page-title
{
	height: 163px;
	width: 305px;}
.home #page-title
{
	background-image: url(/images/header-home.jpg);
}
.home #content p
{
	font-size: 16px;
}

.about #page-title
{
	background-image: url(/images/header-about.jpg);
}
.products #page-title
{
	background-image: url(/images/header-products.jpg);
}
.engineering #page-title
{
	background-image: url(/images/header-engineering.jpg);
}
.services #page-title
{
	background-image: url(/images/header-services.jpg);
}
.literature #page-title
{
	background-image: url(/images/header-literature.jpg);
}
.quality #page-title
{
	background-image: url(/images/header-quality.jpg);
}
.contact #page-title
{
	background-image: url(/images/header-contact.jpg);
}
#wrap
{
	width: 960px;
	margin: 0 auto;
	overflow: visible;
}
#main
{
	background-color: #FFFFFF;
	background-image: url(/images/bg-main.gif);
	width: 960px;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

#sidebar
{
	float: left;
	width: 280px;
	padding: 10px;
	position: relative;
	font-size: 12px;
	height: 100%;
}
#contact-info
{
	background-color: #666666;
	clear: both;
	color: #CCCCCC;
	padding: 5px 25px;
	overflow: auto;
	font-size: 12px;
	background-image: url(/images/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 910px;
}

#contact-info a
{
	color: #CCCCCC;
}
#contact-info p
{
	padding: 0px;
	margin: 0px;
}
.c1-2
{
	width: 50%;
	float: left;
}
.c2-2
{
	width: 50%;
	float: left;
	text-align: right;
}





#content
{
	float: right;
	width: 620px;
	padding: 20px;
	line-height: 2em;
	font-size: 14px;
}
.duraflex
{
	color: #9D1000;
	font-weight: bold;
	position: absolute bottom;
}
.float-left 
{
	float: left;
	padding-right: 15px;
}
.float-right 
{
	float: right;
	padding-left: 15px;
}



#footer
{
	clear: both;
	overflow: inherit; /*to clear the floats*/
	float: left;
	width: 950px;
	background-color: #4D0600;
	color: #CCCCCC;
	padding: 5px;
	margin: 0px;
	line-height: 1em;
	text-align: center;
	font-size: 12px;

}
.text-no-padding
{
	padding: 0px;
	margin: 0px;
}
.services  #services-chart  li   
{
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 8px;
}



#footer p
{
	padding: 0px;
	margin: 0px;
}

.products #wrap #main #content h3
{
	padding: 0;
	line-height:1.3em;
	margin-bottom: 0px;
}

.products #wrap #main #content td
{
	line-height: 1em;
	padding: 3px 0px;
	font-size: 14px;
}
.products .product-pdf{
	color: #900;
	font-size: 12px;
	margin-left: 5px;
}
.products .product-pdf:after {
	content:" PDF";
	font-size: 11px;
}
.services .product-pdf:after {
	content:" PDF";
	font-size: 11px;
}.services .product-pdf {
	color: #900;
	font-size: 12px;
}
.center {
	text-align: center;
}
