/* For use with the EXHIBITS - Author: akkr0917@gmail.com - Feb 2010 */

body
{
  width: 1000px;
  height: 600px;
  background-image: url('pics/bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana, sans-serif;
}
.content {
  width: 1000px;
  height: 600px;
  margin-top: 100px;
}
.sub {
  text-align: center;
}
.pre {
  text-align: left;
  margin-left: 10px;
  margin-right: auto;
  width: 1000px;
}
.about {
  margin-left: 100px;
  position: absolute;
  top: 70px;
}
.enquire {
  margin-left: 650px;
}

a img {
  border-style: none;  
}
a {
  text-decoration: none;
}

.logo {
  padding: 0;
  width: 200px;
  height: 100px;
  margin-left: 0;

}
    

.icons {
  padding: 0;
  margin: 0;
}




/* Start Left Image Button */
#left {float: left;}
#left {width: 85px; height: 240px; margin: 50px auto -150px 20px;}
#left ul { margin: 0; padding: 0; }
#left li { display: inline; }   
#left li a { float: left; width:85px; height:0; 
	padding-top:120px; overflow: hidden;}
#left li a,
#left { background-image: url(pics/left.jpg); 
	background-repeat: no-repeat;}
	
#left li#button1 a { background-position: 0 0;}
#left li#button2 a { background-position: 0 -120px;}

#left li#button1 a:hover { background-position: -85px 0;}
#left li#button2 a:hover { background-position: -85px -120px;}
/* Fin - Left Image Button */



/* Start Center Image Button */
#center {clear: both;}

#center {width: 450px; height: 120px; margin: 0 auto 0 auto;}
#center ul { margin: 0; padding: 0; }
#center li { display: inline; }
#center li a { float: left; width:85px; height:0; 
	padding-top:120px; overflow: hidden;}
#center li a,
#center { background-image: url(pics/center.jpg); 
	background-repeat: no-repeat;}
	
#center li#button3 a { background-position: 0 0;}
#center li#button4 a { background-position: -85px 0;}
#center li#button5 a { background-position: -170px 0;}
#center li#button6 a { background-position: -255px 0;}
#center li#button7 a { background-position: -340px 0;}

#center li#button3 a:hover { background-position: 0 -120px;}
#center li#button4 a:hover { background-position: -85px -120px;}
#center li#button5 a:hover { background-position: -170px -120px;}
#center li#button6 a:hover { background-position: -255px -120px;}
#center li#button7 a:hover { background-position: -340px -120px;}
/* Fin - Center Image Button */

/* Start Right Image Button */
#right {float: right;}
#right {width: 85px; height: 240px; margin: 50px 20px -150px auto;}
#right ul { margin: 0; padding: 0; }
#right li { display: inline; }   
#right li a { float: left; width:85px; height:0; 
	padding-top:120px; overflow: hidden;}
#right li a,
#right { background-image: url(pics/right.jpg); 
	background-repeat: no-repeat;}
	
#right li#button8 a { background-position: 0 0;}
#right li#button9 a { background-position: 0 -120px;}

#right li#button8 a:hover { background-position: -85px 0;}
#right li#button9 a:hover { background-position: -85px -120px;}
/* Fin - Right Image Button */

.onLeft {
  margin-left: 30px;
  width: 150px;
}



/* Start of FOOTER */
.footer{
  width: 400px;
  height: 80px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.footer p {
  font-size: 95%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

.footer a {
  text-decoration: none;
}
/* End FOOTER */
