/* 
---------------------------------------------

File :       /css/style.css
Title :	     Holding Page General CSS File
Author :     Derek Smith, adamantean ltd.
URL :        http://www.adamantean.com

Created :    15/08/2007 DSAD

---------------------------------------------
*/


/* General */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #A2A3A7;
  background-color: #ffffff;
}

ul, ol, h1, h2, h3, p, form {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

ul {
  padding-bottom: 0.8em;
}

img {
  border: 0;
}

.center {
  text-align: center;
}

.left {
  display: inline;
  float: left;
  text-align: left;
}

.right {
  display: inline;
  float: right;
  text-align: right;
}


/* Text */

h1 {
  font-size: 1.6em;
  font-weight: normal;
}


/* Site Elements */

div#comingsoon {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 200px;
}
