﻿/* A3 IT Solutions */
/* Initial Build: INITIAL HERE DATE HERE */
/* Revisions:
   INITIAL gg DATE 9-22-08
*/

/* General Layout Styles */
html, body{
  width:100%;
  margin:0 0 0 0;
  text-align:center;
  background:#000000;
}

#container{
  width:985px;
  margin:0 auto 0 auto;
  text-align:left;
  background:url(/images/background.jpg) repeat-x 0px 155px;
}

#header{
  position:relative;
  top:0px;
  left:0px;
  width:985px;
  background:url(/images/header/background.jpg) no-repeat 0px 0px;
}

#logo{
  height:115px; 
}

#promo{
  position:absolute;
  top:0px;
  left:450px;
}

#nav{
  width:706px;
  height:39px;
  margin:0 0 0 278px;
}

#content{
  position:relative;
  top:0px;
  left:0px;
  width:920px;
  min-height:297px;
  background:url(/images/content/background.gif) repeat-y 0px 0px;
  padding:0 20px 20px 45px;
}

#engine{
  position:relative;
  top:0px;
  left:-44px;
  width:409px;
  height:297px; 
  float:left;
}

#footer{
  width:985px;
  clear:both;
  border-top:1px solid #404040;
}

/* Partners Page */

#partners {
    position:relative;
    top:-200px;
    left: 40px;
}

/* Home Page Styles */
#welcome{
  position:absolute;
  top:0px;
  left:432px;
  width:216px;
  height:190px;
  padding:74px 25px 0 25px;
  background:url(/images/home/welcome.jpg) no-repeat 0px 0px;
}

#news{
  position:absolute;
  top:0px;
  left:690px;
  width:216px;
  height:190px;
  padding:74px 25px 0 25px;
  background:url(/images/home/news.jpg) no-repeat 0px 0px; 
}

#tour{
  position:absolute;
  top:265px;
  left:447px;
  width:236px;
  height:23px; 
}

#videoPopup{
  position:absolute;
  top:0px;
  left:222px;
  background:#000000;
  border:1px solid #404040;
  padding:20px;
}

/* Form Styles */
input, select{
  background:#ffffff;
  border:1px solid #000000;
}

button, submit{
  background:#ffffff;
  border:1px solid #000000;
}