/***********************************************************************
* Project : AW CompuTech Corproate Website
* Module : awcomputech.css
* Purpose : Site Cascading Style Sheet
************************************************************************
* Copyright (C) AW CompuTech Ltd
* All Rights Reservered
************************************************************************
* Changes
*
* Version Date        Author               Reason
* 1.0     13/06/2006  Andrew J. Williams   Initial Version
* 2.0     14/01/2008  Andrew J. Williams   New version based on a21 from oswd.org
* 3.0     10/08/2009  Andrew J. Williams   New vesion usinh Artisteer design as base
***********************************************************************/




div.websites
{

}

.websites a.picture
{
  border: 0;
}




div.rightstrip
{
  position: relative;
  float: right;
  width: 185px;
  top: 0px;
}

div.content
{
  position: relative;
  margin-left: 0px;
  margin-right: 190px;
}


/**********
* General *
**********/

img.right
{
  float: right; 
  margin: 4px;
  clear: both;
  
}

p.right
{
  float: right;
}

p.clearright
{
  clear: right;
}

div.clear
{
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 1px;
}

div.centre
{
  text-align: center;
}

div.centre img
{
  left-margin:auto;
  right-margin:auto;
}

div.centre table
{
  left-margin:auto;
  right-margin:auto;
}


/**********
* Bullets *
**********/

.redbullet
{
  list-style-image: url("../img/ball_red.gif");
  vertical-align:middle;
}

.yellowbullet
{
  list-style-image: url("../img/ball_yellow.gif");
  vertical-align:middle;
}

.greenbullet
{
  list-style-image: url("../img/ball_green.gif");
  vertical-align:middle;
}

.cyanbullet
{
  list-style-image: url("../img/ball_cyan.gif");
  vertical-align:middle;
}

.bluebullet
{
  list-style-image: url("../img/ball_blue.gif");
  vertical-align:middle;
}

.purplebullet
{
  list-style-image: url("../img/ball_purple.gif");
  vertical-align:middle;
}

.postbullet
{
  list-style-image: url("../img/art/PostBullets.png");
  vertical-align:middle;
}





/*********
* Tables *
*********/

table#products
{
  width: 99%;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color:#000000;
}


#products td
{
  border-width: 1px;
  border-style: solid;
  border-color:#000000;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  
}

#products input
{
  vertical-align: middle;
}

#products img
{
  vertical-align: middle;
  border: 0;
}

#products td table td
{
  border-width: 0;
}

/*********
* Footer *
*********/

.footer-logo-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('../img/footer_logo.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 23px;
  width: 39px;
}



