BODY {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  background: #ffffff;
  font: 9pt georgia, times, serif;
}

/* ------------ HTML HYPERLINK DEFINITIONS ---------------- */
a.main {
  color: #000;
  text-decoration: none
}
a.main:visited {
  color: #000;
  text-decoration: none
}
a.main:hover {
  color: #000;
  text-decoration: none
}

a.image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0 0 0 0;
  text-decoration: none;
}

a.big {
  color: #000;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold
}
a.big:visited {
  color: #000;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold
}
a.big:hover {
  color: #000;
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold
}

/* ------------ 3AM HTML HEADING AND PARAGRAPH DEFINITIONS ---------------- */

H1 {
  font-size: 18px;
  margin-bottom: 1em;
  border-bottom: 1px solid #bdbdbd;
}

H2 {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  margin: 0.6em 0 0.2em 0;
}

H3 {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-align:center;
}

P {
  page-break-inside: avoid
}

P.strong {
  color: #000;
  font-weight: bold;
}

P.warning {
  color: #FF0000;
}

/* ------------ HTML IMAGE DEFINITIONS ---------------- */
img {
margin: 0;
padding: 0;
border: 0;
}

img#L3 {
  margin: -5px 0 0 0;
  padding: 0;
  border: 0;
  float: center;
}

img#right {
  margin: 0 0 1em 1em;
  padding: 0 0 0 0;
  border: 1px solid #000;
  float: right;
  page-break-inside: avoid
}

img#left {
  margin: 0 1em 1em 0;
  padding: 0 0 0 0;
  border: 1px solid #000;
  float: left;
}

img#span {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  border: 1px solid #000;
  float: left;
  display: BLOCK;
}

img#logo {
  margin: 0.2em 0.2em 0 0.2em;
  display: inline;
  padding: 0;
  border: 0;
  float: right;
}

img#boxshots {
  margin: 0 0 15px -10px;
  display: inline;
  padding: 0;
  border: 0;
  float: left;
}

img#acro {
  margin: 0.2em 0.2em 0 0.2em;
  display: none;
  padding: 0;
  border: 0;
  float: left;
}

/* ------------ HTML TABLE DEFINITIONS ---------------- */

table {
  font-size: 8pt;
  text-decoration: none;
  border-collapse: collapse;
  border: 1px solid #000;
  page-break-inside: avoid;
  margin-bottom   : 1.0em;
  width           : 100%;
}

TR {
  color: #000066;
}

TH {
  text-decoration: none;
  padding: .2em;
  color: #000;
  border-bottom: 1px solid #999;
}

TD {
  text-decoration: none;
  padding: .2em;
  vertical-align  : top;
}

td.middle {
  vertical-align  : middle;
}

TH#desc {
  width: 35%;
}

TH#money {
  text-align      : center;
}

TD#desc {
  width: 35%;
}

TD#money {
  text-align      : center;
}

table.invisible {
  font-size: 8pt;
  text-decoration: none;
  border-collapse: collapse;
  border: 0;
  page-break-inside: avoid;
  margin-bottom   : 1.0em;
  width           : 100%;
}

table.invisible TR {
  background: #fff;
  border-bottom   : 0px;
}

table.invisible td {
  text-align      : left;
  background      : none;
  border-bottom   : 0px;
  vertical-align  : top;
  color: #555;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* ------------ UNORDERED LISTS TOP AND SIDE NAVIGATION ---------------- */

ul.topnavigation
{
  margin: 40px 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  float: left;
  width: 100%;
  font-weight: bold;
  background-image: url("http://www.3am-solutions.co.uk/images/uploads/masthead_bg.gif");
  background-repeat: repeat-x;
  background-position: 0px 0px;
  border-top: 1px solid #eeeeee;
}

ul.topnavigation li
{
  margin: 0 0 0 0;
  padding: 5px 0px 6px 0px;
  display: inline;
  float: left;
  font-size: 10px;
}

ul.topnavigation a {
  text-decoration: none;
  padding: 4px 20px 5px 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #555555;
  color: #000066;
}

ul.topnavigation a.topSelected {
  text-decoration: none;
  padding: 4px 20px 5px 20px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #cccccc;
  color: #000000;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}

ul.topnavigation a:hover {
  text-decoration: none;
  background: #cacaca;
  border-bottom: 1px solid #cacaca;
}

ul.topnavigation a.topSelected:hover {
  text-decoration: none;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}

ul.sidenavigation
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

ul.sidenavigation li
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline;
}

ul.sidenavigation p
{
  margin: 0 0 0 0;
  padding: 6px 5px 6px 5px;
  display: block;
  border-bottom: 1px solid #bdbdbd;
  background: #f3f3f3;
}

ul.sidenavigation a
{
  margin: 0 0 0 0;
  padding: 6px 5px 6px 5px;
  display: block;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #bdbdbd;
  background: #f3f3f3;
}

ul.sidenavigation a:hover
{
  background: #cacaca;
}

UL.main li {
  text-decoration: none;
  list-style-type: square;
  padding-bottom: 0.8em;
  list-style-position: outside;
}

ul.kbase
{
  margin: 16px 0 8px 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

ul.kbase li {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1px 0 0.6em 20px;
  background-color: transparent;
  background-image: url("http://www.3am-solutions.co.uk/images/uploads/kbase_bullet.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#container
{
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #fff;
}

#topnav
{
  display: none;
}

#sidenav {
  display: none;
}

#content {
  margin-top: 60px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 0;
  background: #fff;
  /*background-image: url("http://www.3am-solutions.com/images/advert-476px.jpg");*/
  /*background-repeat: no-repeat;*/
  /*background-position: 5px 0;*/
}

#widecontent {
  margin-top: 60px;
  margin-left: 1px;
  margin-right: 0px;
  margin-bottom: 0;
  background: #fff;
}

#leftwidecontent {

  margin-top: 60px;
  margin-left: 1px;
  margin-right: 0px;
  margin-bottom: 0;
  background: #fff;
}

#fullcontent {
  clear: both;
  margin-left: 1px;
  margin-right: 0px;
  margin-bottom: 0;
  background: #fff;
}

#news {
  display: none;
}

#news H1 {
  color: #000066;
  font-size: 14px;
  margin: 0 0 6px 0;
  display: block;
  padding: 0.2em 0.5em 0.2em 0.5em;
  background-color: #ececec;
  border-bottom: 0;
  font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}

#screenOnly {
  display: none;
}

#printOnly {
  margin-right: 0;
  position: absolute;
  right: 0px
}

#footer {
  padding-top: 0;
  text-align: center;
  font-size: 7pt;
  color: #aaa;
  margin-top: 3em;
  border-top: 1px solid #999;
  /* try the following - extracted from <http://archivist.incutio.com/viewlist/css-discuss/15149>  */
  display: block;
  position: fixed;
  bottom: 0;
}

#footer p {
  margin: 0 0 0 0;
  padding: 3px 0 3px 0;
  text-align: center;
  color: #aaa;
  font-size: 7pt;
}

#breadcrumb {
 clear            : both;
 margin           : 0px 0 3px 0;
 padding          : 5px 0 3px 0;
 background-color : transparent;
 font-size        : 11px;
 color            : #000;
 font-weight      : bold;
}
#breadcrumb a  {
 text-decoration  : none;
 color            : #330099;
 background-color : transparent;
}
#breadcrumb a:visited {
 color            : #330099;
 background-color : transparent;
}
#breadcrumb a:hover {
 color            : #000;
 text-decoration  : underline;
 background-color : transparent;
}
#right {
 text-align       : right;
 margin-top       :0.6em;
 margin-bottom    :0;
 padding          :0;
}

/* --------- EXPRESSION ENGINE ADDITIONAL CONTENT --------------------- */

.center {
text-align: center;
}

blockquote {
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}

/*
#blog {
float: left;
margin: 0;
padding: 0;
color: #333;
text-align: left;
width: 100%;
}
*/

.entry {
margin-top: 10px;
padding: 0 10px 10px 10px;
border: 1px solid #ccc;
background: #f3f3f3;
color: #333;
margin-bottom: 15px;
}

/*.title {
font-size: 130%;
font-weight: normal;
background: transparent;
color: #336600;
border-bottom: 1px solid #ddd;
}*/

.posted {
margin-bottom: 10px;
background: transparent;
color: #666;
 font-size:  9px;
}

.postedright {
  margin-top: 2px;
  margin-bottom: 8px;
  background: transparent;
  color: #666;
  font-size:  9px;
  text-align: right;
}

.paginate {
 font-size:                     9px;
 font-weight:           normal;
 padding:                       10px 6px 10px 0;
 margin:                        0;
 background-color:      transparent;
}

.pagecount {
 font-size:                     9px;
 color:                         #666;
 font-weight:           normal;
 background-color: transparent;
}

.calendarBG {
 background-color: #000;
}

.calendarBlank {
 background-color: #9DB7A7;
}

.calendarHeader {
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #000;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:           bold;
 letter-spacing:        .1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:     11px;
 color: #fff;
 background-color: #195337;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:           bold;
 letter-spacing:        .1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color:      #ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:           bold;
 letter-spacing:        .1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #ececec;
color:             #000;
font-size:         11px;
height:            1.6em;
padding:           .3em 0 0 2px;
margin-top:        2px;
margin-bottom:     3px;
width: 145px;
}

.submit {
background-color:  #fff;
font-family:       Arial, Verdana, Sans-serif;
font-size:         11px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        6px;
margin-bottom:     4px;
text-transform:    uppercase;
color:             #000;
}


.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.tableBorder {
 border: 1px solid #73737E;
}

.thumbs {
 text-align:	center;
 padding:	15px 3px 8px 3px;
 background-color: #EAEBEE;
}

.commentEntry {
  margin-top: 12px;
  margin-bottom: 0px;
  padding: 7px 15px 0 24px;
  border: 1px solid #ccc;
  background-color: transparent;
  background-image: url("http://www.3am-solutions.co.uk/images/uploads/comment.gif");
  background-repeat: no-repeat;
  background-position: 6px 8px;
  font: 9pt Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.4em;
}

/* ------------ SWF CAMTASIA OUTPUT FORMATTING ---------------- */

#media
{
  display: none;
}

#noUpdate
{
  display: none;
}
