/***********************************************************************
* 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;
  
}

img.left
{
  float: left; 
  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.center 
{
  text-align: center;
}

div.right 
{
  float: right;
}

/**********
* 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;
}


.artbullet
{
  list-style-image: url('../img/art/BlockContentBullets.png');
  vertical-align:middle;
}

/*************
* Containers *
*************/

table.samples 
{
  border-width: thin;
  border-style: dashed;
  background-color: #FFFFFF; 
  border-color:  #000000;
  width: 90%;
  text-align: center;
  padding: 20px;
  margin: 10px;
}

#books
{
  border-width: 0px;
  vertical-align: top;
}

#books td
{
  vertical-align: top
}


div.amazon a.url
{
  border: 0;
}


div.webs
{
  text-align:center;
}

div.webs a.url
{
  border: 0;
}


div.webs div.name
{
  font-size: 1.5em;
  font-weight: bold; 
  margin: 0;
  padding: 0;
  display: inline;
}

div.webs div.location
{
  font-style: italic; 
  display: inline;
}


/***************************************
* NOn standard forms                   * 
* (that don't use data_entry_form.css) *
***************************************/

form.samplefile textarea
{
  width: 100%;
  height: 300px;
}


form.samplefile text
{
  width: 100%;
}


/*********
* 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;
}




