<?php
  header('Content-type: text/css');
  ob_start("compress");
  function compress($buffer){
    // remove comments
    $buffer = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $buffer);
    // remove tabs, spaces, newlines, etc.
    $buffer = str_replace(array("\r\n", "\r", "\n", "\t", '  ', '    ', '    '), '', $buffer);
    return $buffer;
  }
?>

@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 100%;
}

.container {
	width: 1092px;
	margin: 0 auto; /* the auto margins (in conjunction with the width) centers the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.header {
	padding: 0;
	margin: 0;
	background: url(../images/headerCap.jpg) no-repeat;
	height: 204px;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
}

.header span {    /* very top nav  */
	float: right;
	margin: 35px 100px 0 0;
	padding: 0;
}

.header span a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0;
	text-decoration: none;
}

.header span a:hover {
	color: #221b83;
}

.headerLogo img {  /* top logo img  */
	float: right;
	margin: 110px -455px 0 0;
	padding: 0;
	display: block;
	visibility: hidden;
}

.header p {			/* top nav  */
	margin: -11px 0 0 0px;
}

.header p a {
	color: #221b83;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	background: url(../images/navArrowHolder.gif) no-repeat;	
	padding: 5px 0 5px 30px;
	margin: 0;
}

.header p a:hover {
	color: #221b83;
	font-weight:bold;
	background: url(../images/navArrowFast.gif) no-repeat;
}

.mainContent {
	padding: 0;
	margin: 0;
	background: url(../images/bodyBg.jpg) repeat-y;
	display: block;
	text-align: center;
}

.mainContent .topPageNav {
	margin: 0 85px;
	padding: 0;
	color: #221b83; 
	background: url(../images/pageNavImgHolder.jpg) repeat-x;
	height: 35px; /* 100px */
}

.mainContent .topPageNav a {
	color: #221b83; 				
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 5px 5px 7px 5px;
	line-height: 1.5em;
}

.mainContent .topPageNav a:hover {
	color: #FFFFFF;
	background-color: #676799; 			
} 

.mainContent p, .mainContent h1, .mainContent h2 {
	margin: 0 75px;
	text-align: left;
}


/*  main content items    */

#prod_main {
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 900px;
	height: 100%;
	margin: 10px 0 0 40px;
	padding: 0 50px;
	font-family: arial,"lucida console",sans-serif;
}

#prod_main_col1 {
	float: left;
	display: block;
	width: 245px;
	height: 250px;
	margin: 10px 10px 0 10px;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

#prod_main_item {
	display: block;
	width: 250px;
	height: 250px;
	background: url(../images/prod_background.jpg) no-repeat;
	padding: 10px 0 0 0;
}

a.prod_button, a.prod_button:link, a.prodbutton:active, a.prodbutton:visited {
	font: 12px bold Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	display: block;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/prod_button.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 25px;
	color: #ffffff;
	margin: 35px 0 0 0;
	white-space: nowrap;
	padding: 5px 0 0 0;
	font-weight: normal;
}

a.prod_button:hover {
	color: #b6dcf8;
}

#prod_main_item h2 {
	display: block;
	text-align: center;
	margin: 3px 0;
	color: #ffffff;
	padding: 0 0 0 0;
	font-size: 14px;
	height: 40px;
	width: 165px;
}

.image img {
	padding: 0;
	margin: 10px 0 0 -65px;
}	

.image a span {
	height: 22px;
	width: 43px;
	display: block;
	text-decoration: none;
	background-image: url(../images/blueArrows.jpg);
	margin: -5px 0 0 130px;
	padding: 0;
}

.image a span:hover {
	background-image: url(../images/yellowArrows.jpg);
}

.clients h1 {
	margin:0;
	color:#4E4D8E;
	font-size:14px;
	font-weight:bold;
}

.clients h2 {
	margin:0;
	font-size:12px;
	font-weight:bold;
}

.clients h3 {
	margin:0;
	margin-left:25px;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

.clients li {
}

/*  Footer   */
.footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footerCap.jpg) no-repeat;
	display: block;
	height: 80px;

}

.footer p, .footer p a {
	margin: 50px 0 0 0; 
	padding: 25px 0 0 0;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

#mydiv td
{
	text-align: left;
}

#mydiv
{
	float:left;
	width:580px;
	margin-left:146px;
}

.contact-form
{
	clear:both;
}

#annoucement
{
	margin-left: 550px;
	width: 210px;
}

#annoucement p
{
	font-size: 14px;
	font-family: Arial;
	padding: 0;
	margin: 0;
}

#annoucement h2
{
	font-family: Arial;
	padding: 0;
	margin: 0;
}

.nudge
{
	margin-right: 10px;
}

.bump
{
	clear: both;
	display: block;
	float: left;
	margin: 10px 20px 0 !important;
	padding: 0;
}

<?php ob_end_flush();?>