
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: verdana;
	font-size: 11px;
	color:#dbe4e9;
	line-height: 14px;	
	margin: 0px;
      background: url("http://www.ionconstructors.com/images/bkg_dots.gif") repeat;
}

a{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
      font-weight: bold;
}

a:link{
	color: #000000;
      font-size: 10px;
	text-decoration: none;
      font-weight: bold;
     
}
 

a:visited{
	color: #000000;
       font-weight: bold;
       font-size: 10px;
    	 text-decoration: none;
}

a:hover{
	color: #222222;
      font-weight: bold;
	text-decoration: underline;
      font-size: 10px;
      font-family: verdana;

}


h1{
 font-family: verdana;
 font-size: 11px;
 color: #cccccc;
 margin: 0px;
 padding: 0px;
 font-weight: normal;
} 

h2{
 font-family: verdana;
 font-size: 11px;
 font-weight: normal;
 color: #cccccc;
 margin: 0px;
 padding: 0px;
}


 h3{
 font-family: verdana;
 font-size: 14px;
 color: #006699;
 margin: 0px;
 padding: 0px;
} 

h4{
 font-family: copperplate gothic light;
 font-size: 10px;
 color: #666666;
 margin: 0px;
 padding: 0px;
} 

h5{
 font-family: verdana;
 font-size: 14px;
 color: #000000;
font-weight: 550;
 margin: 0px;
 padding: 0px;
} 


h6{
  font-family: arial;
  font-size: 18px;
  color: #555555;
 
  }


p {
  font-family: verdana;
  font-size: 11px;
  color: #cccccc;
}



.p2 {
 	font-family: verdana;
	font-size: 11px;
      color: #666666;
}


.h4{
 font-family: verdana;
 font-size: 10px;
 color: #666666;
 margin: 0px;
 padding: 0px;
} 

.img {
margin: 5px 8px 5px 0px;
border: 1px solid #334d55;
float:left;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	position:absolute;
      left:50%;
      top:0px;
	width:799px;     
        height:603px;
	margin-top:0px;
	margin-left:-400px;
	padding:0px;
	border:1px solid black;
	
	background-color:#7B8D98;
	z-index: 0;
	}


#main-image {
      position: absolute; 
	top: 0px; left:0px;
    	padding:0px;
	margin:0px;
        border:0px solid #13202A;
        z-index: 0;
}



#logo {
	position: absolute; 
	top: 0px; left:20px;


        border:0px solid black;
        z-index:1;
}


#table {
	position: absolute; 
	top: 281px; left:10px;
	width: 777px;
	height:303px;
      background-color: #cccccc;
      border: 1px solid #000000;
      z-index:0;
}



#table2 {
	position: absolute; 
	top: 5px; left:5px;
	width: 765px;
	height:189px;
      background-color: #7B8D98;
      border:1px solid #000000;
      z-index:0;
}

#table3 {
	position: absolute; 
	top: 201px; left:5px;
	width: 765px;
	height:94px;
        background-color: #7b8d98;
        border:0px solid #000000;
        z-index:0;
}

#navigation {
	position: absolute; 
	top: 0px; left:170px;

	height:21px;
        border:0px solid black;
        z-index:1;


}



#footer {
	position: absolute; 
	left:0%; top:603px;
	width:798px; height:105%;
	margin-left:0px;
        border:1px solid #000000;
	background-color:#BDBDBD;
	z-index:0;
        text-align: center;

}



