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

/* CSS Document */
html{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width:100%;
	background-image:url(Images/bg.gif);
	background-repeat:repeat;
	background-color:#8da6c6;
}

p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.textbody {
	text-indent: 20px;
	margin-top: 3px;
	margin-bottom: 7px;
}
.centerer {
	position: absolute; 
	top: 0px; 
	left: 50%; 
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	position: absolute; 
	top: 9px; 
	left: -390px; 
	height:600px; 
	width:780px; 
	background-image:url(Images/bg.jpg); 
	background-repeat:repeat-x;
	border:1px solid white;
}

.slogo {
	width: 261px; 
	height: 118px;
	position:absolute;
	top:75px;
	left:20px;
	float:left;
}

.board {
	width: 440px;
	height: 325px;
	padding: 20px;
	position:absolute;
	top:17px;
	left:289px;
	background-image: url(Images/board.png);
}
.airconpics {
	width: 450px;
	height: 86px;
	padding: 0px;
	position:absolute;
	top:392px;
	left:320px;
	color:#FFFFFF;
}

/* NEW Menus */
#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 435px;
  height: 210px;
  top: 420px;
  right:490px;
  position: absolute;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
  width: 144px;
  height: 25px;
  background: url(Images/2home.gif) no-repeat;
  left: 480px;
  top: 73px;
}

#menu .about {
  width: 144px;
  height: 25px;
  background: url(Images/2about.gif) no-repeat;
  left: 570px;
  top: 73px;
}

#menu .services {
  width: 144px;
  height: 25px;
  background: url(Images/2services.gif) no-repeat;
  left: 650px;
  top: 73px;
}


#menu .projects {
  width: 144px;
  height: 25px;
  background: url(Images/2projects.gif) no-repeat;
  left: 730px;
  top: 73px;
}

#menu .contact {
  width: 144px;
  height: 25px;
  background: url(Images/2contact.gif) no-repeat;
  left: 820px;
  top: 73px;
}

/*home*/
.homeboard {
	width: 433px;
	height: 131px;
	background: url(Images/homeboard.png) no-repeat;
	position:absolute;
	top:384px;
	left:53px;
}

.latestboard {
  width: 433px;
  height: 130px;
  background: url(Images/latestboard.png) no-repeat;
  position:absolute;
  top:170px;
  left:5px;
}

.projectsboard1 {
	width: 430px;
	height: 100px;
	background: url(Images/projectboard1.png) no-repeat;
	border: solid 1px #000000;
}

.projectsboard2 {
	width: 430px;
	height: 100px;
	background: url(Images/projectboard2.png) no-repeat;
	border: solid 1px #000000;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-indent: 15px;
	margin-top: 5px;
	margin-right: 5px;
}

