#banner{

	background-repeat: no-repeat;
	height: 100px;
	background-image: url(header.png) !important;
	background-color: white;
	padding: 0px;
}
#banner h1{
float:right;padding-right: 20px;padding-top: 20px;}
img { border: 0; }
h1
{
	font-size: 16pt;
	padding: 0px;
	margin: 0px;
	color: black;
}

a {text-decoration: none;}	
	
body
{
	background-image: url(http://airgenerate.com/images/background_gradient.jpg);

	background-color: #FFF;
	font-family: verdana;
	text-align: center;
	padding: 0;
	font-size: 14px; 
}

#container
{
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;

	padding: 0px;
}

#footer
{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	font: 11px helvetica, geneva, arial, sans-serif,verdana;
	text-align: left;
	z-index: 10;
	clear: both;
	padding: 10px;
	padding-top: 0px;
	

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

}
#contactus{float:right;}
#footer li
{
	font: bold 11px helvetica, geneva, arial, sans-serif,verdana;
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	padding: 10px;
}


#column1 { width: 22%; }
#column2 { width: 75%; }

.columns
{
	float: left;
	min-height: 700px;
}


.data
{
	font-size: 12px;
	border-collapse: collapse;
	border: #5B99CC;
	border-width: 1px;
	border-style: solid;
}

.data th
{
	border-bottom-color: #5B99CC;
	color: white;
	background-color: #5B99CC;
	border-width: 0 0 4px 0;
	border-style: none none solid none;
	text-align:left;
}
.data2
{
	font-size: 12px;
	border-collapse: collapse;
	border: #5B99CC;
	border-width: 1px;
	border-style: solid;
}

.data2 th
{
	border-bottom-color: #5B99CC;
	color: white;
	background-color: #5B99CC;
	border-width: 0 0 4px 0;
	border-style: none none solid none;
	text-align:center;
}

.even
{
	background-color: #FFF;
	border-bottom: #5B99CC;
	border-top: #5B99CC;
	border-width: 1px 0 1px 0;
	border-style: solid none solid none;
}
.comingsoon{color:red;font-size:10px;}

