﻿/* CSS Document */

/* General Styles */

body {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: arial, verdana, sans-serif;
  font-size: 8pt;
  }
  
h1 { font-size: 2.0em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
p { font-size: 1.1em; }
a img { border: 0; }

img.float_right { float: right; margin-bottom: 20px; }
img.float_left { float: left; margin-bottom: 20px; }

.clear_left { clear: left; }
.clear_right { clear: right; }
.clear_both { clear: both; }
  
.error { 
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid #555;
  background: #f8690b;
  padding: 5px;
  }
  
/* Layout */

#top_stripe {
  background-color: #000;
  background-image: url(../images/cat-eyes.jpg);
  background-repeat: no-repeat;
  background-position: 10px 20px;
  height: 120px;
  text-align: center;
  }  
  
#top_stripe img {
  margin-top: 10px;
  }
  
#navigation {
  background-color: #C60;
  background-image: url(../images/nav-stripe.gif);
  background-repeat: repeat-x;
  height: 45px;
  margin-bottom: 15px;
  }
  
#navigation ol {
  margin: 0;
  border: 0;
  padding: 10px 0;
  text-align: center;
  } 
  
#navigation ol li {
  display: inline;
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0 15px;
  height: 40px;
  } 
  
#navigation a {
  color: #FFF;
  text-decoration: none;
  }
  
#content {
  width: 800px;
  margin: 30px auto;
  }
  
#footer { 
  width: 800px;
  height: 20px;
  margin: 20px auto;
  clear: both; 
  background: #000;
  }
  
#footer p {
  margin: 3px 5px;
  }
  
#footer p.w3c a:link {
  color: #FFF;
  text-decoration: underline;
  }
  
#footer p.w3c a:visited {
  color: #FFF;
  text-decoration: underline;
  }
  
#footer p.w3c a:hover {
  color: #FFF;
  text-decoration: none;
  }
  
#footer p.w3c a:active {
  color: #FFF;
  text-decoration: underline;
  }

#footer p.copyright {
  width: 300px;
  float: left;
  color: #FFF;
  }
  
#footer p.w3c {
  width: 300px;
  float: right;
  text-align: right;
  }
  
/* Page styles */

h1, h2, h3 {
  color: #FFF;
  background: #000;
  padding: 5px;
  }
  
div.service h3 {
  color: #000;
  background: #FFF;
  }
  
h1, h2 { text-align: center; }
#testimonials h3 { text-align: center; }
  
p + h2 {
  margin-top: 25px;
  }
 
h2 + p {
  margin-top: -5px;
  }

div.section {
  width: 800px;
  clear: left;
  margin-top: 20px;
  }
  
div.section h2 {
  background: #000;
  color: #FFF;
  padding: 3px; 
  margin: 15px 0;
  }
  
div.section h3 {
  font-size: 1.5em;
  padding: 3px;
  }
  
h1 + div.section h2 {
  margin-top: 0;
  }
  
div.section + div.section {
  margin-top: 40px;
  }

div.service {
  width: 370px;
  height: 110px;
  float: left;
  margin: 0 10px;
  }
  
div.service img {
  float: left;
  margin: 0 5px 75px;
  }
  
div.service h3 {
  margin-top: 3px;
  font-size: 1.2em;
  }
  
div.service_detail h1 {
  background: #000;
  color: #FFF;
  padding: 5px;
  font-size: 1.7em;
  }
  
div.service_detail img {
  margin: 20px 30px;
  }
  
div.service_detail ul li {
  margin: 3px;
  }
  
/* Service menu */
div.service_menu ul { 
  padding: 0;
  margin: 0;
  border: 0; 
  }
  
div.service_menu li {
  list-style: none;
  width: 72px;
  float: left;
  text-align: center;
  margin: 0 0 20px;
  }
  
div.service_menu li a {
  display: block; /* Another IE bug fix */
  }
  
blockquote {
  border: 1px solid #555;
  background: #EEE;
  padding: 1px 15px;
  }
  
blockquote.core_values { text-align: center; }

div.company_details, div.contact_details {
  border: 1px solid #555;
  background: #E0E0E0;
  padding: 1px 15px;
  }

div.company_details, div.contact_details {
  margin-right: 220px;
  }

div.company_details address {
  font-style: normal;
  font-size: 1.1em;
  }
  
#testimonials blockquote {
  margin-right: 270px;
  }
  
#companies_we_like li {
  list-style: none;
  margin: 30px 0;
  }

#companies_we_like img {
  vertical-align: middle;
  margin-right: 20px;
    }
  
#system_design img { margin-right: 20px; }
#support_contracts img { margin-left: 20px; }
#support_contracts p + h2 { margin-right: 400px; }

h2.brochure {
  background: #FFF;
  color: #000;
  padding: 0px; 
  margin: 0;
  font-weight: normal;
  }
  
p.brochure {
  text-align: center;
  margin-top: 5px;
  }

 
/* Forms */

form fieldset {
  border: 0;
  }

form ol {
  list-style: none;
  }
  
form li {
  margin: 10px 0;
  }

form label {
  width: 12em;
  float: left;
  margin-right: 10px;
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
  }
  
li.radio span, form.brochure label {
  width: 20em;
  float: left;
  margin-right: 10px;
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
  }
  
li.radio label {
  width: auto;
  float: none;
  margin-right: auto;
  font-weight: normal;
  }
  
li.radio input {
  margin-right: 25px;
  }
   
form li img {
  vertical-align: top;
  }
  
/* Login form */
form.login {
  text-align: left;
  width: 600px;
  margin: 20px auto;
  }
  
form.login li {
  list-style: none;
  margin: 10px 0;
  }

form.login label {
  width: 15em;
  float: left;
  text-align: right;
  margin-right: 10px;
  }
  
form.login button {
  margin-left: 15em;
  }
  
/* Links */

a { color: #000; }
  
div.service h3 a:link {
  color: #000;
  text-decoration: underline;
  }
  
div.service h3 a:visited {
  color: #000;
  text-decoration: underline;
  }
  
div.service h3 a:hover {
  color: #000;
  text-decoration: none;
  }

div.service h3 a:active {
  color: #000;
  text-decoration: underline;
  }
  
/* Links within paragraph text */
p a:link {
  color: #C60;
  text-decoration: none;
  }
p a:visited {
  color: #C60;
  text-decoration: none;
  }
p a:hover {
  color: #C60;
  text-decoration: underline;
  }
p a:active {
  color: #C60;
  text-decoration: none;
  }
